-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtest.omn
executable file
·148 lines (99 loc) · 2.23 KB
/
test.omn
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
# Generated with Visual Narrator
Prefix: : <http://fakesite.org/system.owl#>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Prefix: rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: dc: <http://purl.org/dc/elements/1.1/>
Prefix: onto: <http://fakesite.org/system.owl#>
Ontology: <:>
Annotations:
dc:title "System",
dc:creator "Visual Narrator",
rdfs:comment "Generated with Visual Narrator"
AnnotationProperty: dc:creator
AnnotationProperty: dc:title
# Relationships
ObjectProperty: :canReceive
Domain: :Visitor
Range: :Ticket
ObjectProperty: :canLogIn
Domain: :Visitor
Range: :System
ObjectProperty: :hasType
Domain: :Event
Range: :EventType
ObjectProperty: :canBook
Domain: :Visitor
Range: :Ticket
ObjectProperty: :canRename
Domain: :Visitor
Range: :Account
ObjectProperty: :hasPrice
Domain: :Ticket
Range: :TicketPrice
ObjectProperty: :canLogOut
Domain: :Visitor
Range: :System
ObjectProperty: :canSearchFor
Domain: :Visitor
Range: :Event
ObjectProperty: :canPurchase
Domain: :Visitor
Range: :Ticket
ObjectProperty: :canCreate
Domain: :Visitor
Range: :Account
ObjectProperty: :canBuy
Domain: :Visitor
Range: :Ticket
ObjectProperty: :canChange
Domain: :Visitor
Range: :AccountPassword
ObjectProperty: :canProvide
Domain: :Visitor
Range: :Detail
ObjectProperty: :canChoose1
Domain: :Visitor
Range: :Event
ObjectProperty: :canChoose2
Domain: :Visitor
Range: :Type
ObjectProperty: :canFilterOn
Domain: :Visitor
Range: :EventType
ObjectProperty: :hasPassword
Domain: :Account
Range: :AccountPassword
ObjectProperty: :canSee1
Domain: :Visitor
Range: :Event
ObjectProperty: :canSee2
Domain: :Visitor
Range: :TicketPrice
# Classes
Class: :Visitor
Annotations:
rdfs:comment "Functional Role"
Class: :Account
Class: :System
Class: :Event
Class: :Ticket
Class: :EventType
SubClassOf: :Type
Annotations:
rdfs:label "Event Type"
Class: :Type
Class: :AccountPassword
SubClassOf: :Password
Annotations:
rdfs:label "Account Password"
Class: :Password
Class: :TicketPrice
SubClassOf: :Price
Annotations:
rdfs:label "Ticket Price"
Class: :Price
Class: :Detail
Class: :I
Class: :Method