@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/rda_gr2.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:Skin ; cpack:packageName "rda_gr2" ; dcterms:title "View RDA Group 2 Elements" ; cpack:author [ a foaf:Person ; foaf:name "Jan Wielemaker" ; foaf:mbox ; ] ; cpack:primaryRepository [ a cpack:GitRepository ; cpack:gitURL ] ; cpack:description """This package provides hooks to make ClioPatria show objects that are annotated with the RDA Group 2 Elements better. """ .