Edurep:Metadata/Vak/en: verschil tussen versies
< Edurep:Metadata | Vak
Naar navigatie springen
Naar zoeken springen
(EN) |
k (indicate) |
||
Regel 1: | Regel 1: | ||
{{Talen}} |
{{Talen}} |
||
− | Use this field to |
+ | Use this field to indicate the subjects for which the learning material is intended. |
== Vocabulary== |
== Vocabulary== |
Versie van 4 okt 2023 09:28
Nederlands | English |
Use this field to indicate the subjects for which the learning material is intended.
Vocabulary
In Edurep, the following list of permitted values, often referred to as 'vocabulary', is used to describe the subject for which certain learning material is intended.
- https://vdex.kennisnet.nl/kennisnetset/2015.01/po_vakken-knset.xml
- https://vdex.kennisnet.nl/kennisnetset/2015.01/vo_vakken-knset.xml
- https://vdex.kennisnet.nl/kennisnetset/2015.01/mbo_opleidingsdomeinen_studierichtingen-knset.xml
- https://vdex.kennisnet.nl/kennisnetset/2015.01/bve_domeinoverstijgende_vakken-knset.xml
If a classification with Purpose="discipline" is used then it is possible to convert the value of the lom/classification/taxonpath/taxon/id field to the schema:educationalAlignment/schema:AlignmentObject/schema:targetName field.
NL LOM
It is MANDATORY to enter the classification with Purpose="discipline" 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">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
Specificatie | (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"
}
}
Searching
Searching with
- lom.classification.discipline.id or schema.org equivalent schema:educationalAlignment.schema:targetName
- lom.classification.discipline.entry or schema.org equivalent schema:educationalAlignment.schema:name
will return the same result.
/edurep/sruns: query=lom.classification.discipline.id=c001f86a-4f8f-4420-bd78-381c615ecedc |
/jsonsearch: query=schema:educationalAlignment.schema:targetName=c001f86a-4f8f-4420-bd78-381c615ecedc |
/edurep/sruns: query=lom.classification.discipline.entry=Aardrijkskunde |
/jsonsearch: query=schema:educationalAlignment.schema:name=Aardrijkskunde |
Drilldown
/edurep/sruns: query=*&maximumRecords=0&x-term-drilldown=lom.classification.discipline.id:0 |
/jsonsearch: query=*&page-size=0&facet=schema:educationalAlignment.schema:targetName:0 |
See Also
Gebruikt in | Edurep:Metadata |
Vergelijkbaar met | - |
Gerelateerd aan | Edurep:Veldenlijst • Standaarden:NL_LOM/lom.classification/discipline • Standaarden:Schema.org/schema:educationalAlignment • Standaarden:NL_LOM/lom.classification |