Changes between Version 15 and Version 16 of CMDI 1.2/Vocabularies


Ignore:
Timestamp:
02/21/14 07:33:38 (10 years ago)
Author:
twagoo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMDI 1.2/Vocabularies

    v15 v16  
    7474Example:
    7575
    76 {{{
    77 #!xml
    78 <CMD_Element
    79     name="Institution"
    80     CardinalityMax="1"
    81     CardinalityMin="1"
    82     ValueScheme="string"
    83     Vocabulary="http://openskos.org/institutions"
    84     VocabValueProperty="organisation-name"
    85 />
     76{{{#!xml
     77        <CMD_Element
     78            name="Language"
     79            CardinalityMax="1"
     80            CardinalityMin="1">
     81            <ValueScheme>
     82                <Vocabulary
     83                    URI="http://openskos.org/api/institutions"
     84                    ValueProperty="skos:prefLabel"
     85                    ValueLanguage="en">
     86                </Vocabulary>
     87            </ValueScheme>
     88        </CMD_Element>
    8689}}}
    8790
     
    9699<xs:element
    97100  name="Institute" 
    98   ann:displaypriority="1"
    99   dcr:datcat="http://www.isocat.org/datcat/DC-3785"
    100101  cmd:Vocabulary="http://openskos.org/institutions"
    101   cmd:VocabValueProperty="name">
     102  cmd:VocabValueProperty="skos:prefLabel"
     103  cmd:VocabValueLanguage="en">
    102104  <xs:complexType>
    103105    <xs:simpleContent>
     
    129131{{{
    130132#!xml
    131 <CMD_Element
    132     name="Language"
    133     CardinalityMax="1"
    134     CardinalityMin="1"
    135     Vocabulary="http://openskos.org/api/languages">
    136     VocabValueProperty="iso-639-3"
    137     <ValueScheme>
    138       <enumeration>
    139          <item ConceptLink="http://cdb.iso.org/lg/CDB-00138580-001">Dutch</item>
    140          <item ConceptLink="http://cdb.iso.org/lg/CDB-00138512-001">French</item>
    141       </enumeration>
    142     </ValueScheme>
    143 </CMD_Element>
     133        <CMD_Element
     134            name="Language"
     135            CardinalityMax="1"
     136            CardinalityMin="1">
     137            <ValueScheme>
     138                <Vocabulary
     139                    URI="http://openskos.org/api/languages"
     140                    ValueProperty="skos:prefLabel"
     141                    ValueLanguage="en">
     142                    <enumeration>
     143                        <item ConceptLink="http://cdb.iso.org/lg/CDB-00138580-001">Dutch</item>
     144                        <item ConceptLink="http://cdb.iso.org/lg/CDB-00138512-001">French</item>
     145                    </enumeration>
     146                </Vocabulary>
     147            </ValueScheme>
     148        </CMD_Element>
    144149}}}
    145150
     
    157162  name="simpletype-iso-639-3-code-clarin.eu.cr1.c_123456789"
    158163  cmd:Vocabulary="http://openskos.org/api/languages"
    159   cmd:VocabValueProperty="iso-639-3">
     164  cmd:VocabValueProperty="iso-639-3"
     165  cmd:VocabValueLanguage="en">
    160166  <xs:restriction base="xs:string">
    161167    <xs:enumeration value="Dutch" dcr:datcat="http://cdb.iso.org/lg/CDB-00138512-001" />