You are on page 1of 20

<?xml version="1.0"?> <!DOCTYPE Ontology [ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > <!ENTITY xml "http://www.w3.org/XML/1998/namespace" > <!ENTITY rdfs "http://www.w3.

org/2000/01/rdf-schema#" > <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > ]> <Ontology xmlns="http://www.w3.org/2002/07/owl#" xml:base="http://www.ua.edu/camera/owl" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xml="http://www.w3.org/XML/1998/namespace" ontologyIRI="http://www.ua.edu/camera/owl"> <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/> <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/> <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/> <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/> <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/> <Declaration> <Class IRI="#BatteryCover"/> </Declaration> <Declaration> <Class IRI="#Battery_Electric"/> </Declaration> <Declaration> <Class IRI="#CameraBody"/> </Declaration> <Declaration> <Class IRI="#CameraLens"/> </Declaration> <Declaration> <Class IRI="#CameraMicrophone"/> </Declaration> <Declaration> <Class IRI="#Connector"/> </Declaration> <Declaration> <Class IRI="#Connector_Electrical"/> </Declaration> <Declaration> <Class IRI="#Connector_Electrical_HighDefinitionMultimediaInterface"/> </Declaration> <Declaration> <Class IRI="#Connector_Electrical_UniversalSerialBus"/> </Declaration> <Declaration> <Class IRI="#Connector_Mechanical"/> </Declaration> <Declaration> <Class IRI="#Connector_Mechanical_LensMount"/> </Declaration> <Declaration> <Class IRI="#Connector_Mechanical_Socket"/> </Declaration> <Declaration>

<Class IRI="#Connector_Mechanical_Socket_Tripod"/> </Declaration> <Declaration> <Class IRI="#Cover"/> </Declaration> <Declaration> <Class IRI="#DisplayDevice"/> </Declaration> <Declaration> <Class IRI="#Filter"/> </Declaration> <Declaration> <Class IRI="#LCDDisplay"/> </Declaration> <Declaration> <Class IRI="#LensFIlter"/> </Declaration> <Declaration> <Class IRI="#Lens_Optical"/> </Declaration> <Declaration> <Class IRI="#Mechanism"/> </Declaration> <Declaration> <Class IRI="#Mechanism_Aperture"/> </Declaration> <Declaration> <Class IRI="#Mechanism_Aperture_Camera"/> </Declaration> <Declaration> <Class IRI="#Mechanism_Focusing"/> </Declaration> <Declaration> <Class IRI="#Mechanism_Focusing_Automatic"/> </Declaration> <Declaration> <Class IRI="#Mechanism_Focusing_Manual"/> </Declaration> <Declaration> <Class IRI="#Memory_Card"/> </Declaration> <Declaration> <Class IRI="#Microphone"/> </Declaration> <Declaration> <Class IRI="#RubberSocketCover"/> </Declaration> <Declaration> <Class IRI="#Sensor"/> </Declaration> <Declaration> <Class IRI="#SensorFilter"/> </Declaration> <Declaration> <Class IRI="#Stabilizier_Image"/> </Declaration> <Declaration> <Class IRI="#Switch"/> </Declaration> <Declaration>

<Class IRI="#Switch_Button"/> </Declaration> <Declaration> <Class IRI="#Switch_Button_Control"/> </Declaration> <Declaration> <Class IRI="#Switch_Button_Focus_AutoManual"/> </Declaration> <Declaration> <Class IRI="#Switch_Button_Stabilizer"/> </Declaration> <Declaration> <Class IRI="#Switch_Toggle"/> </Declaration> <Declaration> <Class IRI="#Switch_Toggle_Power"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasAperture"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasConnector"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasElectricBattery"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasElectricalConnector"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasFocusingMechanism"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasImageStabilizer"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasLens"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasMechanicalConnector"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasMemoryCard"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasSensor"/> </Declaration> <Declaration> <ObjectProperty IRI="#hasSwitch"/> </Declaration> <Declaration> <ObjectProperty IRI="#isApertureFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isConnectorFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isElectricBatteryFor"/> </Declaration> <Declaration>

<ObjectProperty IRI="#isElectricalConnectorFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isFocusingMechaismFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isImageStabilizerFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isLensFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isMechanicalConnectorFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isMemoryCardFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isSensorFor"/> </Declaration> <Declaration> <ObjectProperty IRI="#isSwitchFor"/> </Declaration> <Declaration> <DataProperty IRI="#&apos;Electric_Battery&apos;Length"/> </Declaration> <Declaration> <DataProperty IRI="#&apos;Electric_Battery&apos;Width"/> </Declaration> <Declaration> <DataProperty IRI="#&apos;Memory_Card&apos;Length"/> </Declaration> <Declaration> <DataProperty IRI="#&apos;Memory_Card&apos;Width"/> </Declaration> <Declaration> <DataProperty IRI="#CameraBodyDepth"/> </Declaration> <Declaration> <DataProperty IRI="#CameraBodyLength"/> </Declaration> <Declaration> <DataProperty IRI="#CameraBodyWidth"/> </Declaration> <Declaration> <DataProperty IRI="#CameraLensDiameter"/> </Declaration> <Declaration> <DataProperty IRI="#CameraLensFocalLengthLength"/> </Declaration> <Declaration> <DataProperty IRI="#CoverDepth"/> </Declaration> <Declaration> <DataProperty IRI="#CoverLength"/> </Declaration> <Declaration> <DataProperty IRI="#CoverWidth"/> </Declaration> <Declaration>

<DataProperty IRI="#DisplayDeviceLength"/> </Declaration> <Declaration> <DataProperty IRI="#DisplayDeviceWidth"/> </Declaration> <Declaration> <DataProperty IRI="#ElectricBatteryDepth"/> </Declaration> <Declaration> <DataProperty IRI="#MaterialTypeValue"/> </Declaration> <Declaration> <DataProperty IRI="#MemoryCardDepth"/> </Declaration> <Declaration> <DataProperty IRI="#OpticalLensDiameter"/> </Declaration> <Declaration> <DataProperty IRI="#OpticalLensFocalLengthLength"/> </Declaration> <Declaration> <DataProperty IRI="#StorageCapacity"/> </Declaration> <Declaration> <DataProperty IRI="#SwitchLength"/> </Declaration> <Declaration> <DataProperty IRI="#SwitchWidth"/> </Declaration> <Declaration> <DataProperty IRI="#VoltageOutput"/> </Declaration> <Declaration> <DataProperty IRI="#WeightValue"/> </Declaration> <SubClassOf> <Class IRI="#BatteryCover"/> <Class IRI="#Cover"/> </SubClassOf> <SubClassOf> <Class IRI="#CameraMicrophone"/> <Class IRI="#Microphone"/> </SubClassOf> <SubClassOf> <Class IRI="#Connector_Electrical"/> <Class IRI="#Connector"/> </SubClassOf> <SubClassOf> <Class IRI="#Connector_Electrical_HighDefinitionMultimediaInterface"/> <Class IRI="#Connector_Electrical"/> </SubClassOf> <SubClassOf> <Class IRI="#Connector_Electrical_UniversalSerialBus"/> <Class IRI="#Connector_Electrical"/> </SubClassOf> <SubClassOf> <Class IRI="#Connector_Mechanical"/> <Class IRI="#Connector"/> </SubClassOf> <SubClassOf>

<Class IRI="#Connector_Mechanical_LensMount"/> <Class IRI="#Connector_Mechanical"/> </SubClassOf> <SubClassOf> <Class IRI="#Connector_Mechanical_Socket"/> <Class IRI="#Connector_Mechanical"/> </SubClassOf> <SubClassOf> <Class IRI="#Connector_Mechanical_Socket_Tripod"/> <Class IRI="#Connector_Mechanical_Socket"/> </SubClassOf> <SubClassOf> <Class IRI="#LCDDisplay"/> <Class IRI="#DisplayDevice"/> </SubClassOf> <SubClassOf> <Class IRI="#LensFIlter"/> <Class IRI="#Filter"/> </SubClassOf> <SubClassOf> <Class IRI="#Mechanism_Aperture"/> <Class IRI="#Mechanism"/> </SubClassOf> <SubClassOf> <Class IRI="#Mechanism_Aperture_Camera"/> <Class IRI="#Mechanism_Aperture"/> </SubClassOf> <SubClassOf> <Class IRI="#Mechanism_Focusing"/> <Class IRI="#Mechanism"/> </SubClassOf> <SubClassOf> <Class IRI="#Mechanism_Focusing_Automatic"/> <Class IRI="#Mechanism_Focusing"/> </SubClassOf> <SubClassOf> <Class IRI="#Mechanism_Focusing_Manual"/> <Class IRI="#Mechanism_Focusing"/> </SubClassOf> <SubClassOf> <Class IRI="#RubberSocketCover"/> <Class IRI="#Cover"/> </SubClassOf> <SubClassOf> <Class IRI="#SensorFilter"/> <Class IRI="#Filter"/> </SubClassOf> <SubClassOf> <Class IRI="#Switch_Button"/> <Class IRI="#Switch"/> </SubClassOf> <SubClassOf> <Class IRI="#Switch_Button_Control"/> <Class IRI="#Switch_Button"/> </SubClassOf> <SubClassOf> <Class IRI="#Switch_Button_Focus_AutoManual"/> <Class IRI="#Switch_Button"/> </SubClassOf> <SubClassOf>

<Class IRI="#Switch_Button_Stabilizer"/> <Class IRI="#Switch_Button"/> </SubClassOf> <SubClassOf> <Class IRI="#Switch_Toggle"/> <Class IRI="#Switch"/> </SubClassOf> <SubClassOf> <Class IRI="#Switch_Toggle_Power"/> <Class IRI="#Switch_Toggle"/> </SubClassOf> <DisjointClasses> <Class IRI="#Mechanism_Focusing_Automatic"/> <Class IRI="#Mechanism_Focusing_Manual"/> </DisjointClasses> <SubObjectPropertyOf> <ObjectProperty IRI="#hasElectricalConnector"/> <ObjectProperty IRI="#hasConnector"/> </SubObjectPropertyOf> <SubObjectPropertyOf> <ObjectProperty IRI="#hasMechanicalConnector"/> <ObjectProperty IRI="#hasConnector"/> </SubObjectPropertyOf> <SubObjectPropertyOf> <ObjectProperty IRI="#isElectricalConnectorFor"/> <ObjectProperty IRI="#isConnectorFor"/> </SubObjectPropertyOf> <SubObjectPropertyOf> <ObjectProperty IRI="#isMechanicalConnectorFor"/> <ObjectProperty IRI="#isConnectorFor"/> </SubObjectPropertyOf> <InverseObjectProperties> <ObjectProperty IRI="#isApertureFor"/> <ObjectProperty IRI="#hasAperture"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#hasConnector"/> <ObjectProperty IRI="#isConnectorFor"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#hasElectricalConnector"/> <ObjectProperty IRI="#isElectricalConnectorFor"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#hasFocusingMechanism"/> <ObjectProperty IRI="#isFocusingMechaismFor"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#hasLens"/> <ObjectProperty IRI="#isLensFor"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#isMechanicalConnectorFor"/> <ObjectProperty IRI="#hasMechanicalConnector"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#isMemoryCardFor"/> <ObjectProperty IRI="#hasMemoryCard"/> </InverseObjectProperties> <InverseObjectProperties>

<ObjectProperty IRI="#hasSensor"/> <ObjectProperty IRI="#isSensorFor"/> </InverseObjectProperties> <InverseObjectProperties> <ObjectProperty IRI="#hasSwitch"/> <ObjectProperty IRI="#isSwitchFor"/> </InverseObjectProperties> <ObjectPropertyDomain> <ObjectProperty IRI="#isApertureFor"/> <Class IRI="#Mechanism_Aperture"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isConnectorFor"/> <Class IRI="#Connector"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isElectricBatteryFor"/> <Class IRI="#Battery_Electric"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isElectricalConnectorFor"/> <Class IRI="#Connector_Electrical"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isFocusingMechaismFor"/> <Class IRI="#Mechanism_Focusing"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isImageStabilizerFor"/> <Class IRI="#Stabilizier_Image"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isLensFor"/> <Class IRI="#Lens_Optical"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isMechanicalConnectorFor"/> <Class IRI="#Connector_Mechanical"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isMemoryCardFor"/> <Class IRI="#Memory_Card"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isSensorFor"/> <Class IRI="#Sensor"/> </ObjectPropertyDomain> <ObjectPropertyDomain> <ObjectProperty IRI="#isSwitchFor"/> <Class IRI="#Switch"/> </ObjectPropertyDomain> <ObjectPropertyRange> <ObjectProperty IRI="#hasAperture"/> <Class IRI="#Mechanism_Aperture"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasConnector"/> <Class IRI="#Connector"/> </ObjectPropertyRange> <ObjectPropertyRange>

<ObjectProperty IRI="#hasElectricBattery"/> <Class IRI="#Battery_Electric"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasElectricalConnector"/> <Class IRI="#Connector_Electrical"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasFocusingMechanism"/> <Class IRI="#Mechanism_Focusing"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasImageStabilizer"/> <Class IRI="#Stabilizier_Image"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasLens"/> <Class IRI="#Lens_Optical"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasMechanicalConnector"/> <Class IRI="#Connector_Mechanical"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasMemoryCard"/> <Class IRI="#Memory_Card"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasSensor"/> <Class IRI="#Sensor"/> </ObjectPropertyRange> <ObjectPropertyRange> <ObjectProperty IRI="#hasSwitch"/> <Class IRI="#Switch"/> </ObjectPropertyRange> <DataPropertyDomain> <DataProperty IRI="#&apos;Electric_Battery&apos;Length"/> <Class IRI="#Battery_Electric"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#&apos;Electric_Battery&apos;Width"/> <Class IRI="#Battery_Electric"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#&apos;Memory_Card&apos;Length"/> <Class IRI="#Memory_Card"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#&apos;Memory_Card&apos;Width"/> <Class IRI="#Memory_Card"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CameraBodyDepth"/> <Class IRI="#CameraBody"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CameraBodyLength"/> <Class IRI="#CameraBody"/> </DataPropertyDomain> <DataPropertyDomain>

<DataProperty IRI="#CameraBodyWidth"/> <Class IRI="#CameraBody"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CameraLensDiameter"/> <Class IRI="#CameraLens"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CameraLensFocalLengthLength"/> <Class IRI="#CameraLens"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CoverDepth"/> <Class IRI="#Cover"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CoverLength"/> <Class IRI="#Cover"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#CoverWidth"/> <Class IRI="#Cover"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#DisplayDeviceLength"/> <Class IRI="#DisplayDevice"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#DisplayDeviceWidth"/> <Class IRI="#DisplayDevice"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#ElectricBatteryDepth"/> <Class IRI="#Battery_Electric"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Battery_Electric"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#CameraBody"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#CameraLens"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Connector"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Cover"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#DisplayDevice"/> </DataPropertyDomain> <DataPropertyDomain>

<DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Filter"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Lens_Optical"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Mechanism"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Memory_Card"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Microphone"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Sensor"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Stabilizier_Image"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MaterialTypeValue"/> <Class IRI="#Switch"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#MemoryCardDepth"/> <Class IRI="#Memory_Card"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#OpticalLensDiameter"/> <Class IRI="#Lens_Optical"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#OpticalLensFocalLengthLength"/> <Class IRI="#Lens_Optical"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#StorageCapacity"/> <Class IRI="#Memory_Card"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#SwitchLength"/> <Class IRI="#Switch"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#SwitchWidth"/> <Class IRI="#Switch"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#VoltageOutput"/> <Class IRI="#Battery_Electric"/> </DataPropertyDomain> <DataPropertyDomain>

<DataProperty IRI="#WeightValue"/> <Class IRI="#Battery_Electric"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#CameraBody"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#CameraLens"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#Cover"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#DisplayDevice"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#Lens_Optical"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#Memory_Card"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#Sensor"/> </DataPropertyDomain> <DataPropertyDomain> <DataProperty IRI="#WeightValue"/> <Class IRI="#Switch"/> </DataPropertyDomain> <DataPropertyRange> <DataProperty IRI="#&apos;Electric_Battery&apos;Length"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#&apos;Electric_Battery&apos;Width"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#&apos;Memory_Card&apos;Length"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#&apos;Memory_Card&apos;Width"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CameraBodyDepth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CameraBodyLength"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange>

<DataProperty IRI="#CameraBodyWidth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CameraLensDiameter"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CameraLensFocalLengthLength"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CoverDepth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CoverLength"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#CoverWidth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#DisplayDeviceLength"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#DisplayDeviceWidth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#ElectricBatteryDepth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#MaterialTypeValue"/> <Datatype abbreviatedIRI="xsd:string"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#MemoryCardDepth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#OpticalLensDiameter"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#OpticalLensFocalLengthLength"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#StorageCapacity"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#SwitchLength"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange>

<DataProperty IRI="#SwitchWidth"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#VoltageOutput"/> <Datatype abbreviatedIRI="xsd:float"/> </DataPropertyRange> <DataPropertyRange> <DataProperty IRI="#WeightValue"/> <Datatype abbreviatedIRI="xsd:double"/> </DataPropertyRange> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#&apos;Electric_Battery&apos;Length</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">&apos;Electric Battery&apos;Len gth is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#&apos;Electric_Battery&apos;Width</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">&apos;Electric Battery&apos;Wid th is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#&apos;Memory_Card&apos;Length</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">&apos;Memory Card&apos;Length i s measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#&apos;Memory_Card&apos;Width</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">&apos;Memory Card&apos;Width is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Battery_Electric</IRI> <Literal datatypeIRI="&xsd;string">a device that produces electricity; m ay have several primary or secondary cells arranged in parallel or series</Liter al> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Battery_Electric</IRI> <Literal datatypeIRI="&xsd;string">Electric Battery</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CameraBody</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">A lightproof box</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CameraBodyDepth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CameraBodyDepth is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/>

<IRI>#CameraBodyLength</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CameraBodyLength is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CameraBodyWidth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CameraBodyWidth is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CameraLens</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">A mechanical device attached to a CameraBody to focus images on a Sensor</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CameraLensDiameter</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CameraLensDiameter is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CameraLensFocalLengthLength</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CameraLensFocalLengthLength is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Connector</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">An instrumentality that connect s</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Connector</IRI> <Literal datatypeIRI="&xsd;string">an instrumentality that connects</Lit eral> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector</IRI> <Literal datatypeIRI="&xsd;string">Connector</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Electrical</IRI> <Literal datatypeIRI="&xsd;string">Electrical Connector</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Electrical_HighDefinitionMultimediaInterface</IRI> <Literal datatypeIRI="&xsd;string">HDMI Connector</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Electrical_UniversalSerialBus</IRI> <Literal datatypeIRI="&xsd;string">USB Connector</Literal> </AnnotationAssertion>

<AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Mechanical</IRI> <Literal datatypeIRI="&xsd;string">Mechanical Connector</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Mechanical_LensMount</IRI> <Literal datatypeIRI="&xsd;string">Lens Mount Mechanical Connector</Lite ral> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Mechanical_Socket</IRI> <Literal datatypeIRI="&xsd;string">Socket Mechanical Connector</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Connector_Mechanical_Socket_Tripod</IRI> <Literal datatypeIRI="&xsd;string">Tripod Socket Mechanical Connector</L iteral> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Cover</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">A protective device which seals out moisture, dirt, light</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CoverDepth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CoverDepth is measured in inche s</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CoverLength</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CoverLength is measured in inch es</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#CoverWidth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">CoverWidth is measured in inche s</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#DisplayDevice</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">Something intended to communica te a particular impression</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#DisplayDeviceLength</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">DisplayDeviceLength is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/>

<IRI>#DisplayDeviceWidth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">DisplayDeviceWidth is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#ElectricBatteryDepth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">ElectricBatteryDepth is measure d in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Filter</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">An optical device that alters t he light spectrum passing through it.</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Lens_Optical</IRI> <Literal datatypeIRI="&xsd;string">There are other types of lenses.</Lit eral> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Lens_Optical</IRI> <Literal datatypeIRI="&xsd;string">An optical device used to converge or diverge transmitted light and to form images </Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Lens_Optical</IRI> <Literal datatypeIRI="&xsd;string">Optical Lens</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#MaterialTypeValue</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">MaterialTypevalue is a string v ariable</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Mechanism</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">Technical aspects of doing some thing</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Mechanism</IRI> <Literal datatypeIRI="&xsd;string">Mechanism</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Mechanism_Aperture</IRI> <Literal datatypeIRI="&xsd;string">a device/mechanism that controls amou nt of light admitted</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/>

<IRI>#Mechanism_Aperture</IRI> <Literal datatypeIRI="&xsd;string">Aperture</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Mechanism_Aperture_Camera</IRI> <Literal datatypeIRI="&xsd;string">Camera Aperture</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Mechanism_Focusing</IRI> <Literal datatypeIRI="&xsd;string">Focusing Mechanism</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Mechanism_Focusing_Automatic</IRI> <Literal datatypeIRI="&xsd;string">Automatic Focusing Mechanism</Literal > </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Mechanism_Focusing_Manual</IRI> <Literal datatypeIRI="&xsd;string">Manual Focusing Mechansm</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#MemoryCardDepth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">MemoryCardDepth is measured in inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Memory_Card</IRI> <Literal datatypeIRI="&xsd;string">This may need a property that describ es it&apos;s function.</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Memory_Card</IRI> <Literal datatypeIRI="&xsd;string">A memory card or flash card is an ele ctronic flash memory data storage device used for storing digital information</L iteral> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Memory_Card</IRI> <Literal datatypeIRI="&xsd;string">Memory Card</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Microphone</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">Device for converting sound wav es into electrical energy</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#OpticalLensDiameter</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">OpticalLensDiameter is measured in inches</Literal> </AnnotationAssertion>

<AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#OpticalLensFocalLengthLength</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">OpticalLengthFocalLengthLength is measured in Inches</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Sensor</IRI> <Literal datatypeIRI="&xsd;string">A sensor is a physical device that me asures a physical quality and converts it into a signal which can be read by an observer or by an instrument (derived from http://en.wikipedia.org/wiki/Sensor). </Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Sensor</IRI> <Literal datatypeIRI="&xsd;string">Sensor</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Stabilizier_Image</IRI> <Literal datatypeIRI="&xsd;string">Image Stabilizier</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#StorageCapacity</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">Capacity is measured in bytes </Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Switch</IRI> <Literal datatypeIRI="&xsd;string">A control consisting of a mechanical or electrical or electronic device for making or breaking or changing the connec tions in a circuit</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch</IRI> <Literal datatypeIRI="&xsd;string">Switch</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#SwitchLength</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">SwitchLength is measured in inc hes</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#SwitchWidth</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">SwitchWidth is measured in inch es</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch_Button</IRI> <Literal datatypeIRI="&xsd;string">Button_Switch</Literal> </AnnotationAssertion> <AnnotationAssertion>

<AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch_Button_Control</IRI> <Literal datatypeIRI="&xsd;string">Control Button Switch</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch_Button_Focus_AutoManual</IRI> <Literal datatypeIRI="&xsd;string">Auto/Manual Focus Button Switch</Lite ral> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch_Button_Stabilizer</IRI> <Literal datatypeIRI="&xsd;string">Stabilizer Button Switch</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#Switch_Toggle</IRI> <Literal datatypeIRI="&xsd;string">The number of &apos;positions&apos;, i.e., states, may need to be represented as a property of a switch.</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/> <IRI>#Switch_Toggle</IRI> <Literal datatypeIRI="&xsd;string">a hinged switch that can assume eithe r of two positions</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch_Toggle</IRI> <Literal datatypeIRI="&xsd;string">Toggle Switch</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:label"/> <IRI>#Switch_Toggle_Power</IRI> <Literal datatypeIRI="&xsd;string">Power Toggle Switch</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#VoltageOutput</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">VoltageOutput is measured in vo lts</Literal> </AnnotationAssertion> <AnnotationAssertion> <AnnotationProperty abbreviatedIRI="rdfs:comment"/> <IRI>#WeightValue</IRI> <Literal datatypeIRI="&rdf;PlainLiteral">WeightValue is measured in poun ds</Literal> </AnnotationAssertion> </Ontology>

<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->

You might also like