You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a file under the /ns/basicProfile called ldbp.rdf. It publishes early definitions of an "ldbp" Container:
Raw source of the file
<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDFxmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"xmlns:rddl="http://www.rddl.org/">
<owl:Ontologyrdf:about="http://open-services.net/ns/basicProfile#">
<dcterms:title>The Linked Data Basic Profile (LDBP) Vocabulary
</dcterms:title>
<dcterms:descriptionrdf:parseType="Literal">
All vocabulary URIs defined in the Linked Data Basic Profile (LDBP) namespace.
</dcterms:description>
<rdfs:label>Linked Data Basic Profile (LDBP)</rdfs:label>
<rdfs:seeAlsordf:resource="http://www.w3.org/2011/09/LinkedData/" />
<rdfs:seeAlsordf:resource="http://www.ibm.com/developerworks/rational/library/basic-profile-linked-data/" />
<rdfs:seeAlsordf:resource="http://open-services.net/ns/basicProfile/ldbp.rdf" />
<rdfs:seeAlso>
<rdf:Descriptionrdf:about="http://open-services.net/ns/basicProfile/ldbp.rdf">
<rddl:naturerdf:resource="http://www.w3.org/2000/01/rdf-schema#" />
</rdf:Description>
</rdfs:seeAlso>
</owl:Ontology>
<rdfs:Classrdf:about="http://open-services.net/ns/basicProfile#Container">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>Container</rdfs:label>
<rdfs:comment>A Basic Profile Resource (BPR) that also conforms to additional patterns
and conventions in this document for managing membership.</rdfs:comment>
</rdfs:Class>
<rdfs:Classrdf:about="http://open-services.net/ns/basicProfile#Page">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>Page</rdfs:label>
<rdfs:comment>A resource that represents a limited set of members of a Basic Profile Container.</rdfs:comment>
</rdfs:Class>
<rdf:Propertyrdf:about="http://open-services.net/ns/basicProfile#membershipPredicate">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>membershipPredicate</rdfs:label>
<rdfs:comment>Indicates which predicate of the container should be used to determine the membership.
</rdfs:comment>
<rdfs:domainrdf:resource="http://open-services.net/ns/basicProfile#Container" />
<rdfs:rangerdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" />
</rdf:Property>
<rdf:Propertyrdf:about="http://open-services.net/ns/basicProfile#membershipSubject">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>membershipSubject</rdfs:label>
<rdfs:comment>Indicates which resource is the subject for the members of the container.
</rdfs:comment>
<rdfs:domainrdf:resource="http://open-services.net/ns/basicProfile#Container" />
<rdfs:rangerdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" />
</rdf:Property>
<rdf:Propertyrdf:about="http://open-services.net/ns/basicProfile#pageOf">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>pageOf</rdfs:label>
<rdfs:comment>Associated a page with its container.</rdfs:comment>
<rdfs:domainrdf:resource="http://open-services.net/ns/basicProfile#Page" />
<rdfs:rangerdf:resource="http://open-services.net/ns/basicProfile#Container" />
</rdf:Property>
<rdf:Propertyrdf:about="http://open-services.net/ns/basicProfile#nextPage">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>nextPage</rdfs:label>
<rdfs:comment>From a known page, how to indicate the next or last page as rdf:nil.
</rdfs:comment>
<rdfs:domainrdf:resource="http://open-services.net/ns/basicProfile#Page" />
<rdfs:rangerdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource" />
</rdf:Property>
<rdf:Propertyrdf:about="http://open-services.net/ns/basicProfile#containerSortPredicates">
<rdfs:isDefinedByrdf:resource="http://open-services.net/ns/basicProfile#" />
<rdfs:label>containerSortPredicates</rdfs:label>
<rdfs:comment>List of predicates that indicate the ascending order of the members in a page.
</rdfs:comment>
<rdfs:domainrdf:resource="http://open-services.net/ns/basicProfile#Page" />
<rdfs:rangerdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List" />
</rdf:Property>
</rdf:RDF>
What should we do with it? At the very least we need to amend it and mark it obsolete.
The text was updated successfully, but these errors were encountered:
There is a file under the /ns/basicProfile called ldbp.rdf. It publishes early definitions of an "ldbp" Container:
Raw source of the file
What should we do with it? At the very least we need to amend it and mark it obsolete.
The text was updated successfully, but these errors were encountered: