@@ -14,9 +14,13 @@ class JSON::LD::Context
1414 "associatedCountry" => TermDefinition . new ( "associatedCountry" , id : "https://d-nb.info/standards/elementset/gnd#geographicAreaCode" , type_mapping : "@id" ) ,
1515 "associatedDate" => TermDefinition . new ( "associatedDate" , id : "https://d-nb.info/standards/elementset/gnd#associatedDate" , simple : true ) ,
1616 "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 ) ,
1718 "biographicalOrHistoricalInformation" => TermDefinition . new ( "biographicalOrHistoricalInformation" , id : "https://d-nb.info/standards/elementset/gnd#biographicalOrHistoricalInformation" , language_mapping : "de" ) ,
1819 "collection" => TermDefinition . new ( "collection" , id : "https://d-nb.info/standards/elementset/dnb#isDescribedIn" , simple : true ) ,
1920 "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 ) ,
2024 "dateOfBirth" => TermDefinition . new ( "dateOfBirth" , id : "https://d-nb.info/standards/elementset/gnd#dateOfBirth" , simple : true ) ,
2125 "dateOfBirthAndDeath" => TermDefinition . new ( "dateOfBirthAndDeath" , id : "https://d-nb.info/standards/elementset/gnd#dateOfBirthAndDeath" , simple : true ) ,
2226 "dateOfDeath" => TermDefinition . new ( "dateOfDeath" , id : "https://d-nb.info/standards/elementset/gnd#dateOfDeath" , simple : true ) ,
@@ -27,6 +31,7 @@ class JSON::LD::Context
2731 "dateOfTermination" => TermDefinition . new ( "dateOfTermination" , id : "https://d-nb.info/standards/elementset/gnd#dateOfTermination" , simple : true ) ,
2832 "depiction" => TermDefinition . new ( "depiction" , id : "http://xmlns.com/foaf/0.1/depiction" , simple : true ) ,
2933 "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 ) ,
3035 "event" => TermDefinition . new ( "event" , id : "https://d-nb.info/standards/elementset/gnd#ConferenceOrEvent" , simple : true ) ,
3136 "familialRelationship" => TermDefinition . new ( "familialRelationship" , id : "https://d-nb.info/standards/elementset/gnd#familialRelationship" , simple : true ) ,
3237 "family" => TermDefinition . new ( "family" , id : "https://d-nb.info/standards/elementset/gnd#Family" , simple : true ) ,
@@ -65,11 +70,13 @@ class JSON::LD::Context
6570 "relatedOrganisation" => TermDefinition . new ( "relatedOrganisation" , id : "https://d-nb.info/standards/elementset/gnd#relatedCorporateBody" , simple : true ) ,
6671 "relatedPerson" => TermDefinition . new ( "relatedPerson" , id : "https://d-nb.info/standards/elementset/gnd#relatedPerson" , type_mapping : "https://d-nb.info/standards/elementset/gnd#Person" ) ,
6772 "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 ) ,
6874 "sameAs" => TermDefinition . new ( "sameAs" , id : "http://schema.org/sameAs" , simple : true ) ,
6975 "subject" => TermDefinition . new ( "subject" , id : "https://d-nb.info/standards/elementset/gnd#SubjectHeading" , simple : true ) ,
7076 "successor" => TermDefinition . new ( "successor" , id : "https://d-nb.info/standards/elementset/gnd#successor" , simple : true ) ,
7177 "surname" => TermDefinition . new ( "surname" , id : "https://d-nb.info/standards/elementset/gnd#surname" , simple : true ) ,
7278 "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 ) ,
7380 "titleOfNobility" => TermDefinition . new ( "titleOfNobility" , id : "https://d-nb.info/standards/elementset/gnd#titleOfNobility" , language_mapping : "de" ) ,
7481 "topic" => TermDefinition . new ( "topic" , id : "https://d-nb.info/standards/elementset/gnd#topic" , simple : true ) ,
7582 "type" => TermDefinition . new ( "type" , id : "@type" , simple : true ) ,
0 commit comments