Package org.iirds.rdf.facade
Class VocabularyFactory
java.lang.Object
org.iirds.rdf.facade.VocabularyFactory
Helper class to retrieve vocabulary from the RDF model.
- Author:
- Martin Kreutzer, Empolis Information Management GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ResourcecreateVocabularyTermByLabel(String classURI, String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetComponent(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetContentLifecycleStatusValue(String label, boolean ignoreCase) org.apache.jena.rdf.model.Resourceorg.apache.jena.rdf.model.ResourcegetDocumentType(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetInformationSubject(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetPartyRole(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetProduct(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetProductFeature(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetProductLifecyclePhase(String label, boolean ignoreCase) org.apache.jena.rdf.model.Resourceorg.apache.jena.rdf.model.ResourcegetSkillLevel(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetTopicType(String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetVocabularyTermByLabel(String classURI, String label, boolean ignoreCase) org.apache.jena.rdf.model.ResourcegetVocabularyTermByURI(String classURI, String uri)
-
Constructor Details
-
VocabularyFactory
public VocabularyFactory(org.apache.jena.rdf.model.Model model)
-
-
Method Details
-
getVocabularyTermByLabel
-
createVocabularyTermByLabel
-
getVocabularyTermByURI
-
getDirectoryNodeType
-
getTopicType
-
getDocumentType
-
getPartyRole
-
getContentLifecycleStatusValue
public org.apache.jena.rdf.model.Resource getContentLifecycleStatusValue(String label, boolean ignoreCase) -
getProduct
-
getComponent
-
getInformationSubject
-
getProductFeature
-
getRole
-
getSkillLevel
-
getProductLifecyclePhase
public org.apache.jena.rdf.model.Resource getProductLifecyclePhase(String label, boolean ignoreCase)
-