Data model - acdh-oeaw/vocabseditor GitHub Wiki

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.

SKOS model

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

Dublin Core model

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

  • owl:versionInfo