org.openrdf.concepts.webarch
Interface Representation
- All Superinterfaces:
- Entity, Resource, WebarchResource
public interface Representation
- extends Resource, WebarchResource
A representation of a resource. A stream of bytes which reflects
the state, nature, characteristics, and/or substance of a resource.
| Methods inherited from interface org.openrdf.concepts.rdfs.Resource |
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues |
getWebRepresentationOf
Set<Object> getWebRepresentationOf()
- A resource for which the subject is a representation of the object.
setWebRepresentationOf
void setWebRepresentationOf(Set<?> value)
- A resource for which the subject is a representation of the object.
Copyright © 2004-2008 Aduna. All Rights Reserved.