doap.ttl

@prefix doap: .
@prefix foaf: .

[]
a doap:Project ;
doap:name “Semantic Analytics Stack” ;
doap:shortname “SANSA” ;
doap:shortdesc “””
Open source platform for distributed data processing for large-scale RDF datasets
“”” ;
doap:description “””
SANSA combines the advantages of distributed in-memory computing and semantic technologies. It is a holistic approach that combines powerful data integration and modelling capabilities provided by semantic technologies, with powerful machine learning functionality and improved horizontal scalability provided by distributed in-memory frameworks.
“”” ;
doap:homepage ;
doap:wiki ;
doap:download-page ;
doap:programming-language “Scala”, “Java” ;
doap:license ;
doap:maintainer [
a foaf:Person ;
foaf:name “Jens Lehmann” ;
foaf:homepage ;
foaf:mbox_sha1sum “19f0ae2021902881af6e1235a3e747552dc01fb1”
] ;
doap:developer [
a foaf:Person ;
foaf:name “Smart Data Analytics Research Group” ;
foaf:homepage
] .