|
8 | 8 | <http://w3id.org/rsp/spin>
|
9 | 9 | rdf:type owl:Ontology ;
|
10 | 10 | owl:imports <http://spinrdf.org/sp> ;
|
11 |
| - owl:imports <http://spinrdf.org/spl> ; |
12 | 11 | .
|
13 | 12 |
|
14 | 13 | # Register as
|
15 |
| -:registerAs |
| 14 | +:hasOutputStream |
16 | 15 | rdf:type rdf:Property ;
|
17 | 16 | rdfs:comment "Set the name of the result stream of a query."^^xsd:string ;
|
18 | 17 | rdfs:domain sp:Query ;
|
|
65 | 64 | :windowNameNode
|
66 | 65 | rdf:type rdf:Property ;
|
67 | 66 | rdfs:comment "Property to set the name of a window."^^xsd:string ;
|
68 |
| - rdfs:domain :NamedWindow ; |
69 | 67 | rdfs:range rdfs:Resource ;
|
70 | 68 | rdfs:subPropertyOf sp:systemProperty ;
|
71 | 69 | .
|
72 |
| -:streamIri |
| 70 | +:streamUri |
73 | 71 | rdf:type rdf:Property ;
|
74 | 72 | rdfs:comment "Property to set the stream of a window."^^xsd:string ;
|
75 | 73 | rdfs:domain :NamedWindow ;
|
76 | 74 | rdfs:range rdfs:Resource, sp:Variable ;
|
77 | 75 | rdfs:subPropertyOf sp:systemProperty ;
|
78 | 76 | .
|
79 |
| -:windowIri |
| 77 | +:windowUri |
80 | 78 | rdf:type rdf:Property ;
|
81 | 79 | rdfs:comment "Property to set the name of a window."^^xsd:string ;
|
82 | 80 | rdfs:domain :NamedWindow ;
|
|
90 | 88 | rdfs:comment "A logical window defined using range and step expressed as durations."^^xsd:string ;
|
91 | 89 | rdfs:subClassOf :NamedWindow ;
|
92 | 90 | .
|
93 |
| -:range |
| 91 | +:logicalRange |
94 | 92 | rdf:type rdf:Property ;
|
95 |
| - rdfs:comment "Property to set the duration of a range."^^xsd:string ; |
| 93 | + rdfs:comment "Property to set the duration of a logical range."^^xsd:string ; |
96 | 94 | rdfs:domain :LogicalWindow ;
|
97 | 95 | rdfs:range xsd:duration, sp:Variable ;
|
98 | 96 | rdfs:subPropertyOf sp:systemProperty ;
|
99 | 97 | .
|
100 | 98 | :logicalStep
|
101 | 99 | rdf:type rdf:Property ;
|
102 |
| - rdfs:comment "Property to set the duration of a step."^^xsd:string ; |
| 100 | + rdfs:comment "Property to set the duration of a logical step."^^xsd:string ; |
103 | 101 | rdfs:domain :LogicalPastWindow, :LogicalWindow ;
|
104 | 102 | rdfs:range xsd:duration ;
|
105 | 103 | rdfs:range sp:Variable ;
|
|
133 | 131 | rdfs:comment "A physical window defined using size and step expressed as number elements."^^xsd:string ;
|
134 | 132 | rdfs:subClassOf :NamedWindow ;
|
135 | 133 | .
|
136 |
| -:size |
| 134 | +:physicalRange |
137 | 135 | rdf:type rdf:Property ;
|
138 | 136 | rdfs:comment "Property to set the size of a window expressed as number of elements."^^xsd:string ;
|
139 | 137 | rdfs:domain :PhysicalWindow ;
|
|
0 commit comments