Skip to content

Commit

Permalink
Disable example
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed May 28, 2024
1 parent e3c1bf2 commit a803acd
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions registereditems/ogc-utils/iri-or-curie/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
]
schema-ref: '#/$defs/Multiple'

- title: JSON-LD CURIE example
snippets:
- language: jsonld
code: |
{
"@context": {
"ex": "http://example.com/",
"dct": {
"@id": "http://purl.org/dc/terms/"
},
"dct:conformsTo": {
"@type": "@id"
}
},
"@id": "ex:feature1",
"dct:conformsTo": "ex:profile2"
}
schema-ref: 'jsonld-example-schema.yaml'
#- title: JSON-LD CURIE example
# snippets:
# - language: jsonld
# code: |
# {
# "@context": {
# "ex": "http://example.com/",
# "dct": {
# "@id": "http://purl.org/dc/terms/"
# },
# "dct:conformsTo": {
# "@type": "@id"
# }
# },
# "@id": "ex:feature1",
# "dct:conformsTo": "ex:profile2"
# }
# schema-ref: '../jsonld-example-schema.yaml'

0 comments on commit a803acd

Please sign in to comment.