The SEAS Device ontology

IRI:
https://w3id.org/pep/
Version IRI:
https://w3id.org/seas/DeviceOntology-1.1
Current version:
v1.1
Previous version:
https://w3id.org/seas/DeviceOntology-1.0 (visualise it with LODE)
Authors:
http://www.maxime-lefrancois.info/me#
Imported Ontologies:
https://w3id.org/pep/ (visualise it with LODE)
https://w3id.org/seas/SystemOntology (visualise it with LODE)
Other visualisation:
Ontology source

Table of Content

  1. Classes
  2. Object Properties
  3. Named Individuals
  4. Annotation Properties
  5. Namespace Declarations

Classes

Actuatingc back to ToC or Class ToC

IRI: https://w3id.org/seas/Actuating

is defined by
https://w3id.org/seas/DeviceOntology
Actuating is a procedure that has an impact on the physical world.
has super-classes
procedure

Actuationc back to ToC or Class ToC

IRI: https://w3id.org/seas/Actuation

is defined by
https://w3id.org/seas/DeviceOntology
An actuation is the execution of some actuating procedure by some actuator, and has an impact on the physical world.
is equivalent to
used procedure some Actuatingc
has super-classes
procedure execution
made by some Actuatorc
acts on propertyop some property
used procedure some Actuatingc

Actuatorc back to ToC or Class ToC

IRI: https://w3id.org/seas/Actuator

is defined by
https://w3id.org/seas/DeviceOntology
An actuator is a device that implements some actuating procedure, and has thus an impact on the physical world.
is equivalent to
implements some Actuatingc
has super-classes
Devicec
implements some Actuatingc

Devicec back to ToC or Class ToC

IRI: https://w3id.org/seas/Device

is defined by
https://w3id.org/seas/DeviceOntology
Device is a physical system designed to execute one or more procedures that invove the physical world. A `seas:Device` is also a `pep:ProcedureExecutor` from the [Procedure Execution Ontology (PEP)](https://w3id.org/pep/). As such, it may implement procedures, and generate procedure executions. If SEAS was to be aligned to the SAREF ontology, `seas:Device` would be more generic than `saref:Device`. A `seas:Device` may also be aligned with the SSN `ssn:Device`.
has super-classes
procedure executor
has sub-classes
Actuatorc, Sensorc

Observationc back to ToC or Class ToC

IRI: https://w3id.org/seas/Observation

is defined by
https://w3id.org/seas/DeviceOntology
An observation is the execution of some sensing procedure by some sensor.
is equivalent to
used procedure some Sensingc
has super-classes
procedure execution
used procedure some Sensingc
observes propertyop some property
made by some Sensorc

Sensingc back to ToC or Class ToC

IRI: https://w3id.org/seas/Sensing

is defined by
https://w3id.org/seas/DeviceOntology
Sensing is a procedure where stimuli from the physical world are used to produce outputs.
has super-classes
procedure

Sensorc back to ToC or Class ToC

IRI: https://w3id.org/seas/Sensor

is defined by
https://w3id.org/seas/DeviceOntology
A sensor is a device that implements some sensing procedure, and hence uses stimuli from the physical world to produce outputs.
is equivalent to
implements some Sensingc
has super-classes
Devicec
implements some Sensingc

Object Properties

acts onop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/actsOn

is defined by
https://w3id.org/seas/DeviceOntology
Links an actuating, actuator, or actuation, to the feature of interest a property of which it acts on. If `x` acts on a property, then it also acts on the feature of interest of this property: ``` seas:actsOnProperty < seas:actsOn o seas:isPropertyOf . ``` If a acting acts on a feature of interest, then any actuator that implements this acting also acts on this feature of interest, and any actuation that used this acting also acts on this feature of interest. Furthermore, if a actuator acts on a feature of interest, then any actuation executed by this actuator also acts on this feature of interest: ``` seas:actsOn < pep:usedProcedure o seas:actsOn . seas:actsOn < pep:usedProcedure o seas:actsOn . seas:actsOn < pep:madeBy o seas:actsOn . ```
has domain
Actuatingc or Actuationc or Actuatorc
has range
feature of interest

acts on propertyop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/actsOnProperty

is defined by
https://w3id.org/seas/DeviceOntology
Links an actuating, actuator, or actuation, to the property it acts on. If a acting acts on a property, then any actuator that implements this acting also acts on this property, and any actuation that used this acting also acts on this property. Furthermore, if a actuator acts on a property, then any actuation executed by this actuator also acts on this property: ``` seas:actsOnProperty < pep:implements o seas:actsOnProperty . seas:actsOnProperty < pep:usedProcedure o seas:actsOnProperty . seas:actsOnProperty < pep:madeBy o seas:actsOnProperty . ```
has domain
Actuatingc or Actuationc or Actuatorc
has range
property
has sub-property chains
implements o acts on propertyop
used procedure o acts on propertyop
made by o acts on propertyop

observesop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/observes

is defined by
https://w3id.org/seas/DeviceOntology
Links a sensing, sensor, or observation, to the feature of interest a property of which it observes. If `x` observes a property, then it also observes the feature of interest of this property: ``` seas:observes < seas:observesProperty o seas:isPropertyOf . ``` If a sensing observes a feature of interest, then any sensor that implements this sensing also observes this feature of interest, and any observation that used this sensing also observes this feature of interest. Furthermore, if a sensor observes a feature of interest, then any observation executed by this sensor also observes this feature of interest: ``` seas:observes < pep:usedProcedure o seas:observes . seas:observes < pep:usedProcedure o seas:observes . seas:observes < pep:madeBy o seas:observes . ```
has domain
Observationc or Sensingc or Sensorc
has range
feature of interest
has sub-property chains
implements o observesop
made by o observesop
used procedure o observesop

observes propertyop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/observesProperty

is defined by
https://w3id.org/seas/DeviceOntology
Links a sensing, sensor, or observation, to a property it observes. If a sensing observes a property, then any sensor that implements this sensing also observes this property, and any observation that used this sensing also observes this property. Furthermore, if a sensor observes a property, then any observation executed by this sensor also observes this property: ``` seas:observesProperty < pep:implements o seas:observesProperty . seas:observesProperty < pep:usedProcedure o seas:observesProperty . seas:observesProperty < pep:madeBy o seas:observesProperty . ```
has domain
Observationc or Sensingc or Sensorc
has range
property
has sub-property chains
made by o observes propertyop
used procedure o observes propertyop
implements o observes propertyop

Named Individuals

device ontologyni back to ToC or Named Individual ToC

IRI: https://w3id.org/seas/DeviceOntology

belongs to
vocabularyc

Annotation Properties

contributorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/contributor

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/creator

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/description

issuedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/issued

licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/license

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

preferred namespace prefixap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

preferred namespace uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceUri

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/title

Namespace Declarations back to ToC

default namespace
https://w3id.org/pep/
0-1
http://xmlns.com/foaf/0.1/
licenses
https://www.apache.org/licenses/
ns
http://www.w3.org/2003/06/sw-vocab-status/ns#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
seas
https://w3id.org/seas/
terms
http://purl.org/dc/terms/
vann
http://purl.org/vocab/vann/
voaf
http://purl.org/vocommons/voaf#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.