Commit f0e838ad authored by María's avatar María
Browse files

Reuse SSN URIs fixes #52

replace s4agri namespace for:
sosa:Platform, ssn:System, ssn:Deployment and related properties
parent 75c80c8c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
	<key>MasterSheets</key>
	<array/>
	<key>ModificationDate</key>
	<string>2019-02-12 11:40:41 +0000</string>
	<string>2019-02-12 12:30:54 +0000</string>
	<key>Modifier</key>
	<string>María Poveda</string>
	<key>NotesVisible</key>
@@ -4035,7 +4035,7 @@ geosp:SpatialObject}</string>
				</dict>
				<dict>
					<key>Bounds</key>
					<string>{{982.23972453423335, 245.32609381954239}, {110.02219707499626, 29.751897182731227}}</string>
					<string>{{982.23972453423335, 242.06349750946475}, {110.02219707499626, 29.751897182731227}}</string>
					<key>Class</key>
					<string>ShapedGraphic</string>
					<key>FontInfo</key>
@@ -4063,7 +4063,7 @@ geosp:SpatialObject}</string>
						<key>ID</key>
						<integer>43113</integer>
						<key>Position</key>
						<real>0.46400368213653564</real>
						<real>0.4774106143245781</real>
						<key>RotationType</key>
						<integer>0</integer>
					</dict>
@@ -13789,7 +13789,7 @@ base (s4agri): https://w3id.org/def/saref4city#\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\b0 \cf2 saref: https://w3id.org/saref#\
dbpedia: 
dbpedia: http://dbpedia.org/resource/
\b \cf2 \
\b0 \cf2 geo: http://www.w3.org/2003/01/geo/wgs84_pos#\
+1.91 KiB (405 KiB)
Loading image diff...
+92 −83
Original line number Diff line number Diff line
@@ -161,20 +161,50 @@ geosp:sfWithin a owl:ObjectProperty ;

geo:location a owl:ObjectProperty .
# 
# https://w3id.org/def/saref4agri#deployedOnPlatform
# http://www.w3.org/ns/sosa/hosts

s4agri:deployedOnPlatform a owl:ObjectProperty ;
	owl:inverseOf s4agri:inDeployment ;
<http://www.w3.org/ns/sosa/hosts> a owl:ObjectProperty ;
	owl:inverseOf <http://www.w3.org/ns/sosa/isHostedBy> ;
	rdfs:comment "Relation between a platform and the systems it hosts."@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
	rdfs:label "host"@en .
# 
# http://www.w3.org/ns/sosa/isHostedBy

<http://www.w3.org/ns/sosa/isHostedBy> a owl:ObjectProperty ;
	rdfs:comment "Relation between a system and its hosting platform."@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
	rdfs:label "is hosted by"@en .
# 
# http://www.w3.org/ns/ssn/deployedOnPlatform

<http://www.w3.org/ns/ssn/deployedOnPlatform> a owl:ObjectProperty ;
	owl:inverseOf <http://www.w3.org/ns/ssn/inDeployment> ;
	rdfs:comment "Relation between a deployment and the platform(s) involved in the deployment."@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
	rdfs:label "deployed on platform"@en .
# 
# https://w3id.org/def/saref4agri#deployedSystem
# http://www.w3.org/ns/ssn/deployedSystem

s4agri:deployedSystem a owl:ObjectProperty ;
	owl:inverseOf s4agri:hasDeployment ;
<http://www.w3.org/ns/ssn/deployedSystem> a owl:ObjectProperty ;
	owl:inverseOf <http://www.w3.org/ns/ssn/hasDeployment> ;
	rdfs:comment "Relation between a deployment and the system deployed."@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
	rdfs:label "deployed system"@en .
# 
# http://www.w3.org/ns/ssn/hasDeployment

<http://www.w3.org/ns/ssn/hasDeployment> a owl:ObjectProperty ;
	rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
	rdfs:label "has deployment"@en .
# 
# http://www.w3.org/ns/ssn/inDeployment

<http://www.w3.org/ns/ssn/inDeployment> a owl:ObjectProperty ;
	rdfs:comment "Relation between a platform and the deployment(s) that takes place in the platform."@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
	rdfs:label "in deployment"@en .
# 
# https://w3id.org/def/saref4agri#fromNode

s4agri:fromNode a owl:ObjectProperty ;
@@ -188,11 +218,6 @@ s4agri:hasConstituent a owl:ObjectProperty ;
	rdfs:comment "Relation between a network and its constituents systems."@en ;
	rdfs:label "has constituent"@en .
# 
# https://w3id.org/def/saref4agri#hasDeployment

s4agri:hasDeployment a owl:ObjectProperty ;
	rdfs:label "has deployment"@en .
# 
# https://w3id.org/def/saref4agri#hasDeploymentPeriod

s4agri:hasDeploymentPeriod a owl:ObjectProperty ;
@@ -204,19 +229,6 @@ s4agri:hasRole a owl:ObjectProperty ;
	rdfs:comment "A relation to indicate the role of a given node in a communication channel or network."@en ;
	rdfs:label "has role"@en .
# 
# https://w3id.org/def/saref4agri#hosts

s4agri:hosts a owl:ObjectProperty ;
	owl:inverseOf s4agri:isHostedBy ;
	rdfs:comment "Relation between a platform and the systems it hosts."@en ;
	rdfs:label "host"@en .
# 
# https://w3id.org/def/saref4agri#inDeployment

s4agri:inDeployment a owl:ObjectProperty ;
	rdfs:comment "Relation between a platform and the deployment(s) that takes place in the platform."@en ;
	rdfs:label "in deployment"@en .
# 
# https://w3id.org/def/saref4agri#isConstituentOf

s4agri:isConstituentOf a owl:ObjectProperty ;
@@ -228,12 +240,6 @@ s4agri:isConstituentOf a owl:ObjectProperty ;
s4agri:isDeployedAtSpace a owl:ObjectProperty ;
	rdfs:comment "Relation to indicate the geographical componet of a deployment."@en , "is deployed at space"@en .
# 
# https://w3id.org/def/saref4agri#isHostedBy

s4agri:isHostedBy a owl:ObjectProperty ;
	rdfs:comment "Relation between a system and its hosting platform."@en ;
	rdfs:label "is hosted by"@en .
# 
# https://w3id.org/def/saref4agri#playedByNode

s4agri:playedByNode a owl:ObjectProperty ;
@@ -570,91 +576,94 @@ time:TemporalEntity a owl:Class ;
	rdfs:isDefinedBy <http://www.w3.org/2006/time#> ;
	rdfs:label "Temporal entity"@en .
# 
# https://w3id.org/def/saref4agri#Communication

s4agri:Communication a owl:Class ;
	rdfs:comment "An n-ary pattern used to link to nodes involved in a communication channel. The protocol used in such communication could be included."@en ;
	rdfs:label "Communication"@es .
# 
# https://w3id.org/def/saref4agri#CommunicationRole

s4agri:CommunicationRole a owl:Class ;
	rdfs:comment "An n-ary pattern used to link a given node to its role and a) the networked in which the role is played or b) the two-nodes communication channel."@en ;
	rdfs:label "Communication role"@es .
# 
# https://w3id.org/def/saref4agri#Deployment
# http://www.w3.org/ns/sosa/Platform

s4agri:Deployment a owl:Class ;
<http://www.w3.org/ns/sosa/Platform> a owl:Class ;
	rdfs:subClassOf _:genid4 .

_:genid4 a owl:Restriction ;
	owl:onProperty s4agri:deployedOnPlatform ;
	owl:someValuesFrom s4agri:Platform .
	owl:onProperty <http://www.w3.org/ns/sosa/hosts> ;
	owl:someValuesFrom <http://www.w3.org/ns/ssn/System> .

s4agri:Deployment rdfs:subClassOf _:genid5 .
<http://www.w3.org/ns/sosa/Platform> rdfs:subClassOf _:genid5 .

_:genid5 a owl:Restriction ;
	owl:onProperty s4agri:deployedSystem ;
	owl:someValuesFrom s4agri:System .
	owl:onProperty <http://www.w3.org/ns/ssn/inDeployment> ;
	owl:someValuesFrom <http://www.w3.org/ns/ssn/Deployment> .

s4agri:Deployment rdfs:comment "The scenario, including temporal and spatial information, in which the devices are installed."@en ;
	rdfs:label "Deployment"@en .
# 
# https://w3id.org/def/saref4agri#Network

s4agri:Network a owl:Class ;
	rdfs:comment "Collection of nodes connected."@en ;
	rdfs:label "Network"@es .
# 
# https://w3id.org/def/saref4agri#Node

s4agri:Node a owl:Class ;
	rdfs:subClassOf saref:Device ;
	rdfs:comment "Every system connected to at leas another one in a network."@en ;
	rdfs:label "Node"@es .
<http://www.w3.org/ns/sosa/Platform> rdfs:comment "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms (definition taken from http://www.w3.org/ns/sosa/Platform)"@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
	rdfs:label "Platform"@en .
# 
# https://w3id.org/def/saref4agri#Platform
# http://www.w3.org/ns/ssn/Deployment

s4agri:Platform a owl:Class ;
<http://www.w3.org/ns/ssn/Deployment> a owl:Class ;
	rdfs:subClassOf _:genid6 .

_:genid6 a owl:Restriction ;
	owl:onProperty s4agri:hosts ;
	owl:someValuesFrom s4agri:System .
	owl:onProperty <http://www.w3.org/ns/ssn/deployedOnPlatform> ;
	owl:someValuesFrom <http://www.w3.org/ns/sosa/Platform> .

s4agri:Platform rdfs:subClassOf _:genid7 .
<http://www.w3.org/ns/ssn/Deployment> rdfs:subClassOf _:genid7 .

_:genid7 a owl:Restriction ;
	owl:onProperty s4agri:inDeployment ;
	owl:someValuesFrom s4agri:Deployment .
	owl:onProperty <http://www.w3.org/ns/ssn/deployedSystem> ;
	owl:someValuesFrom <http://www.w3.org/ns/ssn/System> .

s4agri:Platform rdfs:comment "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms (definition taken from http://www.w3.org/ns/sosa/Platform)"@en ;
	rdfs:label "Platform"@en .
<http://www.w3.org/ns/ssn/Deployment> rdfs:comment "The scenario, including temporal and spatial information, in which the devices are installed."@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
	rdfs:label "Deployment"@en .
# 
# https://w3id.org/def/saref4agri#System
# http://www.w3.org/ns/ssn/System

s4agri:System a owl:Class ;
<http://www.w3.org/ns/ssn/System> a owl:Class ;
	rdfs:subClassOf _:genid8 .

_:genid8 a owl:Restriction ;
	owl:onProperty s4agri:hasDeployment ;
	owl:someValuesFrom s4agri:Deployment .
	owl:onProperty <http://www.w3.org/ns/sosa/isHostedBy> ;
	owl:someValuesFrom <http://www.w3.org/ns/sosa/Platform> .

s4agri:System rdfs:subClassOf _:genid9 .
<http://www.w3.org/ns/ssn/System> rdfs:subClassOf _:genid9 .

_:genid9 a owl:Restriction ;
	owl:onProperty s4agri:isHostedBy ;
	owl:someValuesFrom s4agri:Platform .
	owl:onProperty <http://www.w3.org/ns/ssn/hasDeployment> ;
	owl:someValuesFrom <http://www.w3.org/ns/ssn/Deployment> .

s4agri:System rdfs:subClassOf _:genid10 .
<http://www.w3.org/ns/ssn/System> rdfs:subClassOf _:genid10 .

_:genid10 a owl:Restriction ;
	owl:onProperty saref:consistsOf ;
	owl:allValuesFrom s4agri:System .
	owl:allValuesFrom <http://www.w3.org/ns/ssn/System> .

s4agri:System rdfs:comment "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other Systems. (Definition taken from http://www.w3.org/ns/ssn/System)"@en ;
<http://www.w3.org/ns/ssn/System> rdfs:comment "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other Systems. (Definition taken from http://www.w3.org/ns/ssn/System)"@en ;
	rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
	rdfs:label "System"@en .
# 
# https://w3id.org/def/saref4agri#Communication

s4agri:Communication a owl:Class ;
	rdfs:comment "An n-ary pattern used to link to nodes involved in a communication channel. The protocol used in such communication could be included."@en ;
	rdfs:label "Communication"@es .
# 
# https://w3id.org/def/saref4agri#CommunicationRole

s4agri:CommunicationRole a owl:Class ;
	rdfs:comment "An n-ary pattern used to link a given node to its role and a) the networked in which the role is played or b) the two-nodes communication channel."@en ;
	rdfs:label "Communication role"@es .
# 
# https://w3id.org/def/saref4agri#Network

s4agri:Network a owl:Class ;
	rdfs:comment "Collection of nodes connected."@en ;
	rdfs:label "Network"@es .
# 
# https://w3id.org/def/saref4agri#Node

s4agri:Node a owl:Class ;
	rdfs:subClassOf saref:Device ;
	rdfs:comment "Every system connected to at leas another one in a network."@en ;
	rdfs:label "Node"@es .
# 
# https://w3id.org/saref#Actuator

saref:Actuator a owl:Class ;