forked from zazuko/blueprint-ui-config-initializer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_blueprint-ui-config.ttl
169 lines (140 loc) · 10.5 KB
/
_blueprint-ui-config.ttl
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
@prefix : <http://schema.example.org/blueprint-ui-config-initializer/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix blueprintMetaShapes: <https://ld.flux.zazuko.com/shapes/metadata/> .
@prefix blueprintMetaLink: <https://ld.flux.zazuko.com/link/metadata/> .
@prefix blueprint: <https://flux.described.at/> .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan-http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "label" ;
sh:path rdfs:label ;
sh:order 0 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/ZoningPlan> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan-detailgroup-Info> .
<https://lod.opentransportdata.swiss/vocab/ZoningPlan> blueprint:showIn blueprint:UI .
<http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan-detailgroup-Info> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Info" ;
sh:order 0 .
<http://data.example.org/blueprint-ui-config/app/link/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2Falliance-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FAlliance> a sh:PropertyShape, blueprint:Link ;
sh:path <https://lod.opentransportdata.swiss/vocab/alliance> ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/ZoningPlan> ;
sh:name "alliance" ;
sh:class <https://lod.opentransportdata.swiss/vocab/Alliance> .
<https://lod.opentransportdata.swiss/vocab/Alliance> blueprint:showIn blueprint:UI .
<http://data.example.org/blueprint-ui-config/app/class-metadata-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan> a blueprintMetaShapes:ClassMetadataShape ;
rdfs:label "ZoningPlan" ;
sh:targetNode <https://lod.opentransportdata.swiss/vocab/ZoningPlan> ;
blueprint:faIcon "fas fa-map" ;
blueprint:colorIndex 2 ;
blueprint:searchPrio 1 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FzoningPriceFactor> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "zoningPriceFactor" ;
sh:path <https://lod.opentransportdata.swiss/vocab/zoningPriceFactor> ;
sh:order 1 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/Zone> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-detailgroup-Info> .
<https://lod.opentransportdata.swiss/vocab/Zone> blueprint:showIn blueprint:UI .
<http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-detailgroup-Info> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Info" ;
sh:order 0 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-http%3A%2F%2Fschema.org%2Fidentifier> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Identifier" ;
sh:path <http://schema.org/identifier> ;
sh:order 0 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/Zone> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-detailgroup-Info> .
<http://data.example.org/blueprint-ui-config/app/link/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FzoningPlan-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan> a sh:PropertyShape, blueprint:Link ;
sh:path <https://lod.opentransportdata.swiss/vocab/zoningPlan> ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/Zone> ;
sh:name "zoningPlan" ;
sh:class <https://lod.opentransportdata.swiss/vocab/ZoningPlan> .
<http://data.example.org/blueprint-ui-config/app/link/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone-http%3A%2F%2Fschema.org%2Fprovider-http%3A%2F%2Fschema.org%2FOrganization> a sh:PropertyShape, blueprint:Link ;
sh:path <http://schema.org/provider> ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/Zone> ;
sh:name "provider" ;
sh:class <http://schema.org/Organization> .
<http://schema.org/Organization> blueprint:showIn blueprint:UI .
<http://data.example.org/blueprint-ui-config/app/class-metadata-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZone> a blueprintMetaShapes:ClassMetadataShape ;
rdfs:label "Zone" ;
sh:targetNode <https://lod.opentransportdata.swiss/vocab/Zone> ;
blueprint:faIcon "fas fa-map-location" ;
blueprint:colorIndex 2 ;
blueprint:searchPrio 1 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/http%3A%2F%2Fschema.org%2FOrganization-http%3A%2F%2Fwww.w3.org%2F2006%2Fvcard%2Fns%23name> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Name" ;
sh:path <http://www.w3.org/2006/vcard/ns#name> ;
sh:order 0 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <http://schema.org/Organization> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/http%3A%2F%2Fschema.org%2FOrganization-detailgroup-Info> .
<http://data.example.org/blueprint-ui-config/app/class-detail-group/http%3A%2F%2Fschema.org%2FOrganization-detailgroup-Info> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Info" ;
sh:order 0 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/http%3A%2F%2Fschema.org%2FOrganization-http%3A%2F%2Fschema.org%2Fidentifier> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Identifier" ;
sh:path <http://schema.org/identifier> ;
sh:order 2 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <http://schema.org/Organization> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/http%3A%2F%2Fschema.org%2FOrganization-detailgroup-Info> .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/http%3A%2F%2Fschema.org%2FOrganization-http%3A%2F%2Fschema.org%2FalternateName> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Alternate Name" ;
sh:path <http://schema.org/alternateName> ;
sh:order 1 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <http://schema.org/Organization> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/http%3A%2F%2Fschema.org%2FOrganization-detailgroup-Info> .
<http://data.example.org/blueprint-ui-config/app/class-metadata-shape/http%3A%2F%2Fschema.org%2FOrganization> a blueprintMetaShapes:ClassMetadataShape ;
rdfs:label "Organization" ;
sh:targetNode <http://schema.org/Organization> ;
blueprint:faIcon "fas fa-building" ;
blueprint:colorIndex 2 ;
blueprint:searchPrio 1 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork-http%3A%2F%2Fschema.org%2Fidentifier> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Identifier" ;
sh:path <http://schema.org/identifier> ;
sh:order 0 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/LocalNetwork> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork-detailgroup-Info> .
<https://lod.opentransportdata.swiss/vocab/LocalNetwork> blueprint:showIn blueprint:UI .
<http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork-detailgroup-Info> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Info" ;
sh:order 0 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2Falliance> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Alliance" ;
sh:path <https://lod.opentransportdata.swiss/vocab/alliance> ;
sh:order 1 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/LocalNetwork> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork-detailgroup-Info> .
<http://data.example.org/blueprint-ui-config/app/link/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FzoningPlan-https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FZoningPlan> a sh:PropertyShape, blueprint:Link ;
sh:path <https://lod.opentransportdata.swiss/vocab/zoningPlan> ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/LocalNetwork> ;
sh:name "zoningPlan" ;
sh:class <https://lod.opentransportdata.swiss/vocab/ZoningPlan> .
<http://data.example.org/blueprint-ui-config/app/class-metadata-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FLocalNetwork> a blueprintMetaShapes:ClassMetadataShape ;
rdfs:label "LocalNetwork" ;
sh:targetNode <https://lod.opentransportdata.swiss/vocab/LocalNetwork> ;
blueprint:faIcon "fas fa-diagram-project" ;
blueprint:colorIndex 2 ;
blueprint:searchPrio 1 .
<http://data.example.org/blueprint-ui-config/app/class-detail-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FAlliance-http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Label" ;
sh:path rdfs:label ;
sh:order 0 ;
blueprint:showAs blueprintMetaShapes:Plain ;
sh:targetClass <https://lod.opentransportdata.swiss/vocab/Alliance> ;
sh:group <http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FAlliance-detailgroup-Info> .
<http://data.example.org/blueprint-ui-config/app/class-detail-group/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FAlliance-detailgroup-Info> a blueprintMetaShapes:ClassDetailShape ;
rdfs:label "Info" ;
sh:order 0 .
<http://data.example.org/blueprint-ui-config/app/class-metadata-shape/https%3A%2F%2Flod.opentransportdata.swiss%2Fvocab%2FAlliance> a blueprintMetaShapes:ClassMetadataShape ;
rdfs:label "Alliance" ;
sh:targetNode <https://lod.opentransportdata.swiss/vocab/Alliance> ;
blueprint:faIcon "fas fa-building-shield" ;
blueprint:colorIndex 2 ;
blueprint:searchPrio 1 .