-
Notifications
You must be signed in to change notification settings - Fork 1
/
context-gogo.jsonld
45 lines (40 loc) · 1.05 KB
/
context-gogo.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
44
45
{
"@context": {
"@base": "https://presdecheznous.fr/annuaire#/fiche/acteur/",
"id": "@id",
"geog": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"foaf":"http://xmlns.com/foaf/0.1/",
"xsd":"http://www.w3.org/2001/XMLSchema#",
"schema": "http://schema.org/",
"dct": "http://purl.org/dc/terms/",
"dbpedia": "http://dbpedia.org/resource/",
"title" : "rdfs:label",
"description" : "rdfs:comment",
"descriptionMore": "dct:description",
"email": "foaf:mbox",
"telephone": "foaf:phone",
"website": {
"@id": "foaf:homepage",
"@type": "@id"
},
"geo": {
"@id": "schema:geo",
"@type": "@id"
},
"latitude": "geog:lat",
"longitude": "geog:long",
"address": {
"@id": "schema:address",
"@type": "@id"
},
"streetAddress":"schema:streetAddress",
"addressLocality":"schema:addressLocality",
"postalCode":"schema:postalCode",
"addressCountry":"schema:addressCountry",
"subject": {
"@id": "dct:subject",
"@type": "@id"
}
}
}