Adopted new resource types: LDP RDF Source (LDP-RS) (was LDP RDF Resource) and LDP Non-RDF Source (LDP-NR) (was LDP Binary Resource)
authorsspeiche
Mon, 17 Feb 2014 13:41:55 -0500
changeset 490 282ab2d9f7c3
parent 489 a33c03215d88
child 491 16d872a712b6
Adopted new resource types: LDP RDF Source (LDP-RS) (was LDP RDF Resource) and LDP Non-RDF Source (LDP-NR) (was LDP Binary Resource)
ldp.ttl
--- a/ldp.ttl	Mon Feb 17 13:38:32 2014 -0500
+++ b/ldp.ttl	Mon Feb 17 13:41:55 2014 -0500
@@ -26,28 +26,28 @@
 	rdfs:isDefinedBy :;
 	rdfs:label "Resource".
 
-:RDFResource
+:RDFSource
     a rdfs:Class;
     rdfs:subClassOf :Resource;
 	rdfs:comment "A Linked Data Platform Resource (LDPR) whose state is represented as 
 		RDF.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
-	rdfs:label "RDFResource".
+	rdfs:label "RDFSource".
 
-:BinaryResource
+:NonRDFSource
     a rdfs:Class;
     rdfs:subClassOf :Resource;
 	rdfs:comment "A Linked Data Platform Resource (LDPR) whose state is NOT represented as
 		RDF.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
-	rdfs:label "BinaryResource".
+	rdfs:label "NonRDFSource".
 	
 :Container
     a rdfs:Class;
-	rdfs:subClassOf :RDFResource;
-	rdfs:comment "A Linked Data Platform RDF Resource (LDP-RR) that also conforms to 
+	rdfs:subClassOf :RDFSource;
+	rdfs:comment "A Linked Data Platform RDF Source (LDP-RS) that also conforms to 
 	additional patterns and conventions for managing membership.
 	Readers should refer to the specification defining this ontology for the list of 
 	behaviors associated with it.";