-
Notifications
You must be signed in to change notification settings - Fork 6
Data model
Ksenia Zaytseva edited this page Sep 29, 2019
·
2 revisions
NOTE: Vocabs editor underlying data model follows SKOS scheme, therefore, one vocabulary is expressed as one skos:ConceptScheme class. Within this document, the term ‘vocabulary’ is equal to one Concept Scheme.
Vocabs editor supports the following data model elements.
Main classes:
skos:ConceptScheme
skos:Concept
skos:Collection
Labels:
skos:prefLabel
skos:altLabel
skos:hiddenLabel
Relationships:
skos:broader
skos:narrower
skos:inScheme
skos:hasTopConcept
skos:topConceptOf
skos:related
skos:broadMatch
skos:narrowMatch
skos:exactMatch
skos:relatedMatch
skos:closeMatch
skos:member
Documentation properties:
skos:note
skos:scopeNote
skos:definition
skos:example
skos:historyNote
skos:editorialNote
skos:changeNote
skos:notation
Supports both dct and dc namespaces.
dct:creator
dct:contributor
dct:source
dct:title
dct:language
dct:subject
dct:description
dct:publisher
dct:relation
dct:license
dct:coverage
dct:created
dct:modified
owl:versionInfo
User guide for Vocabs editor