Package | Description |
---|---|
org.dspace.foresite | |
org.dspace.foresite.jena |
Modifier and Type | Method and Description |
---|---|
static Vocab |
Vocab.getByURI(URI uri) |
Vocab |
OREModel.getObject() |
static Vocab |
OREModel.getObjectOf(Vocab predicate) |
Vocab |
OREResource.getOREType()
Get the Vocab element which refers to the ORE type that this object
is.
|
Vocab |
OREModel.getPredicate() |
Vocab |
OREModel.getSubject() |
static Vocab |
OREModel.getSubjectOf(Vocab predicate) |
static Vocab |
Vocab.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vocab[] |
Vocab.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Triple |
OREResource.createTriple(Vocab pred,
Object literal)
Create a triple using the given Vocab enum element as the source of the
prdicate, and the given Object as a literal.
|
Triple |
OREResource.createTriple(Vocab pred,
URI uri)
Create a triple using the given Vocab enum element as the source of the
predicate, and the given URI for the subject.
|
static Vocab |
OREModel.getObjectOf(Vocab predicate) |
static Vocab |
OREModel.getSubjectOf(Vocab predicate) |
Modifier and Type | Method and Description |
---|---|
Vocab |
ResourceMapJena.getOREType() |
Vocab |
ProxyJena.getOREType() |
Vocab |
AggregationJena.getOREType() |
Vocab |
AggregatedResourceJena.getOREType() |
Vocab |
AgentJena.getOREType() |
protected Vocab |
OREResourceJena.getOREType(com.hp.hpl.jena.rdf.model.Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected List<Vocab> |
OREResourceJena.getOREObjectOfPredicates(com.hp.hpl.jena.rdf.model.Resource resource) |
protected List<Vocab> |
OREResourceJena.getORESubjectOfPredicates(com.hp.hpl.jena.rdf.model.Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OREResourceJena.aboveInHierarchy(Vocab type) |
Triple |
OREResourceJena.createTriple(Vocab pred,
Object literal) |
Triple |
OREResourceJena.createTriple(Vocab pred,
URI uri) |
Copyright © 2020. All rights reserved.