Skip to content

Commit

Permalink
href form in link as @id
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Dec 6, 2023
1 parent 494f24f commit 84facd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion registereditems/ogc-utils/json-link/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"oa": "http://www.w3.org/ns/oa#",
"dct": "http://purl.org/dc/terms/",
"href": "oa:hasTarget",
"href": {
"@type": "@id",
"@id": "oa:hasTarget"
},
"title": "rdfs:label",
"rel": {
"@id": "http://www.iana.org/assignments/relation",
Expand Down

0 comments on commit 84facd9

Please sign in to comment.