forked from open223/explore.open223.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rdfconfig.json
43 lines (43 loc) · 1.16 KB
/
rdfconfig.json
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
{
"siteOptions": {
"title": "Explorer",
"icons": [
{
"type": "image/png",
"sizes": "32x32",
"asset": "favicon32.png"
},
{
"type": "image/png",
"sizes": "16x16",
"asset": "favicon16.png"
}
],
"assets": {
"favicon.ico": "favicon.ico",
"robots.txt": "robots.txt"
},
"outDir": "public",
"roots": [
"https://brickschema.org/schema/Brick#Entity",
"http://qudt.org/schema/qudt/Aspect",
"http://qudt.org/schema/qudt/Concept",
"http://www.w3.org/2004/02/skos/core#Concept",
"https://brickschema.org/schema/Brick#EntityProperty",
"https://w3id.org/rec#Agent",
"https://w3id.org/rec#Asset",
"https://w3id.org/rec#BuildingElement",
"https://w3id.org/rec#Collection",
"https://w3id.org/rec#Event",
"https://w3id.org/rec#Information",
"https://w3id.org/rec#Space",
"http://www.w3.org/2000/01/rdf-schema#Class",
"https://www.w3.org/2002/07/owl#Thing"
],
"expand": [
"https://brickschema.org/schema/Brick#Equipment",
"https://w3id.org/rec#Space"
],
"cleanUrls": false
}
}