vocabs.resource.rdf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of luzzu-communications Show documentation
Show all versions of luzzu-communications Show documentation
This module deals with the RESTful APIs
The newest version!
Resource List Ontology
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.
http://purl.org/vocab/resourcelist/schema#
Nadeem Shabir
Rob Styles
Ian Corns
Sarah Bartlett
Copyright © 2008 Talis Information Ltd
http://purl.org/vocab/resourcelist/schema#
resource
text/html
HTML
application/rdf+xml
RDF
2008-05-19
Resource List
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.
2008-05-19
Section
A Section denotes a grouping of resources within a Resource List that are considered related in some way.
2008-05-19
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.
2008-05-19
Alternative Item
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.
2008-05-19
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.
2008-05-19
contains
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.
2008-05-19
next
DEPRECATED: 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.
2008-05-19
previous
DEPRECATED: 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.
2008-05-19
resource
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.
2008-05-19
List Used By
The usedBy property relates a List to the those rdf:resources that refer to it.
2008-05-19
Uses Resource List
The usesList property is used to relate any rdf:resource to a Resource List it makes use of.
2008-05-19
Alternative
The alternative property is used to relate one item to another as an alternative.
2008-05-19
Created Date
This property is used to capture the date a list, item, or section was created
2008-07-31
Last Updated Date
This property is used to capture the date a list, item, or section last updated
2009-07-01
Description
This property is used to provide a description of a Resource List.
2008-05-19
Draft
This State is used to indicate that something is Draft.
2008-07-31
Published
This State is used to indicate that something is Published.
2008-07-31