org.openanzo.rdfs
Interface Seq

All Superinterfaces:
_Resource, Container, CoreThing, GraphThing
All Known Implementing Classes:
SeqImpl

public interface Seq
extends Container, GraphThing

Interface for Seq ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.

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


RDF Schema Standard Properties
label : Seq
comment : The class of ordered containers.



Field Summary
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface org.openanzo.rdfs._Resource
commentProperty, isDefinedByProperty, labelProperty, memberProperty, seeAlsoProperty, typeProperty, valueProperty
 
Method Summary
 
Methods inherited from interface org.openanzo.rdfs._Resource
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, removeIsDefinedBy, removeLabel, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeType, removeType, removeValue, 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



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