@prefix doap: . @prefix foaf: . @prefix rdfs: . @prefix xsd: . a foaf:Person ; foaf:mbox ; foaf:name "David Robillard" ; foaf:nick "drobilla" ; rdfs:seeAlso . a doap:Project ; doap:name "Serd" ; doap:homepage ; doap:license ; doap:shortdesc "Lightweight C library for working with RDF data" ; doap:description "Serd is a lightweight C library for working with RDF data. Serd can be used by high-performance or resource-limited applications to read or write Turtle, TriG, NTriples, and NQuads. The included `serdi` tool can be used to efficiently process RDF documents in scripts or on the command-line." ; 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 ] .