Edurep:Metadata/Leerniveau: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(add more context)
(add something on context)
Regel 11: Regel 11:
 
== [[Standaarden:NL_LOM|NL LOM]] ==
 
== [[Standaarden:NL_LOM|NL LOM]] ==
 
{{:Standaarden:NL_LOM/lom.classification/educational level}}
 
{{:Standaarden:NL_LOM/lom.classification/educational level}}
  +
=== Context ===
  +
In schema.org is er geen equivalent voor het NL LOM educational context veld. Bij aanlevering worden deze waarden vertaald naar equivalente educational level waarden.
  +
Educational level waarden die als Schema.org worden aangeleverd worden niet terugvertaald naar een equivalente NL LOM context waarde.
 
== [[Standaarden:Schema.org|Schema.org]] ==
 
== [[Standaarden:Schema.org|Schema.org]] ==
 
{{:Standaarden:Schema.org/schema:educationalLevel}}
 
{{:Standaarden:Schema.org/schema:educationalLevel}}
Regel 21: Regel 24:
 
{{EdurepJsonsearchQuery|query=schema:educationalLevel.schema:termCode=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR schema:educationalLevel.schema:termCode=cb61531d-61eb-4412-a52f-ca065ca37e39}}
 
{{EdurepJsonsearchQuery|query=schema:educationalLevel.schema:termCode=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR schema:educationalLevel.schema:termCode=cb61531d-61eb-4412-a52f-ca065ca37e39}}
 
== See Also ==
 
== See Also ==
{{:Edurep:SeeAlso|related=[[Standaarden:NL_LOM/lom.classification]] }}
+
{{:Edurep:SeeAlso|related=[[Standaarden:NL_LOM/lom.classification/educational level]] • [[Standaarden:Schema.org/schema:educationalLevel]] }}

Versie van 15 nov 2021 09:25

Waardenset

In Edurep wordt de volgende waardenset gebruikt om het leerniveau te specificeren.

Bijvoorbeeld:

  • PO: 512e4729-03a4-43a2-95ba-758071d1b725
  • VO: 2a1401e9-c223-493b-9b86-78f6993b1a8d
  • MBO: f3ac3fbb-5eae-49e0-8494-0a44855fff25
  • WO: bbbd99c6-cf49-4980-baed-12388f8dcff4

NL LOM

<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">educational level</langstring>
      </value>
    </purpose>
    <taxonpath>
      <source>
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/begrippenkader</langstring>
      </source>
      <taxon>
        <id>2a1401e9-c223-493b-9b86-78f6993b1a8d</id>
        <entry>
          <langstring xml:lang="nl">Voortgezet onderwijs</langstring>
        </entry>
      </taxon>
    </taxonpath>
  </classification>
</lom>

Context

In schema.org is er geen equivalent voor het NL LOM educational context veld. Bij aanlevering worden deze waarden vertaald naar equivalente educational level waarden. Educational level waarden die als Schema.org worden aangeleverd worden niet terugvertaald naar een equivalente NL LOM context waarde.

Schema.org

Bullet book.png Specificatie En.gif (leidend)
{
  "@context": {
    "schema": "https://schema.org/"
  },
  "schema:educationalLevel": {
    "@id": "http://purl.edustandaard.nl/begrippenkader/2a1401e9-c223-493b-9b86-78f6993b1a8d",
    "@type": "schema:DefinedTerm",
    "schema:inDefinedTermSet": "http://purl.edustandaard.nl/begrippenkader",
    "schema:name": [
      {
        "@language": "nl",
        "@value": "Voortgezet onderwijs"
      },
      {
        "@language": "nl",
        "@value": "VO"
      },
    ],
    "schema:termCode": "2a1401e9-c223-493b-9b86-78f6993b1a8d"
  }
}


Zoeken

Er kan gezocht worden op sector, bijv PO:

/edurep/sruns: query=lom.classification.educationallevel.id=512e4729-03a4-43a2-95ba-758071d1b725
/jsonsearch: query=schema:educationalLevel.schema:termCode=512e4729-03a4-43a2-95ba-758071d1b725

Of op specifiek niveau, bijv HAVO 4 en HAVO 5:

/edurep/sruns: query=lom.classification.educationallevel.id=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR lom.classification.educationallevel.id=cb61531d-61eb-4412-a52f-ca065ca37e39
/jsonsearch: query=schema:educationalLevel.schema:termCode=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR schema:educationalLevel.schema:termCode=cb61531d-61eb-4412-a52f-ca065ca37e39

See Also

Gebruikt in -
Vergelijkbaar met -
Gerelateerd aan Standaarden:NL_LOM/lom.classification/educational levelStandaarden:Schema.org/schema:educationalLevel