-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgeb.ffspeleo.fr_context.jsonld
43 lines (41 loc) · 1.38 KB
/
geb.ffspeleo.fr_context.jsonld
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@context": {
"karstlink": "https://ontology.uis-speleo.org/ontology/#",
"foaf": "http://xmlns.com/foaf/0.1/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"dwc": "http://rs.tdwg.org/dwc/terms/",
"dwciri": "http://rs.tdwg.org/dwc/iri/",
"dwci": "http://rs.tdwg.org/dwc/iri/",
"dsw": "http://purl.org/dsw/",
"geo": "https://www.w3.org/2003/01/geo/wgs84_pos#",
"dct": "http://purl.org/dc/terms/",
"datagc": "https://data.grottocenter.org/ldp/" ,
"UndergroundCavity": "karstlink:UndergroundCavity",
"Point": "geo:Point",
"name": "rdfs:label",
"latitude": "geo:lat",
"longitude": "geo:long",
"altitude": "geo:alt",
"recordedBy": "dwc:recordedBy",
"identifiedBy": "dwc:identifiedBy",
"locates": {
"@id": "dsw:locates",
"@type": "@id",
"@context": { "@base": "../occurences/" }
} ,
"event date": "dwc:eventDate",
"recorded by": "dwc:recordedBy",
"identified by": "dwc:identifiedBy",
"associated taxa": "dwc:associatedTaxa",
"dwciri:toTaxon" : { "@type": "@id" },
"dwci:toTaxon" : { "@type": "@id" },
"dwciri:identifiedBy" : { "@type": "@id",
"@context": { "@base": "persons/" }
} ,
"dct:hasPart": {
"@context": { "@base": "stations/" }
} ,
"@base": "https://geb.ffspeleo.fr/api/api/v2/"
}
}