-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdoap-project.ttl
28 lines (24 loc) · 1.09 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
@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/um/ids/projects#shapes-of-you>
a doap:Project ;
doap:name "Shapes of you" ;
doap:description '''Index of semantic resources (ontologies, vocabularies, shapes, queries) stored in Git repositories (GitHub, GitLab, Gitee)''' ;
bibo:status "Active" ;
doap:programming-language "TypeScript", "Python" ;
doap:license <https://github.com/vemonet/shapes-of-you/blob/main/LICENSE> ;
doap:bug-database <https://github.com/vemonet/shapes-of-you/issues> ;
doap:homepage <https://index.semanticscience.org> ;
doap:service-endpoint <https://graphdb.dumontierlab.com/repositories/shapes-registry> ;
doap:category "Development" ;
doap:repository [
a doap:GitRepository ;
doap:location <https://github.com/vemonet/shapes-of-you> ;
] ;
doap:maintainer [
a foaf:Person ;
foaf:name "Vincent Emonet" ;
foaf:mbox <mailto:vincent.emonet@maastrichtuniversity.nl>
] .