SWP-logging.ui.ttl
6.64 KB
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
# baseURI: http://www.reportinghub.no/system/swp/SWP-logging
# imports: http://uispin.org/tui
# imports: http://www.reportinghub.no/system/schema/logging
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix let: <http://uispin.org/let#> .
@prefix letrs: <http://uispin.org/letrs#> .
@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 sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix tui: <http://uispin.org/tui#> .
@prefix ui: <http://uispin.org/ui#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/system/schema/logging#ReportDownloadEvent>
ui:instanceView
[ rdf:type ui:group ;
let:dateFrom
[ rdf:type spl:object ;
sp:arg1 spin:_this ;
sp:arg2 <http://www.reportinghub.no/system/schema/logging#dateFrom>
] ;
let:dateTo
[ rdf:type spl:object ;
sp:arg1 spin:_this ;
sp:arg2 <http://www.reportinghub.no/system/schema/logging#dateTo>
] ;
let:ownerId
[ rdf:type spl:object ;
sp:arg1 spin:_this ;
sp:arg2 <http://www.reportinghub.no/system/schema/logging#ownerId>
] ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 0 ;
ui:text [ rdf:type afn:localname ;
sp:arg1 [ rdf:type spl:object ;
sp:arg1 spin:_this ;
sp:arg2 <http://www.reportinghub.no/system/schema/logging#reportType>
]
]
] ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 1 ;
ui:text " from "^^xsd:string
] ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 2 ;
ui:text [ sp:varName "dateFrom"^^xsd:string
]
] ;
ui:child
[ rdf:type ui:if ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 0 ;
ui:text "to "^^xsd:string
] ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 1 ;
ui:text [ sp:varName "dateTo"^^xsd:string
]
] ;
ui:childIndex 3 ;
ui:condition
[ rdf:type sp:bound ;
sp:arg1 [ sp:varName "dateTo"^^xsd:string
]
]
] ;
ui:child
[ rdf:type ui:if ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 0 ;
ui:text " with owner id "^^xsd:string
] ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 1 ;
ui:text [ sp:varName "ownerId"^^xsd:string
]
] ;
ui:childIndex 4 ;
ui:condition
[ rdf:type sp:bound ;
sp:arg1 [ sp:varName "ownerId"^^xsd:string
]
]
] ;
ui:id "comments"^^xsd:string
] .
<http://www.reportinghub.no/system/schema/logging#ReportUploadEvent>
ui:instanceView
[ rdf:type ui:group ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 0 ;
ui:text [ rdf:type afn:localname ;
sp:arg1 [ rdf:type spl:object ;
sp:arg1 spin:_this ;
sp:arg2 <http://www.reportinghub.no/system/schema/logging#reportType>
]
]
] ;
ui:child
[ rdf:type ui:TextNode ;
ui:childIndex 1 ;
ui:text " "^^xsd:string
] ;
ui:child
[ rdf:type tui:LabelList ;
ui:childIndex 2 ;
ui:resultSet
[ rdf:type sp:Select ;
sp:orderBy ([ sp:varName "wellBoreName"^^xsd:string
]) ;
sp:resultVariables ([ sp:varName "wellBoreName"^^xsd:string
]) ;
sp:where ([ sp:object
[ sp:varName "wellBoreName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/system/schema/logging#wellBoreName> ;
sp:subject spin:_this
])
]
] ;
ui:id "comments"^^xsd:string
] .
<http://www.reportinghub.no/system/swp/SWP-logging>
rdf:type owl:Ontology ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/system/schema/logging> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .