-
Notifications
You must be signed in to change notification settings - Fork 12
/
doap-project.ttl
29 lines (27 loc) · 1.43 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/semanticscience-integrated-ontology>
a doap:Project ;
doap:name "Semanticscience Integrated Ontology" ;
doap:description "The Semanticscience Integrated Ontology (SIO) provides a simple, integrated OWL ontology of types and relations for rich description of objects, processes and their attributes. " ;
bibo:status "Active" ;
doap:programming-language "PHP" ;
doap:license <https://creativecommons.org/licenses/by-sa/2.5/ca/> ;
doap:homepage <https://sio.semanticscience.org> ;
doap:bug-database <https://github.com/MaastrichtU-IDS/semanticscience/issues> ;
doap:wiki <https://github.com/MaastrichtU-IDS/semanticscience/wiki> ;
doap:download-page <https://raw.githubusercontent.com/micheldumontier/semanticscience/master/ontology/sio/release/sio-release.owl> ;
doap:service-endpoint <https://semanticscience.org/resource/SIO_000000.rdf> ;
doap:mailing-list <http://groups.google.com/group/sio-ontology> ;
doap:category "Research" ;
doap:repository [
a doap:GitRepository ;
doap:location <https://github.com/MaastrichtU-IDS/semanticscience> ;
] ;
doap:maintainer [
a foaf:Person ;
foaf:name "Michel Dumontier" ;
foaf:mbox <mailto:[email protected]>
] .