Commit b8240ba6 authored by albaizq's avatar albaizq
Browse files
parents 19afdb8b b92793af
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
      "@id" : "https://w3id.org/saref#isControlledByDevice",
      "@type" : "@id"
    },
    "hasConstituent" : {
      "@id" : "https://w3id.org/def/saref4agri#hasConstituent",
      "@type" : "@id"
    },
    "Communication" : {
      "@id" : "https://w3id.org/def/saref4agri#Communication"
    },
@@ -41,6 +45,10 @@
      "@id" : "https://w3id.org/saref#accomplishes",
      "@type" : "@id"
    },
    "hasDeploymentPeriod" : {
      "@id" : "https://w3id.org/def/saref4agri#hasDeploymentPeriod",
      "@type" : "@id"
    },
    "fromNode" : {
      "@id" : "https://w3id.org/def/saref4agri#fromNode",
      "@type" : "@id"
@@ -88,6 +96,10 @@
    "Measurement" : {
      "@id" : "https://w3id.org/saref#Measurement"
    },
    "isConstituentOf" : {
      "@id" : "https://w3id.org/def/saref4agri#isConstituentOf",
      "@type" : "@id"
    },
    "isHostedBy" : {
      "@id" : "https://w3id.org/def/saref4agri#isHostedBy",
      "@type" : "@id"
@@ -132,6 +144,10 @@
      "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#location",
      "@type" : "@id"
    },
    "isDeployedAtSpace" : {
      "@id" : "https://w3id.org/def/saref4agri#isDeployedAtSpace",
      "@type" : "@id"
    },
    "TemporalEntity" : {
      "@id" : "http://www.w3.org/2006/time#TemporalEntity"
    },
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ function loadTOC(){
<dt>This version:</dt>
<dd><a href="https://w3id.org/def/v1/saref4agri">https://w3id.org/def/v1/saref4agri</a></dd>
<dt>Revision:</dt>
<dd>0.1</dd>
<dd>0.2</dd>
<dt>Contributors:</dt>
<dd><a href="http://w3id.org/people/mpoveda">http://w3id.org/people/mpoveda</a></dd>

+166 −0
Original line number Diff line number Diff line
@@ -686,6 +686,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#Communication",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "An n-ary pattern used to link to nodes involved in a communication channel. The protocol used in such communication could be included."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "es",
    "@value" : "Communication"
@@ -693,6 +697,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#CommunicationRole",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "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."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "es",
    "@value" : "Communication role"
@@ -700,6 +708,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#Deployment",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "The scenario, including temporal and spatial information, in which the devices are installed."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Deployment"
@@ -728,6 +740,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#Network",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Collection of nodes connected."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "es",
    "@value" : "Network"
@@ -735,13 +751,24 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#Node",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Every system connected to at leas another one in a network."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "es",
    "@value" : "Node"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
    "@id" : "https://w3id.org/saref#Device"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#Platform",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "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)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "Platform"
@@ -754,6 +781,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#System",
  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "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)"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "System"
@@ -768,6 +799,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#deployedOnPlatform",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a deployment and the platform(s) involved in the deployment."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "deployed on platform"
@@ -778,6 +813,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#deployedSystem",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a deployment and the system deployed."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "deployed system"
@@ -788,10 +827,28 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#fromNode",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Origin node in directed communications."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "from node"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasConstituent",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a network and its constituents systems."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has constituent"
  } ],
  "http://www.w3.org/2002/07/owl#inverseOf" : [ {
    "@id" : "https://w3id.org/def/saref4agri#isConstituentOf"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasDeployment",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
@@ -799,9 +856,23 @@
    "@language" : "en",
    "@value" : "has deployment"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasDeploymentPeriod",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation to indicate the temporal duration or period of a deployment."
  }, {
    "@language" : "en",
    "@value" : "has deployment period"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasFeatureOfInterest",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a measurement and the feature of interest being measured."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has feature of interest"
@@ -812,6 +883,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasProperty",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a feature of interest and its properties."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has property"
@@ -822,12 +897,24 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasProtocol",
  "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "The protocol used in a given communition between nodes."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has protocol"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "http://www.w3.org/2000/01/rdf-schema#Literal"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#hasRole",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "A relation to indicate the role of a given node in a communication channel or network."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "has role"
@@ -835,6 +922,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#hosts",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a platform and the systems it hosts."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "host"
@@ -845,13 +936,42 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#inDeployment",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a platform and the deployment(s) that takes place in the platform."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "in deployment"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#isConstituentOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a node and the network(s) it is part of."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is constituent of"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#isDeployedAtSpace",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation to indicate the geographical componet of a deployment."
  }, {
    "@language" : "en",
    "@value" : "is deployed at space"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#isFeatureOfInterestOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation betwwen a feature of interest and the measurments that are about it."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is feature of interest of"
@@ -859,6 +979,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#isHostedBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a system and its hosting platform."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is hosted by"
@@ -866,6 +990,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#isPropertyOf",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a property and a feature of interest in which such property appears."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "is property of"
@@ -873,6 +1001,10 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#measurementMadeBy",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation between a measurement and the device that made it."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "measurement made by"
@@ -883,27 +1015,61 @@
}, {
  "@id" : "https://w3id.org/def/saref4agri#playedByNode",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation use to indicate the node playing a given role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
    "@id" : "https://w3id.org/def/saref4agri#CommunicationRole"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "played by node"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Node"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#roleInCommunication",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation use to indicate the communication in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
    "@id" : "https://w3id.org/def/saref4agri#CommunicationRole"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "role in communication"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Communication"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#roleInNetwork",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Relation use to indicate the network in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
    "@id" : "https://w3id.org/def/saref4agri#CommunicationRole"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "role in network"
  } ],
  "http://www.w3.org/2000/01/rdf-schema#range" : [ {
    "@id" : "https://w3id.org/def/saref4agri#Network"
  } ]
}, {
  "@id" : "https://w3id.org/def/saref4agri#toNode",
  "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
  "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
    "@language" : "en",
    "@value" : "Target node in directed communications."
  } ],
  "http://www.w3.org/2000/01/rdf-schema#label" : [ {
    "@language" : "en",
    "@value" : "to node"
+53 −0

File changed.

Preview size limit exceeded, changes collapsed.

+58 −1
Original line number Diff line number Diff line
@@ -144,92 +144,139 @@ xsd:duration rdf:type rdfs:Datatype .
###  https://w3id.org/def/saref4agri#deployedOnPlatform
:deployedOnPlatform rdf:type owl:ObjectProperty ;
                    owl:inverseOf :inDeployment ;
                    rdfs:comment "Relation between a deployment and the platform(s) involved in the deployment."@en ;
                    rdfs:label "deployed on platform"@en .


###  https://w3id.org/def/saref4agri#deployedSystem
:deployedSystem rdf:type owl:ObjectProperty ;
                owl:inverseOf :hasDeployment ;
                rdfs:comment "Relation between a deployment and the system deployed."@en ;
                rdfs:label "deployed system"@en .


###  https://w3id.org/def/saref4agri#fromNode
:fromNode rdf:type owl:ObjectProperty ;
          rdfs:comment "Origin node in directed communications."@en ;
          rdfs:label "from node"@en .


###  https://w3id.org/def/saref4agri#hasConstituent
:hasConstituent rdf:type owl:ObjectProperty ;
                owl:inverseOf :isConstituentOf ;
                rdfs:comment "Relation between a network and its constituents systems."@en ;
                rdfs:label "has constituent"@en .


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


###  https://w3id.org/def/saref4agri#hasDeploymentPeriod
:hasDeploymentPeriod rdf:type owl:ObjectProperty ;
                     rdfs:comment "Relation to indicate the temporal duration or period of a deployment."@en ,
                                  "has deployment period"@en .


###  https://w3id.org/def/saref4agri#hasFeatureOfInterest
:hasFeatureOfInterest rdf:type owl:ObjectProperty ;
                      owl:inverseOf :isFeatureOfInterestOf ;
                      rdfs:comment "Relation between a measurement and the feature of interest being measured."@en ;
                      rdfs:label "has feature of interest"@en .


###  https://w3id.org/def/saref4agri#hasProperty
:hasProperty rdf:type owl:ObjectProperty ;
             owl:inverseOf :isPropertyOf ;
             rdfs:comment "Relation between a feature of interest and its properties."@en ;
             rdfs:label "has property"@en .


###  https://w3id.org/def/saref4agri#hasRole
:hasRole rdf:type 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
:hosts rdf:type owl:ObjectProperty ;
       owl:inverseOf :isHostedBy ;
       rdfs:comment "Relation between a platform and the systems it hosts."@en ;
       rdfs:label "host"@en .


###  https://w3id.org/def/saref4agri#inDeployment
:inDeployment rdf:type 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
:isConstituentOf rdf:type owl:ObjectProperty ;
                 rdfs:comment "Relation between a node and the network(s) it is part of."@en ;
                 rdfs:label "is constituent of"@en .


###  https://w3id.org/def/saref4agri#isDeployedAtSpace
:isDeployedAtSpace rdf:type owl:ObjectProperty ;
                   rdfs:comment "Relation to indicate the geographical componet of a deployment."@en ,
                                "is deployed at space"@en .


###  https://w3id.org/def/saref4agri#isFeatureOfInterestOf
:isFeatureOfInterestOf rdf:type owl:ObjectProperty ;
                       rdfs:comment "Relation betwwen a feature of interest and the measurments that are about it."@en ;
                       rdfs:label "is feature of interest of"@en .


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


###  https://w3id.org/def/saref4agri#isPropertyOf
:isPropertyOf rdf:type owl:ObjectProperty ;
              rdfs:comment "Relation between a property and a feature of interest in which such property appears."@en ;
              rdfs:label "is property of"@en .


###  https://w3id.org/def/saref4agri#measurementMadeBy
:measurementMadeBy rdf:type owl:ObjectProperty ;
                   owl:inverseOf <https://w3id.org/saref#makesMeasurement> ;
                   rdfs:comment "Relation between a measurement and the device that made it."@en ;
                   rdfs:label "measurement made by"@en .


###  https://w3id.org/def/saref4agri#playedByNode
:playedByNode rdf:type owl:ObjectProperty ;
              rdfs:domain :CommunicationRole ;
              rdfs:range :Node ;
              rdfs:comment "Relation use to indicate the node playing a given role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"@en ;
              rdfs:label "played by node"@en .


###  https://w3id.org/def/saref4agri#roleInCommunication
:roleInCommunication rdf:type owl:ObjectProperty ;
                     rdfs:domain :CommunicationRole ;
                     rdfs:range :Communication ;
                     rdfs:comment "Relation use to indicate the communication in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"@en ;
                     rdfs:label "role in communication"@en .


###  https://w3id.org/def/saref4agri#roleInNetwork
:roleInNetwork rdf:type owl:ObjectProperty ;
               rdfs:domain :CommunicationRole ;
               rdfs:range :Network ;
               rdfs:comment "Relation use to indicate the network in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"@en ;
               rdfs:label "role in network"@en .


###  https://w3id.org/def/saref4agri#toNode
:toNode rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf owl:topObjectProperty ;
        rdfs:comment "Target node in directed communications."@en ;
        rdfs:label "to node"@en .


@@ -343,7 +390,9 @@ xsd:duration rdf:type rdfs:Datatype .

###  https://w3id.org/def/saref4agri#hasProtocol
:hasProtocol rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal .
             rdfs:range rdfs:Literal ;
             rdfs:comment "The protocol used in a given communition between nodes."@en ;
             rdfs:label "has protocol"@en .


###  https://w3id.org/saref#hasDescription
@@ -494,11 +543,13 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P

###  https://w3id.org/def/saref4agri#Communication
:Communication rdf:type 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
:CommunicationRole rdf:type 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 .


@@ -512,6 +563,7 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P
                              owl:onProperty :deployedSystem ;
                              owl:someValuesFrom :System
                            ] ;
            rdfs:comment "The scenario, including temporal and spatial information, in which the devices are installed."@en ;
            rdfs:label "Deployment"@en .


@@ -532,11 +584,14 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P

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


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


@@ -550,6 +605,7 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P
                            owl:onProperty :inDeployment ;
                            owl:someValuesFrom :Deployment
                          ] ;
          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 .


@@ -567,6 +623,7 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P
                          owl:onProperty <https://w3id.org/saref#consistsOf> ;
                          owl:allValuesFrom :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:label "System"@en .


Loading