Skip to content

Commit

Permalink
Update context with missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jul 14, 2023
1 parent 271c940 commit a728939
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion conf/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,25 @@
"PostalAddress": "https://schema.org/PostalAddress",
"Place": "https://schema.org/Place",
"GeoCoordinates": "https://schema.org/GeoCoordinates",
"ServiceChannel": "https://schema.org/ServiceChannel"
"ServiceChannel": "https://schema.org/ServiceChannel",
"picaPPN": "http://purl.org/lobid/lv#picaPPN",
"replacedBy": "https://schema.org/replacedBy",
"replaces" : "https://schema.org/replaces",
"gndIdentifier" : "https://d-nb.info/standards/elementset/gnd#gndIdentifier",
"note" : {
"@id" : "http://id.loc.gov/ontologies/bibframe/note",
"@container" : "@set"
},
"sigel": "http://purl.org/lobid/lv#sigel",
"worldcatRegistryId" : "http://purl.org/lobid/lv#worldcatRegistryId",
"parentOrganization": {
"@type": "@id",
"@id": "https://schema.org/parentOrganization"
},
"sourceOrganization": {
"@type": "@id",
"@id": "https://schema.org/sourceOrganization"
},
"librariesOrgID": "http://purl.org/lobid/lv#librariesOrgID"
}
}

0 comments on commit a728939

Please sign in to comment.