public class OwlThing extends Resource
Modifier and Type | Field and Description |
---|---|
static URI |
DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFrom
|
static URI |
EQUIVALENTPROPERTY
http://www.w3.org/2002/07/owl#equivalentProperty
|
static URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static URI |
RDFS_CLASS
http://www.w3.org/2002/07/owl#Thing
|
static URI |
SAMEAS
http://www.w3.org/2002/07/owl#sameAs
|
static URI |
VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfo
|
COMMENT, ISDEFINEDBY, LABEL, MEMBER, SEEALSO, TYPE, VALUE
classURI, model
Modifier | Constructor and Description |
---|---|
|
OwlThing(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
OwlThing(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
OwlThing(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
OwlThing(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
OwlThing(Model model,
URI classURI,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
Modifier and Type | Method and Description |
---|---|
void |
addDifferentFrom()
Removes all values of property DifferentFrom *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addDifferentFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property DifferentFrom as an RDF2Go node
|
static void |
addDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property DifferentFrom from an instance of OwlThing
|
void |
addDifferentFrom(Node value)
Adds a value to property DifferentFrom as an RDF2Go node
|
void |
addDifferentFrom(OwlThing value)
Adds a value to property DifferentFrom from an instance of OwlThing
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addEquivalentProperty()
Removes all values of property EquivalentProperty *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property EquivalentProperty as an RDF2Go node
|
static void |
addEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property EquivalentProperty from an instance of Thing
|
void |
addEquivalentProperty(Node value)
Adds a value to property EquivalentProperty as an RDF2Go node
|
void |
addEquivalentProperty(OwlThing value)
Adds a value to property EquivalentProperty from an instance of Thing
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addSameAs()
Removes all values of property SameAs *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addSameAs(Model model,
Resource instanceResource,
Node value)
Adds a value to property SameAs as an RDF2Go node
|
static void |
addSameAs(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property SameAs from an instance of OwlThing
|
void |
addSameAs(Node value)
Adds a value to property SameAs as an RDF2Go node
|
void |
addSameAs(OwlThing value)
Adds a value to property SameAs from an instance of OwlThing
[Generated from RDFReactor template rule #add4dynamic]
|
void |
addVersionInfo()
Removes all values of property VersionInfo *
[Generated from RDFReactor template rule #removeall1dynamic]
|
static void |
addVersionInfo(Model model,
Resource instanceResource,
Node value)
Adds a value to property VersionInfo as an RDF2Go node
|
static void |
addVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property VersionInfo from an instance of Thing
|
void |
addVersionInfo(Node value)
Adds a value to property VersionInfo as an RDF2Go node
|
void |
addVersionInfo(OwlThing value)
Adds a value to property VersionInfo from an instance of Thing
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
createInstance(Model model,
Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteInstance(Model model,
Resource instanceResource)
Delete all rdf:type from this instance.
|
ReactorResult<OwlThing> |
getAllDifferentFrom_as()
Get all values of property DifferentFrom as a ReactorResult of OwlThing
|
static ReactorResult<OwlThing> |
getAllDifferentFrom_as(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as a ReactorResult of OwlThing
|
ReactorResult<Node> |
getAllDifferentFrom_asNode_()
Get all values of property DifferentFrom as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllDifferentFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllDifferentFrom_asNode()
Get all values of property DifferentFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllDifferentFrom_asNode(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllDifferentFrom_Inverse(Model model,
Object objectValue) |
ClosableIterator<OwlThing> |
getAllDifferentFrom()
Get all values of property DifferentFrom * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
getAllDifferentFrom(Model model,
Resource instanceResource)
Get all values of property DifferentFrom * @param model an RDF2Go model
|
ReactorResult<OwlThing> |
getAllEquivalentProperty_as()
Get all values of property EquivalentProperty as a ReactorResult of Thing
|
static ReactorResult<OwlThing> |
getAllEquivalentProperty_as(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as a ReactorResult of Thing
|
ReactorResult<Node> |
getAllEquivalentProperty_asNode_()
Get all values of property EquivalentProperty as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllEquivalentProperty_asNode_(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllEquivalentProperty_asNode()
Get all values of property EquivalentProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllEquivalentProperty_asNode(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllEquivalentProperty_Inverse(Model model,
Object objectValue) |
ClosableIterator<OwlThing> |
getAllEquivalentProperty()
Get all values of property EquivalentProperty * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
getAllEquivalentProperty(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty * @param model an RDF2Go model
|
static ClosableIterator<Resource> |
getAllHasValue_Inverse(Model model,
Object objectValue) |
static ReactorResult<? extends OwlThing> |
getAllInstance_as(Model model) |
static ClosableIterator<Resource> |
getAllInstances(Model model) |
ReactorResult<OwlThing> |
getAllSameAs_as()
Get all values of property SameAs as a ReactorResult of OwlThing
|
static ReactorResult<OwlThing> |
getAllSameAs_as(Model model,
Resource instanceResource)
Get all values of property SameAs as a ReactorResult of OwlThing
|
ReactorResult<Node> |
getAllSameAs_asNode_()
Get all values of property SameAs as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllSameAs_asNode_(Model model,
Resource instanceResource)
Get all values of property SameAs as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllSameAs_asNode()
Get all values of property SameAs as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllSameAs_asNode(Model model,
Resource instanceResource)
Get all values of property SameAs as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllSameAs_Inverse(Model model,
Object objectValue) |
ClosableIterator<OwlThing> |
getAllSameAs()
Get all values of property SameAs * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
getAllSameAs(Model model,
Resource instanceResource)
Get all values of property SameAs * @param model an RDF2Go model
|
ReactorResult<OwlThing> |
getAllVersionInfo_as()
Get all values of property VersionInfo as a ReactorResult of Thing
|
static ReactorResult<OwlThing> |
getAllVersionInfo_as(Model model,
Resource instanceResource)
Get all values of property VersionInfo as a ReactorResult of Thing
|
ReactorResult<Node> |
getAllVersionInfo_asNode_()
Get all values of property VersionInfo as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
getAllVersionInfo_asNode_(Model model,
Resource instanceResource)
Get all values of property VersionInfo as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
getAllVersionInfo_asNode()
Get all values of property VersionInfo as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
getAllVersionInfo_asNode(Model model,
Resource instanceResource)
Get all values of property VersionInfo as an Iterator over RDF2Go nodes
|
static ClosableIterator<Resource> |
getAllVersionInfo_Inverse(Model model,
Object objectValue) |
ClosableIterator<OwlThing> |
getAllVersionInfo()
Get all values of property VersionInfo * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
getAllVersionInfo(Model model,
Resource instanceResource)
Get all values of property VersionInfo * @param model an RDF2Go model
|
static boolean |
hasInstance(Model model,
Resource instanceResource) |
static void |
removeAllDifferentFrom(Model model,
Resource instanceResource)
Removes all values of property DifferentFrom * @param model an RDF2Go model
|
static void |
removeAllEquivalentProperty(Model model,
Resource instanceResource)
Removes all values of property EquivalentProperty * @param model an RDF2Go model
|
static void |
removeAllSameAs(Model model,
Resource instanceResource)
Removes all values of property SameAs * @param model an RDF2Go model
|
static void |
removeAllVersionInfo(Model model,
Resource instanceResource)
Removes all values of property VersionInfo * @param model an RDF2Go model
|
static void |
removeDifferentFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property DifferentFrom as an RDF2Go node
|
static void |
removeDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property DifferentFrom given as an instance of OwlThing
|
void |
removeDifferentFrom(Node value)
Removes a value of property DifferentFrom as an RDF2Go node
|
void |
removeDifferentFrom(OwlThing value)
Removes a value of property DifferentFrom given as an instance of OwlThing
|
static void |
removeEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property EquivalentProperty as an RDF2Go node
|
static void |
removeEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property EquivalentProperty given as an instance of Thing
|
void |
removeEquivalentProperty(Node value)
Removes a value of property EquivalentProperty as an RDF2Go node
|
void |
removeEquivalentProperty(OwlThing value)
Removes a value of property EquivalentProperty given as an instance of Thing
|
static void |
removeSameAs(Model model,
Resource instanceResource,
Node value)
Removes a value of property SameAs as an RDF2Go node
|
static void |
removeSameAs(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property SameAs given as an instance of OwlThing
|
void |
removeSameAs(Node value)
Removes a value of property SameAs as an RDF2Go node
|
void |
removeSameAs(OwlThing value)
Removes a value of property SameAs given as an instance of OwlThing
|
static void |
removeVersionInfo(Model model,
Resource instanceResource,
Node value)
Removes a value of property VersionInfo as an RDF2Go node
|
static void |
removeVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property VersionInfo given as an instance of Thing
|
void |
removeVersionInfo(Node value)
Removes a value of property VersionInfo as an RDF2Go node
|
void |
removeVersionInfo(OwlThing value)
Removes a value of property VersionInfo given as an instance of Thing
|
static void |
setDifferentFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property DifferentFrom from an RDF2Go node.
|
static void |
setDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property DifferentFrom from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
void |
setDifferentFrom(Node value)
Sets a value of property DifferentFrom from an RDF2Go node.
|
void |
setDifferentFrom(OwlThing value)
Sets a value of property DifferentFrom from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
static void |
setEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property EquivalentProperty from an RDF2Go node.
|
static void |
setEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property EquivalentProperty from an instance of Thing
First, all existing values are removed, then this value is added.
|
void |
setEquivalentProperty(Node value)
Sets a value of property EquivalentProperty from an RDF2Go node.
|
void |
setEquivalentProperty(OwlThing value)
Sets a value of property EquivalentProperty from an instance of Thing
First, all existing values are removed, then this value is added.
|
static void |
setSameAs(Model model,
Resource instanceResource,
Node value)
Sets a value of property SameAs from an RDF2Go node.
|
static void |
setSameAs(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property SameAs from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
void |
setSameAs(Node value)
Sets a value of property SameAs from an RDF2Go node.
|
void |
setSameAs(OwlThing value)
Sets a value of property SameAs from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
static void |
setVersionInfo(Model model,
Resource instanceResource,
Node value)
Sets a value of property VersionInfo from an RDF2Go node.
|
static void |
setVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property VersionInfo from an instance of Thing
First, all existing values are removed, then this value is added.
|
void |
setVersionInfo(Node value)
Sets a value of property VersionInfo from an RDF2Go node.
|
void |
setVersionInfo(OwlThing value)
Sets a value of property VersionInfo from an instance of Thing
First, all existing values are removed, then this value is added.
|
addComment, addComment, addComment, addComment, addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addLabel, addLabel, addLabel, addLabel, addMember, addMember, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addType, addType, addValue, addValue, addValue, addValue, addValue, getAllComment_as, getAllComment_as, getAllComment_asNode_, getAllComment_asNode_, getAllComment_asNode, getAllComment_asNode, getAllComment, getAllComment, getAllFirst_Inverse, getAllIsDefinedBy_as, getAllIsDefinedBy_as, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_Inverse, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_as, getAllLabel_as, getAllLabel_asNode_, getAllLabel_asNode_, getAllLabel_asNode, getAllLabel_asNode, getAllLabel, getAllLabel, getAllMember_as, getAllMember_as, getAllMember_asNode_, getAllMember_asNode_, getAllMember_asNode, getAllMember_asNode, getAllMember_Inverse, getAllMember, getAllMember, getAllObject_Inverse, getAllPredicate_Inverse, getAllSeeAlso_as, getAllSeeAlso_as, getAllSeeAlso_asNode_, getAllSeeAlso_asNode_, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_Inverse, getAllSeeAlso, getAllSeeAlso, getAllSubject_Inverse, getAllType_as, getAllType_as, getAllType_asNode_, getAllType_asNode_, getAllType_asNode, getAllType_asNode, getAllType, getAllType, getAllValue_as, getAllValue_as, getAllValue_asNode_, getAllValue_asNode_, getAllValue_asNode, getAllValue_asNode, getAllValue_Inverse, getAllValue, getAllValue, removeAllComment, removeAllIsDefinedBy, removeAllLabel, removeAllMember, removeAllSeeAlso, removeAllType, removeAllValue, removeComment, removeComment, removeComment, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeLabel, removeLabel, removeLabel, removeMember, removeMember, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeType, removeType, removeType, removeType, removeValue, removeValue, removeValue, removeValue, setComment, setComment, setComment, setComment, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setLabel, setLabel, setLabel, setLabel, setMember, setMember, setMember, setMember, setSeeAlso, setSeeAlso, setSeeAlso, setSeeAlso, setType, setType, setType, setType, setValue, setValue, setValue, setValue
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, castTo, compareTo, equals, getModel, getRDFSClassURI, getResource, hashCode, isInstanceof, toSPARQL, toString
public static final URI RDFS_CLASS
public static final URI DIFFERENTFROM
public static final URI SAMEAS
public static final URI EQUIVALENTPROPERTY
public static final URI VERSIONINFO
public static final URI[] MANAGED_URIS
protected OwlThing(Model model, URI classURI, Resource instanceIdentifier, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.semweb4j.orgclassURI
- URI of RDFS classinstanceIdentifier
- Resource that identifies this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c1]public OwlThing(Model model, Resource instanceIdentifier, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orginstanceIdentifier
- an RDF2Go Resource identifying this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c2]public OwlThing(Model model, String uriString, boolean write) throws ModelRuntimeException
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orguriString
- a URI given as a Stringwrite
- if true, the statement (this, rdf:type, TYPE) is written to the modelModelRuntimeException
- if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public OwlThing(Model model, BlankNode bnode, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orgbnode
- BlankNode of this instancewrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c8]public OwlThing(Model model, boolean write)
model
- RDF2GO Model implementation, see http://rdf2go.ontoware.orgwrite
- if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c9]public static void createInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #class1]public static boolean hasInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resourcepublic static ClosableIterator<Resource> getAllInstances(Model model)
model
- an RDF2Go modelpublic static ReactorResult<? extends OwlThing> getAllInstance_as(Model model)
model
- an RDF2Go modelpublic static void deleteInstance(Model model, Resource instanceResource)
model
- an RDF2Go modelinstanceResource
- an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static ClosableIterator<Resource> getAllDifferentFrom_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllSameAs_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Node> getAllDifferentFrom_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllDifferentFrom_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllDifferentFrom_asNode()
public ReactorResult<Node> getAllDifferentFrom_asNode_()
public static ClosableIterator<OwlThing> getAllDifferentFrom(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlThing> getAllDifferentFrom_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlThing> getAllDifferentFrom()
public ReactorResult<OwlThing> getAllDifferentFrom_as()
public static void addDifferentFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addDifferentFrom(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addDifferentFrom(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addDifferentFrom(OwlThing value)
public static void setDifferentFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setDifferentFrom(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setDifferentFrom(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setDifferentFrom(OwlThing value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeDifferentFrom(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeDifferentFrom(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeDifferentFrom(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeDifferentFrom(OwlThing value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllDifferentFrom(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addDifferentFrom()
public static ClosableIterator<Node> getAllSameAs_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllSameAs_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllSameAs_asNode()
public ReactorResult<Node> getAllSameAs_asNode_()
public static ClosableIterator<OwlThing> getAllSameAs(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlThing> getAllSameAs_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlThing> getAllSameAs()
public ReactorResult<OwlThing> getAllSameAs_as()
public static void addSameAs(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addSameAs(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addSameAs(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addSameAs(OwlThing value)
public static void setSameAs(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setSameAs(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setSameAs(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setSameAs(OwlThing value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeSameAs(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeSameAs(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeSameAs(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeSameAs(OwlThing value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllSameAs(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addSameAs()
public static ClosableIterator<Resource> getAllEquivalentProperty_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllVersionInfo_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Resource> getAllHasValue_Inverse(Model model, Object objectValue)
model
- an RDF2Go modelobjectValue
- public static ClosableIterator<Node> getAllEquivalentProperty_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllEquivalentProperty_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllEquivalentProperty_asNode()
public ReactorResult<Node> getAllEquivalentProperty_asNode_()
public static ClosableIterator<OwlThing> getAllEquivalentProperty(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlThing> getAllEquivalentProperty_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlThing> getAllEquivalentProperty()
public ReactorResult<OwlThing> getAllEquivalentProperty_as()
public static void addEquivalentProperty(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addEquivalentProperty(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addEquivalentProperty(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addEquivalentProperty(OwlThing value)
public static void setEquivalentProperty(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setEquivalentProperty(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setEquivalentProperty(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setEquivalentProperty(OwlThing value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeEquivalentProperty(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeEquivalentProperty(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeEquivalentProperty(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeEquivalentProperty(OwlThing value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllEquivalentProperty(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addEquivalentProperty()
public static ClosableIterator<Node> getAllVersionInfo_asNode(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic static ReactorResult<Node> getAllVersionInfo_asNode_(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<Node> getAllVersionInfo_asNode()
public ReactorResult<Node> getAllVersionInfo_asNode_()
public static ClosableIterator<OwlThing> getAllVersionInfo(Model model, Resource instanceResource)
resource
- an RDF2Go resourcepublic static ReactorResult<OwlThing> getAllVersionInfo_as(Model model, Resource instanceResource)
model
- an RDF2Go modelresource
- an RDF2Go resourcepublic ClosableIterator<OwlThing> getAllVersionInfo()
public ReactorResult<OwlThing> getAllVersionInfo_as()
public static void addVersionInfo(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #add1static]public void addVersionInfo(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addVersionInfo(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resource
[Generated from RDFReactor template rule #add3static]public void addVersionInfo(OwlThing value)
public static void setVersionInfo(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be set
[Generated from RDFReactor template rule #set1static]public void setVersionInfo(Node value)
value
- the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setVersionInfo(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be added
[Generated from RDFReactor template rule #set3static]public void setVersionInfo(OwlThing value)
value
- the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeVersionInfo(Model model, Resource instanceResource, Node value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeVersionInfo(Node value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeVersionInfo(Model model, Resource instanceResource, OwlThing value)
model
- an RDF2Go modelresource
- an RDF2Go resourcevalue
- the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeVersionInfo(OwlThing value)
value
- the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllVersionInfo(Model model, Resource instanceResource)
resource
- an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void addVersionInfo()
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.