Skip to content

Commit

Permalink
Fix syntax error in iriOrCurie bblock example
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Feb 2, 2024
1 parent 9ea48cb commit 92cf857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registereditems/ogc-utils/iri-or-curie/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@context": {
"ex": "http://example.com/",
"dct": {
"@id": "http://purl.org/dc/terms/",
"@id": "http://purl.org/dc/terms/"
},
"dct:conformsTo": {
"@type": "@id"
Expand Down

0 comments on commit 92cf857

Please sign in to comment.