# See details within this document for linkage to specification and purpose. # This ontology file is a non-normative supporting document. @prefix rdfs: . @prefix owl: . @prefix rdf: . @prefix dcterms: . @prefix vs: . @prefix : . : a owl:Ontology; dcterms:description "All vocabulary URIs defined in the Linked Data Platform (LDP) namespace."; dcterms:title "The W3C Linked Data Platform (LDP) Vocabulary"; rdfs:label "W3C Linked Data Platform (LDP)"; rdfs:comment "This ontology provides an informal representation of the concepts and terms as defined in the LDP specification. Consult the LDP specification for normative reference."; rdfs:seeAlso , , , . :Resource a rdfs:Class; rdfs:comment "A HTTP-addressable resource whose lifecycle is managed by a LDP server."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "Resource". :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 "RDFSource". :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 "NonRDFSource". :Container a rdfs:Class; 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."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "Container". :BasicContainer a rdfs:Class; rdfs:subClassOf :Container; rdfs:comment "An LDPC that uses a predefined predicate to simply link to its contained resources."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "BasicContainer". :DirectContainer a rdfs:Class; rdfs:subClassOf :Container; rdfs:comment "An LDPC that is similar to a LDP-DC but it allows an indirection with the ability to list as member a resource, such as a URI representing a real-world object, that is different from the resource that is created"; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "DirectContainer". :IndirectContainer a rdfs:Class; rdfs:subClassOf :Container; rdfs:comment "An LDPC that has the flexibility of choosing what form the membership triples take."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "IndirectContainer". :hasMemberRelation a rdf:Property; rdfs:comment "Indicates which predicate is used in membership triples, and that the membership triple pattern is < membership-constant-URI , object-of-hasMemberRelation, member-URI >."; vs:term_status "unstable"; rdfs:domain :Container; rdfs:isDefinedBy :; rdfs:label "hasMemberRelation"; rdfs:range rdf:Property. :isMemberOfRelation a rdf:Property; rdfs:comment "Indicates which predicate is used in membership triples, and that the membership triple pattern is < member-URI , object-of-isMemberOfRelation, membership-constant-URI >."; vs:term_status "unstable"; rdfs:domain :Container; rdfs:isDefinedBy :; rdfs:label "isMemmberOfRelation"; rdfs:range rdf:Property. :membershipResource a rdf:Property; rdfs:comment "Indicates the membership-constant-URI in a membership triple. Depending upon the membership triple pattern a container uses, as indicated by the presence of ldp:hasMemberRelation or ldp:isMemberOfRelation, the membership-constant-URI might occupy either the subject or object position in membership triples."; vs:term_status "unstable"; rdfs:domain :Container; rdfs:isDefinedBy :; rdfs:label "membershipResource"; rdfs:range rdf:Property. :insertedContentRelation a rdf:Property; rdfs:comment "Indicates which triple in a creation request should be used as the member-URI value in the membership triple added when the creation request is successful."; vs:term_status "unstable"; rdfs:domain :Container; rdfs:isDefinedBy :; rdfs:label "insertedContentRelation"; rdfs:range rdf:Property. :member a rdf:Property; rdfs:comment "LDP servers should use this predicate as the membership predicate if there is no obvious predicate from an application vocabulary to use."; vs:term_status "unstable"; rdfs:domain :Resource; rdfs:isDefinedBy :; rdfs:label "member"; rdfs:range rdfs:Resource. :contains a rdf:Property; rdfs:comment "Links a container with resources created through the container."; vs:term_status "unstable"; rdfs:domain :Container; rdfs:isDefinedBy :; rdfs:label "contains"; rdfs:range rdfs:Resource. :MemberSubject a rdf:Description; # individual rdfs:comment "Used to indicate default and typical behavior for ldp:insertedContentRelation, where the member-URI value in the membership triple added when a creation request is successful is the URI assigned to the newly created resource."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "MemberSubject". :PreferContainment a rdf:Description; # individual rdfs:comment "URI identifying a LDPC's containment triples, for example to allow clients to express interest in receiving them."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "PreferContainment". :PreferMembership a rdf:Description; # individual rdfs:comment "URI identifying a LDPC's membership triples, for example to allow clients to express interest in receiving them."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "PreferMembership". :PreferEmptyContainer a rdf:Description; # individual rdfs:comment "Archaic alias for ldp:PreferMinimalContainer"; vs:term_status "deprecated"; rdfs:isDefinedBy :; rdfs:sameAs :PreferMinimalContainer; rdfs:seeAlso :PreferMinimalContainer; rdfs:label "PreferEmptyContainer". :PreferMinimalContainer a rdf:Description; # individual rdfs:comment "URI identifying the subset of a LDPC's triples present in an empty LDPC, for example to allow clients to express interest in receiving them. Currently this excludes containment and membership triples, but in the future other exclusions might be added. This definition is written to automatically exclude those new classes of triples."; vs:term_status "unstable"; rdfs:isDefinedBy :; rdfs:label "PreferMinimalContainer". :constrainedBy a rdf:Property; rdfs:comment "Links a resource with constraints that the server requires requests like creation and update to conform to."; vs:term_status "unstable"; rdfs:domain :Resource; rdfs:isDefinedBy :; rdfs:label "constrainedBy"; rdfs:range rdfs:Resource.