Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c681460

Browse files
committedNov 6, 2016
update vocabulary
1 parent 453a1ef commit c681460

File tree

4 files changed

+7
-3616
lines changed

4 files changed

+7
-3616
lines changed
 

‎etc/sp.ttl

-637
This file was deleted.

‎etc/spin.ttl

-432
This file was deleted.

‎etc/spl.spin.ttl

-2,538
This file was deleted.

‎rsp-spin.ttl

+7-9
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
<http://w3id.org/rsp/spin>
99
rdf:type owl:Ontology ;
1010
owl:imports <http://spinrdf.org/sp> ;
11-
owl:imports <http://spinrdf.org/spl> ;
1211
.
1312

1413
# Register as
15-
:registerAs
14+
:hasOutputStream
1615
rdf:type rdf:Property ;
1716
rdfs:comment "Set the name of the result stream of a query."^^xsd:string ;
1817
rdfs:domain sp:Query ;
@@ -65,18 +64,17 @@
6564
:windowNameNode
6665
rdf:type rdf:Property ;
6766
rdfs:comment "Property to set the name of a window."^^xsd:string ;
68-
rdfs:domain :NamedWindow ;
6967
rdfs:range rdfs:Resource ;
7068
rdfs:subPropertyOf sp:systemProperty ;
7169
.
72-
:streamIri
70+
:streamUri
7371
rdf:type rdf:Property ;
7472
rdfs:comment "Property to set the stream of a window."^^xsd:string ;
7573
rdfs:domain :NamedWindow ;
7674
rdfs:range rdfs:Resource, sp:Variable ;
7775
rdfs:subPropertyOf sp:systemProperty ;
7876
.
79-
:windowIri
77+
:windowUri
8078
rdf:type rdf:Property ;
8179
rdfs:comment "Property to set the name of a window."^^xsd:string ;
8280
rdfs:domain :NamedWindow ;
@@ -90,16 +88,16 @@
9088
rdfs:comment "A logical window defined using range and step expressed as durations."^^xsd:string ;
9189
rdfs:subClassOf :NamedWindow ;
9290
.
93-
:range
91+
:logicalRange
9492
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 ;
9694
rdfs:domain :LogicalWindow ;
9795
rdfs:range xsd:duration, sp:Variable ;
9896
rdfs:subPropertyOf sp:systemProperty ;
9997
.
10098
:logicalStep
10199
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 ;
103101
rdfs:domain :LogicalPastWindow, :LogicalWindow ;
104102
rdfs:range xsd:duration ;
105103
rdfs:range sp:Variable ;
@@ -133,7 +131,7 @@
133131
rdfs:comment "A physical window defined using size and step expressed as number elements."^^xsd:string ;
134132
rdfs:subClassOf :NamedWindow ;
135133
.
136-
:size
134+
:physicalRange
137135
rdf:type rdf:Property ;
138136
rdfs:comment "Property to set the size of a window expressed as number of elements."^^xsd:string ;
139137
rdfs:domain :PhysicalWindow ;

0 commit comments

Comments
 (0)
Please sign in to comment.