Edurep:Metadata/Record Identifier: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(first) |
k (zoekveld) |
||
(19 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
+ | <noinclude>{{Talen}}</noinclude> |
||
De record identifier wordt gebruikt om in Edurep een metadata record te identificeren. |
De record identifier wordt gebruikt om in Edurep een metadata record te identificeren. |
||
− | * niet te verwarren met de [[Edurep: |
+ | * niet te verwarren met de [[Edurep:Identifiers#Object_Identifier|object identifier]] |
+ | |||
+ | We onderscheiden een aantal record identifiers in Edurep: |
||
+ | * <code>recordId</code>: de identifier waarmee het record in Edurep is gezet door de aanbieder (meestal het {{Standaard|OAI-PMH}} record identifier) (niet gegarandeerd uniek binnen Edurep) |
||
+ | * <code>uploadId</code>: de recordId geprefixed met de identifier van de repository (waarmee deze uniek is binnen Edurep) |
||
+ | * <code>jsonldId</code>: de upload identifier die gebruikt kan worden in de @id van een schema.org record (voor LOM collecties geprefixed met "jsonld-from-lom" |
||
+ | * <code>smoId</code>: de record identifier van een {{Standaard|SMO}} |
||
+ | <noinclude>== Response ==</noinclude> |
||
+ | <includeonly>=== Response ===</includeonly> |
||
+ | De identifiers kunnen op verschillende plekken in de response gevonden worden. |
||
+ | |||
+ | {| class="wikitable" |
||
+ | |- |
||
+ | ! soort record identifier |
||
+ | ! waar vinden |
||
+ | ! interface |
||
+ | |- |
||
+ | | style="font-family: Consolas"|recordId |
||
+ | | [[Edurep:About|about recordSchema]] |
||
+ | | SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|recordId |
||
+ | | [[Edurep:Meta|meta recordSchema]] |
||
+ | | SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|uploadId |
||
+ | | [[Edurep:About|about recordSchema]] |
||
+ | | SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|uploadId |
||
+ | | [[Edurep:Meta|meta recordSchema]] |
||
+ | | SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|uploadId |
||
+ | | [[Standaarden:SRU/recordIdentifier|recordIdentifier in SRU response]] |
||
+ | | SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|jsonldId |
||
+ | | [[Edurep:About|about recordSchema]] |
||
+ | | SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|jsonldId |
||
+ | | [[Standaarden:Schema.org/@id|@id attribuut in jsonld recordSchema's]] |
||
+ | | SRU/Jsonsearch |
||
+ | |- |
||
+ | | style="font-family: Consolas"|smoId |
||
+ | | [[Standaarden:SRU/recordIdentifier|recordIdentifier in SRU response]] |
||
+ | | SMO SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|smoId |
||
+ | | [[Standaarden:SMO|smoId veld in smo recordSchema]] |
||
+ | | SMO SRU |
||
+ | |- |
||
+ | | style="font-family: Consolas"|smoId |
||
+ | | [[Standaarden:Schema.org|schema:itemReviewed veld in jsonld recordSchema van Review]] |
||
+ | | SRU/Jsonsearch |
||
+ | |- |
||
+ | |} |
||
+ | <noinclude>== Zoeken ==</noinclude> |
||
+ | <includeonly>=== Zoeken ===</includeonly> |
||
+ | De identifiers kunnen worden gebruikt als zoekveld binnen de zoekopdracht. |
||
+ | |||
+ | {| class="wikitable" |
||
+ | |- |
||
+ | ! soort record identifier |
||
+ | ! zoekveld |
||
+ | |- |
||
+ | | style="font-family: Consolas"|uploadId |
||
+ | | style="font-family: Consolas"|about.identifier |
||
+ | |- |
||
+ | | style="font-family: Consolas"|uploadId |
||
+ | | style="font-family: Consolas"|meta.upload.id |
||
+ | |- |
||
+ | |- |
||
+ | | style="font-family: Consolas"|recordId |
||
+ | | style="font-family: Consolas"|about.record.identifier |
||
+ | |- |
||
+ | | style="font-family: Consolas"|recordId |
||
+ | | style="font-family: Consolas"|meta.record.id |
||
+ | |- |
||
+ | | style="font-family: Consolas"|jsonldId |
||
+ | | style="font-family: Consolas"|about.jsonldIdentifier |
||
+ | |- |
||
+ | | style="font-family: Consolas"|jsonldId |
||
+ | | style="font-family: Consolas"| @id |
||
+ | |- |
||
+ | | style="font-family: Consolas"|smoId |
||
+ | | style="font-family: Consolas"|about.record.identifier |
||
+ | |- |
||
+ | | style="font-family: Consolas"|smoId |
||
+ | | style="font-family: Consolas"|smo.smoId |
||
+ | |- |
||
+ | | style="font-family: Consolas"|smoId |
||
+ | | style="font-family: Consolas"|schema:itemReviewed |
||
+ | |- |
||
+ | |} |
||
+ | <noinclude> |
||
+ | == See Also == |
||
+ | {{:Edurep:SeeAlso|use=[[Edurep:Identifiers]]|related=[[Edurep:Metadata/Object Identifier]] • [[Edurep:About]] • [[Edurep:Meta]] • [[Standaarden:NL_LOM/lom.metametadata.catalogentry]] • [[Standaarden:SRU/recordIdentifier]] • [[Standaarden:Schema.org/@id]] • {{Standaard|OAI-PMH}} • {{Standaard|SMO}} }} |
||
+ | </noinclude> |
Huidige versie van 9 okt 2023 om 15:45
Nederlands | English |
De record identifier wordt gebruikt om in Edurep een metadata record te identificeren.
- niet te verwarren met de object identifier
We onderscheiden een aantal record identifiers in Edurep:
recordId
: de identifier waarmee het record in Edurep is gezet door de aanbieder (meestal het OAI-PMH record identifier) (niet gegarandeerd uniek binnen Edurep)uploadId
: de recordId geprefixed met de identifier van de repository (waarmee deze uniek is binnen Edurep)jsonldId
: de upload identifier die gebruikt kan worden in de @id van een schema.org record (voor LOM collecties geprefixed met "jsonld-from-lom"smoId
: de record identifier van een SMO
Response
De identifiers kunnen op verschillende plekken in de response gevonden worden.
soort record identifier | waar vinden | interface |
---|---|---|
recordId | about recordSchema | SRU |
recordId | meta recordSchema | SRU |
uploadId | about recordSchema | SRU |
uploadId | meta recordSchema | SRU |
uploadId | recordIdentifier in SRU response | SRU |
jsonldId | about recordSchema | SRU |
jsonldId | @id attribuut in jsonld recordSchema's | SRU/Jsonsearch |
smoId | recordIdentifier in SRU response | SMO SRU |
smoId | smoId veld in smo recordSchema | SMO SRU |
smoId | schema:itemReviewed veld in jsonld recordSchema van Review | SRU/Jsonsearch |
Zoeken
De identifiers kunnen worden gebruikt als zoekveld binnen de zoekopdracht.
soort record identifier | zoekveld |
---|---|
uploadId | about.identifier |
uploadId | meta.upload.id |
recordId | about.record.identifier |
recordId | meta.record.id |
jsonldId | about.jsonldIdentifier |
jsonldId | @id |
smoId | about.record.identifier |
smoId | smo.smoId |
smoId | schema:itemReviewed |
See Also
Gebruikt in | Edurep:Identifiers |
Vergelijkbaar met | - |
Gerelateerd aan | Edurep:Metadata/Object Identifier • Edurep:About • Edurep:Meta • Standaarden:NL_LOM/lom.metametadata.catalogentry • Standaarden:SRU/recordIdentifier • Standaarden:Schema.org/@id • OAI-PMH • SMO |