Package | Description |
---|---|
org.dspace.foresite | |
org.dspace.foresite.jena |
Modifier and Type | Method and Description |
---|---|
static Triple |
OREFactory.createTriple(OREResource subject,
Predicate pred,
Object object) |
static Triple |
OREFactory.createTriple(OREResource subject,
Predicate pred,
OREResource object) |
static Triple |
OREFactory.createTriple(OREResource subject,
Predicate pred,
URI object) |
Triple |
OREResource.createTriple(Predicate pred,
Object literal)
Create a triple with the given predicate on the given literal.
|
Triple |
OREResource.createTriple(Predicate pred,
URI uri)
Create a triple with the given predicate on the given URI
|
Triple |
OREResource.createTriple(URI pred,
Object literal)
Create a triple using the given URI for the predicate and the given
literal for the subject.
|
static Triple |
OREFactory.createTriple(URI subject,
Predicate pred,
Object object) |
static Triple |
OREFactory.createTriple(URI subject,
Predicate pred,
URI object) |
Triple |
OREResource.createTriple(URI pred,
URI uri)
Create a triple using the given URI for the predicate and the given
URI for the subject.
|
static Triple |
OREFactory.createTriple(URI subject,
URI relation,
Object literal) |
static Triple |
OREFactory.createTriple(URI subject,
URI relation,
URI object) |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Triple> |
ResourceMap.doSparql(String sparql) |
List<Triple> |
OREResource.listAllTriples()
List all triples associated with the whole ORE graph as known about by
the resource in its current environment.
|
List<Triple> |
OREResource.listAllTriples(TripleSelector selector)
List all triples associated with the whole ORE graph as known about by
the resource in its current environment, which match the selection
criteria
|
List<Triple> |
OREResource.listTriples()
List all of the triples directly descended from the resource type.
|
List<Triple> |
OREResource.listTriples(TripleSelector selector)
List all the triples directly descended from the resource type which match
the selection criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
OREResource.addTriple(Triple relationship)
Add the given triple to the current graph.
|
void |
OREResource.removeTriple(Triple triple)
Remove the given triple from the current graph.
|
Modifier and Type | Method and Description |
---|---|
void |
OREResource.addTriples(List<Triple> relationships)
Add the list of triples to the current graph.
|
Modifier and Type | Class and Description |
---|---|
class |
TripleJena |
Modifier and Type | Method and Description |
---|---|
Triple |
OREResourceJena.createTriple(Predicate pred,
Object literal) |
Triple |
OREResourceJena.createTriple(Predicate pred,
URI uri) |
static Triple |
JenaOREFactory.createTriple(com.hp.hpl.jena.rdf.model.Statement statement) |
Triple |
OREResourceJena.createTriple(URI pred,
Object literal) |
Triple |
OREResourceJena.createTriple(URI pred,
URI uri) |
Triple |
OREResourceJena.createTriple(Vocab pred,
Object literal) |
Triple |
OREResourceJena.createTriple(Vocab pred,
URI uri) |
Modifier and Type | Method and Description |
---|---|
List<Triple> |
ResourceMapJena.doSparql(String sparql) |
List<Triple> |
OREResourceJena.listAllTriples() |
List<Triple> |
OREResourceJena.listAllTriples(TripleSelector selector) |
List<Triple> |
OREResourceJena.listTriples() |
List<Triple> |
OREResourceJena.listTriples(TripleSelector selector) |
List<Triple> |
AggregatedResourceJena.listTriples(TripleSelector selector) |
protected List<Triple> |
OREResourceJena.listTriples(URI subjectURI,
Predicate predInit,
URI objectURI,
Object objectLiteral) |
Modifier and Type | Method and Description |
---|---|
void |
OREResourceJena.addTriple(Triple triple) |
static com.hp.hpl.jena.rdf.model.Statement |
JenaOREFactory.createStatement(Triple triple) |
void |
OREResourceJena.removeTriple(Triple triple) |
Modifier and Type | Method and Description |
---|---|
void |
OREResourceJena.addTriples(List<Triple> triples) |
Copyright © 2020. All rights reserved.