Skip to content

Instantly share code, notes, and snippets.

@acka47
Last active July 30, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acka47/876da84581f4535993cbc1690e475e8d to your computer and use it in GitHub Desktop.
Save acka47/876da84581f4535993cbc1690e475e8d to your computer and use it in GitHub Desktop.
Example file for skohub-editor
{
"@context":{
"@vocab": "http://schema.org/",
"name": {
"@id": "http://schema.org/name",
"@container": "@language"
},
"description": {
"@id": "http://schema.org/description",
"@container": "@language"
},
"educationalSubject": "https://example.org/educationalSubject",
"educationalLevel": "https://example.org/educationalLevel"
},
"type":[
"CreativeWork",
"VideoObject"
],
"id":"https://www.youtube.com/watch?v=vkzgcJGdUnA",
"name":{
"en": "Guidance By Railway Tracks"
},
"url": "https://www.youtube.com/watch?v=vkzgcJGdUnA",
"creator":[
{
"name": {
"en": "Civil Engineering RWTH Aachen University",
"de": "Fakultät für Bauingenieurwesen der RWTH Aachen"
},
"url":"http://www.fb3.rwth-aachen.de",
"type":"Organization"
}
],
"description":{
"en": "This video shows the guidance by railway tracks. The model explains the interaction between railway wheels and railway tracks. It is shown how design features such as a conical tread, a rigid axle and a flange are necessary to impede jamming and override. Together they prevent the wheel, and consequently the train, from derailing."
},
"educationalSubject":[
{
"id":"https://w3id.org/class/hochschulfaecher/S59#",
"name": {
"de": "Bauingenieurwesen"
},
"type":"Concept"
},
{
"id":"https://w3id.org/class/hochschulfaecher/S85#",
"name": {
"de": "Fahrzeugtechnik"
},
"type":"Concept"
}
],
"educationalLevel": [
{
"id": "https://oerworldmap.org/assets/json/sectors.json#higherEd",
"name": {
"en": "Higher Education",
"de": "Hochschule"
}
},
{
"id": "https://oerworldmap.org/assets/json/sectors.json#school",
"name": {
"en": "School",
"de": "Schule"
}
}
],
"datePublished":"2016-10-26",
"timeRequired":"2 min",
"audience":[
{
"type":"EducationalAudience",
"educationalRole":{
"id":"http://purl.org/dcx/lrmi-vocabs/educationalAudienceRole/student",
"name":{
"en": "student"
}
}
}
],
"interactivityType":{
"id":"http://purl.org/dcx/lrmi-vocabs/interactivityType/expositive",
"type":"Concept",
"name":{
"en": "expositive"
}
},
"license":[
{
"id":"https://oerworldmap.org/assets/json/licenses.json#cc-by",
"type":"Concept",
"name":{
"en":"Creative Commons Attribution",
"de":"Creative Commons Namensnennung"
},
"image":"http://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment