Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes references to ObservableProperty and ActuatableProperty #250

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/MODIS-t-series.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ex:MODIS-series-s1-2017-06
sosa:usedProcedure <http://modis-sr.ltdri.org/> ;
.
ex:Reflectance
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:Terra
a sosa:Sensor ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/MODIS-t.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ex:MODIS-t-2017-06-20
sosa:usedProcedure <http://modis-sr.ltdri.org/> ;
.
ex:Reflectance
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:Terra
a sosa:Sensor ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-OA1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ex:OA1
sosa:usedProcedure ex:PO1 ;
.
ex:OP1
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:PO1
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-OA2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ex:OA2
sosa:usedProcedure ex:PO2 ;
.
ex:OP2
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:PO2
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-OA3.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ex:OA3
sosa:usedProcedure ex:PO3 ;
.
ex:OP3
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:PO3
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-OC1-1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ex:BrendaWhite
a owl:NamedIndividual ;
.
ex:CanopyCover
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:OC1
a sosa:ObservationCollection ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-OC1-2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ex:BrendaWhite
a owl:NamedIndividual ;
.
ex:CanopyCover
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:OC1
a sosa:ObservationCollection ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-SA1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ex:SA1
sosa:usedProcedure ex:PS1 ;
.
ex:OP1
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:PS1
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-SA2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ex:F2
ssn:hasProperty ex:OP2 ;
.
ex:OP2
a sosa:ObservableProperty ;
a sosa:Observable ;
.
ex:PS2
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/examples/ssn-ext-SA3.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ex:F3
ssn:hasProperty ex:OP3 ;
.
ex:OP3
a sosa:ObservableProperty ;
a sosa:Property ;
.
ex:PS3
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext-tests-target.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"@type" : "sosa:FeatureOfInterest"
}, {
"@id" : "http://example.org/op2",
"@type" : "sosa:ObservableProperty"
"@type" : "sosa:Property"
}, {
"@id" : "http://example.org/p3",
"@type" : "sosa:Procedure"
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext-tests-target.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
rdf:type sosa:FeatureOfInterest ;
.
<http://example.org/op2>
rdf:type sosa:ObservableProperty ;
rdf:type sosa:Property ;
.
<http://example.org/p3>
rdf:type sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext-tests.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@type" : "sosa:FeatureOfInterest"
}, {
"@id" : "http://example.org/op2",
"@type" : "sosa:ObservableProperty"
"@type" : "sosa:Property"
}, {
"@id" : "http://example.org/p3",
"@type" : "sosa:Procedure"
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext-tests.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
rdf:type sosa:FeatureOfInterest ;
.
<http://example.org/op2>
rdf:type sosa:ObservableProperty ;
rdf:type sosa:Property ;
.
<http://example.org/p3>
rdf:type sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}, {
"@id" : "_:b17",
"@type" : "owl:Restriction",
"allValuesFrom" : "sosa:ObservableProperty",
"allValuesFrom" : "sosa:Property",
"onProperty" : "sosa:observedProperty"
}, {
"@id" : "_:b18",
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext.nt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ _:B2a6f1211X2D8af7X2D4495X2Db598X2Dbf5e3f307967 <http://www.w3.org/1999/02/22-rd
_:Ba66092f4X2D2d0fX2D4316X2Dbba6X2D1744c895f1a7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:B24b05b31X2D272eX2D4755X2Db6f5X2D9a5d2094ff9a .
_:Ba66092f4X2D2d0fX2D4316X2Dbba6X2D1744c895f1a7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/sosa/Observation> .
_:B0e7262a69176b64786c94a1a9627e591 <http://www.w3.org/2002/07/owl#onProperty> <http://www.w3.org/ns/sosa/observedProperty> .
_:B0e7262a69176b64786c94a1a9627e591 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.w3.org/ns/sosa/ObservableProperty> .
_:B0e7262a69176b64786c94a1a9627e591 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.w3.org/ns/sosa/Property> .
_:B0e7262a69176b64786c94a1a9627e591 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:Bdd4f753c1c42969cec4c0ff44a6bce01 <http://www.w3.org/2002/07/owl#onProperty> <http://www.w3.org/ns/sosa/observedProperty> .
_:Bdd4f753c1c42969cec4c0ff44a6bce01 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/ssn-ext.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Their status is non-normative, and SSN applications are not required to recogniz
<schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservationCollection"/>
</rdf:Description>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/ns/sosa/Property"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
Expand Down
4 changes: 2 additions & 2 deletions ssn-extensions/rdf/ssn-ext.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ sosa:ObservationCollection
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:allValuesFrom sosa:ObservableProperty ;
owl:onProperty sosa:observedProperty ;
owl:allValuesFrom sosa:Property ;
owl:onProperty sosa:Property ;
] ;
rdfs:subClassOf [
a owl:Restriction ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/tests/ssn-ext-test4.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test:Sample_2
a sosa:Sample ;
.
test:op2
a sosa:ObservableProperty ;
a sosa:Property ;
.
test:p3
a sosa:Procedure ;
Expand Down
2 changes: 1 addition & 1 deletion ssn-extensions/rdf/tests/ssn-ext-tests.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test:foic
a sosa:FeatureOfInterest ;
.
test:op2
a sosa:ObservableProperty ;
a sosa:Property ;
.
test:p3
a sosa:Procedure ;
Expand Down
Loading