Edurep:Metadata/Vak: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
(MBO vocabulaires) |
||
(9 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
{{Talen}} | |||
Gebruik dit veld om de vakken te doorgeven waarvoor de leermaterial bedoeld is. | |||
== Waardenset == | |||
In Edurep wordt de volgende waardenset gebruikt om het vak te specificeren. | |||
* https://vdex.kennisnet.nl/kennisnetset/2015.01/po_vakken-knset.xml | |||
* https://vdex.kennisnet.nl/kennisnetset/2015.01/vo_vakken-knset.xml | |||
* https://vocabulaires.edurep.nl/sector/mbo/mbo_opleidingsdomeinen_en_studierichtingen/ | |||
* https://vocabulaires.edurep.nl/sector/mbo/bve_domeinoverstijgende_vakken/ | |||
== [[Standaarden:NL_LOM|NL LOM]] / | |||
Indien een classificatie met Purpose wordt gebruikt die gelijk is aan {{code|discipline}} dan is het mogelijk om de waarde van het {{code|lom/classification/taxonpath/taxon/id}} veld om te zetten naar het {{code|schema:educationalAlignment/schema:AlignmentObject/schema:targetName}} veld. | |||
== [[Standaarden:NL_LOM|NL LOM]] == | |||
Gebruik van een classificatie met Purpose="discipline" is VERPLICHT wanneer [[Edurep:Metadata/Aggregatieniveau|Aggregation Level]] waarde "3" of "4" heeft. | |||
{{:Standaarden:NL_LOM/lom.classification/discipline}} | {{:Standaarden:NL_LOM/lom.classification/discipline}} | ||
== [[Standaarden:Schema.org|Schema.org]] | == [[Standaarden:Schema.org|Schema.org]] == | ||
{{:Standaarden:Schema.org/schema:educationalAlignment}} | {{:Standaarden:Schema.org/schema:educationalAlignment}} | ||
== Zoeken == | |||
== | Zoeken met | ||
{| | *{{Code|lom.classification.discipline.id}} of schema.org equivalent {{Code|schema:educationalAlignment.schema:targetName}} | ||
*{{Code|lom.classification.discipline.entry}} of schema.org equivalent {{Code|schema:educationalAlignment.schema:name}} | |||
zal hetzelfde resultaat opleveren. | |||
{{EdurepQuery|query=lom.classification.discipline.id=c001f86a-4f8f-4420-bd78-381c615ecedc}} | |||
{{EdurepJsonsearchQuery|query=schema:educationalAlignment.schema:targetName=c001f86a-4f8f-4420-bd78-381c615ecedc}} | |||
{{EdurepQuery|query=lom.classification.discipline.entry=Aardrijkskunde}} | |||
| | {{EdurepJsonsearchQuery|query=schema:educationalAlignment.schema:name=Aardrijkskunde}} | ||
=== Drilldown === | |||
|lom.classification.discipline. | {{EdurepQuery|query=*|termdrilldown=lom.classification.discipline.id:0|maxrecords=0}} | ||
| | {{EdurepJsonsearchQuery|query=*|facet=schema:educationalAlignment.schema:targetName:0|pagesize=0}} | ||
|schema:educationalAlignment.schema:targetName | |||
| | |||
| | |||
=== | |||
* | |||
= | |||
== See Also == | == See Also == | ||
{{:Edurep:SeeAlso|related=[[Standaarden:NL_LOM/lom.classification]] }} | {{:Edurep:SeeAlso|use=[[Edurep:Metadata]]|related=[[Edurep:Veldenlijst]] • [[Standaarden:NL_LOM/lom.classification/discipline]] • [[Standaarden:Schema.org/schema:educationalAlignment]] • [[Standaarden:NL_LOM/lom.classification]] }} |
Huidige versie van 6 dec 2023 om 14:57
![]() |
![]() |
Gebruik dit veld om de vakken te doorgeven waarvoor de leermaterial bedoeld is.
Waardenset
In Edurep wordt de volgende waardenset gebruikt om het vak te specificeren.
- https://vdex.kennisnet.nl/kennisnetset/2015.01/po_vakken-knset.xml
- https://vdex.kennisnet.nl/kennisnetset/2015.01/vo_vakken-knset.xml
- https://vocabulaires.edurep.nl/sector/mbo/mbo_opleidingsdomeinen_en_studierichtingen/
- https://vocabulaires.edurep.nl/sector/mbo/bve_domeinoverstijgende_vakken/
Indien een classificatie met Purpose wordt gebruikt die gelijk is aan discipline dan is het mogelijk om de waarde van het lom/classification/taxonpath/taxon/id veld om te zetten naar het schema:educationalAlignment/schema:AlignmentObject/schema:targetName veld.
NL LOM
Gebruik van een classificatie met Purpose="discipline" is VERPLICHT wanneer Aggregation Level waarde "3" of "4" heeft.
<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"
}
}
Zoeken
Zoeken met
- lom.classification.discipline.id of schema.org equivalent schema:educationalAlignment.schema:targetName
- lom.classification.discipline.entry of schema.org equivalent schema:educationalAlignment.schema:name
zal hetzelfde resultaat opleveren.
/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 |