From 62826a6952143f826d429c305d3595379f223cab Mon Sep 17 00:00:00 2001 From: Jan Forberg Date: Mon, 19 May 2025 13:16:07 +0200 Subject: [PATCH] Update quickstart-examples.md --- docs/quickstart-examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart-examples.md b/docs/quickstart-examples.md index ddb3c176..be769f53 100644 --- a/docs/quickstart-examples.md +++ b/docs/quickstart-examples.md @@ -13,7 +13,7 @@ This site describes the minimal required metadata for publishing a dataset (meta ```json { - "@context": "https://downloads.dbpedia.org/databus/context.jsonld", + "@context": "https://dev.databus.dbpedia.org/res/context.jsonld", "@graph": [ { "@type": [ @@ -111,7 +111,7 @@ In the minimal example metadata for the group is missing and the artifact is ini ```javascript { - "@context": "http://downloads.dbpedia.org/databus/context.jsonld", + "@context": "https://dev.databus.dbpedia.org/res/context.jsonld", "@id": "https://dev.databus.dbpedia.org/denis/onto_dep_projectx", "@type": "Group", "title": "Ontologies used in Project X" , @@ -125,7 +125,7 @@ In the minimal example metadata for the group is missing and the artifact is ini ```json { - "@context": "http://downloads.dbpedia.org/databus/context.jsonld", + "@context": "https://dev.databus.dbpedia.org/res/context.jsonld", "@id": "https://dev.databus.dbpedia.org/denis/onto_dep_projectx/dbpedia-ontology", "@type": "Artifact", "title": "The DBpedia Ontology" ,