-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapping dreier Felder: Sprache, Medium, Institution #355
Comments
Ein Mapping von (LRMI) learningResourceType => (RDF) medium gab es noch nicht. |
Institution: |
Auswertung Testobjekt von Herrn List vom 05.02. (!) : Medium: Institution: |
Ich fange mit "Sprache" an:
Das Mapping sieht z.Zt. so aus:
LRMI: "@context":["https://w3id.org/kim/lrmi-profile/draft/context.jsonld",{"@language":"de"}]
wird abgebildet nach
RDF: "language":[{"@id", "http://id.loc.gov/vocabulary/iso639-1/de"}]
und dann in RDF entsprechend mit label und prefLabel angereichert (=> "Deutsch").
LRMI: "@context":["https://w3id.org/kim/lrmi-profile/draft/context.jsonld",{"@language":"deu"}]
wird abgebildet nach
RDF: "language":[{"@id", "http://id.loc.gov/vocabulary/iso639-2/deu"}]
und dann angereichert.
Dagegen
LRMI: "@context":["https://w3id.org/kim/lrmi-profile/draft/context.jsonld",{"@language":"Deutsch"}]
wird gar nicht abgebildet: "Unbekanntes Vokabular für Sprachencode!"
Ich weiß wie gesagt nicht genau, was das Formular von Herrn List an paideia sendet.
In dem Beispiel von heute morgen, jedoch,
https://paideia.hbz-nrw.de/resource/orca%3A918c4cd8-f320-4f26-a7a3-39c9bcf1791b
sieht der LRMI-Datenstrom so aus:
"@context":["https://w3id.org/kim/lrmi-profile/draft/context.jsonld",{"@language":"Deutsch"}]
Kommt das direkt aus dem Formular von Herrn List ? Falls ja, dann ist nachvollziehbar, dass es NICHT abgebildet wird.
The text was updated successfully, but these errors were encountered: