@prefix doap: . @prefix foaf: . @prefix rdfs: . @prefix xsd: . a foaf:Person ; foaf:name "David Robillard" ; foaf:mbox ; rdfs:seeAlso . a doap:Project ; doap:name "Serd" ; 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." ; doap:created "2011-09-28"^^xsd:date ; doap:programming-language "C" ; doap:implements , , , ; doap:bug-database ; doap:blog ; doap:developer ; doap:maintainer ; doap:repository [ a doap:GitBranch ; doap:location ] .