public class DeprecatedProperty extends Property
Modifier and Type | Field and Description |
---|---|
static URI[] |
MANAGED_URIS
all property-URIs with this class as domain
|
static URI |
RDFS_CLASS
http://www.w3.org/2002/07/owl#DeprecatedProperty
|
DOMAIN, RANGE, SUBPROPERTYOF
COMMENT, ISDEFINEDBY, LABEL, MEMBER, SEEALSO, TYPE, VALUE
classURI, model
Modifier | Constructor and Description |
---|---|
|
DeprecatedProperty(Model model,
BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
DeprecatedProperty(Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
DeprecatedProperty(Model model,
Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
DeprecatedProperty(Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
DeprecatedProperty(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 |
---|---|
static DeprecatedProperty |
getInstance(Model model,
URI uri) |
static boolean |
hasInstance(Model model,
URI uri) |
addDomain, addDomain, addDomain, addDomain, addDomain, addRange, addRange, addRange, addRange, addRange, addSubPropertyOf, addSubPropertyOf, addSubPropertyOf, addSubPropertyOf, addSubPropertyOf, createInstance, deleteInstance, getAllDomain_asList, getAllDomain_asList, getAllDomain_asNode, getAllDomain_asNode, getAllDomain_asNodeList, getAllDomain_asNodeList, getAllDomain, getAllDomain, getAllInstance_as, getAllInstances_asArray, getAllInstances_asList, getAllInstancesAsRdf2GoResources, getAllRange_asList, getAllRange_asList, getAllRange_asNode, getAllRange_asNode, getAllRange_asNodeList, getAllRange_asNodeList, getAllRange, getAllRange, getAllSubPropertyOf_asList, getAllSubPropertyOf_asList, getAllSubPropertyOf_asNode, getAllSubPropertyOf_asNode, getAllSubPropertyOf_asNodeList, getAllSubPropertyOf_asNodeList, getAllSubPropertyOf_Inverse, getAllSubPropertyOf, getAllSubPropertyOf, hasInstance, removeAllDomain, removeAllRange, removeAllSubPropertyOf, removeDomain, removeDomain, removeDomain, removeDomain, removeRange, removeRange, removeRange, removeRange, removeSubPropertyOf, removeSubPropertyOf, removeSubPropertyOf, removeSubPropertyOf, setDomain, setDomain, setDomain, setDomain, setRange, setRange, setRange, setRange, setSubPropertyOf, setSubPropertyOf, setSubPropertyOf, setSubPropertyOf
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_asArray, getAllComment_asList, getAllComment_asList, getAllComment_asNode, getAllComment_asNode, getAllComment_asNodeList, getAllComment_asNodeList, getAllComment, getAllComment, getAllIsDefinedBy_asList, getAllIsDefinedBy_asList, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNodeList, getAllIsDefinedBy_asNodeList, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_asList, getAllLabel_asList, getAllLabel_asNode, getAllLabel_asNode, getAllLabel_asNodeList, getAllLabel_asNodeList, getAllLabel, getAllLabel, getAllMember_asList, getAllMember_asList, getAllMember_asNode, getAllMember_asNode, getAllMember_asNodeList, getAllMember_asNodeList, getAllMember, getAllMember, getAllSeeAlso_asList, getAllSeeAlso_asList, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_asNodeList, getAllSeeAlso_asNodeList, getAllSeeAlso, getAllSeeAlso, getAllType_asList, getAllType_asList, getAllType_asNode, getAllType_asNode, getAllType_asNodeList, getAllType_asNodeList, getAllType, getAllType, getAllValue_asList, getAllValue_asList, getAllValue_asNode, getAllValue_asNode, getAllValue_asNodeList, getAllValue_asNodeList, 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[] MANAGED_URIS
protected DeprecatedProperty(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 modelpublic DeprecatedProperty(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 modelpublic DeprecatedProperty(Model model, String uriString, boolean write)
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 modelpublic DeprecatedProperty(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 modelpublic DeprecatedProperty(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 modelpublic static DeprecatedProperty getInstance(Model model, URI uri) throws Exception
model
- RDF2Go modeluri
- instance identifierException
- if Model causes problemsCopyright © 2005–2017 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.