-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspaceapi-context.jsonld
More file actions
44 lines (41 loc) · 980 Bytes
/
spaceapi-context.jsonld
File metadata and controls
44 lines (41 loc) · 980 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"spaceapi": "https://spaceapi.io/vocab/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"DirectoryEntry": "spaceapi:DirectoryEntry",
"SpaceEntry": "spaceapi:SpaceEntry",
"items": {
"@id": "spaceapi:items",
"@type": "@id"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"valid": {
"@id": "spaceapi:valid",
"@type": "xsd:boolean"
},
"space": {
"@id": "schema:name"
},
"lastSeen": {
"@id": "spaceapi:lastSeen",
"@type": "xsd:integer"
},
"errMsg": {
"@id": "spaceapi:errorMessage"
},
"data": {
"@id": "spaceapi:rawData"
},
"Hackerspace": "schema:LodgingBusiness",
"Makerspace": "schema:LodgingBusiness",
"location": "schema:location",
"address": "schema:address",
"openingHours": "schema:openingHours",
"contact": "schema:contactPoint"
}
}