org.dspace.adapters.rdf.vocabularies
Class ORE
java.lang.Object
org.dspace.adapters.rdf.vocabularies.ORE
public class ORE
- extends Object
The OAI ORE terms vocabulary
The OAI ORE terms vocabulary The set
of terms provided by the OAI ORE initiative
The Open Archives
Initiative ORE Project
|
Field Summary |
static org.openrdf.model.URI |
aggregates
Aggregates
Aggregations, by definition, aggregate resources. |
static org.openrdf.model.URI |
Aggregation
Aggregation
A set of related resources (Aggregated Resources), grouped
together such that the set can be treated as a single resource. |
static org.openrdf.model.URI |
analogousTo
Describes
The subject of this relationship MUST be an Aggregation. |
static org.openrdf.model.URI |
describes
Describes
Resource Maps describe Aggregations in varying levels of
detail. |
static org.openrdf.model.URI |
isAggregatedBy
Aggregates
The inverse relationship of ore:aggregates,
ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by
an Aggregation.
|
static org.openrdf.model.URI |
isDescribedBy
|
static String |
NAMESPACE
|
static org.openrdf.model.URI |
NS
|
static org.openrdf.model.URI |
ResourceMap
Resource Map
A description of an Aggregation according to the OAI-ORE
data model. |
|
Constructor Summary |
ORE()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
NS
public static final org.openrdf.model.URI NS
ResourceMap
public static final org.openrdf.model.URI ResourceMap
- Resource Map
A description of an Aggregation according to the OAI-ORE
data model. Resource Maps are serialised to a machine readable format
according to the implementation guidelines as a Resource Map Document.
The Resource Map MAY contain type information and MAY contain
relationship information.
Aggregation
public static final org.openrdf.model.URI Aggregation
- Aggregation
A set of related resources (Aggregated Resources), grouped
together such that the set can be treated as a single resource. This is
the entity described within the ORE interoperability framework by a
Resource Map.
aggregates
public static final org.openrdf.model.URI aggregates
- Aggregates
Aggregations, by definition, aggregate resources. This
relationship between the Aggregation and its Aggregated Resources is thus
more specific than a simple part/whole relationship, as expressed by
dcterms:hasPart for example.
isAggregatedBy
public static final org.openrdf.model.URI isAggregatedBy
- Aggregates
The inverse relationship of ore:aggregates,
ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by
an Aggregation.
describes
public static final org.openrdf.model.URI describes
- Describes
Resource Maps describe Aggregations in varying levels of
detail. This relationship asserts that the subject (a Resource Map)
describes the object (an Aggregation).
isDescribedBy
public static final org.openrdf.model.URI isDescribedBy
-
analogousTo
public static final org.openrdf.model.URI analogousTo
- Describes
The subject of this relationship MUST be an Aggregation.
This Aggregation should be considered an expression within the ORE
context of the object of the relationship, as it is broadly equivalent to
the resource. For example, the Aggregation may consist of the resources
which, together, make up a journal article which has a DOI assigned to
it. The Aggregation is not the article to which the DOI was assigned, but
is a proxy for it in some manner.
ORE
public ORE()
Copyright © 2008 The DSpace Foundation. All Rights Reserved.