From a7289395ce573fc32235683fbf5ed5792e9284fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Fri, 14 Jul 2023 13:11:05 +0200 Subject: [PATCH] Update context with missing properties --- conf/context.jsonld | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/conf/context.jsonld b/conf/context.jsonld index a8b6f53b..def43656 100644 --- a/conf/context.jsonld +++ b/conf/context.jsonld @@ -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" } }