Skip to main content
Skip table of contents

Metadatenset Valuespaces

Standard-Valuespace

CODE
<valuespace property="ccm:property-namep">
    <key abbreviation="Quali" description="beispiel" parent="xyz" cap="Caption">Quali</key>
</valuespace>

Die Werte abbreviation, description, parent sind Optional

Es können i18n Keys in den Textwerten verwendet werden

Valuespace mit Relationsangaben

CODE
<valuespace property="ccm:examination_discipline">
    <key cap="Beispiel">
    <value>key-value</value>
    <relation type="RelatedMatch" target="ccm:taxonid">02002</relation>
    <relation type="RelatedMatch" target="ccm:taxonid">240</relation>
    <relation type="RelatedMatch" target="ccm:taxonid">480</relation>
    </key>

type ist analog zu den Types bei SKOS. Die Angabe von target ist optional und wird nicht ausgewertet.

Externe Valeuspaces

Siehe Klassen vom Typ ValuespaceReader

Derzeit unterstützt:

OpenSALTReader

CurriculumReader

SKOSReader

CODE
<widget>
    <id>ccm:educationallearningresourcetype</id>
    <type>multivalueTree</type>
    <valuespace type="SKOS">https://vocabs.openeduhub.de/w3id.org/openeduhub/vocabs/learningResourceType/index.json</valuespace>
</widget>

Für type siehe ValuespaceType

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.