-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.yaml
More file actions
25 lines (20 loc) · 848 Bytes
/
examples.yaml
File metadata and controls
25 lines (20 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Prefixes will be used for all RDF Turtle resources so that they can be omitted from the actual snippets
prefixes:
mynamespace: http://example.com/mythings/
## List of examples
examples:
- title: GeoJSON - specialisation example.
## Markdown content that will be shown for the example.
content:
This examples shows how to define a customised schema based on an existing building block
- in this case the *OGC API Features* basic GeoJSON Feature response
## Base URI for semantic uplift
base-uri: http://example.com/features/
## The example can define its own prefixes, that will be merged with the global ones
# prefixes:
# ex: http://example.com/
## List of code snippets for this example
snippets:
- language: json
# Reference to file
ref: examples/feature.json