void/commit

cpack admin

authorJacco van Ossenbruggen
Fri Jun 17 09:11:51 2011 +0200
committerJacco van Ossenbruggen
Fri Jun 17 09:11:51 2011 +0200
commit518d783d7c5d8ef24584d5f4768e8f4a56ff9757
tree254daeacc1a16a6da4810a8b0cabe23d2e1e5c59
parent
Diff style: patch stat
diff --git a/rdf/void.ttl b/rdf/void.ttl
new file mode 100644
index 0000000..fd63ced
--- /dev/null
+++ b/rdf/void.ttl
@@ -0,0 +1,23 @@
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix cpack:   <http://cliopatria.swi-prolog.org/schema/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 <git://eculture.cs.vu.nl/home/jrvosse/git/void.git>
+	    ] ;
+	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.
+""" .