@prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dcterms: . @prefix cpack: . <> a cpack:Ontology ; cpack:packageName "void" ; dcterms:title "The Vocabulary of Interlinked Datasets (VoID) schema" ; cpack:author [ a foaf:Person ; foaf:name "Jacco van Ossenbruggen" ; foaf:mbox "Jacco.van.Ossenbruggen@cs.vu.nl" ; ] ; cpack:primaryRepository [ a cpack:GitRepository ; cpack:gitURL ] ; cpack:description """This package provides the Vocabulary of Interlinked Datasets (VoID) schema. The default configuration installs the =void= prefix for use in Prolog and ensures that the schema is loaded in the RDF store. """ .