skos

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: None detected not legal advice Imports: 0 Imported by: 0

Documentation

Overview

Package skos contains the Ontology for the W3C standard SKOS - Simple Knowledge Organization System Reference.

Index

Constants

This section is empty.

Variables

View Source
var AltLabel = altLabelI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "altLabel"},
	ADomain:        rdfs.Resource,
	ARange:         rdfs.Literal,
	ASubPropertyOf: rdfs.Label,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var BroadMatch = broadMatchI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "broadMatch"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: MappingRelation,
	AnInverseOf:    NarrowMatch,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Broader = broaderI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "broader"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: BroaderTransitive,
	AnInverseOf:    Narrower,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var BroaderTransitive = broaderTransitiveI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "broaderTransitive"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: SemanticRelation,
	AnInverseOf:    NarrowerTransitive,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var COREVocabulary = sst.Vocabulary{BaseIRI: "http://www.w3.org/2004/02/skos/core"}
View Source
var ChangeNote = changeNoteI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "changeNote"},
	ASubPropertyOf: Note,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var CloseMatch = closeMatchI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "closeMatch"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: MappingRelation,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Collection = collectionI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "Collection"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Concept = conceptI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "Concept"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var ConceptScheme = conceptSchemeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "ConceptScheme"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Definition = definitionI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "definition"},
	ASubPropertyOf: Note,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var EditorialNote = editorialNoteI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "editorialNote"},
	ASubPropertyOf: Note,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var ExactMatch = exactMatchI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "exactMatch"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: CloseMatch,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Example = exampleI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "example"},
	ASubPropertyOf: Note,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var HasTopConcept = hasTopConceptI{sst.ElementInfo{
	Element:     sst.Element{Vocabulary: COREVocabulary, Name: "hasTopConcept"},
	ADomain:     ConceptScheme,
	ARange:      Concept,
	AnInverseOf: TopConceptOf,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var HiddenLabel = hiddenLabelI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "hiddenLabel"},
	ADomain:        rdfs.Resource,
	ARange:         rdfs.Literal,
	ASubPropertyOf: rdfs.Label,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var HistoryNote = historyNoteI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "historyNote"},
	ASubPropertyOf: Note,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var InScheme = inSchemeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "inScheme"},
	ARange:  ConceptScheme,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MappingRelation = mappingRelationI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "mappingRelation"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: SemanticRelation,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Member = memberI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "member"},
	ADomain: Collection,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MemberList = memberListI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "memberList"},
	ADomain: OrderedCollection,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var NarrowMatch = narrowMatchI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "narrowMatch"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: Narrower,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Narrower = narrowerI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "narrower"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: NarrowerTransitive,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var NarrowerTransitive = narrowerTransitiveI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "narrowerTransitive"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: SemanticRelation,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Notation = notationI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "notation"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: true, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Note = noteI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "note"},

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OrderedCollection = orderedCollectionI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: COREVocabulary, Name: "OrderedCollection"},
	ASubtypeOf: []sst.ElementInformer{Collection},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var (
	PKG = sst.ElementPkg(pkg{})
)
View Source
var PrefLabel = prefLabelI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "prefLabel"},
	ADomain:        rdfs.Resource,
	ARange:         rdfs.Literal,
	ASubPropertyOf: rdfs.Label,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Related = relatedI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "related"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: SemanticRelation,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var RelatedMatch = relatedMatchI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "relatedMatch"},
	ADomain:        Concept,
	ARange:         Concept,
	ASubPropertyOf: Related,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var ScopeNote = scopeNoteI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "scopeNote"},
	ASubPropertyOf: Note,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var SemanticRelation = semanticRelationI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: COREVocabulary, Name: "semanticRelation"},
	ADomain: Concept,
	ARange:  Concept,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var TopConceptOf = topConceptOfI{sst.ElementInfo{
	Element:        sst.Element{Vocabulary: COREVocabulary, Name: "topConceptOf"},
	ADomain:        Concept,
	ARange:         ConceptScheme,
	ASubPropertyOf: InScheme,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}

Functions

This section is empty.

Types

type IsAltLabel

type IsAltLabel interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23altLabel()
}

type IsBroadMatch

type IsBroadMatch interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23broadMatch()
}

type IsBroader

type IsBroader interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23broader()
}

type IsBroaderTransitive

type IsBroaderTransitive interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23broaderTransitive()
}

type IsChangeNote

type IsChangeNote interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23changeNote()
}

type IsCloseMatch

type IsCloseMatch interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23closeMatch()
}

type IsCollection

type IsCollection interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23Collection()
}

type IsConcept

type IsConcept interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23Concept()
}

type IsConceptScheme

type IsConceptScheme interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23ConceptScheme()
}

type IsDefinition

type IsDefinition interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23definition()
}

type IsEditorialNote

type IsEditorialNote interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23editorialNote()
}

type IsExactMatch

type IsExactMatch interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23exactMatch()
}

type IsExample

type IsExample interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23example()
}

type IsHasTopConcept

type IsHasTopConcept interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23hasTopConcept()
}

type IsHiddenLabel

type IsHiddenLabel interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23hiddenLabel()
}

type IsHistoryNote

type IsHistoryNote interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23historyNote()
}

type IsInScheme

type IsInScheme interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23inScheme()
}

type IsMappingRelation

type IsMappingRelation interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23mappingRelation()
}

type IsMember

type IsMember interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23member()
}

type IsMemberList

type IsMemberList interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23memberList()
}

type IsNarrowMatch

type IsNarrowMatch interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23narrowMatch()
}

type IsNarrower

type IsNarrower interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23narrower()
}

type IsNarrowerTransitive

type IsNarrowerTransitive interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23narrowerTransitive()
}

type IsNotation

type IsNotation interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23notation()
}

type IsNote

type IsNote interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23note()
}

type IsOrderedCollection

type IsOrderedCollection interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23OrderedCollection()
}

type IsPrefLabel

type IsPrefLabel interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23prefLabel()
}

type IsRelated

type IsRelated interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23related()
}

type IsRelatedMatch

type IsRelatedMatch interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23relatedMatch()
}

type IsScopeNote

type IsScopeNote interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23scopeNote()
}

type IsSemanticRelation

type IsSemanticRelation interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23semanticRelation()
}

type IsTopConceptOf

type IsTopConceptOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23topConceptOf()
}

type KindAltLabel

type KindAltLabel interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23altLabel()
}

type KindBroadMatch

type KindBroadMatch interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23broadMatch()
}

type KindBroader

type KindBroader interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23broader()
}

type KindBroaderTransitive

type KindBroaderTransitive interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23broaderTransitive()
}

type KindChangeNote

type KindChangeNote interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23changeNote()
}

type KindCloseMatch

type KindCloseMatch interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23closeMatch()
}

type KindCollection

type KindCollection interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23Collection()
}

type KindConcept

type KindConcept interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23Concept()
}

type KindConceptScheme

type KindConceptScheme interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23ConceptScheme()
}

type KindDefinition

type KindDefinition interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23definition()
}

type KindEditorialNote

type KindEditorialNote interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23editorialNote()
}

type KindExactMatch

type KindExactMatch interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23exactMatch()
}

type KindExample

type KindExample interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23example()
}

type KindHasTopConcept

type KindHasTopConcept interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23hasTopConcept()
}

type KindHiddenLabel

type KindHiddenLabel interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23hiddenLabel()
}

type KindHistoryNote

type KindHistoryNote interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23historyNote()
}

type KindInScheme

type KindInScheme interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23inScheme()
}

type KindMappingRelation

type KindMappingRelation interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23mappingRelation()
}

type KindMember

type KindMember interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23member()
}

type KindMemberList

type KindMemberList interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23memberList()
}

type KindNarrowMatch

type KindNarrowMatch interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23narrowMatch()
}

type KindNarrower

type KindNarrower interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23narrower()
}

type KindNarrowerTransitive

type KindNarrowerTransitive interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23narrowerTransitive()
}

type KindNotation

type KindNotation interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23notation()
}

type KindNote

type KindNote interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23note()
}

type KindOrderedCollection

type KindOrderedCollection interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23OrderedCollection()
}

type KindPrefLabel

type KindPrefLabel interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23prefLabel()
}

type KindRelated

type KindRelated interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23related()
}

type KindRelatedMatch

type KindRelatedMatch interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23relatedMatch()
}

type KindScopeNote

type KindScopeNote interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23scopeNote()
}

type KindSemanticRelation

type KindSemanticRelation interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23semanticRelation()
}

type KindTopConceptOf

type KindTopConceptOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2004_2F02_2Fskos_2Fcore_23topConceptOf()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL