| Constructor and Description |
|---|
TripleJena() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteralType() |
OREResource |
getObject() |
String |
getObjectLiteral() |
URI |
getObjectURI() |
Predicate |
getPredicate() |
OREResource |
getSubject() |
URI |
getSubjectURI() |
void |
initialise(OREResource resource) |
void |
initialise(URI uri) |
boolean |
isLiteral() |
void |
relate(Predicate pred,
Object literal) |
void |
relate(Predicate pred,
OREResource resource) |
void |
relate(Predicate pred,
URI uri) |
public void initialise(URI uri)
initialise in interface Triplepublic void initialise(OREResource resource) throws OREException
initialise in interface TripleOREExceptionpublic void relate(Predicate pred, URI uri) throws OREException
relate in interface TripleOREExceptionpublic void relate(Predicate pred, OREResource resource) throws OREException
relate in interface TripleOREExceptionpublic void relate(Predicate pred, Object literal) throws OREException
relate in interface TripleOREExceptionpublic OREResource getSubject()
getSubject in interface Triplepublic URI getSubjectURI() throws OREException
getSubjectURI in interface TripleOREExceptionpublic Predicate getPredicate() throws OREException
getPredicate in interface TripleOREExceptionpublic OREResource getObject()
public URI getObjectURI() throws OREException
getObjectURI in interface TripleOREExceptionpublic String getObjectLiteral() throws OREException
getObjectLiteral in interface TripleOREExceptionpublic String getLiteralType() throws OREException
getLiteralType in interface TripleOREExceptionCopyright © 2020. All rights reserved.