| Package | Description |
|---|---|
| org.dspace.foresite | |
| org.dspace.foresite.jena |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Agent
Interface representing an Agent which can be attached to any ORE resource to
represent a person or other entity which has acted upon the resource.
|
interface |
AggregatedResource
Interface to represent an ORE Aggregated Resource.
|
interface |
Aggregation |
interface |
Proxy |
interface |
ResourceMap |
| Modifier and Type | Method and Description |
|---|---|
OREResource |
Triple.getObject() |
OREResource |
Triple.getSubject() |
| 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) |
void |
Triple.initialise(OREResource subject) |
void |
Triple.relate(Predicate pred,
OREResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentJena |
class |
AggregatedResourceJena |
class |
AggregationJena |
class |
OREResourceJena |
class |
ProxyJena |
class |
ResourceMapJena |
| Modifier and Type | Method and Description |
|---|---|
OREResource |
TripleJena.getObject() |
OREResource |
TripleJena.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TripleJena.initialise(OREResource resource) |
void |
TripleJena.relate(Predicate pred,
OREResource resource) |
Copyright © 2020. All rights reserved.