forked from zazuko/blueprint-ui-config-initializer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_classes.ttl
55 lines (54 loc) · 1.75 KB
/
_classes.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
@prefix : <http://schema.example.org/blueprint-ui-config-initializer/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://lod.opentransportdata.swiss/vocab/Alliance> a :Class ;
:label "Alliance" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/CustomerSegment> a :Class ;
:label "CustomerSegment" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/LocalNetwork> a :Class ;
:label "LocalNetwork" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<http://schema.org/Organization> a :Class ;
:label "Organization" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/PayLevel> a :Class ;
:label "PayLevel" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/Relation> a :Class ;
:label "Relation" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/Tarif> a :Class ;
:label "Tarif" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/Zone> a :Class ;
:label "Zone" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/ZoningPlan> a :Class ;
:label "ZoningPlan" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .
<https://lod.opentransportdata.swiss/vocab/ZoningPriceCharacteristic> a :Class ;
:label "ZoningPriceCharacteristic" ;
:icon "far fa-circle" ;
:colorIndex 1 ;
:searchPrio 1 .