Uses of Interface
org.openrdf.concepts.foaf.Document

Packages that use Document
org.openrdf.concepts.doap   
org.openrdf.concepts.foaf   
org.openrdf.concepts.skos.core   
 

Uses of Document in org.openrdf.concepts.doap
 

Methods in org.openrdf.concepts.doap that return types with arguments of type Document
 Set<Document> Project.getDoapHomepages()
          URL of a project's homepage, associated with exactly one project.
 Set<Document> Project.getDoapOldHomepages()
          URL of a project's past homepage, associated with exactly one project.
 

Method parameters in org.openrdf.concepts.doap with type arguments of type Document
 void Project.setDoapHomepages(Set<? extends Document> value)
          URL of a project's homepage, associated with exactly one project.
 void Project.setDoapOldHomepages(Set<? extends Document> value)
          URL of a project's past homepage, associated with exactly one project.
 

Uses of Document in org.openrdf.concepts.foaf
 

Subinterfaces of Document in org.openrdf.concepts.foaf
 interface PersonalProfileDocument
          A personal profile RDF document.
 

Methods in org.openrdf.concepts.foaf that return types with arguments of type Document
 Set<Document> OnlineAccount.getFoafAccountServiceHomepages()
          Indicates a homepage of the service provide for this online account.
 Set<Document> Agent.getFoafHomepages()
          A homepage for some thing.
 Set<Document> Person.getFoafInterests()
          A page about a topic of interest to this person.
 Set<Document> FoafResource.getFoafPages()
          A page or document about this thing.
 Set<Document> Person.getFoafPublications()
          A link to the publications of this person.
 Set<Document> Person.getFoafSchoolHomepages()
          A homepage of a school attended by the person.
 Set<Document> Agent.getFoafTipjars()
          A tipjar document for this agent, describing means for payment and reward.
 Set<Document> Agent.getFoafWeblogs()
          A weblog of some thing (whether person, group, company etc.).
 Set<Document> Person.getFoafWorkInfoHomepages()
          A work info homepage of some person; a page about their work for some organization.
 Set<Document> Person.getFoafWorkplaceHomepages()
          A workplace homepage of some person; the homepage of an organization they work for.
 

Method parameters in org.openrdf.concepts.foaf with type arguments of type Document
 void OnlineAccount.setFoafAccountServiceHomepages(Set<? extends Document> value)
          Indicates a homepage of the service provide for this online account.
 void Agent.setFoafHomepages(Set<? extends Document> value)
          A homepage for some thing.
 void Person.setFoafInterests(Set<? extends Document> value)
          A page about a topic of interest to this person.
 void FoafResource.setFoafPages(Set<? extends Document> value)
          A page or document about this thing.
 void Person.setFoafPublications(Set<? extends Document> value)
          A link to the publications of this person.
 void Person.setFoafSchoolHomepages(Set<? extends Document> value)
          A homepage of a school attended by the person.
 void Agent.setFoafTipjars(Set<? extends Document> value)
          A tipjar document for this agent, describing means for payment and reward.
 void Agent.setFoafWeblogs(Set<? extends Document> value)
          A weblog of some thing (whether person, group, company etc.).
 void Person.setFoafWorkInfoHomepages(Set<? extends Document> value)
          A work info homepage of some person; a page about their work for some organization.
 void Person.setFoafWorkplaceHomepages(Set<? extends Document> value)
          A workplace homepage of some person; the homepage of an organization they work for.
 

Uses of Document in org.openrdf.concepts.skos.core
 

Methods in org.openrdf.concepts.skos.core that return types with arguments of type Document
 Set<Document> Concept.getSkosSubjectIndicators()
          This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.
 

Method parameters in org.openrdf.concepts.skos.core with type arguments of type Document
 void Concept.setSkosSubjectIndicators(Set<? extends Document> value)
          This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.