@prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dcterms: . @prefix cpack: . <> a cpack:Ontology ; cpack:packageName "foaf" ; dcterms:title "The FOAF OWL schema" ; cpack:author [ foaf:name "Jan Wielemaker" ; foaf:mbox ; ] ; cpack:primaryRepository [ a cpack:GitRepository ; cpack:gitURL ] ; cpack:description """This package provides the FOAF schema. The default configuration installs the =foaf= prefix for use in Prolog and ensures that the schema is loaded in the RDF store. """ .