org.openrdf.concepts.rdfs
Interface Resource

All Superinterfaces:
Entity
All Known Subinterfaces:
Agent, AllDifferent, Alt<E>, AND, AnnotationProperty, ArchRepository, ArchRepositoryOrBKRepositoryOrCVSRepository, Bag<E>, BKRepository, Box, Channel, Class, Class, Class, CollectableProperty, Collection, Concept, ConceptScheme, Container<E>, ContainerMembershipProperty, CVSRepository, DataRange, Datatype, DatatypeProperty, DateScheme, DCMIType, DcResource, DctermsResource, DDC, Deprecated, DeprecatedClass, DeprecatedProperty, DoapResource, Document, ExtensionsConcept, ExtensionsResource, FoafResource, FormatScheme, FunctionalProperty, Group, IdentifierScheme, Image, Image, IMT, InformationResource, InverseFunctionalProperty, ISO3166, ISO6392, Item, LanguageScheme, LCC, LCSH, List<E>, MappingResource, MESH, NLM, NOT, Nothing, ObjectProperty, OnlineAccount, OnlineChatAccount, OnlineEcommerceAccount, OnlineGamingAccount, Ontology, OntologyProperty, OR, OrderedCollection, Organization, OwlProperty, Period, Person, PersonalProfileDocument, Point, Project, Project, Property, RelationScheme, Repository, Representation, Resource, Restriction, RFC1766, RFC3066, RssResource, Seq<E>, Server, Service, Service, ServiceGrounding, ServiceModel, ServiceProfile, ServiceResource, Site, SourceScheme, SpatialScheme, Statement, SubjectScheme, SVNRepository, SymmetricProperty, TemporalScheme, Term, Textinput, TGN, Thing, TopConcept, TransitiveProperty, TypeScheme, UDC, URI, Version, Vocabulary, VocResource, W3CDTF, WebarchResource, WebResource

public interface Resource
extends Entity

The class resource, everything.


Method Summary
 String getRdfsComment()
          A description of the subject resource.
 Set<Object> getRdfsIsDefinedBy()
          The defininition of the subject resource.
 String getRdfsLabel()
          A human-readable name for the subject.
 Set<Object> getRdfsMembers()
          A member of the subject resource.
 Set<Object> getRdfsSeeAlso()
          Further information about the subject resource.
 Set<Class> getRdfTypes()
          The subject is an instance of a class.
 Set<Object> getRdfValues()
          Idiomatic property used for structured values.
 void setRdfsComment(String value)
          A description of the subject resource.
 void setRdfsIsDefinedBy(Set<?> value)
          The defininition of the subject resource.
 void setRdfsLabel(String value)
          A human-readable name for the subject.
 void setRdfsMembers(Set<?> value)
          A member of the subject resource.
 void setRdfsSeeAlso(Set<?> value)
          Further information about the subject resource.
 void setRdfTypes(Set<? extends Class> value)
          The subject is an instance of a class.
 void setRdfValues(Set<?> value)
          Idiomatic property used for structured values.
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getRdfsComment

String getRdfsComment()
A description of the subject resource.


setRdfsComment

void setRdfsComment(String value)
A description of the subject resource.


getRdfsIsDefinedBy

Set<Object> getRdfsIsDefinedBy()
The defininition of the subject resource.


setRdfsIsDefinedBy

void setRdfsIsDefinedBy(Set<?> value)
The defininition of the subject resource.


getRdfsLabel

String getRdfsLabel()
A human-readable name for the subject.


setRdfsLabel

void setRdfsLabel(String value)
A human-readable name for the subject.


getRdfsMembers

Set<Object> getRdfsMembers()
A member of the subject resource.


setRdfsMembers

void setRdfsMembers(Set<?> value)
A member of the subject resource.


getRdfsSeeAlso

Set<Object> getRdfsSeeAlso()
Further information about the subject resource.


setRdfsSeeAlso

void setRdfsSeeAlso(Set<?> value)
Further information about the subject resource.


getRdfTypes

Set<Class> getRdfTypes()
The subject is an instance of a class.


setRdfTypes

void setRdfTypes(Set<? extends Class> value)
The subject is an instance of a class.


getRdfValues

Set<Object> getRdfValues()
Idiomatic property used for structured values.


setRdfValues

void setRdfValues(Set<?> value)
Idiomatic property used for structured values.



Copyright © 2004-2008 Aduna. All Rights Reserved.