@@ -14,9 +14,13 @@ class JSON::LD::Context
14
14
"associatedCountry" => TermDefinition . new ( "associatedCountry" , id : "https://d-nb.info/standards/elementset/gnd#geographicAreaCode" , type_mapping : "@id" ) ,
15
15
"associatedDate" => TermDefinition . new ( "associatedDate" , id : "https://d-nb.info/standards/elementset/gnd#associatedDate" , simple : true ) ,
16
16
"associatedPlace" => TermDefinition . new ( "associatedPlace" , id : "https://d-nb.info/standards/elementset/gnd#associatedPlace" , simple : true ) ,
17
+ "attributionRequired" => TermDefinition . new ( "attributionRequired" , id : "https://d-nb.info/standards/elementset/dnb#attributionRequired" , simple : true ) ,
17
18
"biographicalOrHistoricalInformation" => TermDefinition . new ( "biographicalOrHistoricalInformation" , id : "https://d-nb.info/standards/elementset/gnd#biographicalOrHistoricalInformation" , language_mapping : "de" ) ,
18
19
"collection" => TermDefinition . new ( "collection" , id : "https://d-nb.info/standards/elementset/dnb#isDescribedIn" , simple : true ) ,
19
20
"coordinates" => TermDefinition . new ( "coordinates" , id : "https://purl.org/geojson/vocab#coordinates" , container_mapping : "@list" ) ,
21
+ "copyrighted" => TermDefinition . new ( "copyrighted" , id : "https://d-nb.info/standards/elementset/dnb#copyrighted" , simple : true ) ,
22
+ "creator" => TermDefinition . new ( "creator" , id : "http://purl.org/dc/elements/1.1/creator" , simple : true ) ,
23
+ "creditText" => TermDefinition . new ( "creditText" , id : "https://schema.org/creditText" , simple : true ) ,
20
24
"dateOfBirth" => TermDefinition . new ( "dateOfBirth" , id : "https://d-nb.info/standards/elementset/gnd#dateOfBirth" , simple : true ) ,
21
25
"dateOfBirthAndDeath" => TermDefinition . new ( "dateOfBirthAndDeath" , id : "https://d-nb.info/standards/elementset/gnd#dateOfBirthAndDeath" , simple : true ) ,
22
26
"dateOfDeath" => TermDefinition . new ( "dateOfDeath" , id : "https://d-nb.info/standards/elementset/gnd#dateOfDeath" , simple : true ) ,
@@ -27,6 +31,7 @@ class JSON::LD::Context
27
31
"dateOfTermination" => TermDefinition . new ( "dateOfTermination" , id : "https://d-nb.info/standards/elementset/gnd#dateOfTermination" , simple : true ) ,
28
32
"depiction" => TermDefinition . new ( "depiction" , id : "http://xmlns.com/foaf/0.1/depiction" , simple : true ) ,
29
33
"describedBy" => TermDefinition . new ( "describedBy" , id : "http://www.w3.org/2007/05/powder-s#describedby" , simple : true ) ,
34
+ "description" => TermDefinition . new ( "description" , id : "http://purl.org/dc/terms/description" , simple : true ) ,
30
35
"event" => TermDefinition . new ( "event" , id : "https://d-nb.info/standards/elementset/gnd#ConferenceOrEvent" , simple : true ) ,
31
36
"familialRelationship" => TermDefinition . new ( "familialRelationship" , id : "https://d-nb.info/standards/elementset/gnd#familialRelationship" , simple : true ) ,
32
37
"family" => TermDefinition . new ( "family" , id : "https://d-nb.info/standards/elementset/gnd#Family" , simple : true ) ,
@@ -65,11 +70,13 @@ class JSON::LD::Context
65
70
"relatedOrganisation" => TermDefinition . new ( "relatedOrganisation" , id : "https://d-nb.info/standards/elementset/gnd#relatedCorporateBody" , simple : true ) ,
66
71
"relatedPerson" => TermDefinition . new ( "relatedPerson" , id : "https://d-nb.info/standards/elementset/gnd#relatedPerson" , type_mapping : "https://d-nb.info/standards/elementset/gnd#Person" ) ,
67
72
"relatedSubject" => TermDefinition . new ( "relatedSubject" , id : "https://d-nb.info/standards/elementset/gnd#relatedSubjectHeading" , type_mapping : "https://d-nb.info/standards/elementset/gnd#SubjectHeading" ) ,
73
+ "restrictions" => TermDefinition . new ( "restrictions" , id : "http://rdaregistry.info/Elements/u/P60497" , simple : true ) ,
68
74
"sameAs" => TermDefinition . new ( "sameAs" , id : "http://schema.org/sameAs" , simple : true ) ,
69
75
"subject" => TermDefinition . new ( "subject" , id : "https://d-nb.info/standards/elementset/gnd#SubjectHeading" , simple : true ) ,
70
76
"successor" => TermDefinition . new ( "successor" , id : "https://d-nb.info/standards/elementset/gnd#successor" , simple : true ) ,
71
77
"surname" => TermDefinition . new ( "surname" , id : "https://d-nb.info/standards/elementset/gnd#surname" , simple : true ) ,
72
78
"thumbnail" => TermDefinition . new ( "thumbnail" , id : "http://xmlns.com/foaf/0.1/thumbnail" , simple : true ) ,
79
+ "title" => TermDefinition . new ( "title" , id : "http://purl.org/dc/terms/title" , simple : true ) ,
73
80
"titleOfNobility" => TermDefinition . new ( "titleOfNobility" , id : "https://d-nb.info/standards/elementset/gnd#titleOfNobility" , language_mapping : "de" ) ,
74
81
"topic" => TermDefinition . new ( "topic" , id : "https://d-nb.info/standards/elementset/gnd#topic" , simple : true ) ,
75
82
"type" => TermDefinition . new ( "type" , id : "@type" , simple : true ) ,
0 commit comments