From d0736359c26bf303be2f5116df4ab2898d0542e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Wed, 4 Sep 2024 07:25:26 +0200 Subject: [PATCH] Update `context.jsonld` automatically #1864 After running `mvn clean install -DskipTests=false -DgenerateTestData=true` Database was added. This seems to be a good reason to update the `context.jsonld`-file --- web/conf/context.jsonld | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/conf/context.jsonld b/web/conf/context.jsonld index 9807929a9..d2e22fc4d 100644 --- a/web/conf/context.jsonld +++ b/web/conf/context.jsonld @@ -48,6 +48,9 @@ "DataFeedItem" : { "@id" : "http://schema.org/DataFeedItem" }, + "Database" : { + "@id" : "http://vivoweb.org/ontology/core#Database" + }, "EditedVolume" : { "@id" : "http://purl.org/lobid/lv#EditedVolume" },