@prefix rdf: . @prefix rdfs: . @prefix dcterms: . @prefix foaf: . @prefix cpack: . # This file is a Turtle-format RDF file that describes the package. It # *must* be located in rdf/cpack/opmv.ttl # # Author is a FOAF Person. If you have a FOAF profile, you can link to # this. Otherwise you can specify the information inline as done below. # See http://xmlns.com/foaf/spec/ for defines fields. <> a cpack:Ontology ; cpack:packageName "prov" ; dcterms:title "Schema supporting the W3C PROV vocabulary"; cpack:author [ a foaf:Person ; foaf:name "Jacco van Ossenbruggen"; foaf:mbox "Jacco.van.Ossenbruggen@cwi.nl" ; foaf:mbox_sha1sum "5a9c795d885026039c79778788330c707838b79a" ; ] ; cpack:primaryRepository [ a cpack:GitRepository ; cpack:gitURL ] ; cpack:description """PROV-O Schema/ontology """ .