versioned_graph/commit

package type set to Library

authorJacco van Ossenbruggen
Tue Nov 13 08:12:37 2012 -0500
committerJacco van Ossenbruggen
Tue Nov 13 08:12:37 2012 -0500
commit7cbe0cdd76623f303c39c6287e526b632c53dce2
tree5d2ea1be48fec3c42b492076b995f2ef16f3c768
parented2ea3e44c655f3b1476706dc9ec41e068c73d82
Diff style: patch stat
diff --git a/rdf/cpack/versioned_graph.ttl b/rdf/cpack/versioned_graph.ttl
index 11dfa79..8059342 100644
--- a/rdf/cpack/versioned_graph.ttl
+++ b/rdf/cpack/versioned_graph.ttl
@@ -11,7 +11,7 @@
 # this.  Otherwise you can specify the information inline as done below.
 # See http://xmlns.com/foaf/spec/ for defines fields.
 
-<> a cpack:Package ;
+<> a cpack:Library ;
 	cpack:packageName "versioned_graph" ;
 	dcterms:title "Named RDF graphs with versioning" ;
 	cpack:author [ a foaf:Person ;
@@ -24,10 +24,12 @@
 	    ] ;
 	cpack:description
 
-"""Package to version RDF named graphs.  
+"""Library to version RDF named graphs.  
+
 In the normal GIT model every commit object refers to a tree object, which represents a complete snapshot of the project directory tree.
 Trees are recursive structures of other tree objects (subdirectories) and hashes of blobs (storing the contents of files in the dir).
-In this package every commit also refers to a tree object, but this represents a complete snapshot of all tracked named graphs in the triple store.
+
+In this library every commit also refers to a tree object, but this represents a complete snapshot of all tracked named graphs in the triple store.
 A tree thus describes the urls of the named graphs with hashes of the blobs which store the actual triples of each named graph.
 The backend storage is by default done in a normal git repo, but this can be switched to a triple-based storage model where each git object
 is represented by a named graph in the triple store (node that this can lead to many named graphs).