Standaarden:Schema.org/schema:Audience: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(start)
 
k (add context)
Regel 4: Regel 4:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
  "@context": {
        "schema": "https://schema.org/"
  },
   "schema:audience": {
   "schema:audience": {
         "@id": "http://purl.edustandaard.nl/vdex_intendedenduserrole_lomv1p0_20060628.xml#learner",
         "@id": "http://purl.edustandaard.nl/vdex_intendedenduserrole_lomv1p0_20060628.xml#learner",
         "@type": "schema:Audience",
         "@type": "schema:Audience",
         "schema:audienceType": "learner"
         "schema:audienceType": "learner"
    }
  }
}
}
</syntaxhighlight>
</syntaxhighlight>

Versie van 11 okt 2021 06:24

Bullet book.png Specificatie En.gif (leidend)

Een Audience type gebruikt in het schema:audience attribuut.

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