File tree Expand file tree Collapse file tree 4 files changed +41
-13
lines changed Expand file tree Collapse file tree 4 files changed +41
-13
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : {
3
+ "xsd" : " http://www.w3.org/2001/XMLSchema#" ,
4
+ "covjson" : " https://covjson.org/def/core#" ,
5
+ "covjsondt" : " https://covjson.org/def/domainTypes#" ,
6
+ "ssn" : " http://www.w3.org/2005/Incubator/ssn/ssnx/ssn#" ,
7
+ "skos" : " http://www.w3.org/2004/02/skos/core#" ,
8
+ "dct" : " http://purl.org/dc/terms/" ,
9
+ "hydra" : " http://www.w3.org/ns/hydra/core#" ,
10
+ "qudt" : " http://qudt.org/schema/qudt#" ,
11
+ "ignf" : " http://data.ign.fr/def/ignf#" ,
12
+ "inspiregloss" : " http://inspire.ec.europa.eu/glossary/"
13
+ }
14
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "@context" : {
2
+ "@context" : [
3
+ "http://covjson.org/prefixes.jsonld"
4
+ , {
3
5
"@vocab" : "_:" ,
4
6
"id" : "@id" ,
5
7
"type" : "@type" ,
6
8
"value" : "@value" ,
7
9
8
- "xsd" : "http://www.w3.org/2001/XMLSchema#" ,
9
- "covjson" : "https://covjson.org/def/core#" ,
10
- "covjsondt" : "https://covjson.org/def/domainTypes#" ,
11
- "ssn" : "http://www.w3.org/2005/Incubator/ssn/ssnx/ssn#" ,
12
- "skos" : "http://www.w3.org/2004/02/skos/core#" ,
13
- "dct" : "http://purl.org/dc/terms/" ,
14
- "hydra" : "http://www.w3.org/ns/hydra/core#" ,
15
- "qudt" : "http://qudt.org/schema/qudt#" ,
16
- "ignf" : "http://data.ign.fr/def/ignf#" ,
17
- "inspiregloss" : "http://inspire.ec.europa.eu/glossary/" ,
18
-
19
10
"label" : { "@id" : "skos:prefLabel" , "@container" : "@language" } ,
20
11
"title" : { "@id" : "dct:title" , "@container" : "@language" } ,
21
12
"description" : { "@id" : "dct:description" , "@container" : "@language" } ,
92
83
"MultiPolygonSeries" : "covjsondt:MultiPolygonSeries" ,
93
84
"MultiPolygon" : "covjsondt:MultiPolygon" ,
94
85
"Polygon" : "covjsondt:Polygon"
95
- }
86
+ } ]
96
87
}
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ title: Prefixes
4
+ permalink: /prefixes/
5
+ ---
6
+
7
+ {% for prefsuf in site.data.prefixes['@context'] %}
8
+ {{ prefsuf[0] }}: {{ prefsuf[1] }}
9
+ {% endfor %}
Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : {
3
+ "xsd" : "http://www.w3.org/2001/XMLSchema#" ,
4
+ "covjson" : "https://covjson.org/def/core#" ,
5
+ "covjsondt" : "https://covjson.org/def/domainTypes#" ,
6
+ "ssn" : "http://www.w3.org/2005/Incubator/ssn/ssnx/ssn#" ,
7
+ "skos" : "http://www.w3.org/2004/02/skos/core#" ,
8
+ "dct" : "http://purl.org/dc/terms/" ,
9
+ "hydra" : "http://www.w3.org/ns/hydra/core#" ,
10
+ "qudt" : "http://qudt.org/schema/qudt#" ,
11
+ "ignf" : "http://data.ign.fr/def/ignf#" ,
12
+ "inspiregloss" : "http://inspire.ec.europa.eu/glossary/"
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments