forked from OpenLinkSoftware/general-turtle-doc-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webservices.ttl
562 lines (506 loc) · 24.5 KB
/
webservices.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
@prefix sparqldescr: <http://www.w3.org/ns/sparql-service-description#> .
@prefix sioct: <http://rdfs.org/sioc/types#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix schema: <http://schema.org/> .
@prefix cvocab: <http://open-services.net/ns/core#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix oplweb: <http://www.openlinksw.com/schemas/oplweb#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix siocs: <http://rdfs.org/sioc/services#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix olo: <http://purl.org/ontology/olo/core#> .
@prefix oplacl: <http://www.openlinksw.com/ontology/acl#> .
@prefix cartr: <http://www.openlinksw.com/ontology/cartridges#> .
@prefix oplwebsrv: <http://www.openlinksw.com/ontology/webservices#> .
@prefix hydracore: <http://www.w3.org/ns/hydra/core#> .
<http://www.openlinksw.com/ontology/webservices#> a owl:Ontology ;
rdfs:label """OpenLink Web Services Ontology"""^^xsd:string ;
rdfs:comment """Ontology that defines entity and relation types used to describe web services . Examples include web services,
uri templates, uri parameters etc."""@en ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
schema:creator <http://www.openlinksw.com/#this> ;
dcterms:modified "2018-07-09T07:38:00-05:00"^^xsd:dateTime ;
wdrs:describedby <http://www.openlinksw.com/ontology/webservices> ;
owl:versionInfo "1.0.0"^^xsd:string ;
owl:imports <http://www.w3.org/2002/07/owl#> ,
<http://www.w3.org/1999/02/22-rdf-syntax-ns#> ,
<http://purl.org/dc/terms/> ,
<http://rdfs.org/sioc/services#> ,
<http://www.w3.org/ns/hydra/core#> ,
<http://www.openlinksw.com/ontology/acl#> ,
<http://www.openlinksw.com/ontology/cartridges#> ,
<http://www.w3.org/ns/sparql-service-description#> ,
<http://purl.org/ontology/olo/core#> ;
<http://open.vocab.org/terms/defines>
oplwebsrv:WebService ,
oplwebsrv:Method ,
oplwebsrv:Process ,
oplwebsrv:WebServiceParameter ,
oplwebsrv:ProcessSlot ,
oplwebsrv:ParameterType ,
oplwebsrv:hasParameter ,
oplwebsrv:parameterName ,
oplwebsrv:parameterType ,
oplwebsrv:parameterValue ,
oplwebsrv:parameterExampleValue ,
oplwebsrv:parameterValueDefault ,
oplwebsrv:parameterDataType ,
oplwebsrv:isRequired ,
oplwebsrv:hasProcessItem ,
oplwebsrv:hasProcessSlot ,
oplwebsrv:isIdempotent ,
oplwebsrv:hasProtocol ,
oplwebsrv:usageExample ,
oplwebsrv:hasResponseCode ,
oplwebsrv:isWebServiceOf ,
oplwebsrv:hasWebService ,
oplwebsrv:hasMethod ,
oplwebsrv:uriTemplate ,
oplwebsrv:exampleValue ,
oplwebsrv:endpointURLString ,
oplwebsrv:endpointURL,
oplwebsrv:hasActionWord ;
schema:about
sparqldescr:Service ,
oplwebsrv:WebService ,
oplwebsrv:Method ,
oplwebsrv:Process ,
oplwebsrv:WebServiceParameter ,
oplwebsrv:ParameterType ,
oplwebsrv:ProcessSlot ,
oplwebsrv:hasParameter ,
oplwebsrv:parameterName ,
oplwebsrv:parameterType ,
oplwebsrv:parameterValue ,
oplwebsrv:parameterExampleValue ,
oplwebsrv:parameterValueDefault ,
oplwebsrv:parameterDataType ,
oplwebsrv:isRequired ,
oplwebsrv:hasProcessItem ,
oplwebsrv:hasProcessSlot ,
oplwebsrv:isIdempotent ,
oplwebsrv:hasProtocol ,
oplwebsrv:usageExample ,
oplwebsrv:hasResponseCode ,
oplwebsrv:isWebServiceOf ,
oplwebsrv:hasWebService ,
oplwebsrv:hasMethod ,
oplwebsrv:uriTemplate ,
oplwebsrv:exampleValue ,
oplwebsrv:endpointURLString ,
oplwebsrv:endpointURL,
oplwebsrv:hasActionWord .
# oplwebsrv:serviceContext ,
# oplwebsrv:serviceType ,
# oplwebsrv:serviceURL ,
# oplwebsrv:servicePotentialActionType ,
# oplwebsrv:servicePotentialActionTarget ,
# oplwebsrv:servicePotentialActionQueryInput .
<http://www.openlinksw.com/data/turtle/webservices.ttl>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink Web Services Ontology Description Document (Turtle)"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for Web Services"""@en ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/webservices#> ;
xhv:canonical <http://www.openlinksw.com/ontology/webservices> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-07-09T07:38:00-05:00"^^xsd:dateTime ;
xhv:describes <http://www.openlinksw.com/ontology/webservices#> ;
schema:about <http://www.openlinksw.com/ontology/webservices#> ;
dcterms:subject <http://www.openlinksw.com/ontology/webservices#> .
<http://open.vocab.org/terms/defines> owl:inverseOf <http://www.w3.org/2007/05/powder-s#describedby> .
<http://www.openlinksw.com/DAV/data/turtle/webservices.ttl>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink Web Services Ontology Description Document (Turtle)"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe OpenLink Web Services Ontology."""@en ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/webservices#> ;
xhv:canonical <http://www.openlinksw.com/ontology/webservices> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-07-09T07:38:00-05:00"^^xsd:dateTime ;
xhv:describes <http://www.openlinksw.com/ontology/webservices#> ;
schema:about <http://www.openlinksw.com/ontology/webservices#> ;
dcterms:subject <http://www.openlinksw.com/ontology/webservices#> .
<http://www.openlinksw.com/ontology/webservices>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink Web Services Ontology Description Document"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a document that uses Linked Data oriented content to describe OpenLink Web Services Ontology."""@en ;
dcterms:subject <http://www.openlinksw.com/ontology/webservices#> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2018-07-09T07:38:00-05:00"^^xsd:dateTime ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/webservices#> ;
foaf:topic oplwebsrv:WebService ,
oplwebsrv:Method ,
oplwebsrv:Process ,
oplwebsrv:WebServiceParameter ,
oplwebsrv:ParameterType ,
oplwebsrv:isIdempotent ,
oplwebsrv:ProcessSlot ,
oplwebsrv:hasParameter ,
oplwebsrv:parameterName ,
oplwebsrv:parameterType ,
oplwebsrv:parameterValue ,
oplwebsrv:parameterExampleValue ,
oplwebsrv:parameterValueDefault ,
oplwebsrv:parameterDataType ,
oplwebsrv:isRequired ,
oplwebsrv:hasProcessItem ,
oplwebsrv:hasProcessSlot ,
oplwebsrv:hasProtocol ,
oplwebsrv:usageExample ,
oplwebsrv:hasResponseCode ,
oplwebsrv:isWebServiceOf ,
oplwebsrv:hasWebService ,
oplwebsrv:hasMethod ,
oplwebsrv:uriTemplate ,
oplwebsrv:exampleValue ,
oplwebsrv:endpointURLString ,
oplwebsrv:endpointURL .
# oplwebsrv:serviceContext ,
# oplwebsrv:serviceType ,
# oplwebsrv:serviceURL ,
# oplwebsrv:servicePotentialActionType ,
# oplwebsrv:servicePotentialActionTarget ,
# oplwebsrv:servicePotentialActionQueryInput .
# <-------------- Web Services Endpoints--------------> #
# <-------------- Web Services Endpoints Classes --------------> #
oplwebsrv:WebService
a owl:Class ;
rdfs:label "WebService";
rdfs:subClassOf siocs:Service, hydracore:Operation, schema:EntryPoint ;
skos:altLabel "Web Service" ;
rdfs:comment """An operation associated with an Action. This is a kind of Web Document [Resource]
that's generated dynamically using query parameters, using a variety of methods
[GET (which has sub-methods: SEARCH and QUERY), POST, PATCH, PUT, DELETE]. Thus, unlike a typical Web Document,
this kind of Web Document is identified by an HTTP URL with a query component that has at
least one parameter.
"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
sparqldescr:Service
a owl:Class ;
rdfs:label "Service";
wdrs:isDescribedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment "An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol." ;
rdfs:subClassOf oplwebsrv:WebService .
oplwebsrv:Method
a owl:Class ;
rdfs:label "Method";
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:Process
a owl:Class ;
rdfs:label "Process";
rdfs:subClassOf olo:OrderedList ;
rdfs:comment "List of processes to be executed in a specific order" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:WebServiceParameter
a owl:Class ;
rdfs:label "WebServiceParameter" ;
skos:altLabel "Web Service Parameter" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:ParameterType
a owl:Class ;
rdfs:subClassOf schema:Enumeration ;
rdfs:label "ParameterType" ;
skos:altLabel "Parameter Type" ;
rdfs:comment """A specialization for indicating where a parameter value is inserted into an HTTP request.
Permitted enumerations are: oplwebsrv:QueryStringParameter, oplwebsrv:PathParameter, oplwebsrv:HeaderParameter, oplwebsrv:BodyParameter,
oplwebsrv:UriParameter.""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
dcterms:isPartOf schema:rangeIncludes oplwebsrv:Process .
oplwebsrv:ProcessSlot
a owl:Class ;
rdfs:subClassOf olo:Slot ;
rdfs:label "ProcessSlot";
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment """Placement point for a Web Service that's part of a process [list of services to be invoked in a specific sequence]."""@en .
# oplwebsrv:Operation a owl:Class ;
# rdfs:label "Operation"^^xsd:string ;
# rdfs:subClassOf hydracore:Operation ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
#
# <-------------- Web Services Parameter Type Enumerations --------------> #
#
oplwebsrv:QueryStringParameter
a oplwebsrv:ParameterType ;
rdfs:label "Query String Parameter" ;
skos:altLabel "query" ;
schema:comment """Indicates the parameter value is supplied in the action URL query string""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:PathParameter
a oplwebsrv:ParameterType ;
rdfs:label "Path Parameter" ;
skos:altLabel "path" ;
schema:comment """Indicates the parameter value is a URI path segment forming part of an HTTP request URL""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:HeaderParameter
a oplwebsrv:ParameterType ;
rdfs:label "Header Parameter" ;
skos:altLabel "header" ;
schema:comment """Indicates a parameter supplied as a header accompanying an HTTP request""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:BodyParameter
a oplwebsrv:ParameterType ;
rdfs:label "Body Parameter" ;
skos:altLabel "body" ;
schema:comment """Indicates the parameter's value is sent as the body of an HTTP request""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:UriParameter
a oplwebsrv:ParameterType ;
rdfs:label "Uri Parameter" ;
skos:altLabel "uri" ;
schema:comment """Indicates the parameter's value sets the URL of an HTTP request""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
# <-------------- Web Services Endpoints Properties --------------> #
oplwebsrv:hasActionWord
a rdf:Property, owl:DatatypeProperty ;
schema:name "hasActionWord" ;
rdfs:range xsd:literal ;
rdfs:domain schema:Action ;
rdfs:comment """Associates a WebService [an HTTP Endpoint] with an Action Word or Phrase that can be used to trigger invocation."""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:hasProcessSlot
a rdf:Property, owl:ObjectProperty ;
rdfs:label "hasProcessSlot" ;
rdfs:comment """Associates a Process with a Process Slot."""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:range oplwebsrv:ProcessSlot ;
rdfs:domain oplwebsrv:Process .
oplwebsrv:hasProcessItem
a rdf:Property, owl:ObjectProperty ;
rdfs:subPropertyOf olo:Item;
rdfs:label "hasProcessItem" ;
rdfs:comment """Associates a Process Slot with an item [specially an instance of a Service or WebService Class]."""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:range oplwebsrv:WebService, sioct:Service ;
rdfs:domain oplwebsrv:ProcessSlot .
oplwebsrv:hasParameter
a rdfs:Property, owl:ObjectProperty ;
rdfs:subPropertyOf hydracore:expects ;
rdfs:label "hasParameter" ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range oplwebsrv:WebServiceParameter ;
schema:comment """Property that associates a Web Service with one or more invocation parameters [name=value pairs]""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
## Removed
# oplwebsrv:parameter
# a rdf:Property, owl:DatatypeProperty ;
# rdfs:label "parameter" ;
# skos:altLabel "Paramenter" ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:literal ;
# schema:comment """Web Service invocation Parameter that's paired with a Parameter Value.""" ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:parameterType
a rdf:Property ;
rdfs:subPropertyOf hydracore:expects ;
rdfs:label "parameterType" ;
skos:altLabel "Parameter Type" ;
rdfs:comment """Indicates acceptable parameter types. 'query', 'path', 'header', 'body', 'uri' are the accepted literals (in addition to the enums)""";
rdfs:domain oplwebsrv:WebServiceParameter ;
schema:rangeIncludes oplwebsrv:ParameterType, xsd:string ;
schema:domainIncludes oplwebsrv:WebServiceParameter ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:parameterValue
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "parameterValue" ;
skos:altLabel "Paramenter Value" ;
rdfs:domain oplwebsrv:WebServiceParameter ;
schema:rangeIncludes xsd:string, xsd:anyURI ;
schema:comment """Web Service invocation Parameter Value that's paired with a Parameter Name""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:isRequired
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "isRequired" ;
skos:altLabel "isMandatory" ;
rdfs:domain oplwebsrv:WebServiceParameter ;
rdfs:range xsd:boolean ;
schema:comment """Indicates parameter is mandatory (i.e., required) with regards to associated Action invocation""" ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:isIdempotent
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "isIdempotent" ;
rdfs:range xsd:boolean ;
rdfs:domain oplwebsrv:Method ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment "Determines if method alters target resource state e.g., HTTP get methods are Idempotent. "@en .
oplwebsrv:hasProtocol
a rdf:Property, owl:ObjectProperty ;
rdfs:label "hasProtocol" ;
rdfs:range xsd:anyURI ;
rdfs:domain oplwebsrv:Method ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment "Protocol associated with a Method ".
oplwebsrv:usageExample
a rdf:Property, owl:ObjectProperty ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
schema:name "usageExample" ;
skos:prefLabel "Usage Example" ;
rdfs:label "Usage Example";
schema:rangeIncludes schema:URL, xsd:anyURI ;
schema:domainIncludes oplwebsrv:WebService, oplwebsrv:WebServiceParameter , schema:EntryPoint;
rdfs:comment """Associates a Web Service with an actual usage example URL (as opposed to template). """ .
oplwebsrv:hasResponseCode
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "hasResponseCode" ;
rdfs:range xsd:integer ;
rdfs:domain oplwebsrv:Method ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment "Expected response code for method invocation".
# oplwebsrv:hasOperation
# a owl:ObjectProperty, rdf:Property ;
# rdfs:label "hasOperation"^^xsd:string ;
# skos:altLabel "Operation"^^xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# rdfs:domain schema:Action ;
# rdfs:range oplwebsrv:Operation .
oplwebsrv:isWebServiceOf
a rdf:Property , owl:ObjectProperty ;
rdfs:label "isWebServiceOf"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range schema:Action , cartr:ExtractorCartridge , cartr:MetaCartridge ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment """Property that associates an Action with a Web Service."""@en ;
owl:inverseOf oplwebsrv:hasWebService ;
skos:altLabel "Is Web Service Of"^^xsd:string .
oplwebsrv:hasWebService
a rdf:Property , owl:ObjectProperty ;
rdfs:label "hasWebService"^^xsd:string ;
rdfs:domain schema:Action , cartr:ExtractorCartridge , cartr:MetaCartridge ;
rdfs:range oplwebsrv:WebService ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment """Property that associates a Web Service with an Action."""@en ;
skos:altLabel "Has Web Service"^^xsd:string ;
owl:subPropertyOf schema:instrument , siocs:has_service .
oplwebsrv:hasMethod
a rdf:Property , owl:ObjectProperty ;
rdfs:label "hasMethod"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range oplwebsrv:Method ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
rdfs:comment """Property that associates a Web Service with an Method e.g., POST, GET, DELETE, PATCH."""@en ;
skos:altLabel "Has Method"^^xsd:string .
oplwebsrv:uriTemplate
a rdf:Property , owl:DatatypeProperty ;
rdfs:label "uriTemplate"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range xsd:string ;
rdfs:subPropertyOf schema:target ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
skos:altLabel "URI Template"^^xsd:string .
oplwebsrv:parameterName
a rdf:Property , owl:DatatypeProperty ;
rdfs:label "parameterName"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:comment """Web Service parameter name."""@en ;
rdfs:range xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
skos:altLabel "parameter name"^^xsd:string .
oplwebsrv:parameterValueDefault
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "parameterValueDefault" ;
skos:altLabel "parameter value default" ;
rdfs:domain oplwebsrv:WebServiceParameter ;
schema:rangeIncludes xsd:literal, schema:Thing, schema:Text ;
schema:comment """Declares the value of a parameter that the web service will use if none is provided"""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:parameterDataType
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "parameterDataType" ;
skos:altLabel "parameter data type" ;
rdfs:domain oplwebsrv:WebServiceParameter ;
schema:rangeIncludes xsd:literal, schema:Text ;
schema:comment """A display string used for indicating the notional data type of the parameter. e.g. 'boolean', 'integer' etc. The supported data types are determined by the web service."""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:parameterExampleValue
a rdf:Property, owl:DatatypeProperty ;
rdfs:label "parameterExampleValue" ;
skos:altLabel "parameter example value" ;
rdfs:domain oplwebsrv:WebServiceParameter ;
schema:rangeIncludes xsd:literal, schema:Text ;
schema:comment """A display string which can be used for prepopulating an input field with an example value of the parameter."""@en ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> .
oplwebsrv:exampleValue
a rdf:Property , owl:DatatypeProperty ;
rdfs:label "exampleValue"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
skos:altLabel "Example Value"^^xsd:string .
oplwebsrv:endpointURLString
a rdf:Property , owl:DatatypeProperty ;
rdfs:label "endpointURLString"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
skos:altLabel "Web Service Endpoint URL String"^^xsd:string .
oplwebsrv:endpointURL
a rdf:Property , owl:DatatypeProperty ;
rdfs:subPropertyOf schema:serviceUrl ;
rdfs:label "endpointURL"^^xsd:string ;
rdfs:domain oplwebsrv:WebService ;
rdfs:range xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
skos:altLabel "Web Service Endpoint URL"^^xsd:string .
hydracore:template rdfs:subPropertyOf oplwebsrv:uriTemplate .
# oplwebsrv:serviceContext
# a rdf:Property , owl:DatatypeProperty ;
# rdfs:label "serviceContext"^^xsd:string ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# skos:altLabel "Web Service Context"^^xsd:string .
#
# oplwebsrv:serviceType
# a rdf:Property , owl:DatatypeProperty ;
# rdfs:label "serviceType"^^xsd:string ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# skos:altLabel "Web Service Type"^^xsd:string .
#
# oplwebsrv:serviceURL
# a rdf:Property , owl:DatatypeProperty ;
# rdfs:label "serviceURL"^^xsd:string ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# skos:altLabel "Web Service URL"^^xsd:string .
#
# oplwebsrv:servicePotentialActionType
# a rdf:Property , owl:DatatypeProperty ;
# rdfs:label "servicePotentialActionType"^^xsd:string ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# skos:altLabel "Web Service Potential Action Type"^^xsd:string .
#
# oplwebsrv:servicePotentialActionTarget
# a rdf:Property , owl:DatatypeProperty ;
# rdfs:label "servicePotentialActionTarget"^^xsd:string ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# skos:altLabel "Web Service Potential Action Target"^^xsd:string .
#
# oplwebsrv:servicePotentialActionQueryInput
# a rdf:Property , owl:DatatypeProperty ;
# rdfs:label "servicePotentialActionQueryInput"^^xsd:string ;
# rdfs:domain oplwebsrv:WebService ;
# rdfs:range xsd:string ;
# rdfs:isDefinedBy <http://www.openlinksw.com/ontology/webservices#> ;
# skos:altLabel "Web Service Potential Action Query Input"^^xsd:string .
#
#