-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdoap-project.ttl
26 lines (23 loc) · 979 Bytes
/
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
@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#into-the-graph>
a doap:Project ;
doap:name "Into the Graph" ;
doap:description '''A lightweight web browser for SPARQL endpoints.''' ;
bibo:status "Active" ;
doap:programming-language "TypeScript" ;
doap:license <https://github.com/MaastrichtU-IDS/into-the-graph/blob/main/LICENSE> ;
doap:bug-database <https://github.com/MaastrichtU-IDS/into-the-graph/issues> ;
doap:homepage <https://maastrichtu-ids.github.io/into-the-graph> ;
doap:category "Development" ;
doap:repository [
a doap:GitRepository ;
doap:location <https://github.com/MaastrichtU-IDS/into-the-graph> ;
] ;
doap:maintainer [
a foaf:Person ;
foaf:name "Vincent Emonet" ;
foaf:mbox <mailto:[email protected]>
] .