-
Notifications
You must be signed in to change notification settings - Fork 1
/
vtkImageDataReader3DIntegers.owl
170 lines (170 loc) · 8.98 KB
/
vtkImageDataReader3DIntegers.owl
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
169
170
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:expr="http://www.daml.org/services/owl-s/1.2/generic/Expression.owl#"
xmlns:service="http://www.daml.org/services/owl-s/1.2/Service.owl#"
xmlns:process="http://www.daml.org/services/owl-s/1.2/Process.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:grounding="http://www.daml.org/services/owl-s/1.2/Grounding.owl#"
xmlns:profile="http://www.daml.org/services/owl-s/1.2/Profile.owl#"
xmlns:list="http://www.daml.org/services/owl-s/1.2/generic/ObjectList.owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns="https://raw.github.com/paulopinheiro1234/visko-packages-rdf/master/vtkImageDataReader3DIntegers.owl"
xml:base="https://raw.github.com/paulopinheiro1234/visko-packages-rdf/master/vtkImageDataReader3DIntegers.owl">
<service:Service rdf:ID="vtkImageDataReader3DIntegersService">
<rdfs:label>vtkImageDataReader3DIntegers</rdfs:label>
<service:supports>
<grounding:WsdlGrounding rdf:ID="vtkImageDataReader3DIntegersGrounding"/>
</service:supports>
<service:describedBy>
<process:AtomicProcess rdf:ID="vtkImageDataReader3DIntegersProcess"/>
</service:describedBy>
<service:presents>
<profile:Profile rdf:ID="vtkImageDataReader3DIntegersProfile"/>
</service:presents>
</service:Service>
<profile:Profile rdf:about="#vtkImageDataReader3DIntegersProfile">
<profile:hasInput>
<process:Input rdf:ID="dataOrigin">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>dataOrigin</rdfs:label>
</process:Input>
</profile:hasInput>
<profile:hasInput>
<process:Input rdf:ID="dataSpacing">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>dataSpacing</rdfs:label>
</process:Input>
</profile:hasInput>
<profile:serviceName>vtkImageDataReader3DIntegers</profile:serviceName>
<profile:hasInput>
<process:Input rdf:ID="url">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>url</rdfs:label>
</process:Input>
</profile:hasInput>
<profile:hasInput>
<process:Input rdf:ID="numScalarComponents">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>numScalarComponents</rdfs:label>
</process:Input>
</profile:hasInput>
<profile:hasInput>
<process:Input rdf:ID="dataExtent">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>dataExtent</rdfs:label>
</process:Input>
</profile:hasInput>
<profile:hasInput>
<process:Input rdf:ID="readLowerLeft">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>readLowerLeft</rdfs:label>
</process:Input>
</profile:hasInput>
<service:presentedBy rdf:resource="#vtkImageDataReader3DIntegersService"/>
<profile:textDescription>This is a VisKo/OWLS Service.</profile:textDescription>
<profile:hasOutput>
<process:Output rdf:ID="return">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>return</rdfs:label>
</process:Output>
</profile:hasOutput>
<profile:hasInput>
<process:Input rdf:ID="littleEndian">
<process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://www.w3.org/2001/XMLSchema#string</process:parameterType>
<rdfs:label>littleEndian</rdfs:label>
</process:Input>
</profile:hasInput>
</profile:Profile>
<process:AtomicProcess rdf:about="#vtkImageDataReader3DIntegersProcess">
<process:hasInput rdf:resource="#numScalarComponents"/>
<process:hasInput rdf:resource="#readLowerLeft"/>
<process:hasOutput rdf:resource="#return"/>
<process:hasInput rdf:resource="#dataExtent"/>
<process:hasInput rdf:resource="#dataSpacing"/>
<process:hasInput rdf:resource="#url"/>
<process:hasInput rdf:resource="#littleEndian"/>
<process:hasInput rdf:resource="#dataOrigin"/>
<rdfs:label>vtkImageDataReader3DIntegersProcess</rdfs:label>
<service:describes rdf:resource="#vtkImageDataReader3DIntegersService"/>
</process:AtomicProcess>
<grounding:WsdlGrounding rdf:about="#vtkImageDataReader3DIntegersGrounding">
<grounding:hasAtomicProcessGrounding>
<grounding:WsdlAtomicProcessGrounding rdf:ID="vtkImageDataReader3DIntegersAtomicProcessGrounding"/>
</grounding:hasAtomicProcessGrounding>
<service:supportedBy rdf:resource="#vtkImageDataReader3DIntegersService"/>
</grounding:WsdlGrounding>
<grounding:WsdlAtomicProcessGrounding rdf:about="#vtkImageDataReader3DIntegersAtomicProcessGrounding">
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#readLowerLeft</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#readLowerLeft"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#url</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#url"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#numScalarComponents</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#numScalarComponents"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
<grounding:wsdlOutput>
<grounding:WsdlOutputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#return</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#return"/>
</grounding:WsdlOutputMessageMap>
</grounding:wsdlOutput>
<grounding:wsdlOperation>
<grounding:WsdlOperationRef>
<grounding:operation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#vtkImageDataReader3DIntegers</grounding:operation>
</grounding:WsdlOperationRef>
</grounding:wsdlOperation>
<grounding:owlsProcess rdf:resource="#vtkImageDataReader3DIntegersProcess"/>
<grounding:wsdlInputMessage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://services.trustlab.utep.edu#vtkImageDataReader3DIntegersRequest</grounding:wsdlInputMessage>
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#dataOrigin</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#dataOrigin"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#dataExtent</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#dataExtent"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
<grounding:wsdlDocument rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl</grounding:wsdlDocument>
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#dataSpacing</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#dataSpacing"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
<grounding:wsdlOutputMessage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>http://services.trustlab.utep.edu#vtkImageDataReader3DIntegersResponse</grounding:wsdlOutputMessage>
<grounding:wsdlInput>
<grounding:WsdlInputMessageMap>
<grounding:wsdlMessagePart>http://iw.cs.utep.edu:8080/toolkits/services/ToolkitServices?wsdl#littleEndian</grounding:wsdlMessagePart>
<grounding:owlsParameter rdf:resource="#littleEndian"/>
</grounding:WsdlInputMessageMap>
</grounding:wsdlInput>
</grounding:WsdlAtomicProcessGrounding>
</rdf:RDF>