Ontology for Sensor Network: example of Energy devices

Author
W3C Semantic Sensor Network Incubator Group
Description
For more information on the group's activities see: http://www.w3.org/2005/Incubator/ssn/ .
Please report any errors to the Semantic Sensor Network Incubator Activity via the public W3C list public-xg-ssn@w3.org
An example of the SSN-XG sensor ontology (http://www.w3.org/2005/Incubator/ssn/) used to describe a battery used in Wireless Sensor Networks. Based on the datasheet of the accumulator Panasonic LC-R121R3P: http://www.panasonic.com/industrial/includes/pdf/Panasonic_VRLA_LC-R121R3P.pdf
Latest Version
http://purl.oclc.org/NET/ssnx/energy/ssn-energy
Rights
Copyright 2010 - 2011 W3C.
URI
The namespace for this ontology is http://purl.oclc.org/NET/ssnx/energy/ssn-energy
Prefix
When used in XML documents the suggested prefix is energy

Table of Contents

Section Module Classes Properties
cc cc license
energy energy Battery, Board, EnergyDevice, SolarPanel

Section cc

Introduction cc

This part of the ontology defines no classes and one property .

Module Term Name Type Definition
cc license property

Module cc

license

URI: http://creativecommons.org/ns#license
Type of property: Annotation property
Schema:

<owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#license"/>

Section energy

Introduction energy

This part of the ontology defines 4 classes and no properties .

Module Term Name Type Definition
energy Battery class
energy Board class
energy EnergyDevice class
energy SolarPanel class

Module energy

Battery

URI: http://purl.oclc.org/NET/ssnx/energy/ssn-energy#Battery
Subclass of energy:EnergyDevice
Paraphrase (experimental) A energy:Battery is something that is a energy:EnergyDevice
Schema:

<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#Battery">
<rdfs:subClassOf><owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#EnergyDevice"/>
</rdfs:subClassOf>
</owl:Class>

Board

URI: http://purl.oclc.org/NET/ssnx/energy/ssn-energy#Board
Subclass of energy:EnergyDevice
Paraphrase (experimental) A energy:Board is something that is a energy:EnergyDevice
Schema:

<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#Board">
<rdfs:subClassOf><owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#EnergyDevice"/>
</rdfs:subClassOf>
</owl:Class>

EnergyDevice

URI: http://purl.oclc.org/NET/ssnx/energy/ssn-energy#EnergyDevice
Subclass of ssn:Device
Paraphrase (experimental) A energy:EnergyDevice is something that is a ssn:Device
Schema:

<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#EnergyDevice">
<rdfs:subClassOf><owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/ssn#Device"/>
</rdfs:subClassOf>
</owl:Class>

SolarPanel

URI: http://purl.oclc.org/NET/ssnx/energy/ssn-energy#SolarPanel
Subclass of energy:EnergyDevice
Paraphrase (experimental) A energy:SolarPanel is something that is a energy:EnergyDevice
Schema:

<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#SolarPanel">
<rdfs:subClassOf><owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/energy/ssn-energy#EnergyDevice"/>
</rdfs:subClassOf>
</owl:Class>