Edurep:Metadata/Leerniveau

Uit Kennisnet Developers Documentatie
< Edurep:Metadata
Versie door Dumeljic01 (overleg | bijdragen) op 25 sep 2023 om 15:55 ({{Talen}})
Naar navigatie springen Naar zoeken springen
Nl.gif Nederlands En.gif English

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

Zoeken met

  • lom.classification.educationallevel.id of schema.org equivalent schema:educationalLevel.schema:termCode
  • lom.classification.educationallevel.entry of schema.org equivalent schema:educationalLevel.schema:name

zal hetzelfde resultaat opleveren.

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
/edurep/sruns: query=lom.classification.educationallevel.entry=PO
/jsonsearch: query=schema:educationalLevel.schema:name=PO

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

Drilldown

/edurep/sruns: query=*&maximumRecords=0&x-term-drilldown=lom.classification.educationallevel.id:0
/jsonsearch: query=*&page-size=0&facet=schema:educationalLevel.schema:termCode:0

See Also

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