|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URI | |
|---|---|
| org.ontoware.rdf2go | |
| org.ontoware.rdf2go.model | |
| org.ontoware.rdf2go.model.node | |
| org.ontoware.rdf2go.model.node.impl | |
| org.ontoware.rdf2go.vocabulary | |
| Uses of URI in org.ontoware.rdf2go |
|---|
| Methods in org.ontoware.rdf2go with parameters of type URI | |
|---|---|
Model |
ModelFactory.createModel(URI contextURI)
Create a default in-memory ModelSet with no inferencing and the given context URI. |
| Uses of URI in org.ontoware.rdf2go.model |
|---|
| Methods in org.ontoware.rdf2go.model that return URI | |
|---|---|
URI |
ModelValueFactory.createURI(java.lang.String uriString)
The model must create URIs it would accept itself. |
URI |
ModelSet.createURI(java.lang.String uriString)
Creates an RDF2Go URI. |
URI |
Statement.getContext()
Note: this was set to be a Model before, but that would
have caused problems, when people accesssed the model via the Statement. |
URI |
Model.getContextURI()
|
URI |
Statement.getPredicate()
|
URI |
ModelValueFactory.newRandomUniqueURI()
Implementations are free to choose if their semantics are unique within the this model, the ModelSet, or unique in the universe |
| Methods in org.ontoware.rdf2go.model that return types with arguments of type URI | |
|---|---|
ClosableIterator<URI> |
ModelSet.getModelURIs()
|
| Methods in org.ontoware.rdf2go.model with parameters of type URI | |
|---|---|
void |
ModelSet.addModel(Model model,
URI contextURI)
Adds a complete Model to the given contextURI. |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
Node object)
adds a (subject, property ,object)-statement to this model |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
java.lang.String literal)
adds a (subject, property, literal)-statement to the model. |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
java.lang.String literal,
java.lang.String languageTag)
adds a (subject, property, liteal, language-tag)-statement to the model. |
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
java.lang.String literal,
URI datatypeURI)
adds a (subject, property, literal ,datatype)-statement to the model. |
void |
ModelWriter.addStatement(java.lang.String subjectURIString,
URI predicate,
java.lang.String literal)
adds a (subject, property, literal)-statement to the model. |
void |
ModelWriter.addStatement(java.lang.String subjectURIString,
URI predicate,
java.lang.String literal,
java.lang.String languageTag)
adds a (subject, property, liteal, language-tag)-statement to the model. |
void |
ModelWriter.addStatement(java.lang.String subjectURIString,
URI predicate,
java.lang.String literal,
URI datatypeURI)
adds a (subject, property, literal, data-type)-statement to the model. |
void |
ModelSetAddRemove.addStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
This method creates a Model named 'contextURI' if needed. |
boolean |
ModelSet.containsModel(URI contextURI)
|
DatatypeLiteral |
ModelValueFactory.createDatatypeLiteral(java.lang.String literal,
URI datatypeURI)
|
Statement |
ModelValueFactory.createStatement(Resource subject,
URI predicate,
Node object)
Create a new statement - but DOES NOT add it to the model |
Statement |
ModelSet.createStatement(URI context,
Resource subject,
URI predicate,
Node object)
Creates a statement with a context URI. |
Model |
ModelSet.getModel(URI contextURI)
Get the Model with the passed URI. |
java.lang.Object |
Model.getProperty(URI propertyURI)
|
boolean |
ModelSet.removeModel(URI contextURI)
Removes the Model (NamedGraph) denoted by contextURI from this modelset. |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
Node object)
remove a (subject, property ,object)-statement from the model |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
java.lang.String literal)
|
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
java.lang.String literal,
java.lang.String languageTag)
remove a (subject, property ,literal, language tag)-statement from the model |
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
java.lang.String literal,
URI datatypeURI)
remove a (subject, property ,literal, datatype)-statement from the model datatype often is an uri for a xml schema datatype (xsd) |
void |
ModelAddRemove.removeStatement(java.lang.String subjectURIString,
URI predicate,
java.lang.String literal)
|
void |
ModelAddRemove.removeStatement(java.lang.String subjectURIString,
URI predicate,
java.lang.String literal,
java.lang.String languageTag)
remove a (subject, property ,literal, language tag)-statement from the model |
void |
ModelAddRemove.removeStatement(java.lang.String subjectURIString,
URI predicate,
java.lang.String literal,
URI datatypeURI)
remove a (subject, property ,literal, datatype)-statement from the model datatype often is an uri for a xml schema datatype (xsd) |
void |
ModelSetAddRemove.removeStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
Removes the statement (s,p,o) from a model named contextURI. |
void |
Model.setProperty(URI propertyURI,
java.lang.Object value)
Add an arbitrary runtime property, this will not be persisted and is only available at runtime. |
| Uses of URI in org.ontoware.rdf2go.model.node |
|---|
| Methods in org.ontoware.rdf2go.model.node that return URI | |
|---|---|
URI |
Variable.asURI()
|
URI |
Node.asURI()
A convenience method for a cast to org.ontoware.rdf2go.model.node.URI |
URI |
DatatypeLiteral.getDatatype()
the URI normally is an URI for a xml schema datatype (xsd) |
| Uses of URI in org.ontoware.rdf2go.model.node.impl |
|---|
| Classes in org.ontoware.rdf2go.model.node.impl that implement URI | |
|---|---|
class |
URIImpl
|
| Methods in org.ontoware.rdf2go.model.node.impl that return URI | |
|---|---|
URI |
URIImpl.asURI()
|
static URI |
URIImpl.create(java.lang.String uriString)
Deprecated. use the constructors instead |
static URI |
URIImpl.createURIWithoutChecking(java.lang.String uriString)
Deprecated. use the constructors instead |
| Uses of URI in org.ontoware.rdf2go.vocabulary |
|---|
| Fields in org.ontoware.rdf2go.vocabulary declared as URI | |
|---|---|
static URI |
XSD._anyURI
|
static URI |
XSD._base64Binary
|
static URI |
XSD._boolean
|
static URI |
XSD._byte
|
static URI |
XSD._date
|
static URI |
XSD._dateTime
|
static URI |
XSD._dayTimeDuration
|
static URI |
XSD._decimal
|
static URI |
XSD._double
|
static URI |
XSD._duration
Deprecated. |
static URI |
XSD._ENTITIES
|
static URI |
XSD._ENTITY
|
static URI |
XSD._float
|
static URI |
XSD._gDay
|
static URI |
XSD._gMonth
|
static URI |
XSD._gMonthDay
|
static URI |
XSD._gYear
|
static URI |
XSD._gYearMonth
|
static URI |
XSD._hexBinary
|
static URI |
XSD._ID
|
static URI |
XSD._IDREF
|
static URI |
XSD._IDREFS
|
static URI |
XSD._int
http://www.w3.org/TR/xmlschema-2/datatypes.html#int [Definition:] int is derived from long by setting the value of maxInclusive to be 2147483647 and minInclusive to be -2147483648. |
static URI |
XSD._integer
|
static URI |
XSD._language
|
static URI |
XSD._long
|
static URI |
XSD._Name
|
static URI |
XSD._NCName
|
static URI |
XSD._negativeInteger
|
static URI |
XSD._NMTOKEN
|
static URI |
XSD._NMTOKENS
|
static URI |
XSD._nonNegativeInteger
|
static URI |
XSD._nonPositiveInteger
|
static URI |
XSD._normalizedString
|
static URI |
XSD._positiveInteger
|
static URI |
XSD._QName
|
static URI |
XSD._short
|
static URI |
XSD._string
|
static URI |
XSD._time
|
static URI |
XSD._token
|
static URI |
XSD._unsignedByte
|
static URI |
XSD._unsignedInt
|
static URI |
XSD._unsignedLong
|
static URI |
XSD._unsignedShort
|
static URI |
XSD._yearMonthDuration
|
static URI[] |
XSD.ALL
For convenience: An array of all types in this interface |
static URI |
OWL.AllDifferent
|
static URI |
OWL.allValuesFrom
|
static URI |
RDF.Alt
|
static URI |
OWL.AnnotationProperty
OWL Full does not put any constraints on annotations in an ontology. |
static URI |
OWL.backwardCompatibleWith
An owl:backwardCompatibleWith statement contains a reference to another ontology. |
static URI |
RDF.Bag
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag |
static URI |
OWL.cardinality
The cardinality constraint owl:cardinality is a built-in OWL property that links a restriction class to a data value belonging to the range of the XML Schema datatype nonNegativeInteger. |
static URI |
RDFS.Class
|
static URI |
OWL.Class
OWL distinguishes six types of class descriptions: 1. a class identifier (a URI reference) 2. an exhaustive enumeration of individuals that together form the instances of a class 3. a property restriction 4. the intersection of two or more class descriptions 5. the union of two or more class descriptions 6. the complement of a class description |
static URI |
RDFS.comment
|
static URI |
OWL.complementOf
|
static URI |
RDFS.ConstraintProperty
Deprecated. |
static URI |
RDFS.ConstraintResource
Deprecated. |
static URI |
RDFS.Container
|
static URI |
RDFS.ContainerMembershipProperty
|
static URI |
OWL.DataRange
|
static URI |
RDFS.Datatype
|
static URI |
OWL.DatatypeProperty
|
static URI |
OWL.DeprecatedClass
Here, a specific identifier is said to be of type owl:DeprecatedClass, which is a subclass of rdfs:Class. |
static URI |
OWL.DeprecatedProperty
Here, a specific identifier is said to be of type or owl:DeprecatedProperty, which is a subclass of rdf:Property. |
static URI |
OWL.differentFrom
|
static URI |
OWL.disjointWith
|
static URI |
OWL.distinctMembers
|
static URI |
RDFS.domain
|
static URI |
OWL.equivalentClass
|
static URI |
OWL.equivalentProperty
|
static URI |
RDF.first
|
static URI |
OWL.FunctionalProperty
|
static URI |
OWL.hasValue
|
static URI |
OWL.imports
An owl:imports statement references another OWL ontology containing definitions, whose meaning is considered to be part of the meaning of the importing ontology. |
static URI |
OWL.incompatibleWith
An owl:incompatibleWith statement contains a reference to another ontology. |
static URI |
OWL.intersectionOf
|
static URI |
OWL.InverseFunctionalProperty
|
static URI |
OWL.inverseOf
|
static URI |
RDFS.isDefinedBy
|
static URI |
RDFS.label
|
static URI |
RDF.List
|
static URI |
RDFS.Literal
http://www.w3.org/2000/01/rdf-schema#Literal |
static URI |
OWL.maxCardinality
A restriction containing an owl:maxCardinality constraint describes a class of all individuals that have at most N semantically distinct values (individuals or data values) for the property concerned, where N is the value of the cardinality constraint. |
static URI |
RDFS.member
|
static URI |
OWL.minCardinality
A restriction containing an owl:minCardinality constraint describes a class of all individuals that have at least N semantically distinct values (individuals or data values) for the property concerned, where N is the value of the cardinality constraint. |
static URI |
RDF.nil
|
static URI |
OWL.Nothing
The class with identifier owl:Nothing is the empty class. |
static URI |
RDF.object
|
static URI |
OWL.ObjectProperty
|
static URI |
OWL.oneOf
|
static URI |
OWL.onProperty
A restriction class should have exactly one triple linking the restriction to a particular property, using the owl:onProperty property. |
static URI |
OWL.Ontology
An OWL ontology contains a sequence of annotations, axioms, and facts. |
static URI |
OWL.OntologyProperty
OWL has a built-in class owl:OntologyProperty. |
static URI |
RDF.predicate
|
static URI |
OWL.priorVersion
An owl:priorVersion statement contains a reference to another ontology. |
static URI |
RDF.Property
|
static URI |
RDFS.range
|
static URI |
RDFS.Resource
http://www.w3.org/2000/01/rdf-schema#Resource * |
static URI |
RDF.rest
|
static URI |
OWL.Restriction
A property restriction is a special kind of class description. |
static URI |
OWL.sameAs
|
static URI |
RDFS.seeAlso
|
static URI |
RDF.Seq
|
static URI |
OWL.someValuesFrom
|
static URI |
RDF.Statement
|
static URI |
RDFS.subClassOf
|
static URI |
RDF.subject
|
static URI |
RDFS.subPropertyOf
|
static URI |
OWL.SymmetricProperty
|
static URI |
OWL.Thing
The class with identifier owl:Thing is the class of all individuals. |
static URI |
OWL.TransitiveProperty
|
static URI |
RDF.type
|
static URI |
OWL.unionOf
|
static URI |
RDF.value
|
static URI |
OWL.versionInfo
An owl:versionInfo statement generally has as its object a string giving information about this version, for example RCS/CVS keywords. |
static URI |
RDFS.XMLLiteral
|
static URI |
RDF.XMLLiteral
|
| Methods in org.ontoware.rdf2go.vocabulary that return URI | |
|---|---|
static URI |
RDF.li(int i)
|
protected static URI |
XSD.toURI(java.lang.String local)
|
protected static URI |
RDFS.toURI(java.lang.String local)
|
protected static URI |
RDF.toURI(java.lang.String local)
|
protected static URI |
OWL.toURI(java.lang.String local)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||