|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface _Resource
Interface for Resource ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
(URI: http://www.w3.org/2000/01/rdf-schema#Resource)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
commentProperty
The Jena Property for comment |
static org.openrdf.model.URI |
depictionProperty
The Jena Property for depiction |
static org.openrdf.model.URI |
fundedByProperty
The Jena Property for fundedBy |
static org.openrdf.model.URI |
homepageProperty
The Jena Property for homepage |
static org.openrdf.model.URI |
isDefinedByProperty
The Jena Property for isDefinedBy |
static org.openrdf.model.URI |
labelProperty
The Jena Property for label |
static org.openrdf.model.URI |
logoProperty
The Jena Property for logo |
static org.openrdf.model.URI |
makerProperty
The Jena Property for maker |
static org.openrdf.model.URI |
memberProperty
The Jena Property for member |
static org.openrdf.model.URI |
nameProperty
The Jena Property for name |
static org.openrdf.model.URI |
seeAlsoProperty
The Jena Property for seeAlso |
static org.openrdf.model.URI |
themeProperty
The Jena Property for theme |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
static org.openrdf.model.URI |
typeProperty
The Jena Property for type |
static org.openrdf.model.URI |
valueProperty
The Jena Property for value |
| Method Summary | |
|---|---|
void |
addComment(org.openrdf.model.Literal comment)
Add a 'comment' property value |
Image |
addDepiction()
Adds an anonymous value for the 'depiction' property |
void |
addDepiction(Image depiction)
Adds a value for the 'depiction' property |
Image |
addDepiction(org.openrdf.model.Resource resource)
Adds a value for the 'depiction' property. |
GraphThing |
addFundedBy()
Adds an anonymous value for the 'fundedBy' property |
void |
addFundedBy(GraphThing fundedBy)
Adds a value for the 'fundedBy' property |
GraphThing |
addFundedBy(org.openrdf.model.Resource resource)
Adds a value for the 'fundedBy' property. |
GraphThing |
addIsDefinedBy()
Adds an anonymous value for the 'isDefinedBy' property |
void |
addIsDefinedBy(GraphThing isDefinedBy)
Adds a value for the 'isDefinedBy' property |
GraphThing |
addIsDefinedBy(org.openrdf.model.Resource resource)
Adds a value for the 'isDefinedBy' property. |
void |
addLabel(org.openrdf.model.Literal label)
Add a 'label' property value |
GraphThing |
addLogo()
Adds an anonymous value for the 'logo' property |
void |
addLogo(GraphThing logo)
Adds a value for the 'logo' property |
GraphThing |
addLogo(org.openrdf.model.Resource resource)
Adds a value for the 'logo' property. |
Agent |
addMaker()
Adds an anonymous value for the 'maker' property |
void |
addMaker(Agent maker)
Adds a value for the 'maker' property |
Agent |
addMaker(org.openrdf.model.Resource resource)
Adds a value for the 'maker' property. |
GraphThing |
addMember()
Adds an anonymous value for the 'member' property |
void |
addMember(GraphThing member)
Adds a value for the 'member' property |
GraphThing |
addMember(org.openrdf.model.Resource resource)
Adds a value for the 'member' property. |
void |
addName(org.openrdf.model.Literal name)
Add a 'name' property value |
GraphThing |
addSeeAlso()
Adds an anonymous value for the 'seeAlso' property |
void |
addSeeAlso(GraphThing seeAlso)
Adds a value for the 'seeAlso' property |
GraphThing |
addSeeAlso(org.openrdf.model.Resource resource)
Adds a value for the 'seeAlso' property. |
GraphThing |
addTheme()
Adds an anonymous value for the 'theme' property |
void |
addTheme(GraphThing theme)
Adds a value for the 'theme' property |
GraphThing |
addTheme(org.openrdf.model.Resource resource)
Adds a value for the 'theme' property. |
Class |
addType()
Adds an anonymous value for the 'type' property |
void |
addType(Class type)
Adds a value for the 'type' property |
Class |
addType(org.openrdf.model.Resource resource)
Adds a value for the 'type' property. |
GraphThing |
addValue()
Adds an anonymous value for the 'value' property |
void |
addValue(GraphThing value)
Adds a value for the 'value' property |
GraphThing |
addValue(org.openrdf.model.Resource resource)
Adds a value for the 'value' property. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getComment()
Iterates through the 'comment' property values. |
info.aduna.collections.iterators.CloseableIterator<Image> |
getDepiction()
Get an Iterator the 'depiction' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getFundedBy()
Get an Iterator the 'fundedBy' property values. |
Document |
getHomepage()
Gets the 'homepage' property value |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getIsDefinedBy()
Get an Iterator the 'isDefinedBy' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getLabel()
Iterates through the 'label' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getLogo()
Get an Iterator the 'logo' property values. |
info.aduna.collections.iterators.CloseableIterator<Agent> |
getMaker()
Get an Iterator the 'maker' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getMember()
Get an Iterator the 'member' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getName()
Iterates through the 'name' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getSeeAlso()
Get an Iterator the 'seeAlso' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getTheme()
Get an Iterator the 'theme' property values. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getType()
Get an Iterator the 'type' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getValue()
Get an Iterator the 'value' property values. |
void |
removeComment(org.openrdf.model.Literal comment)
Remove a 'comment' property value. |
void |
removeDepiction(Image depiction)
Removes a value for the 'depiction' property. |
void |
removeFundedBy(GraphThing fundedBy)
Removes a value for the 'fundedBy' property. |
void |
removeIsDefinedBy(GraphThing isDefinedBy)
Removes a value for the 'isDefinedBy' property. |
void |
removeLabel(org.openrdf.model.Literal label)
Remove a 'label' property value. |
void |
removeLogo(GraphThing logo)
Removes a value for the 'logo' property. |
void |
removeMaker(Agent maker)
Removes a value for the 'maker' property. |
void |
removeMember(GraphThing member)
Removes a value for the 'member' property. |
void |
removeName(org.openrdf.model.Literal name)
Remove a 'name' property value. |
void |
removeSeeAlso(GraphThing seeAlso)
Removes a value for the 'seeAlso' property. |
void |
removeTheme(GraphThing theme)
Removes a value for the 'theme' property. |
void |
removeType(Class type)
Removes a value for the 'type' property. |
void |
removeValue(GraphThing value)
Removes a value for the 'value' property. |
Document |
setHomepage()
Sets the 'homepage' property value to an anonymous node |
void |
setHomepage(Document homepage)
Sets the 'homepage' property value |
Document |
setHomepage(org.openrdf.model.Resource resource)
Sets the 'homepage' property value to the given resource, and add's rdf:type properties. |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI commentProperty
(URI: http://www.w3.org/2000/01/rdf-schema#comment)
static final org.openrdf.model.URI memberProperty
(URI: http://www.w3.org/2000/01/rdf-schema#member)
static final org.openrdf.model.URI fundedByProperty
(URI: http://xmlns.com/foaf/0.1/fundedBy)
static final org.openrdf.model.URI nameProperty
(URI: http://xmlns.com/foaf/0.1/name)
static final org.openrdf.model.URI valueProperty
(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#value)
static final org.openrdf.model.URI homepageProperty
(URI: http://xmlns.com/foaf/0.1/homepage)
static final org.openrdf.model.URI logoProperty
(URI: http://xmlns.com/foaf/0.1/logo)
static final org.openrdf.model.URI depictionProperty
(URI: http://xmlns.com/foaf/0.1/depiction)
static final org.openrdf.model.URI labelProperty
(URI: http://www.w3.org/2000/01/rdf-schema#label)
static final org.openrdf.model.URI themeProperty
(URI: http://xmlns.com/foaf/0.1/theme)
static final org.openrdf.model.URI seeAlsoProperty
(URI: http://www.w3.org/2000/01/rdf-schema#seeAlso)
static final org.openrdf.model.URI typeProperty
(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#type)
static final org.openrdf.model.URI makerProperty
(URI: http://xmlns.com/foaf/0.1/maker)
static final org.openrdf.model.URI isDefinedByProperty
(URI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getComment()
throws JastorException
Iterator of Literal
JastorExceptioncommentProperty
void addComment(org.openrdf.model.Literal comment)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptioncommentProperty
void removeComment(org.openrdf.model.Literal comment)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptioncommentProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getMember()
throws JastorException
Iterator of GraphThing
JastorExceptionmemberProperty
void addMember(GraphThing member)
throws JastorException
The - GraphThing to add
JastorExceptionmemberProperty
GraphThing addMember()
throws JastorException
GraphThing created
JastorExceptionmemberProperty
GraphThing addMember(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addMember(org.openanzo.jastor.GraphThing member)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionmemberProperty
void removeMember(GraphThing member)
throws JastorException
The - GraphThing to remove
JastorExceptionmemberProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
throws JastorException
Iterator of GraphThing
JastorExceptionfundedByProperty
void addFundedBy(GraphThing fundedBy)
throws JastorException
The - GraphThing to add
JastorExceptionfundedByProperty
GraphThing addFundedBy()
throws JastorException
GraphThing created
JastorExceptionfundedByProperty
GraphThing addFundedBy(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addFundedBy(org.openanzo.jastor.GraphThing fundedBy)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionfundedByProperty
void removeFundedBy(GraphThing fundedBy)
throws JastorException
The - GraphThing to remove
JastorExceptionfundedByProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
throws JastorException
Iterator of Literal
JastorExceptionnameProperty
void addName(org.openrdf.model.Literal name)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptionnameProperty
void removeName(org.openrdf.model.Literal name)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptionnameProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getValue()
throws JastorException
Iterator of GraphThing
JastorExceptionvalueProperty
void addValue(GraphThing value)
throws JastorException
The - GraphThing to add
JastorExceptionvalueProperty
GraphThing addValue()
throws JastorException
GraphThing created
JastorExceptionvalueProperty
GraphThing addValue(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addValue(org.openanzo.jastor.GraphThing value)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionvalueProperty
void removeValue(GraphThing value)
throws JastorException
The - GraphThing to remove
JastorExceptionvalueProperty
Document getHomepage()
throws JastorException
Document
JastorExceptionhomepageProperty
void setHomepage(Document homepage)
throws JastorException
{@link - org.openanzo.atom.jastor.foaf.Document}
JastorExceptionhomepageProperty
Document setHomepage()
throws JastorException
Document, the created value
JastorExceptionhomepageProperty
Document setHomepage(org.openrdf.model.Resource resource)
throws JastorException
Document with the factory.
and calling setHomepage(org.openanzo.atom.jastor.foaf.Document homepage)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Document. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Document, the newly created value
JastorExceptionhomepageProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
throws JastorException
Iterator of GraphThing
JastorExceptionlogoProperty
void addLogo(GraphThing logo)
throws JastorException
The - GraphThing to add
JastorExceptionlogoProperty
GraphThing addLogo()
throws JastorException
GraphThing created
JastorExceptionlogoProperty
GraphThing addLogo(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addLogo(org.openanzo.jastor.GraphThing logo)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionlogoProperty
void removeLogo(GraphThing logo)
throws JastorException
The - GraphThing to remove
JastorExceptionlogoProperty
info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
throws JastorException
Iterator of Image
JastorExceptiondepictionProperty
void addDepiction(Image depiction)
throws JastorException
The - Image to add
JastorExceptiondepictionProperty
Image addDepiction()
throws JastorException
Image created
JastorExceptiondepictionProperty
Image addDepiction(org.openrdf.model.Resource resource)
throws JastorException
Image with the factory
and calling addDepiction(org.openanzo.atom.jastor.foaf.Image depiction)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Image. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptiondepictionProperty
void removeDepiction(Image depiction)
throws JastorException
The - Image to remove
JastorExceptiondepictionProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getLabel()
throws JastorException
Iterator of Literal
JastorExceptionlabelProperty
void addLabel(org.openrdf.model.Literal label)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptionlabelProperty
void removeLabel(org.openrdf.model.Literal label)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptionlabelProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
throws JastorException
Iterator of GraphThing
JastorExceptionthemeProperty
void addTheme(GraphThing theme)
throws JastorException
The - GraphThing to add
JastorExceptionthemeProperty
GraphThing addTheme()
throws JastorException
GraphThing created
JastorExceptionthemeProperty
GraphThing addTheme(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addTheme(org.openanzo.jastor.GraphThing theme)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionthemeProperty
void removeTheme(GraphThing theme)
throws JastorException
The - GraphThing to remove
JastorExceptionthemeProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getSeeAlso()
throws JastorException
Iterator of GraphThing
JastorExceptionseeAlsoProperty
void addSeeAlso(GraphThing seeAlso)
throws JastorException
The - GraphThing to add
JastorExceptionseeAlsoProperty
GraphThing addSeeAlso()
throws JastorException
GraphThing created
JastorExceptionseeAlsoProperty
GraphThing addSeeAlso(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addSeeAlso(org.openanzo.jastor.GraphThing seeAlso)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionseeAlsoProperty
void removeSeeAlso(GraphThing seeAlso)
throws JastorException
The - GraphThing to remove
JastorExceptionseeAlsoProperty
info.aduna.collections.iterators.CloseableIterator<Class> getType()
throws JastorException
Iterator of Class
JastorExceptiontypeProperty
void addType(Class type)
throws JastorException
The - Class to add
JastorExceptiontypeProperty
Class addType()
throws JastorException
Class created
JastorExceptiontypeProperty
Class addType(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addType(org.openanzo.atom.jastor.rdfs.Class type)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptiontypeProperty
void removeType(Class type)
throws JastorException
The - Class to remove
JastorExceptiontypeProperty
info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
throws JastorException
Iterator of Agent
JastorExceptionmakerProperty
void addMaker(Agent maker)
throws JastorException
The - Agent to add
JastorExceptionmakerProperty
Agent addMaker()
throws JastorException
Agent created
JastorExceptionmakerProperty
Agent addMaker(org.openrdf.model.Resource resource)
throws JastorException
Agent with the factory
and calling addMaker(org.openanzo.atom.jastor.foaf.Agent maker)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Agent. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionmakerProperty
void removeMaker(Agent maker)
throws JastorException
The - Agent to remove
JastorExceptionmakerProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getIsDefinedBy()
throws JastorException
Iterator of GraphThing
JastorExceptionisDefinedByProperty
void addIsDefinedBy(GraphThing isDefinedBy)
throws JastorException
The - GraphThing to add
JastorExceptionisDefinedByProperty
GraphThing addIsDefinedBy()
throws JastorException
GraphThing created
JastorExceptionisDefinedByProperty
GraphThing addIsDefinedBy(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addIsDefinedBy(org.openanzo.jastor.GraphThing isDefinedBy)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionisDefinedByProperty
void removeIsDefinedBy(GraphThing isDefinedBy)
throws JastorException
The - GraphThing to remove
JastorExceptionisDefinedByProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||