Edurep:Metadata/Vak: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
Regel 5: Regel 5:
 
{{:Standaarden:Schema.org/schema:educationalAlignment}}
 
{{:Standaarden:Schema.org/schema:educationalAlignment}}
   
== Migratie ==
 
{| class="wikitable"
 
|-
 
! valign="top" | bron inhoud
 
! bron zoekveld
 
! schema.org inhoud
 
! schema.org zoekveld
 
|-
 
|/lom:lom/lom:classification[lom:purpose/lom:value="discpline"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id
 
|lom.classification.discipline.id
 
|/schema:educationalAlignment/schema:AlignmentObject/schema:targetName
 
|schema:educationalAlignment.schema:targetName
 
|-
 
|/lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string
 
|lom.classification.discipline.entry
 
|/schema:educationalAlignment/schema:AlignmentObject/schema:name
 
|schema:educationalAlignment.schema:name
 
|-
 
|}
 
 
=== Toegestane vocabulaires===
 
In het geval dat /lom/classification/purpose/value="discpline"
 
en /lom/classification/taxonpath/source/langstring begint met
 
* 'http://purl.edustandaard.nl/begrippenkader' of
 
* 'http://purl.edustandaard.nl/concept'
 
<br>
 
* /lom/classification/taxonpath/source/langstring wordt 'schema:educationalAlignment.schema:educationalFramework'
 
* /lom/classification/taxonpath/taxon/id wordt 'schema:educationalAlignment.schema:targetName'
 
* /lom/classification/taxonpath/taxon/entry/langstring wordt 'schema:educationalAlignment.schema:name'
 
=== Mapping for old discpline vdex values ===
 
   
 
== See Also ==
 
== See Also ==

Versie van 19 okt 2021 14:45

NL LOM /lom.classification/discipline

<lom>
  <classification>
    <purpose>
      <source>
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/classification_purpose_nllom_20180530</langstring>
      </source>
      <value>
        <langstring xml:lang="x-none">discipline</langstring>
      </value>
    </purpose>
    <taxonpath>
      <source>
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/begrippenkader</langstring>
      </source>
      <taxon>
        <id>c001f86a-4f8f-4420-bd78-381c615ecedc</id>
        <entry>
          <langstring xml:lang="nl">Aardrijkskunde</langstring>
        </entry>
      </taxon>
    </taxonpath>
  </classification>
</lom>

Schema.org /schema:educationalAlignment

Bullet book.png Specificatie En.gif (leidend)
{
  "@context": {
    "schema": "https://schema.org/"
  },
  "schema:educationalAlignment": {
    "@id": "http://purl.edustandaard.nl/begrippenkader/c001f86a-4f8f-4420-bd78-381c615ecedc",
    "@type": "schema:AlignmentObject",
    "schema:educationalFramework": "http://purl.edustandaard.nl/begrippenkader",
    "schema:name": {
      "@language": "nl",
      "@value": "Aardrijkskunde"
    },
    "schema:targetName": "c001f86a-4f8f-4420-bd78-381c615ecedc"
  }   
}


See Also

Gebruikt in -
Vergelijkbaar met -
Gerelateerd aan Standaarden:NL_LOM/lom.classification