org.openrdf.concepts.rdfs
Interface Resource

All Superinterfaces:
Entity
All Known Subinterfaces:
Agent, AllDifferent, Alt<E>, AnnotationProperty, ArchRepository, Bag<E>, BKRepository, Channel, Class, Class, Container<E>, ContainerMembershipProperty, Content, CVSRepository, CVSRepositoryOrArchRepositoryOrBKRepository, DataRange, Datatype, DatatypeProperty, DcResource, DctermsResource, Deprecated, DeprecatedClass, DeprecatedProperty, DoapResource, Document, FoafResource, FunctionalProperty, Generator, Group, HTML, Image, Image, InformationResource, InverseFunctionalProperty, Item, Link, List<E>, Nothing, ObjectProperty, OnlineAccount, OnlineChatAccount, OnlineEcommerceAccount, OnlineGamingAccount, Ontology, OntologyProperty, Organization, OwlProperty, Person, Person, PersonalProfileDocument, PlainText, Project, Project, Property, RelationType, Repository, Representation, Restriction, RssResource, Seq<E>, Server, Service, Service, ServiceGrounding, ServiceModel, ServiceProfile, ServiceResource, Site, Statement, SVNRepository, SymmetricProperty, Term, TextContent, Textinput, Thing, TransitiveProperty, Version, Vocabulary, VocResource, WebarchResource, WebResource, XHTML, XML

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<Object> value)
          The defininition of the subject resource.
 void setRdfsLabel(String value)
          A human-readable name for the subject.
 void setRdfsMembers(Set<Object> value)
          A member of the subject resource.
 void setRdfsSeeAlso(Set<Object> value)
          Further information about the subject resource.
 void setRdfTypes(Set<Class> value)
          The subject is an instance of a class.
 void setRdfValues(Set<Object> 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<Object> 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<Object> value)
A member of the subject resource.


getRdfsSeeAlso

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


setRdfsSeeAlso

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


getRdfTypes

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


setRdfTypes

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


getRdfValues

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


setRdfValues

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



Copyright © 2004-2007. All Rights Reserved.