From 19e75457a99b141aecd4f930aa6a895e8261f0c1 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 13 Sep 2024 17:29:19 -0300 Subject: [PATCH] update @id --- dataGraphs/thematics/dataset/graphs/datasetTemplate.json | 2 +- dataGraphs/thematics/docs/graphs/map.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dataGraphs/thematics/dataset/graphs/datasetTemplate.json b/dataGraphs/thematics/dataset/graphs/datasetTemplate.json index 24ead6d..489b2da 100644 --- a/dataGraphs/thematics/dataset/graphs/datasetTemplate.json +++ b/dataGraphs/thematics/dataset/graphs/datasetTemplate.json @@ -3,7 +3,7 @@ "@vocab": "https://schema.org/" }, "@type": "Dataset", - "@id": "https://registry.org/permanentUrlToThisJsonDoc", + "@id": "https://example.org/permanentUrlToThisJsonDoc", "name": "A concise but descriptive name of the dataset", "description": "An extended, free-text description of what's in the dataset, who created it, and other attributes", "url": "https://urlToTheDatasetOrLandingPage.org/", diff --git a/dataGraphs/thematics/docs/graphs/map.json b/dataGraphs/thematics/docs/graphs/map.json index 92c693a..1ee46f8 100644 --- a/dataGraphs/thematics/docs/graphs/map.json +++ b/dataGraphs/thematics/docs/graphs/map.json @@ -3,7 +3,7 @@ "@vocab": "https://schema.org/" }, "@type": "Map", - "@id": "https://example.org/id/XYZ", + "@id": "https://example.org/permanentUrlToThisJsonDoc", "name": "Name or title of the document", "description": "Description of the map to aid in searching", "url": "https://www.sample-data-repository.org/creativework/map.pdf",