Edurep:Metadata/Rol Eindgebruiker/en: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '{{Talen}} This metadata field refers to the actual end-user of the learning material. == Vocabulary == The following vocabulary is used: * http://purl.edustandaard....')
 
k
 
Regel 12: Regel 12:
   
 
''' Author '''
 
''' Author '''
* Use this value only to describe the materials that authors can use when creating learning materials.
+
* Use this value only to describe the materials that authors can use when creating learning materials. For example, materials with aggregation level 1 such as images, audio clips, test questions, etc.
For example, materials with aggregation level 1 such as images, audio clips, test questions, etc.
 
   
 
== [[Standaarden:NL_LOM|NL LOM]] ==
 
== [[Standaarden:NL_LOM|NL LOM]] ==

Huidige versie van 10 okt 2023 om 13:16

Nl.gif Nederlands En.gif English

This metadata field refers to the actual end-user of the learning material.

Vocabulary

The following vocabulary is used:

Learner

  • Use this value when the learning material is intended for use by the student.

Teacher

  • Use this value when the material itself is intended for use by teachers (eg answer sheets, lesson preparations, professional development materials and manuals).
  • do not use this when the teacher needs to purchase the material for the students to use.

Author

  • Use this value only to describe the materials that authors can use when creating learning materials. For example, materials with aggregation level 1 such as images, audio clips, test questions, etc.

NL LOM

Bullet book.png Specificatie Nl.gif (leidend)
<lom>
  <educational>
    <intendedenduserrole>
      <source>
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/vdex_intendedenduserrole_lomv1p0_20060628.xml</langstring>
      </source>
      <value>
        <langstring xml:lang="x-none">teacher</langstring>
      </value>
    </intendedenduserrole>
  </educational>
</lom>

Schema.org

Bullet book.png Specification En.gif (leading)

schema:audienceType is used as an attribute of schema:audience.

{
 "@context": {
   "schema": "https://schema.org/"
  },
  "schema:audience": {
    "@id": "http://purl.edustandaard.nl/vdex_intendedenduserrole_lomv1p0_20060628.xml#learner",
    "@type": "schema:Audience",
    "schema:audienceType": "learner"
  }
}

Searching

Searching with lom.educational.intendedenduserrole or schema.org equivalent schema:audience.schema:audienceType will return the same result.

/edurep/sruns: query=lom.educational.intendedenduserrole=learner
/jsonsearch: query=schema:audience.schema:audienceType=learner

We have noticed that when entering metadata, the purpose of this field is not always interpreted correctly. Keep this in mind when implementing filters.

Drilldown

/edurep/sruns: query=*&maximumRecords=0&x-term-drilldown=lom.educational.intendedenduserrole:0
/jsonsearch: query=*&page-size=0&facet=schema:audience.schema:audienceType:0

See Also

Gebruikt in Edurep:Metadata
Vergelijkbaar met -
Gerelateerd aan Edurep:VeldenlijstStandaarden:NL_LOM/lom.educational.intendedenduserroleStandaarden:Schema.org/schema:Audience