org.openrdf.concepts.skos.extensions
Interface ExtensionsResource

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
ExtensionsConcept

public interface ExtensionsResource
extends Resource


Method Summary
 Set<Object> getSkosRelatedHasParts()
          This property is the inverse of the 'relatedPartOf' property.
 Set<Object> getSkosRelatedPartOfs()
          An extension of the 'related' property.
 void setSkosRelatedHasParts(Set<?> value)
          This property is the inverse of the 'relatedPartOf' property.
 void setSkosRelatedPartOfs(Set<?> value)
          An extension of the 'related' property.
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getSkosRelatedHasParts

Set<Object> getSkosRelatedHasParts()
This property is the inverse of the 'relatedPartOf' property.


setSkosRelatedHasParts

void setSkosRelatedHasParts(Set<?> value)
This property is the inverse of the 'relatedPartOf' property.


getSkosRelatedPartOfs

Set<Object> getSkosRelatedPartOfs()
An extension of the 'related' property. Use this property to express a partitive relationship between concepts, where it is desired that such a relationship be treated as associative (i.e. linking separate branches of a hierarchy) and NOT hierarchical.


setSkosRelatedPartOfs

void setSkosRelatedPartOfs(Set<?> value)
An extension of the 'related' property. Use this property to express a partitive relationship between concepts, where it is desired that such a relationship be treated as associative (i.e. linking separate branches of a hierarchy) and NOT hierarchical.



Copyright © 2004-2008 Aduna. All Rights Reserved.