org.semanticweb.skos
Interface SKOSObjectRelationAssertion
- All Superinterfaces:
- SKOSAssertion, SKOSObject
public interface SKOSObjectRelationAssertion
- extends SKOSAssertion
Author: Simon Jupp
Date: Apr 22, 2008
The University of Manchester
Bio-Health Informatics Group
A SKOSObjectRelationAssertion
represents a relationship along a Object property between two
SKOS entities. A SKOS object relationship has a suject, property and object, where the object is some resource.
getSKOSSubject
SKOSEntity getSKOSSubject()
getSKOSObject
SKOSEntity getSKOSObject()
getSKOSProperty
SKOSObjectProperty getSKOSProperty()