public interface Concept extends ContextualClass
| Modifier and Type | Method and Description |
|---|---|
String[] |
getBroader()
Retrieves the broader terms of a concept
|
String[] |
getBroadMatch() |
String[] |
getCloseMatch() |
String[] |
getExactMatch() |
Map<String,List<String>> |
getHiddenLabel()
Gets the skos:hiddenLabel for a skos:concept
|
String[] |
getInScheme() |
String[] |
getNarrower() |
String[] |
getNarrowMatch() |
Map<String,List<String>> |
getNotation() |
String[] |
getRelated() |
String[] |
getRelatedMatch() |
void |
setBroader(String[] broader)
Set the broader terms for a concept
|
void |
setBroadMatch(String[] broadMatch)
sets the skos:broadMatch for a skos:Concept
|
void |
setCloseMatch(String[] closeMatch)
Sets the skos:closeMatch for a skos:Concept
|
void |
setExactMatch(String[] exactMatch)
Sets the skos:exactMatch for a skos:Concept
|
void |
setHiddenLabel(Map<String,List<String>> hiddenLabel)
Sets the skos:hiddenLabel for a skos:concept
|
void |
setInScheme(String[] inScheme)
Sets the skos:inScheme for a skos:Concept
|
void |
setNarrower(String[] narrower)
Sets the skos:narrower for a skos:Concept
|
void |
setNarrowMatch(String[] narrowMatch)
sets the skos:narrowMatch for a skos:Concept
|
void |
setNotation(Map<String,List<String>> notation)
Sets the skos:notation for a skos:Concept
|
void |
setRelated(String[] related)
Sets the skos:related for a skos:Concept
|
void |
setRelatedMatch(String[] relatedMatch)
Sets the skos:relatedMatch for a skos:Concept
|
getAltLabel, getEntityIdentifier, getFoafDepiction, getNote, getPrefLabel, setAltLabel, setFoafDepiction, setNote, setPrefLabelgetAbout, getId, setAbout, setIdString[] getBroader()
void setBroader(String[] broader)
broader - A string array with all the broader terms of a conceptMap<String,List<String>> getHiddenLabel()
getHiddenLabel in interface ContextualClassvoid setHiddenLabel(Map<String,List<String>> hiddenLabel)
setHiddenLabel in interface ContextualClassString[] getNarrower()
void setNarrower(String[] narrower)
narrower - String[] getRelated()
void setRelated(String[] related)
related - String[] getBroadMatch()
void setBroadMatch(String[] broadMatch)
broadMatch - String[] getNarrowMatch()
void setNarrowMatch(String[] narrowMatch)
narrowMatch - String[] getRelatedMatch()
void setRelatedMatch(String[] relatedMatch)
relatedMatch - String[] getExactMatch()
void setExactMatch(String[] exactMatch)
exactMatch - String[] getCloseMatch()
void setCloseMatch(String[] closeMatch)
closeMatch - void setNotation(Map<String,List<String>> notation)
notation - String[] getInScheme()
void setInScheme(String[] inScheme)
inScheme - Copyright © 2019 Europeana Foundation. All rights reserved.