Skip to content

Commit

Permalink
Add manufacture related elements to context #1806
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Sep 26, 2023
1 parent 078eac9 commit 60065ee
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/main/resources/labels/context-labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,26 @@
"label": "Veröffentlichung",
"multilangLabel": {}
},
{
"name": "manufacture",
"container": "@set",
"referenceType": "String",
"uri": "http://purl.org/lobid/lv#manufacture",
"label": "Herstellung",
"multilangLabel": {}
},
{
"name": "manufacturedBy",
"referenceType": "String",
"uri": "http://purl.org/lobid/lv#manufactureBy",
"label": "Hergestellt von",
"multilangLabel": {}
},
{
"uri": "http://schema.org/Event",
"multilangLabel": {},
"name": "Event"
},
{
"name": "location",
"uri": "http://schema.org/location",
Expand Down
10 changes: 10 additions & 0 deletions web/conf/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@
"Family" : {
"@id" : "https://d-nb.info/standards/elementset/gnd#Family"
},
"Event" : {
"@id" : "http://schema.org/Event"
},
"ismn" : {
"@id" : "http://purl.org/ontology/mo/ismn",
"@container" : "@set"
Expand Down Expand Up @@ -348,6 +351,10 @@
"BibliographicResource" : {
"@id" : "http://purl.org/dc/terms/BibliographicResource"
},
"manufacture" : {
"@id" : "http://purl.org/lobid/lv#manufacture",
"@container" : "@set"
},
"license" : {
"@id" : "http://schema.org/license",
"@container" : "@set"
Expand Down Expand Up @@ -450,6 +457,9 @@
"CreateAction" : {
"@id" : "http://schema.org/CreateAction"
},
"manufacturedBy" : {
"@id" : "http://purl.org/lobid/lv#manufactureBy"
},
"coverage" : {
"@id" : "http://purl.org/dc/elements/1.1/coverage",
"@container" : "@set"
Expand Down

0 comments on commit 60065ee

Please sign in to comment.