Edurep:Metadata/Leerniveau/en: verschil tussen versies
(EN) |
k (kop) |
||
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
{{Talen}} |
{{Talen}} |
||
+ | This field indicates for which educational levels the learning material is intended. |
||
== Vocabulary == |
== Vocabulary == |
||
In Edurep, the following list of permitted values, often referred to as 'vocabulary', is used to describe the educational level for which certain learning material is intended. |
In Edurep, the following list of permitted values, often referred to as 'vocabulary', is used to describe the educational level for which certain learning material is intended. |
||
Regel 20: | Regel 21: | ||
== [[Standaarden:Schema.org|Schema.org]] == |
== [[Standaarden:Schema.org|Schema.org]] == |
||
{{:Standaarden:Schema.org/schema:educationalLevel}} |
{{:Standaarden:Schema.org/schema:educationalLevel}} |
||
− | + | There can be more than one value associated with {{code|schema:name}}, i.e. multiple associated labels for the same educational level. |
|
+ | |||
== Searching == |
== Searching == |
||
Searching with |
Searching with |
||
Regel 32: | Regel 34: | ||
{{EdurepQuery|query=lom.classification.educationallevel.entry=PO}} |
{{EdurepQuery|query=lom.classification.educationallevel.entry=PO}} |
||
{{EdurepJsonsearchQuery|query=schema:educationalLevel.schema:name=PO}} |
{{EdurepJsonsearchQuery|query=schema:educationalLevel.schema:name=PO}} |
||
− | Or by a certain level, for example HAVO 4 |
+ | Or by a certain level, for example HAVO 4 or HAVO 5: |
{{EdurepQuery|query=lom.classification.educationallevel.id=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR lom.classification.educationallevel.id=cb61531d-61eb-4412-a52f-ca065ca37e39}} |
{{EdurepQuery|query=lom.classification.educationallevel.id=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR lom.classification.educationallevel.id=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}} |
{{EdurepJsonsearchQuery|query=schema:educationalLevel.schema:termCode=70af3752-c6ad-43d9-aa0c-9ff099931f8a OR schema:educationalLevel.schema:termCode=cb61531d-61eb-4412-a52f-ca065ca37e39}} |
Huidige versie van 4 okt 2023 om 10:29
Nederlands | English |
This field indicates for which educational levels the learning material is intended.
Vocabulary
In Edurep, the following list of permitted values, often referred to as 'vocabulary', is used to describe the educational level for which certain learning material is intended.
For example:
- 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
It is MANDATORY to enter the classification with Purpose="education level" when describing material whose Aggregation Level has the value "3" or "4".
<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 there is no equivalent for the NL LOM educational context field. During the conversion, the values from the educational context field are translated into equivalent educational level values.
Educational level values supplied as Schema.org are not translated back to an equivalent NL LOM context value.
Schema.org
Specificatie | (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"
}
}
There can be more than one value associated with schema:name, i.e. multiple associated labels for the same educational level.
Searching
Searching with
- lom.classification.educationallevel.id or schema.org equivalent schema:educationalLevel.schema:termCode
- lom.classification.educationallevel.entry or schema.org equivalent schema:educationalLevel.schema:name
will return the same result.
You can search by sector, for example 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 |
Or by a certain level, for example HAVO 4 or 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:Veldenlijst • Standaarden:NL_LOM/lom.classification/educational level • Standaarden:Schema.org/schema:educationalLevel |