Copyright © 2008 Talis Information Ltd
This work is licensed under a Creative Commons License.
The Resource List ontology describes collections of Items grouped together in Sections and explicitly ordered. Items refer to resources, currently bibo:Documents. The ontology subclasses SIOC for Container and Item relationships as well as providing additional properties for explicit ordering and optimisations for retrieving deeply structured Lists. The Resource List ontology is intended for use describing academic reading lists, bookmarks, bibliographies and similar structured collections of references.
The URI for this vocabulary is
http://purl.org/vocab/resourcelist/schema#
When used in XML documents the suggested prefix is resource
Each class or property in the vocabulary has a URI constructed by appending a term name to the vocabulary URI. For example:
http://purl.org/vocab/resourcelist/schema#list
http://purl.org/vocab/resourcelist/schema#List
The term name for a class always starts with an uppercase character. Where the term name is comprised of multiple concatenated words, the leading character of each word will be an uppercase character. For example:
List
Section
The term name for a property always starts with an lowercase character. Where the term name is comprised of multiple concatenated words, the leading character of the second and each subsequent word will be an uppercase character. For example:
list
contains
This vocabulary defines 4 classes and 10 properties .
Term Name | Type | Definition |
---|---|---|
AlternativeItem | class | An Alternative Item is an Item that is used specifically as an alternative to the Item it is associated with. This allows resource list creators to specify alternative resources when the core items on their list are unavailable, or simply in addition to them within a given context. |
Item | class | An Item represents a resource in the context of the list in which it is contained. This differs from the resource itself in that a resource may be referenced in many lists or many times within a single list. Item provides the means to contextualize the specific reference to a resource on each list. |
List | class | A Resource List represents an ordered collection of Items each which refers to a resource (currently bibo:Documents) for such purposes as managing a bibliography, circulating a reading list or similar. |
Section | class | A Section denotes a grouping of resources within a Resource List that are considered related in some way. |
alternative | property | The alternative property is used to relate one item to another as an alternative. |
contains | property | A List may contain many Sections and Items organised in a hierarchical structure. the contains property provides a relationshiop between the parent List and all Sections and Items within it, whether they are attached directly or deeper within the structure. This allows a List and all of its parts to be retrieved with a single DESCRIBE. This is an optimisation that precludes the need for recursive querying. |
created | property | This property is used to capture the date a list, item, or section was created |
description | property | This property is used to provide a description of a Resource List. |
list | property | Sections and Items are contained within Lists, the list property allows an easy way to get from Items and Sections that may be several levels deep to their parent List. |
next | property | The Sections and Items within a List or a Section are ordered. The mechanism for that is a doubly linked list, using next and previous. |
previous | property | The Sections and Items within a List or a Section are ordered. The mechanism for that is a doubly linked list, using next and previous. |
resource | property | The resource property relates an Item as it occurs in a List or Section to the resource it refers to. In our current view of Resource Lists the Items refer to resources all of which can be described using Bibliontology. |
usedBy | property | The usedBy property relates a List to the those rdf:resources that refer to it. |
usesList | property | The usesList property is used to relate any rdf:resource to a Resource List it makes use of. |
The Resource List ontology is designed to model academic reading lists, bookmarks and similarly structured collections of references. The Resource List Ontology makes use of a number of other ontologies:
We use SIOC to model the structure of a Resource List and the relationships between items and their containers. We use Bibliographic Ontology to model the various kinds of resources that can be included on a list. It is recommended that you refer to those ontologies to gain a better understanding of the classes and properties that are available.
We are currently using the lifecycle ontology to model the status of a List, Section or Item, with a view to introduce the ability to model more detailed workflow type activities in the future. At the moment it is used to indicate whether a List, a Section or an Item are draft, or published. In order to do this we have defined the following Individuals as part of the Resource List Ontology
<lifecycle:State rdf:about="http://purl.org/vocab/resourcelist/schema#status-draft"> <rdfs:label xml:lang="en">Draft</rdfs:label> </lifecycle:State> <lifecycle:State rdf:about="http://purl.org/vocab/resourcelist/schema#status-published"> <rdfs:label xml:lang="en">Published</rdfs:label> </lifecycle:State>And specify that the
<lifecycle:state>
property be used when indicating the status of an item, section or a list. For example:
<resource:List rdf:about="http://example.com/lists/test"> <resource:created>20080520110000</resource:created> <sioc:has_creator rdf:resource="http://example.com/people/joe_bloggs"/> <lifecycle:state rdf:resource="http://purl.org/vocab/resourcelist/schema#status-draft"/> <sioc:name xml:lang="en">Test List</sioc:name> <resource:description xml:lang="en">This a test list</resource:description> </resource:List>
An Alternative Item is an Item that is used specifically as an alternative to the Item it is associated with. This allows resource list creators to specify alternative resources when the core items on their list are unavailable, or simply in addition to them within a given context.
URI: | http://purl.org/vocab/resourcelist/schema#AlternativeItem |
---|---|
Label: | Alternative Item |
Subclass of | resource:Item |
Paraphrase (experimental) | A resource:AlternativeItem is something that, amongst other things, is a resource:Item |
An Item represents a resource in the context of the list in which it is contained. This differs from the resource itself in that a resource may be referenced in many lists or many times within a single list. Item provides the means to contextualize the specific reference to a resource on each list.
URI: | http://purl.org/vocab/resourcelist/schema#Item |
---|---|
Label: | Item |
Subclass of | http://rdfs.org/sioc/spec/Item |
Paraphrase (experimental) | A resource:Item is something that, amongst other things, is a http://rdfs.org/sioc/spec/Item |
A Resource List represents an ordered collection of Items each which refers to a resource (currently bibo:Documents) for such purposes as managing a bibliography, circulating a reading list or similar.
URI: | http://purl.org/vocab/resourcelist/schema#List |
---|---|
Label: | Resource List |
Subclass of | http://rdfs.org/sioc/spec/Container |
Paraphrase (experimental) | A resource:List is something that, amongst other things, is a http://rdfs.org/sioc/spec/Container |
A Section denotes a grouping of resources within a Resource List that are considered related in some way.
URI: | http://purl.org/vocab/resourcelist/schema#Section |
---|---|
Label: | Section |
Subclass of | http://rdfs.org/sioc/spec/Container |
Paraphrase (experimental) | A resource:Section is something that, amongst other things, is a http://rdfs.org/sioc/spec/Container |
The alternative property is used to relate one item to another as an alternative.
URI: | http://purl.org/vocab/resourcelist/schema#alternative |
---|---|
Label: | Alternative |
Domain | resource:Item |
Range | resource:AlernativeItem |
Paraphrase (experimental) | Having a resource:alternative implies being something that, amongst other things, is a resource:Item |
A List may contain many Sections and Items organised in a hierarchical structure. the contains property provides a relationshiop between the parent List and all Sections and Items within it, whether they are attached directly or deeper within the structure. This allows a List and all of its parts to be retrieved with a single DESCRIBE. This is an optimisation that precludes the need for recursive querying.
URI: | http://purl.org/vocab/resourcelist/schema#contains |
---|---|
Label: | contains |
Domain | resource:List |
Range | Union of resource:Section or a resource:Item |
Paraphrase (experimental) | Having a resource:contains implies being something that, amongst other things, is a resource:List |
This property is used to capture the date a list, item, or section was created
URI: | http://purl.org/vocab/resourcelist/schema#created |
---|---|
Label: | Created Date |
Domain | Union of resource:Item , resource:Section or a resource:List |
Range | xsd:date |
Paraphrase (experimental) | Having a resource:created implies being something that, amongst other things, is a resource:Item, resource:Section or a resource:List |
This property is used to provide a description of a Resource List.
URI: | http://purl.org/vocab/resourcelist/schema#description |
---|---|
Label: | Description |
Domain | resource:List |
Range | xsd:string |
Paraphrase (experimental) | Having a resource:description implies being something that, amongst other things, is a resource:List |
Sections and Items are contained within Lists, the list property allows an easy way to get from Items and Sections that may be several levels deep to their parent List.
URI: | http://purl.org/vocab/resourcelist/schema#list |
---|---|
Label: | list |
Domain | Union of resource:Item or a resource:Section |
Range | resource:List |
Paraphrase (experimental) | Having a resource:list implies being something that, amongst other things, is a resource:Item or a resource:Section |
The Sections and Items within a List or a Section are ordered. The mechanism for that is a doubly linked list, using next and previous.
URI: | http://purl.org/vocab/resourcelist/schema#next |
---|---|
Label: | next |
Domain | Union of resource:Item or a resource:Section |
Range | Union of resource:Section or a resource:Item |
Paraphrase (experimental) | Having a resource:next implies being something that, amongst other things, is a resource:Item or a resource:Section |
The Sections and Items within a List or a Section are ordered. The mechanism for that is a doubly linked list, using next and previous.
URI: | http://purl.org/vocab/resourcelist/schema#previous |
---|---|
Label: | previous |
Domain | Union of resource:Item or a resource:Section |
Range | Union of resource:Section or a resource:Item |
Paraphrase (experimental) | Having a resource:previous implies being something that, amongst other things, is a resource:Item or a resource:Section |
The resource property relates an Item as it occurs in a List or Section to the resource it refers to. In our current view of Resource Lists the Items refer to resources all of which can be described using Bibliontology.
URI: | http://purl.org/vocab/resourcelist/schema#resource |
---|---|
Label: | resource |
Domain | resource:Item |
Range | http://purl.org/ontology/bibo/Document |
Paraphrase (experimental) | Having a resource:resource implies being something that, amongst other things, is a resource:Item |
The usedBy property relates a List to the those rdf:resources that refer to it.
URI: | http://purl.org/vocab/resourcelist/schema#usedBy |
---|---|
Label: | List Used By |
Domain | resource:List |
Paraphrase (experimental) | Having a resource:usedBy implies being something that, amongst other things, is a resource:List |
The usesList property is used to relate any rdf:resource to a Resource List it makes use of.
URI: | http://purl.org/vocab/resourcelist/schema#usesList |
---|---|
Label: | Uses Resource List |
Range | resource:List |
<?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:bibo="http://purl.org/ontology/bibo/" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:foaf="http://xmlns.com/foaf/spec/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:resource="http://purl.org/vocab/resourcelist/schema#" xmlns:sioc="http://rdfs.org/sioc/spec/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vann="http://purl.org/vocab/vann/" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:lifeycle="http://purl.org/vocab/lifecycle/schema#"> <resource:List rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts#self"> <resource:created>20080520110000</resource:created> <sioc:has_creator rdf:resource="http://list.hogwarts.ac.uk/people/umbridge_dolores#self"/> <sioc:name xml:lang="en">Introduction to Defence Against The Dark Arts</sioc:name> <resource:description xml:lang="en">This list contains a number of resources that provide a good introduction to defence against the dark arts</resource:description> <resource:status rdf:resource="http://purl.org/vocab/resourcelist/schema#StatusPublished"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/1#self"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/2#self"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/3#self"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/4#self"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week1#self"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week2#self"/> <resource:contains rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week3#self"/> <sioc:parent_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week1#self" /> <sioc:parent_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week2#self" /> <sioc:parent_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week3#self" /> <lifecyle:state rdf:resource="http://purl.org/vocab/resourcelist/schema#status-published" /> </resource:List> <resource:Section rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week1#self"> <sioc:name xml:lang="en">Week 1</sioc:name> <resource:description xml:lang="en">This section contains resources that are relevant to study in Week One of this course</resource:description> <sioc:has_parent rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts#self"/> <sioc:container_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/1#self"/> <resource:next rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week2#self"/> </resource:Section> <resource:Section rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week2#self"> <sioc:name xml:lang="en">Week 2</sioc:name> <resource:description xml:lang="en">This section contains resources that are relevant to study in Week Two of this course</resource:description> <sioc:has_parent rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts#self"/> <sioc:container_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/2#self"/> <resource:previous rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week1#self"/> <resource:next rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week3#self"/> </resource:Section> <resource:Section rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week3#self"> <sioc:name xml:lang="en">Week 3</sioc:name> <resource:description xml:lang="en">This section contains resources that are relevant to study in Week Three of this course</resource:description> <sioc:has_parent rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts#self"/> <sioc:container_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/3#self"/> <sioc:container_of rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/4#self"/> <resource:previous rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week2#self"/> </resource:Section> <resource:Item rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/1#self"> <resource:resource rdf:resource="http://list.hogwarts.ac.uk/resources/1#self"/> <sioc:note xml:lang="en">First lesson text, read this.</sioc:note> <sioc:has_container rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week1#self"/> </resource:Item> <resource:Item rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/2#self"> <resource:resource rdf:resource="http://list.hogwarts.ac.uk/resources/2#self"/> <sioc:note xml:lang="en">All students should read this.</sioc:note> <sioc:has_container rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week2#self"/> </resource:Item> <resource:Item rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/3#self"> <resource:resource rdf:resource="http://list.hogwarts.ac.uk/resources/3#self"/> <sioc:note xml:lang="en">All students should read this.</sioc:note> <sioc:has_container rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week3#self"/> <resource:next rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/4#self"/> </resource:Item> <resource:Item rdf:about="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/4#self"> <resource:resource rdf:resource="http://list.hogwarts.ac.uk/resources/4#self"/> <sioc:note xml:lang="en">All students should read this.</sioc:note> <sioc:has_container rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/sections/week3#self"/> <resource:previous rdf:resource="http://list.hogwarts.ac.uk/lists/introduction_to_defence_against_the_dark_arts/items/3#self"/> </resource:Item> <bibo:Chapter rdf:about="http://list.hogwarts.ac.uk/resources/1#self"> <dc:title xml:lang="en">Basics for Beginners</dc:title> <bibo:locator xml:lang="en">1</bibo:locator> <dct:isPartOf rdf:resource="http://list.hogwarts.ac.uk/resources/5#self"/> </bibo:Chapter> <bibo:Chapter rdf:about="http://list.hogwarts.ac.uk/resources/2#self"> <dc:title xml:lang="en">Common Defensive Theories and their Derivation</dc:title> <bibo:locator xml:lang="en">2</bibo:locator> <dct:isPartOf rdf:resource="http://list.hogwarts.ac.uk/resources/5#self"/> </bibo:Chapter> <bibo:Chapter rdf:about="http://list.hogwarts.ac.uk/resources/3#self"> <dc:title xml:lang="en">The Case for Non-Offensive Responses to Magical Attack</dc:title> <bibo:pageStart>34</bibo:pageStart> <bibo:locator xml:lang="en">3</bibo:locator> <dct:isPartOf rdf:resource="http://list.hogwarts.ac.uk/resources/5#self"/> </bibo:Chapter> <bibo:Chapter rdf:about="http://list.hogwarts.ac.uk/resources/4#self"> <dc:title xml:lang="en">Non-Retaliation and Negotiation</dc:title> <bibo:locator xml:lang="en">34</bibo:locator> <dct:isPartOf rdf:resource="http://list.hogwarts.ac.uk/resources/5#self"/> </bibo:Chapter> <bibo:Book rdf:about="http://list.hogwarts.ac.uk/resources/5#self"> <bibo:uri rdf:resource="http://www.hp-lexicon.org/wizworld/books.html#Defensive_Magical_Theory"/> <bibo:isbn13 xml:lang="en">978-0-596-52932-1</bibo:isbn13> <dct:title xml:lang="en">Defensive Magical Theory</dct:title> <bibo:authorList> <rdf:Description> <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> <rdf:first rdf:resource="http://list.hogwarts.ac.uk/people/slinkhard_Wilbert"/> </rdf:Description> </bibo:authorList> <bibo:edition xml:lang="en">First Edition</bibo:edition> <bibo:isbn10 xml:lang="en">0-596-52932-5</bibo:isbn10> </bibo:Book> <foaf:Person rdf:about="http://list.hogwarts.ac.uk/people/slinkhard_Wilbert"> <foaf:firstName xml:lang="en">Wilbert</foaf:firstName> <foaf:surname>Slinkhard</foaf:surname> <foaf:homepage>http://www.hp-lexicon.org/wizworld/books_authors.html#slinkhard_wilbert</foaf:homepage> </foaf:Person> </rdf:RDF>
The schema included here is informational only. The normative schema can be found at http://purl.org/vocab/resourcelist/schema#.rdf
<rdf:RDF
xmlns:lifecycle="http://purl.org/vocab/lifecycle/schema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:sioc="http://rdfs.org/sioc/spec/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:dctype="http://purl.org/dc/dcmitype/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:resource="http://purl.org/vocab/resourcelist/schema#">
<owl:Ontology
rdf:about=""
dc:date="2008-05-14">
<dc:title xml:lang="en">Resource List Ontology</dc:title>
<rdfs:comment xml:lang="en">
The Resource List ontology describes collections of Items grouped
together in Sections and explicitly ordered. Items refer to resources,
currently bibo:Documents. The ontology subclasses SIOC for Container and
Item relationships as well as providing additional properties for
explicit ordering and optimisations for retrieving deeply structured
Lists. The Resource List ontology is intended for use describing
academic reading lists, bookmarks, bibliographies and similar structured
collections of references.
</rdfs:comment>
<dc:identifier>http://purl.org/vocab/resourcelist/schema#</dc:identifier>
<dct:isVersionOf rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dc:creator>Nadeem Shabir</dc:creator>
<dc:creator>Rob Styles</dc:creator>
<dc:contributor>Ian Corns</dc:contributor>
<dc:contributor>Sarah Bartlett</dc:contributor>
<dc:rights>Copyright © 2008 Talis Information Ltd</dc:rights>
<vann:preferredNamespaceUri>http://purl.org/vocab/resourcelist/schema#</vann:preferredNamespaceUri>
<vann:preferredNamespacePrefix>resource</vann:preferredNamespacePrefix>
<vann:example rdf:resource="ontology_diagram.html"/>
<vann:example rdf:resource="readinglist-example.html"/>
<vann:usageNote rdf:resource="usagenote.html"/>
<dct:hasFormat>
<dctype:Text rdf:about="http://purl.org/vocab/resourcelist/schema-20080519.html">
<dc:format>
<dct:IMT>
<rdf:value>text/html</rdf:value>
<rdfs:label xml:lang="en">HTML</rdfs:label>
</dct:IMT>
</dc:format>
</dctype:Text>
</dct:hasFormat>
<dct:hasFormat>
<dctype:Text rdf:about="http://purl.org/vocab/resourcelist/schema-20080519.rdf">
<dc:format>
<dct:IMT>
<rdf:value>application/rdf+xml</rdf:value>
<rdfs:label xml:lang="en">RDF</rdfs:label>
</dct:IMT>
</dc:format>
</dctype:Text>
</dct:hasFormat>
<dct:issued>2008-05-19</dct:issued>
<skos:historyNote
rdf:value="First cut of the ontology published"
dc:date="2008-05-19"
dc:creator="Nadeem Shabir"/>
<skos:historyNote
rdf:value="Ontology updated, lifecycle integrated"
dc:date="2008-07-31"
dc:creator="Nadeem Shabir"/>
</owl:Ontology>
<cc:Work rdf:about="">
<cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/uk/"/>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by/2.0/uk/">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
<rdfs:Class rdf:about="http://purl.org/vocab/resourcelist/schema#List">
<rdfs:label xml:lang="en">Resource List</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
A Resource List represents an ordered collection of Items each which
refers to a resource (currently bibo:Documents) for such purposes as
managing a bibliography, circulating a reading list or similar.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<rdfs:subClassOf rdf:resource="http://rdfs.org/sioc/spec/Container"/>
<dct:issued>2008-05-19</dct:issued>
</rdfs:Class>
<rdfs:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section">
<rdfs:label xml:lang="en">Section</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
A Section denotes a grouping of resources within a Resource List that
are considered related in some way.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<rdfs:subClassOf rdf:resource="http://rdfs.org/sioc/spec/Container"/>
<dct:issued>2008-05-19</dct:issued>
</rdfs:Class>
<rdfs:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item">
<rdfs:label xml:lang="en">Item</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
An Item represents a resource in the context of the list in which it is
contained. This differs from the resource itself in that a resource may
be referenced in many lists or many times within a single list. Item
provides the means to contextualize the specific reference to a resource
on each list.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<rdfs:subClassOf rdf:resource="http://rdfs.org/sioc/spec/Item"/>
<dct:issued>2008-05-19</dct:issued>
</rdfs:Class>
<rdfs:Class rdf:about="http://purl.org/vocab/resourcelist/schema#AlternativeItem">
<rdfs:label xml:lang="en">Alternative Item</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
An Alternative Item is an Item that is used specifically as an
alternative to the Item it is associated with. This allows resource list
creators to specify alternative resources when the core items on their
list are unavailable, or simply in addition to them within a given
context.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/resourcelist/schema#Item"/>
<dct:issued>2008-05-19</dct:issued>
</rdfs:Class>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#list">
<rdfs:label xml:lang="en">list</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
Sections and Items are contained within Lists, the list property allows
an easy way to get from Items and Sections that may be several levels
deep to their parent List.
</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/vocab/resourcelist/schema#List"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#contains">
<rdfs:label xml:lang="en">contains</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
A List may contain many Sections and Items organised in a hierarchical
structure. the contains property provides a relationshiop between the
parent List and all Sections and Items within it, whether they are
attached directly or deeper within the structure. This allows a List and
all of its parts to be retrieved with a single DESCRIBE. This is an
optimisation that precludes the need for recursive querying.
</rdfs:comment>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:domain rdf:resource="http://purl.org/vocab/resourcelist/schema#List"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#next">
<rdfs:label xml:lang="en">next</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
The Sections and Items within a List or a Section are ordered. The
mechanism for that is a doubly linked list, using next and previous.
</rdfs:comment>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#previous">
<rdfs:label xml:lang="en">previous</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
The Sections and Items within a List or a Section are ordered. The
mechanism for that is a doubly linked list, using next and previous.
</rdfs:comment>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#resource">
<rdfs:label xml:lang="en">resource</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
The resource property relates an Item as it occurs in a List or Section
to the resource it refers to. In our current view of Resource Lists the
Items refer to resources all of which can be described using
Bibliontology.
</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/resourcelist/schema#Item"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#usedBy">
<rdfs:label xml:lang="en">List Used By</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
The usedBy property relates a List to the those rdf:resources that refer
to it.
</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/resourcelist/schema#List"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#usesList">
<rdfs:label xml:lang="en">Uses Resource List</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
The usesList property is used to relate any rdf:resource to a Resource
List it makes use of.
</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/vocab/resourcelist/schema#List"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#alternative">
<rdfs:label xml:lang="en">Alternative</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
The alternative property is used to relate one item to another as an
alternative.
</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/resourcelist/schema#Item"/>
<rdfs:range rdf:resource="http://purl.org/vocab/resourcelist/schema#AlernativeItem"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#created">
<rdfs:label xml:lang="en">Created Date</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
This property is used to capture the date a list, item, or section was
created
</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Item"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#Section"/>
<owl:Class rdf:about="http://purl.org/vocab/resourcelist/schema#List"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-07-31</dct:issued>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/vocab/resourcelist/schema#description">
<rdfs:label xml:lang="en">Description</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
This property is used to provide a description of a Resource List.
</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/resourcelist/schema#List"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-05-19</dct:issued>
</rdf:Property>
<lifecycle:State rdf:about="http://purl.org/vocab/resourcelist/schema#status-draft">
<rdfs:label xml:lang="en">Draft</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
This State is used to indicate that something is Draft.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-07-31</dct:issued>
</lifecycle:State>
<lifecycle:State rdf:about="http://purl.org/vocab/resourcelist/schema#status-published">
<rdfs:label xml:lang="en">Published</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
This State is used to indicate that something is Published.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/resourcelist/schema#"/>
<dct:issued>2008-07-31</dct:issued>
</lifecycle:State>
</rdf:RDF>
This work is licensed under a Creative Commons License.
The following section is informational only, please refer to the Original License for complete license terms.
This license grants the following rights:
This license imposes the following restrictions: