Edurep:About: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(transclude veldenlijst)
(→‎See Also: add metadata collectie)
 
(4 tussenliggende versies door 2 gebruikers niet weergegeven)
Regel 7: Regel 7:
 
! omschrijving
 
! omschrijving
 
|-
 
|-
| identifier
+
| {{Code|identifier}}
 
| 1
 
| 1
 
| string
 
| string
 
| de unieke record identifier in Edurep
 
| de unieke record identifier in Edurep
 
|-
 
|-
| jsonldIdentifier
+
| {{Code|jsonldIdentifier}}
 
| 1
 
| 1
 
| string
 
| string
 
| de unieke record identifier in Edurep en gegarandeerd een URI
 
| de unieke record identifier in Edurep en gegarandeerd een URI
 
|-
 
|-
  +
| {{Code|repository/identifier}}
| state/code
 
  +
| 1
  +
| string
  +
| de unieke record identifier van de collectie in Edurep
  +
|-
 
| {{Code|state/code}}
 
| 1
 
| 1
 
| string
 
| string
Regel 51: Regel 56:
 
<noinclude>
 
<noinclude>
 
== See Also ==
 
== See Also ==
{{:Edurep:SeeAlso|use=[[Edurep:Metadata/Record Identifier]] - [[Edurep:Zoekopdracht/recordSchema/SRU]]|sibling=[[Edurep:Meta]]|related=[[Edurep:Collecties]] - [[Edurep:Identifiers]]}}
+
{{:Edurep:SeeAlso|use=[[Edurep:Metadata/Record Identifier]] &bull; [[Edurep:Zoekopdracht/recordSchema/SRU]]|sibling=[[Edurep:Meta]]|related=[[Edurep:Veldenlijst]] &bull; [[Edurep:Identifiers]] &bull; [[Edurep:Collecties]] &bull; [[Edurep:Metadata/Collectie]] }}
  +
 
[[Category:Edurep]]
 
[[Category:Edurep]]
 
[[Category:Standaarden]]
 
[[Category:Standaarden]]

Huidige versie van 11 nov 2021 om 07:15

Het Edurep about recordSchema bevat meta informatie over het record en wordt op verzoek uitgeleverd.

Elementen

# type omschrijving
identifier 1 string de unieke record identifier in Edurep
jsonldIdentifier 1 string de unieke record identifier in Edurep en gegarandeerd een URI
repository/identifier 1 string de unieke record identifier van de collectie in Edurep
state/code 1 string status code van record

Voorbeeld

{
  "identifier": "my_repository:resource:1",
  "jsonldIdentifier": "jsonld-from-lom:my_repository:resource:1",
  "record": { 
    "datestamp": "2021-10-12",
    "harvestdate": "2021-10-12T04:13:10Z",
    "identifier": "resource:1",
    "metadataNamespace": "http://www.imsglobal.org/xsd/imsmd_v1p2"
  },
  "repository": { 
    "baseurl": "http://www.kennisnet.nl/recordUpdate",
    "collection": "Edurep",
    "identifier": "my_repository",
    "metadataPrefix": "lom",
    "repositoryGroupId": "static-collections",
    "set": null
  }, 
  "state": { 
    "code": "OK" 
  }
}

Veldenlijst

zoekveld x-term-drilldown sortKeys <, <=, >=, > exact
about.identifier V
about.jsonldIdentifier
about.record.identifier V
about.repository V V
about.state.code V V

See Also

Gebruikt in Edurep:Metadata/Record IdentifierEdurep:Zoekopdracht/recordSchema/SRU
Vergelijkbaar met Edurep:Meta
Gerelateerd aan Edurep:VeldenlijstEdurep:IdentifiersEdurep:CollectiesEdurep:Metadata/Collectie