public enum SKOSVocabulary extends Enum<SKOSVocabulary>
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLAnnotationProperty> |
getAnnotationProperties(OWLDataFactory dataFactory) |
static Set<OWLClass> |
getClasses(OWLDataFactory dataFactory) |
static Set<OWLDataProperty> |
getDataProperties(OWLDataFactory dataFactory) |
EntityType<?> |
getEntityType() |
IRI |
getIRI() |
String |
getLocalName() |
static Set<OWLObjectProperty> |
getObjectProperties(OWLDataFactory dataFactory) |
URI |
getURI() |
static SKOSVocabulary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SKOSVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SKOSVocabulary BROADMATCH
public static final SKOSVocabulary BROADER
public static final SKOSVocabulary BROADERTRANSITIVE
public static final SKOSVocabulary CLOSEMATCH
public static final SKOSVocabulary EXACTMATCH
public static final SKOSVocabulary HASTOPCONCEPT
public static final SKOSVocabulary INSCHEME
public static final SKOSVocabulary MAPPINGRELATION
public static final SKOSVocabulary MEMBER
public static final SKOSVocabulary MEMBERLIST
public static final SKOSVocabulary NARROWMATCH
public static final SKOSVocabulary NARROWER
public static final SKOSVocabulary NARROWTRANSITIVE
public static final SKOSVocabulary RELATED
public static final SKOSVocabulary RELATEDMATCH
public static final SKOSVocabulary SEMANTICRELATION
public static final SKOSVocabulary TOPCONCEPTOF
public static final SKOSVocabulary COLLECTION
public static final SKOSVocabulary CONCEPT
public static final SKOSVocabulary CONCEPTSCHEME
public static final SKOSVocabulary ORDEREDCOLLECTION
public static final SKOSVocabulary TOPCONCEPT
public static final SKOSVocabulary ALTLABEL
public static final SKOSVocabulary CHANGENOTE
public static final SKOSVocabulary DEFINITION
public static final SKOSVocabulary EDITORIALNOTE
public static final SKOSVocabulary EXAMPLE
public static final SKOSVocabulary HIDDENLABEL
public static final SKOSVocabulary HISTORYNOTE
public static final SKOSVocabulary NOTE
public static final SKOSVocabulary PREFLABEL
public static final SKOSVocabulary SCOPENOTE
public static final SKOSVocabulary DOCUMENT
public static final SKOSVocabulary IMAGE
public static final SKOSVocabulary COLLECTABLEPROPERTY
public static final SKOSVocabulary RESOURCE
public static final SKOSVocabulary COMMENT
public static SKOSVocabulary[] values()
for (SKOSVocabulary c : SKOSVocabulary.values()) System.out.println(c);
public static SKOSVocabulary valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic EntityType<?> getEntityType()
public String getLocalName()
public IRI getIRI()
public URI getURI()
public static Set<OWLAnnotationProperty> getAnnotationProperties(OWLDataFactory dataFactory)
public static Set<OWLObjectProperty> getObjectProperties(OWLDataFactory dataFactory)
public static Set<OWLDataProperty> getDataProperties(OWLDataFactory dataFactory)
public static Set<OWLClass> getClasses(OWLDataFactory dataFactory)
Copyright © 2013 The University of Manchester. All Rights Reserved.