org.openanzo.atom.jastor.rdfs
Interface XMLLiteral

All Superinterfaces:
CoreThing, GraphThing, Literal
All Known Implementing Classes:
XMLLiteralImpl

public interface XMLLiteral
extends Literal, GraphThing

Interface for XMLLiteral ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.

(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral)


RDF Schema Standard Properties
label : XMLLiteral
comment : The class of XML literal values.
isDefinedBy : http://www.w3.org/1999/02/22-rdf-syntax-ns#



Field Summary
static org.openrdf.model.URI commentProperty
          The Jena Property for comment
static org.openrdf.model.URI isDefinedByProperty
          The Jena Property for isDefinedBy
static org.openrdf.model.URI labelProperty
          The Jena Property for label
static org.openrdf.model.URI memberProperty
          The Jena Property for member
static org.openrdf.model.URI seeAlsoProperty
          The Jena Property for seeAlso
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
static org.openrdf.model.URI typeProperty
          The Jena Property for type
static org.openrdf.model.URI valueProperty
          The Jena Property for value
 
Method Summary
 
Methods inherited from interface org.openanzo.atom.jastor.rdfs.Literal
addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addValue, addValue, addValue, getComment, getIsDefinedBy, getLabel, getMember, getSeeAlso, getType, getValue, removeComment, removeIsDefinedBy, removeLabel, removeMember, removeSeeAlso, removeType, removeValue
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class


valueProperty

static final org.openrdf.model.URI valueProperty
The Jena Property for value

(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#value)



RDF Schema Standard Properties
label : value
comment : Idiomatic property used for structured values.
isDefinedBy : http://www.w3.org/1999/02/22-rdf-syntax-ns#


commentProperty

static final org.openrdf.model.URI commentProperty
The Jena Property for comment

(URI: http://www.w3.org/2000/01/rdf-schema#comment)



RDF Schema Standard Properties
label : comment
comment : A description of the subject resource.
isDefinedBy : http://www.w3.org/2000/01/rdf-schema#


labelProperty

static final org.openrdf.model.URI labelProperty
The Jena Property for label

(URI: http://www.w3.org/2000/01/rdf-schema#label)



RDF Schema Standard Properties
label : label
comment : A human-readable name for the subject.
isDefinedBy : http://www.w3.org/2000/01/rdf-schema#


isDefinedByProperty

static final org.openrdf.model.URI isDefinedByProperty
The Jena Property for isDefinedBy

(URI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy)



RDF Schema Standard Properties
label : isDefinedBy
comment : The defininition of the subject resource.
isDefinedBy : http://www.w3.org/2000/01/rdf-schema#


memberProperty

static final org.openrdf.model.URI memberProperty
The Jena Property for member

(URI: http://www.w3.org/2000/01/rdf-schema#member)



RDF Schema Standard Properties
label : member
comment : A member of the subject resource.
isDefinedBy : http://www.w3.org/2000/01/rdf-schema#


typeProperty

static final org.openrdf.model.URI typeProperty
The Jena Property for type

(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#type)



RDF Schema Standard Properties
label : type
comment : The subject is an instance of a class.
isDefinedBy : http://www.w3.org/1999/02/22-rdf-syntax-ns#


seeAlsoProperty

static final org.openrdf.model.URI seeAlsoProperty
The Jena Property for seeAlso

(URI: http://www.w3.org/2000/01/rdf-schema#seeAlso)



RDF Schema Standard Properties
label : seeAlso
comment : Further information about the subject resource.
isDefinedBy : http://www.w3.org/2000/01/rdf-schema#



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.