{
"@context": {
"@vocab": "http://schema.org/",
"oeh": "http://w3id.org/openeduhub/terms/",
"@language": "de"
},
"type": "Creative Work",
"id": "http://url-of-my-material.com",
"name": "Mein super Material",
"creator": {
"type": "Person",
"name": "Marina Müller",
"email": "kontakt@marina-mueller.org",
"url": "http://marina-mueller.org/about"
},
"description": {
"de": "Ein wirklich super Material mit einer tollen Beschreibung.",
"en": "Some awesome material explained very well."
},
"about": {
"type": "DefinedTerm",
"name": "Mathematik",
"url": "http://w3id.org/openeduhub/vocabs/discipline/380",
"inDefinedTermSet": "http://w3id.org/openeduhub/vocabs/discipline/"
},
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"image": "http://a-nice-image.com",
"dateCreated": "2020-08-28",
"inLanguage": "de",
"publisher": {
"type": "Organization",
"name": "Edu-Einrichtung",
"email": "supportdesk@edu-einrichtung.org",
"url": "http://edu-einrichtung/about"
},
"learningResourceType": {
"type": "DefinedTerm",
"name": "Experiment",
"url": "http://w3id.org/openeduhub/vocabs/learningResourceType/experiment",
"inDefinedTermSet": "http://w3id.org/openeduhub/vocabs/learningResourceType/"
},
"audience": {
"type": "DefinedTerm",
"name": "Lehrer/in",
"url": "http://w3id.org/openeduhub/vocabs/intendedEndUserRole/teacher",
"inDefinedTermSet": "http://w3id.org/openeduhub/vocabs/intendedEndUserRole/"
},
"isBasedOn": "http://awesome-material.com",
"mainEntityOfPage": {
"id": "https://creativecommons.org/publicdomain/zero/1.0/",
"type": "Text",
"provider": {
"id": "http://url-to-provider-of-metadata",
"name": "Tutory"
},
"dateCreated": "2020-01-01",
"dateModified": "2020-02-02"
},
"timeRequired": "PT30M",
"educationalLevel": {
"type": "DefinedTerm",
"name": "10",
"url": "http://w3id.org/openeduhub/vocabs/educationalLevel/10",
"inDefinedTermSet": "http://w3id.org/openeduhub/vocabs/educationalLevel/"
},
"oeh:educationalContext": {
"type": "DefinedTerm",
"name": "Grundschule",
"url": "https://vocabs.openeduhub.de/w3id.org/openeduhub/vocabs/educationalContext/sekundarstufe_1.html",
"inDefinedTermSet": "https://vocabs.openeduhub.de/w3id.org/openeduhub/vocabs/educationalContext/"
},
"hasPart": "http://some-other-awesome-material.com",
"version": "1.0",
"dateModified": "2020-06-28",
"keywords": [
"Mathematik",
"Pythagoras"
]
}