|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.DatasetThingFactory
org.openanzo.rdfs.dataset.RDFSFactory
public class RDFSFactory
Factory for instantiating objects for ontology classes in the RDFS ontology. The get methods leave the dataset unchanged and return a Java view of the object in the dataset. The create methods may add certain baseline properties to the dataset such as rdf:type and any properties with hasValue restrictions.
(URI: http://www.w3.org/2000/01/rdf-schema#RDFS)
| Field Summary |
|---|
| Fields inherited from class org.openanzo.jastor.DatasetThingFactory |
|---|
valueFactory |
| Constructor Summary | |
|---|---|
RDFSFactory()
|
|
| Method Summary | |
|---|---|
static _Property |
create_Property(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Property. |
static _Property |
create_Property(java.lang.String uri,
IDataset dataset)
Create a new instance of _Property. |
static _Property |
create_Property(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Property. |
static _Property |
create_Property(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of _Property. |
static _Resource |
create_Resource(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Resource. |
static _Resource |
create_Resource(java.lang.String uri,
IDataset dataset)
Create a new instance of _Resource. |
static _Resource |
create_Resource(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Resource. |
static _Resource |
create_Resource(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of _Resource. |
static Alt |
createAlt(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Alt. |
static Alt |
createAlt(java.lang.String uri,
IDataset dataset)
Create a new instance of Alt. |
static Alt |
createAlt(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Alt. |
static Alt |
createAlt(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Alt. |
static Bag |
createBag(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Bag. |
static Bag |
createBag(java.lang.String uri,
IDataset dataset)
Create a new instance of Bag. |
static Bag |
createBag(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Bag. |
static Bag |
createBag(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Bag. |
static Class |
createClass(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Class. |
static Class |
createClass(java.lang.String uri,
IDataset dataset)
Create a new instance of Class. |
static Class |
createClass(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Class. |
static Class |
createClass(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Class. |
static Container |
createContainer(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Container. |
static Container |
createContainer(java.lang.String uri,
IDataset dataset)
Create a new instance of Container. |
static Container |
createContainer(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Container. |
static Container |
createContainer(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Container. |
static ContainerMembershipProperty |
createContainerMembershipProperty(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static ContainerMembershipProperty |
createContainerMembershipProperty(java.lang.String uri,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static ContainerMembershipProperty |
createContainerMembershipProperty(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static ContainerMembershipProperty |
createContainerMembershipProperty(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static Datatype |
createDatatype(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Datatype. |
static Datatype |
createDatatype(java.lang.String uri,
IDataset dataset)
Create a new instance of Datatype. |
static Datatype |
createDatatype(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Datatype. |
static Datatype |
createDatatype(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Datatype. |
static List |
createList(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of List. |
static List |
createList(java.lang.String uri,
IDataset dataset)
Create a new instance of List. |
static List |
createList(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of List. |
static List |
createList(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of List. |
static Literal |
createLiteral(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Literal. |
static Literal |
createLiteral(java.lang.String uri,
IDataset dataset)
Create a new instance of Literal. |
static Literal |
createLiteral(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Literal. |
static Literal |
createLiteral(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Literal. |
static Seq |
createSeq(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Seq. |
static Seq |
createSeq(java.lang.String uri,
IDataset dataset)
Create a new instance of Seq. |
static Seq |
createSeq(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Seq. |
static Seq |
createSeq(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Seq. |
static _Property |
get_Property(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Property. |
static _Property |
get_Property(java.lang.String uri,
IDataset dataset)
Create a new instance of _Property. |
static _Property |
get_Property(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Property. |
static _Property |
get_Property(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of _Property. |
static _Resource |
get_Resource(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Resource. |
static _Resource |
get_Resource(java.lang.String uri,
IDataset dataset)
Create a new instance of _Resource. |
static _Resource |
get_Resource(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of _Resource. |
static _Resource |
get_Resource(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of _Resource. |
static java.util.List<_Property> |
getAll_Property(IDataset dataset)
Return an instance of _Property for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
static java.util.List<_Property> |
getAll_Property(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of _Property for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
static java.util.List<_Resource> |
getAll_Resource(IDataset dataset)
Return an instance of _Resource for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Resource |
static java.util.List<_Resource> |
getAll_Resource(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of _Resource for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Resource |
static java.util.List<Alt> |
getAllAlt(IDataset dataset)
Return an instance of Alt for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt |
static java.util.List<Alt> |
getAllAlt(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Alt for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt |
static java.util.List<Bag> |
getAllBag(IDataset dataset)
Return an instance of Bag for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag |
static java.util.List<Bag> |
getAllBag(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Bag for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag |
static java.util.List<Class> |
getAllClass(IDataset dataset)
Return an instance of Class for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Class |
static java.util.List<Class> |
getAllClass(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Class for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Class |
static java.util.List<Container> |
getAllContainer(IDataset dataset)
Return an instance of Container for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Container |
static java.util.List<Container> |
getAllContainer(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Container for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Container |
static java.util.List<ContainerMembershipProperty> |
getAllContainerMembershipProperty(IDataset dataset)
Return an instance of ContainerMembershipProperty for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty |
static java.util.List<ContainerMembershipProperty> |
getAllContainerMembershipProperty(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of ContainerMembershipProperty for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty |
static java.util.List<Datatype> |
getAllDatatype(IDataset dataset)
Return an instance of Datatype for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Datatype |
static java.util.List<Datatype> |
getAllDatatype(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Datatype for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Datatype |
static java.util.List<List> |
getAllList(IDataset dataset)
Return an instance of List for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#List |
static java.util.List<List> |
getAllList(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of List for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#List |
static java.util.List<Literal> |
getAllLiteral(IDataset dataset)
Return an instance of Literal for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Literal |
static java.util.List<Literal> |
getAllLiteral(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Literal for every resource in the dataset with rdf:Type http://www.w3.org/2000/01/rdf-schema#Literal |
static java.util.List<Seq> |
getAllSeq(IDataset dataset)
Return an instance of Seq for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq |
static java.util.List<Seq> |
getAllSeq(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Return an instance of Seq for every resource in the dataset with rdf:Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq |
static Alt |
getAlt(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Alt. |
static Alt |
getAlt(java.lang.String uri,
IDataset dataset)
Create a new instance of Alt. |
static Alt |
getAlt(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Alt. |
static Alt |
getAlt(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Alt. |
static Bag |
getBag(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Bag. |
static Bag |
getBag(java.lang.String uri,
IDataset dataset)
Create a new instance of Bag. |
static Bag |
getBag(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Bag. |
static Bag |
getBag(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Bag. |
static Class |
getClass(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Class. |
static Class |
getClass(java.lang.String uri,
IDataset dataset)
Create a new instance of Class. |
static Class |
getClass(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Class. |
static Class |
getClass(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Class. |
static Container |
getContainer(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Container. |
static Container |
getContainer(java.lang.String uri,
IDataset dataset)
Create a new instance of Container. |
static Container |
getContainer(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Container. |
static Container |
getContainer(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Container. |
static ContainerMembershipProperty |
getContainerMembershipProperty(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static ContainerMembershipProperty |
getContainerMembershipProperty(java.lang.String uri,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static ContainerMembershipProperty |
getContainerMembershipProperty(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static ContainerMembershipProperty |
getContainerMembershipProperty(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of ContainerMembershipProperty. |
static Datatype |
getDatatype(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Datatype. |
static Datatype |
getDatatype(java.lang.String uri,
IDataset dataset)
Create a new instance of Datatype. |
static Datatype |
getDatatype(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Datatype. |
static Datatype |
getDatatype(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Datatype. |
static List |
getList(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of List. |
static List |
getList(java.lang.String uri,
IDataset dataset)
Create a new instance of List. |
static List |
getList(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of List. |
static List |
getList(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of List. |
static Literal |
getLiteral(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Literal. |
static Literal |
getLiteral(java.lang.String uri,
IDataset dataset)
Create a new instance of Literal. |
static Literal |
getLiteral(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Literal. |
static Literal |
getLiteral(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Literal. |
static Seq |
getSeq(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Seq. |
static Seq |
getSeq(java.lang.String uri,
IDataset dataset)
Create a new instance of Seq. |
static Seq |
getSeq(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
Create a new instance of Seq. |
static Seq |
getSeq(org.openrdf.model.URI resource,
IDataset dataset)
Create a new instance of Seq. |
static java.util.List<java.lang.Class<? extends DatasetThing>> |
listCompatibleInterfaces(org.openrdf.model.Resource type)
Return a list of compatible interfaces for the given type. |
| Methods inherited from class org.openanzo.jastor.DatasetThingFactory |
|---|
clearCache, clearCaches, createDatasetThing, createDatasetThing, getDatasetThing, getDatasetThing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFSFactory()
| Method Detail |
|---|
public static Container createContainer(org.openrdf.model.URI resource,
IDataset dataset)
throws JastorException
resource - The resource of the Containerdataset - the IDataset containing the data
JastorException
public static Container createContainer(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - The resource of the Container_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static Container createContainer(java.lang.String uri,
IDataset dataset)
throws JastorException
uri - The uri of the Containerdataset - the IDataset containing the data
JastorException
public static Container createContainer(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - The uri of the Container_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static Container getContainer(java.lang.String uri,
IDataset dataset)
throws JastorException
uri - The uri of the Containerdataset - the IDataset containing the data
JastorException
public static Container getContainer(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - The uri of the Container_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static Container getContainer(org.openrdf.model.URI resource,
IDataset dataset)
throws JastorException
resource - The resource of the Containerdataset - the IDataset containing the data
JastorException
public static Container getContainer(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - The resource of the Container_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static java.util.List<Container> getAllContainer(IDataset dataset)
throws JastorException
dataset - the IDataset containing the data
JastorException
public static java.util.List<Container> getAllContainer(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
_namedGraphUri - the URI of the NamedGraphdataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty createContainerMembershipProperty(org.openrdf.model.URI resource,
IDataset dataset)
throws JastorException
resource - The resource of the ContainerMembershipPropertydataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty createContainerMembershipProperty(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - The resource of the ContainerMembershipProperty_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty createContainerMembershipProperty(java.lang.String uri,
IDataset dataset)
throws JastorException
uri - The uri of the ContainerMembershipPropertydataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty createContainerMembershipProperty(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - The uri of the ContainerMembershipProperty_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty getContainerMembershipProperty(java.lang.String uri,
IDataset dataset)
throws JastorException
uri - The uri of the ContainerMembershipPropertydataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty getContainerMembershipProperty(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - The uri of the ContainerMembershipProperty_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty getContainerMembershipProperty(org.openrdf.model.URI resource,
IDataset dataset)
throws JastorException
resource - The resource of the ContainerMembershipPropertydataset - the IDataset containing the data
JastorException
public static ContainerMembershipProperty getContainerMembershipProperty(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - The resource of the ContainerMembershipProperty_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static java.util.List<ContainerMembershipProperty> getAllContainerMembershipProperty(IDataset dataset)
throws JastorException
dataset - the IDataset containing the data
JastorException
public static java.util.List<ContainerMembershipProperty> getAllContainerMembershipProperty(org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
_namedGraphUri - the URI of the NamedGraphdataset - the IDataset containing the data
JastorException
public static Literal createLiteral(org.openrdf.model.URI resource,
IDataset dataset)
throws JastorException
resource - The resource of the Literaldataset - the IDataset containing the data
JastorException
public static Literal createLiteral(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - The resource of the Literal_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static Literal createLiteral(java.lang.String uri,
IDataset dataset)
throws JastorException
uri - The uri of the Literaldataset - the IDataset containing the data
JastorException
public static Literal createLiteral(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - The uri of the Literal_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static Literal getLiteral(java.lang.String uri,
IDataset dataset)
throws JastorException
uri - The uri of the Literaldataset - the IDataset containing the data
JastorException
public static Literal getLiteral(java.lang.String uri,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
uri - The uri of the Literal_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static Literal getLiteral(org.openrdf.model.URI resource,
IDataset dataset)
throws JastorException
resource - The resource of the Literaldataset - the IDataset containing the data
JastorException
public static Literal getLiteral(org.openrdf.model.Resource resource,
org.openrdf.model.URI _namedGraphUri,
IDataset dataset)
throws JastorException
resource - The resource of the Literal_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be createddataset - the IDataset containing the data
JastorException
public static java.util.List<Literal> getAllLiteral(IDataset dataset)
throws JastorException
dataset - the IDataset containing the data
JastorException