From 25fbde95a51531b6e54e0e7f57c780fdc50814b2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Jun 2022 13:48:16 -0400 Subject: Update project metadata --- serd.ttl | 11 ++++++----- 1 file 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: . @prefix foaf: . @prefix rdfs: . -@prefix xsd: . +@prefix xsd: . a foaf:Person ; - foaf:name "David Robillard" ; foaf:mbox ; + foaf:name "David Robillard" ; + foaf:nick "drobilla" ; rdfs:seeAlso . a doap:Project ; doap:name "Serd" ; - doap:homepage ; + doap:homepage ; doap:license ; 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 @@ , ; doap:bug-database ; - doap:blog ; + doap:blog ; doap:developer ; doap:maintainer ; doap:repository [ a doap:GitBranch ; - doap:location + doap:location ] . -- cgit v1.2.1