-
Notifications
You must be signed in to change notification settings - Fork 2
/
doap-project.ttl
29 lines (27 loc) · 1.53 KB
/
doap-project.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix asf: <http://projects.apache.org/ns/asfext#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
<https://w3id.org/umids/project/bio2rdf>
a doap:Project ;
doap:name "Bio2RDF" ;
doap:description "Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers. The online version of Bio2RDF is meant to be demonstrative of semantic web technologies, and is not currently kept up to date. It contains ~11 billion triples across 35 datasets. If you want the latest version, you can check out the code and build it yourself!" ;
bibo:status "Active" ;
doap:programming-language "PHP" ;
doap:license <https://github.com/bio2rdf/bio2rdf-scripts/blob/master/MIT-LICENSE.txt> ;
doap:homepage <https://bio2rdf.org> ;
doap:bug-database <https://github.com/MaastrichtU-IDS/bio2rdf/issues> ;
doap:wiki <https://github.com/bio2rdf/bio2rdf-scripts/wiki> ;
doap:download-page <https://download.bio2rdf.org/#/> ;
doap:service-endpoint <https://bio2rdf.org/sparql> ;
doap:mailing-list <https://groups.google.com/forum/?fromgroups#!forum/bio2rdf> ;
doap:category "Research" ;
doap:repository [
a doap:GitRepository ;
doap:location <https://github.com/MaastrichtU-IDS/bio2rdf> ;
] ;
doap:maintainer [
a foaf:Person ;
foaf:name "Michel Dumontier" ;
foaf:mbox <mailto:[email protected]>
] .