aboutsummaryrefslogtreecommitdiffstats
path: root/serd.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-12 13:48:16 -0400
committerDavid Robillard <d@drobilla.net>2022-06-12 13:48:16 -0400
commit25fbde95a51531b6e54e0e7f57c780fdc50814b2 (patch)
tree64ca9de83703af47a7ba7987740a13c73205cf1c /serd.ttl
parent0e7053de7086423484e5a8f2c0db76efba4ed257 (diff)
downloadserd-25fbde95a51531b6e54e0e7f57c780fdc50814b2.tar.gz
serd-25fbde95a51531b6e54e0e7f57c780fdc50814b2.tar.bz2
serd-25fbde95a51531b6e54e0e7f57c780fdc50814b2.zip
Update project metadata
Diffstat (limited to 'serd.ttl')
-rw-r--r--serd.ttl11
1 files changed, 6 insertions, 5 deletions
diff --git a/serd.ttl b/serd.ttl
index 9a8db362..4ee64713 100644
--- a/serd.ttl
+++ b/serd.ttl
@@ -1,18 +1,19 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://drobilla.net/drobilla#me>
a foaf:Person ;
- foaf:name "David Robillard" ;
foaf:mbox <mailto:d@drobilla.net> ;
+ foaf:name "David Robillard" ;
+ foaf:nick "drobilla" ;
rdfs:seeAlso <http://drobilla.net/drobilla> .
<http://drobilla.net/sw/serd>
a doap:Project ;
doap:name "Serd" ;
- doap:homepage <http://drobilla.net/software/serd> ;
+ doap:homepage <https://drobilla.net/software/serd> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:shortdesc "A high-performance RDF reader/writer" ;
doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle, NTriples, TriG, and NQuads syntaxes." ;
@@ -23,10 +24,10 @@
<http://www.w3.org/TR/trig/> ,
<http://www.w3.org/TR/turtle/> ;
doap:bug-database <https://gitlab.com/drobilla/serd/issues> ;
- doap:blog <http://drobilla.net/> ;
+ doap:blog <https://drobilla.net/category/serd/> ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:repository [
a doap:GitBranch ;
- doap:location <http://gitlab.com/drobilla/serd.git>
+ doap:location <https://gitlab.com/drobilla/serd.git>
] .