RSLP Collection Description Schema

Draft


<?xml version="1.0"?>

<!-- This is a further attempt at defining the cld namespace as used in the
collection description schema - http://www.ukoln.ac.uk/metadata/rslp/schema -->


<rdf:RDF xml:lang="en"
$nbsp;$nbsp;xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
$nbsp;$nbsp;xmlns:rdfs = "http://www.w3.org/TR/1999/PR-rdf-schema-19990303#">


<rdf:Description ID="strength">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Strength</rdfs:label>
  <rdfs:comment>The strength(s) of a collection.</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#description"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="accessControl">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Access Control</rdfs:label>
  <rdfs:comment>Allowed users, charges, etc.</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#rights"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="accrualStatus">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Accrual Status</rdfs:label>
  <rdfs:comment>A statement of accrual policy</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#description"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="hasLocation">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Has Location</rdfs:label>
  <rdfs:comment>The identifier for the physical or digital location of the collection</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#relation"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="objectName">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Object Name</rdfs:label>
  <rdfs:comment>An object name associated with the items in the colleciton</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#subject"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="agentName">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Agent Name</rdfs:label>
  <rdfs:comment>An agent name associated with the items in the colleciton</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#subject"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="accumulationDateRange">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Accumulation Date Range</rdfs:label>
  <rdfs:comment>The range of dates over which the collection was accumulated</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#date"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="contentsDateRange">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Contents Date Range</rdfs:label>
  <rdfs:comment>The range of dates of the individual items within the collection</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#date"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="owner">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Collection Owner</rdfs:label>
  <rdfs:comment>The identifier for and agent who has legal possession of the collection</rdfs:comment>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="hasDescription">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Descriptive Collection Name</rdfs:label>
  <rdfs:comment>The identifier or name of a second collection that describes the current collection</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#relation"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="isDescriptionOf">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Described Collection Name</rdfs:label>
  <rdfs:comment>The identifier or name of a second collection that is described by current collection</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#relation"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="accessConditions">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Access Conditions</rdfs:label>
  <rdfs:comment>Hours of access, classes of permitted user, etc.</rdfs:comment>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="isLocationOf">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Location of</rdfs:label>
  <rdfs:comment>The identifier for a collection held at this physical or digital location</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#relation"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="administrator">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Location of</rdfs:label>
  <rdfs:comment>The identifier for an agent who has responsibility for the physical or electronic enviroment in which the collection is held</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#publisher"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


<rdf:Description ID="address">
  <rdf:type rdf:resource="http://www.w3.org/TR/REC-rdf-syntax#Property"/>
  <rdfs:label>Place</rdfs:label>
  <rdfs:comment>The physical location of the collection</rdfs:comment>
  <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.0/#identifier"/>
  <rdfs:isDefinedBy rdf:resource/>
</rdf:Description>


</rdf:RDF>