Device Ontology: Multibeam Sonars: Prototype

Device Ontology: Multibeam Sonars: Prototype

<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://mmsw.org/ont/mmi/device/multibeamsonar#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:device="http://mmisw.org/ont/mmi/device/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://mmsw.org/ont/mmi/device/multibeamsonar">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://mmisw.org/ont/mmi/device"/>
  </owl:Ontology>
  <owl:Class rdf:ID="MultibeamSonar">
    <rdfs:subClassOf rdf:resource="http://mmisw.org/ont/mmi/device/Sensor"/>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="hasNumberOfBeams">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdfs:domain rdf:resource="#MultibeamSonar"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasSwathWidth">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#MultibeamSonar"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasTransducerDepth">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#MultibeamSonar"/>
  </owl:DatatypeProperty>
  <MultibeamSonar rdf:ID="MultibeamSonar_01">
    <device:hasFunctionalityStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >operational</device:hasFunctionalityStatus>
  </MultibeamSonar>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4.3, Build 572)  http://protege.stanford.edu -->