Skip to content

Commit

Permalink
update @id
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Sep 13, 2024
1 parent e68a158 commit 19e7545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataGraphs/thematics/dataset/graphs/datasetTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion dataGraphs/thematics/docs/graphs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 19e7545

Please sign in to comment.