diff --git a/siaras/ConfigGen.jrag b/siaras/ConfigGen.jrag index d3414836aaf30d3ff140e7d8dc71e881bf2d7577..bdb25a6962eaa735489e64432c81bf95e5493854 100644 --- a/siaras/ConfigGen.jrag +++ b/siaras/ConfigGen.jrag @@ -28,36 +28,36 @@ aspect ConfigGen { s.append(" -Name \"BOARD1\" -Type \"eip000\" -Bus \"SIM\" -Address \"6\" -Digin 16 -Digout 16\n"); s.append(" -Name \"BOARDSIM\" -Type \"eip000\" -Bus \"SIM\" -Address \"1\" -Digin 16 -Digout 16\n"); // System.out.println("devices: "+getNumDevice()); - for (int i=0; i<getNumDevice(); i++) { - Device d = (Device) getDevice(i); -// System.out.println("Subdevice: "+d.id()); - if (d instanceof IO_Board) { - s.append(" -Name "); - s.append("\""+d.id()+"\" "); - s.append("-Type "); - s.append("\""+d.id()+"\" "); - s.append("-Bus \"BASE\" "); - System.out.println(d.getNumProperty()); - d.dumpTree("",System.out); - for (int j=0; j<d.getNumProperty(); j++) { - System.out.println(d.getProperty(j).decl().name()); - if (d.getProperty(j).decl() instanceof Signal) { - Signal sig = (Signal) d.getProperty(j).decl(); - if (sig instanceof DigIn) { - s.append(" -Digin "); - } else if (sig instanceof DigOut) { - s.append(" -DigOut "); - } else { - s.append(" Unknown_Signal "); - } - s.append(sig.getValue()); - } - } - s.append("\n"); -// s.append("-Digin 16 -Digout 16\n"); +// for (int i=0; i<getNumDevice(); i++) { +// Device d = (Device) getDevice(i); +// // System.out.println("Subdevice: "+d.id()); +// if (d instanceof IO_Board) { +// s.append(" -Name "); +// s.append("\""+d.id()+"\" "); +// s.append("-Type "); +// s.append("\""+d.id()+"\" "); +// s.append("-Bus \"BASE\" "); +// System.out.println(d.getNumProperty()); +// d.dumpTree("",System.out); +// for (int j=0; j<d.getNumProperty(); j++) { +// System.out.println(d.getProperty(j).decl().name()); +// if (d.getProperty(j).decl() instanceof Signal) { +// Signal sig = (Signal) d.getProperty(j).decl(); +// if (sig instanceof DigIn) { +// s.append(" -Digin "); +// } else if (sig instanceof DigOut) { +// s.append(" -DigOut "); +// } else { +// s.append(" Unknown_Signal "); +// } +// s.append(sig.getValue()); +// } +// } +// s.append("\n"); +// // s.append("-Digin 16 -Digout 16\n"); - } - } +// } +// } s.append("#\n"); s.append("EIO_SAFETY_SIGNAL = EIO_SIGNAL:\n"); s.append(" -Name \"BatAlarm\" -Type \"DO\" -Unit \"BOARD1\" -Phsig 3 -Store\n"); diff --git a/siaras/Siaras.jjt b/siaras/Siaras.jjt index 365d1de2940deb95a243556e8a1abea9f8311826..608a1083217aafdb3ea27b11fa872de852c9639c 100644 --- a/siaras/Siaras.jjt +++ b/siaras/Siaras.jjt @@ -180,6 +180,7 @@ SPECIAL_TOKEN : /* COMMENTS */ "\u0041"-"\u005a", "\u005f", "\u0061"-"\u007a", + "\u00b5", "\u00c0"-"\u00d6", "\u00d8"-"\u00f6", "\u00f8"-"\u00ff", diff --git a/testontologies/ontology-asentics.owl b/testontologies/ontology-asentics.owl new file mode 100644 index 0000000000000000000000000000000000000000..0c150a9c71986cc49fee74d3ad099992c882a28d --- /dev/null +++ b/testontologies/ontology-asentics.owl @@ -0,0 +1,16949 @@ +<?xml version="1.0"?> +<rdf:RDF + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns="http://www.siaras.org/siaras.owl#" + xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#" + xmlns:p1="http://www.owl-ontologies.com/assert.owl#" + xmlns:owl="http://www.w3.org/2002/07/owl#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema#" + xmlns:daml="http://www.daml.org/2001/03/daml+oil#" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xml:base="http://www.siaras.org/siaras.owl"> + <owl:Ontology rdf:about=""/> + <owl:Class rdf:ID="VisionSensor"> + <owl:disjointWith> + <owl:Class rdf:ID="OpticLuminescenceScanner"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpticSwitch"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpticColorSensor"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="OpticSensor"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="LaserScanner2D"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpticDistanceSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="LightGrid"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="SmartCamera"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpticContrastScanner"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Saw"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Separate"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Hone"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Cut"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Drill"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >A steel plate with teeth attached to it removes thin chippings by moving into the material. This is widely used for wood, stone, metal, plastics and other solid materials.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Lap"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Broach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Mill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Thrust"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Grind"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Thermal-Separate"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Plane"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="File"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Rub"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ChangeEnvironment"> + <rdfs:subClassOf> + <owl:Class rdf:ID="AdditionalFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="CloseFingers"> + <owl:disjointWith> + <owl:Class rdf:ID="AdjustVacuumToGrip"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CloseClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="AdjustCurrentToGrip"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="FingerGripper"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Class rdf:ID="Grasp"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="AdjustVacuumToRelease"> + <owl:disjointWith> + <owl:Class rdf:ID="AdjustCurrentToRelease"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpenClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpenFingers"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Release"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="VacuumGripper"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Lap"> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Thermal-Separate"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Grind"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Rub"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#File"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Hone"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Flatten surfaces while keeping very low tolerances. Moveable, rolling grains are used between the lapping plate and the workpiece.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="SpecialKinematicRobot"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Everything else which cannot be sorted in one of the other categories.</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:ID="Robot"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="HexapodRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CartesianRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="ArticulatedRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="ScaraRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="SimpleKinematicRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="ParallelKinematicRobot"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="RoundedCorner"> + <rdfs:subClassOf> + <owl:Class rdf:ID="CornerShape"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="Diameter"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasDiameter"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Reachability"> + <rdfs:subClassOf> + <owl:Class rdf:ID="PhysicalPropertiesRobot"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="NumberOfJoints"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="TypeOfActuation"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="MeasureDiameter"> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureVolume"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureSpeed"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureMotionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureAngle"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureOrientationOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureDistance"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Measure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureTorque"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MeasureForce"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Circular"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Feed"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="AsFastAsPossible"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Karthesian"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="CheckPosition"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Check"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="CheckPresence"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Count"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CheckSurfaceForIrregularities"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="StopDrillRotation"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Drill"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="ImageAnalysis"> + <rdfs:subClassOf> + <owl:Class rdf:ID="SensorFunction"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Detect"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Measure"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Classify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Scan"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Check"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Read"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="GeneralParallelGripper"> + <rdfs:subClassOf> + <owl:Class rdf:ID="ParallelGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="LineParallelGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CircularParallelGripper"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="HydraulicMedia"> + <rdfs:subClassOf> + <owl:Class rdf:ID="PhysicalLayer"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Plate"> + <rdfs:subClassOf> + <owl:Class rdf:ID="SolidWorkpiece"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasWidth"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:ID="Width"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="Length"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasLength"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Plastic"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Material"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="JointFingerGripper"> + <owl:disjointWith> + <owl:Class rdf:ID="ElasticFingerGripper"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#FingerGripper"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Deep-Draw"> + <owl:disjointWith> + <owl:Class rdf:ID="True"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Fold"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Form"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Roll"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Forge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Press"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Flang"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Change the shape of a sheet metal or plate by pressing into a hollow piece. +This is one of the most important procedures in mass production and small series production.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="Bead"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Stretch-Form"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Bend"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Extrude"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Crush"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Age"> + <rdfs:subClassOf> + <owl:Class rdf:ID="ModifyWorkpieceProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Anneal"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Temper"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Improve the mechanical resistivity by modifying the crystal structure. This is done by heating and fast cooling down.</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="ExtractEdges"> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + <owl:disjointWith> + <owl:Class rdf:ID="CalibrateImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="SegmentImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="TransformImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="FilterImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CompressImageData"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="DecompressImageData"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="BlobAnalysis"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="CodeReader"> + <rdfs:subClassOf rdf:resource="#VisionSensor"/> + </owl:Class> + <owl:Class rdf:ID="Pan"> + <owl:disjointWith> + <owl:Class rdf:ID="Arrange"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Pass"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Turn"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from one to another orientation and position by rotation around an axis which does not intersect with the part.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="Position"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Move"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Feed"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Displace"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Convey"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Orient"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="MaxVoltageSupply"> + <owl:disjointWith> + <owl:Class rdf:ID="EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Shape"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MechanicalResistance"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in volts</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Weight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Diameter"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Material"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Payload"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Height"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxCurrentConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MinVoltageSupply"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Rub"> + <owl:disjointWith> + <owl:Class rdf:about="#File"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Hone"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create wholes and increase the fitting quality.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Grind"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Saw"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Thermal-Separate"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith> + <owl:Class rdf:about="#Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MaxCurrentConsumption"> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Weight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Payload"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in amperes</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Material"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Shape"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Diameter"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ShapeOfClaws"> + <owl:disjointWith> + <owl:Class rdf:ID="InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaterialOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxLiftWeight"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="NumberOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="TypeOfMagnet"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Reach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="SizeOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="NumberOfMovableClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="TypeOfVacuum"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#File"> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The workpiece is fixed while a metal plate performs a cutting movement and a feed motion. This is done manually very often.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Hone"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Grind"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Thermal-Separate"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Rivet"> + <owl:disjointWith> + <owl:Class rdf:ID="Bolt"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Glue"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Weld"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Join"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Fill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Clinch"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Assemble"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connect workpieces with the help of a deformed, cylindrical connection element.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="Solder"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Attach"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS: Attaching an end effector to a robot (opposite to Detach)</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:ID="Secure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Grasp"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Release"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Detach"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="OpticProximitySwitch"> + <owl:disjointWith> + <owl:Class rdf:ID="OpticReflexSwitch"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="OpticThroughBeamSwitch"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSwitch"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="ReadBarCode"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Task and Skills of Optical Sensors v1.1 +part:7</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#Read"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Read2DMatrixCode"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="ReadOpticalCharacters"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Hone"> + <owl:disjointWith> + <owl:Class rdf:about="#Thermal-Separate"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Grind"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Saw"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Smooth finishing of metallic surfaces, mostly wholes to increase size, shape or surface performance.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith> + <owl:Class rdf:about="#Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MeasureDistance"> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureTorque"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureVolume"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAngle"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureMotionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureSpeed"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#LaserScanner2D"> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSensor"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#OpticColorSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticDistanceSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticLuminescenceScanner"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SmartCamera"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticSwitch"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="MaxInclinationAngle"> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#VacuumGripper"> + <owl:disjointWith> + <owl:Class rdf:ID="MagnetGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="PincerGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#FingerGripper"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasSkill"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#AdjustVacuumToGrip"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Class rdf:ID="Gripper"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#AdjustVacuumToRelease"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="ToolChanger"> + <rdfs:subClassOf> + <owl:Class rdf:ID="ManipulationAndHandling"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="PneumaticMedia"> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalLayer"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#MeasureTorque"> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureVolume"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureMotionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureSpeed"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAngle"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Divide"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create a subset from a superset. +The size of source and target sets does not necessarily have to be defined.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="Merge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Assign"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Partition"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Unify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Branch"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="ModifyAmount"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#OpticDistanceSensor"> + <owl:disjointWith> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSensor"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#OpticColorSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticLuminescenceScanner"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticSwitch"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#SmartCamera"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + </owl:Class> + <owl:Class rdf:ID="ChuckDiameter"> + <rdfs:subClassOf> + <owl:Class rdf:ID="MechanicalConnector"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Max drill bit size in mm</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MeasureVolume"> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAngle"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureSpeed"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureMotionOfObject"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#PhysicalLayer"> + <owl:disjointWith> + <owl:Class rdf:ID="Protocol"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Interface"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Reach"> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfMagnet"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SizeOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfMovableClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWeight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaterialOfGripper"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MeasureSpeed"> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureMotionOfObject"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAngle"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + </owl:Class> + <owl:Class rdf:about="#Arrange"> + <owl:disjointWith> + <owl:Class rdf:about="#Pass"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Convey"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Move"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Turn"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Displace"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Position"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from an undefined to a well-defined orientation and position.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Feed"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Pan"/> + </owl:Class> + <owl:Class rdf:ID="CollectStatisticalData"> + <rdfs:subClassOf> + <owl:Class rdf:ID="DiagnosticFunction"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="PerformSelfTest"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#PhysicalPropertiesRobot"> + <owl:disjointWith> + <owl:Class rdf:about="#Weight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Diameter"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Shape"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Payload"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Material"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + </owl:Class> + <owl:Class rdf:about="#Crush"> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Roll"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Relative change of length by pressure force.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Extrude"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Form"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#True"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Press"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bead"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Stretch-Form"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="FieldOfView"> + <owl:disjointWith> + <owl:Class rdf:ID="ScanningDistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxMeasurementRange"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="LightType"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="LightSpotSize"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MinMeasurementRange"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="LaserClass"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MaxScanAngle"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="TactileProximitySwitch"> + <rdfs:subClassOf> + <owl:Class rdf:ID="TactileSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="DetectCollision"> + <owl:disjointWith> + <owl:Class rdf:ID="DetectColor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="DetectLuminescence"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="DetectObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="DetectContrast"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Detect"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Cost"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in euros</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:ID="QualityCriteria"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Timing"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Resolution"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Repeatability"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Precision"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="PathVelocityFluctuation"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Accuracy"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Payload"> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Shape"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in kg</rdfs:comment> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Weight"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Material"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Diameter"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#OpticReflexSwitch"> + <owl:disjointWith> + <owl:Class rdf:about="#OpticThroughBeamSwitch"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#OpticProximitySwitch"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSwitch"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 2</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Weight"> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Material"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Shape"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Diameter"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in kg</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Payload"/> + </owl:Class> + <owl:Class rdf:ID="SharpCorner"> + <rdfs:subClassOf> + <owl:Class rdf:about="#CornerShape"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#CalibrateImage"> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith> + <owl:Class rdf:about="#CompressImageData"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TransformImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DecompressImageData"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#FilterImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SegmentImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#BlobAnalysis"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="InductiveSensor"> + <owl:disjointWith> + <owl:Class rdf:ID="TorqueForceSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="EncoderSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="UltrasonicSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TactileSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MagneticSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CapacitveSensor"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="Sensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#MaterialOfGripper"> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfMovableClaws"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWeight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SizeOfGripper"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfMagnet"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Stretch-Form"> + <owl:disjointWith> + <owl:Class rdf:about="#Press"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Bead"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Extrude"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Crush"/> + <owl:disjointWith> + <owl:Class rdf:about="#Roll"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Form"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#True"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="MaxHumidity"> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="XPos"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Coordinates"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#OpticSwitch"> + <owl:disjointWith> + <owl:Class rdf:about="#OpticLuminescenceScanner"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SmartCamera"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSensor"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticColorSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <owl:disjointWith rdf:resource="#OpticDistanceSensor"/> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + </owl:Class> + <owl:Class rdf:about="#Timing"> + <rdfs:subClassOf> + <owl:Class rdf:about="#QualityCriteria"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Cost"/> + <owl:disjointWith> + <owl:Class rdf:about="#Resolution"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Repeatability"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Precision"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PathVelocityFluctuation"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Accuracy"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#NumberOfFingers"> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWeight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SizeOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfMovableClaws"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfMagnet"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="SaveParameterSet"> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="SetParameterValue"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Reset"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="LoadParameterSet"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Calibrate"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Mold"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >From a formless material a workpiece is created. The original material can be in either form like gaseous, vaporous, fluid, solid (powderous, grainy), papescent, paste-like, ...</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#ModifyWorkpieceProperties"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Separate"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Coat"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Form"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Join"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="ManufacturingFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#TransformImage"> + <owl:disjointWith rdf:resource="#CalibrateImage"/> + <owl:disjointWith> + <owl:Class rdf:about="#DecompressImageData"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SegmentImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#BlobAnalysis"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#FilterImage"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith> + <owl:Class rdf:about="#CompressImageData"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + </owl:Class> + <owl:Class rdf:about="#FingerGripper"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#CloseFingers"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#OpenFingers"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Class rdf:about="#Gripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#PincerGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MagnetGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#VacuumGripper"/> + </owl:Class> + <owl:Class rdf:about="#PerformSelfTest"> + <rdfs:subClassOf> + <owl:Class rdf:about="#DiagnosticFunction"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#CollectStatisticalData"/> + </owl:Class> + <owl:Class rdf:ID="ApplicationProtocol"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Protocol"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="AngleGripper"> + <rdfs:subClassOf> + <owl:Class rdf:about="#PincerGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#ParallelGripper"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ElectrolyticSegregate"> + <owl:disjointWith> + <owl:Class rdf:ID="Cast"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Sinter"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Mold"/> + </owl:Class> + <owl:Class rdf:ID="ObjectBase"> + <owl:disjointWith> + <owl:Class rdf:ID="Abstract"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="PhysicalObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Property"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Operation"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Skill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Task"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Part"> + <owl:disjointWith> + <owl:Class rdf:ID="Assembly"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#ObjectBase"/> + </owl:Class> + <owl:Class rdf:about="#Move"> + <rdfs:subClassOf> + <owl:Class rdf:ID="ManipulationAndHandlingFunction"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Secure"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ModifyAmount"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Store"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MaxMeasurementRange"> + <owl:disjointWith> + <owl:Class rdf:about="#ScanningDistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinMeasurementRange"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MaxScanAngle"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >In mm.</rdfs:comment> + <owl:disjointWith rdf:resource="#FieldOfView"/> + <owl:disjointWith> + <owl:Class rdf:about="#LaserClass"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#LightSpotSize"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#LightType"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#TypeOfMagnet"> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SizeOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfMovableClaws"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWeight"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#DetectObject"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Detect"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 2</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#DetectLuminescence"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DetectContrast"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DetectColor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DetectCollision"/> + </owl:Class> + <owl:Class rdf:about="#OpenClaws"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#PincerGripper"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Class rdf:about="#Release"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#AdjustCurrentToRelease"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpenFingers"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#AdjustVacuumToRelease"/> + </owl:Class> + <owl:Class rdf:about="#Thermal-Separate"> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Grind"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#File"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith> + <owl:Class rdf:about="#Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Cut a contour with the help of a laser, a plasma cutter or a cutting torch.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Grind"> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Increase the surface performance, flatten the surface.</rdfs:comment> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Electro-discharge-machine"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Product"> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalObject"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Robot"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#PhysicalPropertiesRobot"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#Interface"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#Cost"/> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Displacement"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManipulationAndHandling"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Gripper"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="ControlSystem"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Introdution to Robotics +(Analysis, System, Applications) +Saeed B. Niku</rdfs:comment> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:ID="Arrangement"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#QualityCriteria"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="WorkCoordinates"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="WorkFrame"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Displace"> + <rdfs:subClassOf rdf:resource="#Move"/> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Convey"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Pan"/> + <owl:disjointWith> + <owl:Class rdf:about="#Position"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Feed"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Pass"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Arrange"/> + <owl:disjointWith> + <owl:Class rdf:about="#Turn"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move translationally a part along a straight line. The part's orientiation remains unchanged.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#ScanningDistance"> + <owl:disjointWith> + <owl:Class rdf:about="#MinMeasurementRange"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#LightSpotSize"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#LightType"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#LaserClass"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#FieldOfView"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxScanAngle"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxMeasurementRange"/> + </owl:Class> + <owl:Class rdf:ID="Plug"> + <rdfs:subClassOf> + <owl:Class rdf:about="#MechanicalConnector"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="PhysicalPosition"> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#ArticulatedRobot"> + <owl:disjointWith> + <owl:Class rdf:about="#SimpleKinematicRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#CartesianRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ScaraRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ParallelKinematicRobot"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SpecialKinematicRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#HexapodRobot"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Robot"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is the standard industrial robot-type with usually 5 to 7 joints.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#DetectColor"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 4</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#Detect"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#OpticColorSensor"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#DetectContrast"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DetectObject"/> + <owl:disjointWith> + <owl:Class rdf:about="#DetectLuminescence"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DetectCollision"/> + </owl:Class> + <owl:Class rdf:about="#Roll"> + <owl:disjointWith> + <owl:Class rdf:about="#Extrude"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#True"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bead"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Form"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Crush"/> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is a malleable procedure. The material is feed between at least two rotating rolls. There are various types of rollling.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Press"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + </owl:Class> + <owl:Class rdf:about="#Skill"> + <owl:disjointWith rdf:resource="#ObjectBase"/> + <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> + <owl:disjointWith> + <owl:Class rdf:about="#Task"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Abstract"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Property"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +(Breakdown of Skills)</rdfs:comment> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + <owl:allValuesFrom> + <owl:Class rdf:ID="Device"/> + </owl:allValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Operation"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#AdjustVacuumToGrip"> + <owl:disjointWith rdf:resource="#CloseFingers"/> + <owl:disjointWith> + <owl:Class rdf:about="#CloseClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#AdjustCurrentToGrip"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Grasp"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#VacuumGripper"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Metal"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Material"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="AnalogSignal"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Signal"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Material"> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#Shape"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Diameter"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#CornerShape"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Shape"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Diameter"> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith> + <owl:Class rdf:about="#Shape"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Shape"> + <owl:disjointWith> + <owl:Class rdf:about="#Height"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Assembly"> + <rdfs:subClassOf rdf:resource="#ObjectBase"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasObjectBase"/> + </owl:onProperty> + <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >1</owl:minCardinality> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Part"/> + </owl:Class> + <owl:Class rdf:about="#Partition"> + <rdfs:subClassOf> + <owl:Class rdf:about="#ModifyAmount"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Branch"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Divide"/> + <owl:disjointWith> + <owl:Class rdf:about="#Unify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Assign"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Merge"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create a subset of a defined size from a superset. +Separating is a special case of parting with size 1.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#WorkCoordinates"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Arrangement"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="MountedDevicePosition"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CoordinateReferenceSystem"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#WorkFrame"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="MountedDeviceOrientation"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MinMeasurementRange"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >In mm.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#LightSpotSize"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MaxScanAngle"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxMeasurementRange"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightType"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ScanningDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#LaserClass"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#FieldOfView"/> + </owl:Class> + <owl:Class rdf:about="#Secure"> + <owl:disjointWith> + <owl:Class rdf:about="#ModifyAmount"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Move"/> + <owl:disjointWith> + <owl:Class rdf:about="#Store"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManipulationAndHandlingFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Electro-discharge-machine"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >A spark removes material from the workpiece.</rdfs:comment> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith> + <owl:Class rdf:about="#Plane"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Reset"> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#LoadParameterSet"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SetParameterValue"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Calibrate"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SaveParameterSet"/> + </owl:Class> + <owl:Class rdf:about="#Detect"> + <rdfs:subClassOf> + <owl:Class rdf:about="#SensorFunction"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 2-5</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Read"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Classify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Measure"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Scan"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Check"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ImageAnalysis"/> + </owl:Class> + <owl:Class rdf:about="#Plane"> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Lathe"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Separate"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Hone"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is mainly used for wooden workpieces to remove chipping from the workpiece.</rdfs:comment> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Sensor"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#Arrangement"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#ManipulationAndHandling"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Device"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#QualityCriteria"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#Interface"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#Cost"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#Timing"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#SensorFunction"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Manufacturing"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MeasureTemperature"> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureMotionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAngle"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="SkillProperty"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Property"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="PhysicalObjectProperty"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="isEditable"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Branch"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Divide a material flow into subflows.</rdfs:comment> + <owl:disjointWith rdf:resource="#Divide"/> + <owl:disjointWith> + <owl:Class rdf:about="#Merge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Unify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Assign"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Partition"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#ModifyAmount"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="ParallelOutSignal"> + <rdfs:subClassOf> + <owl:Class rdf:ID="DigitalOut"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="VacuumFixture"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Fixture"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Device"> + <owl:disjointWith> + <owl:Class rdf:ID="Workpiece"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasSubDevice"/> + </owl:onProperty> + <owl:allValuesFrom rdf:resource="#Device"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:8</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalObject"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasQualProperty"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#QualityCriteria"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:allValuesFrom> + <owl:Class rdf:about="#Property"/> + </owl:allValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:ID="MainFunction"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:allValuesFrom rdf:resource="#Skill"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#PhysicalProperties"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Workpiece"> + <owl:disjointWith rdf:resource="#Device"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalObject"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:allValuesFrom> + <owl:Class rdf:about="#Property"/> + </owl:allValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#PhysicalObjectProperty"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#Material"/> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasMaterial"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#NumberOfMovableClaws"> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#SizeOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWeight"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Turn"> + <owl:disjointWith rdf:resource="#Displace"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from one to another orientation by turning it around an axis which intersects with the part.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Pass"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Feed"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Arrange"/> + <owl:disjointWith rdf:resource="#Pan"/> + <owl:disjointWith> + <owl:Class rdf:about="#Convey"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Position"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Move"/> + </owl:Class> + <owl:Class rdf:about="#CompressImageData"> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + <owl:disjointWith rdf:resource="#CalibrateImage"/> + <owl:disjointWith> + <owl:Class rdf:about="#SegmentImage"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith rdf:resource="#TransformImage"/> + <owl:disjointWith> + <owl:Class rdf:about="#FilterImage"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DecompressImageData"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#BlobAnalysis"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#DecompressImageData"> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + <owl:disjointWith> + <owl:Class rdf:about="#BlobAnalysis"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#FilterImage"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#CalibrateImage"/> + <owl:disjointWith> + <owl:Class rdf:about="#SegmentImage"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TransformImage"/> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith rdf:resource="#CompressImageData"/> + </owl:Class> + <owl:Class rdf:ID="CompountSensorFunction"> + <owl:disjointWith> + <owl:Class rdf:ID="CompoundManipulationAndHandlingFunction"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CompoundManufacturingFunction"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:ID="CompoundSkills"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#CompoundManipulationAndHandlingFunction"> + <owl:disjointWith rdf:resource="#CompountSensorFunction"/> + <owl:disjointWith> + <owl:Class rdf:about="#CompoundManufacturingFunction"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#CompoundSkills"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Separate"> + <owl:disjointWith> + <owl:Class rdf:about="#Form"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Coat"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ModifyWorkpieceProperties"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Join"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Mold"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManufacturingFunction"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Modify the workpiece by breaking the coherence at some location.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MaxLiftWeight"> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in kg</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#SizeOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ZPos"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Coordinates"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="SimpleControl"> + <owl:disjointWith> + <owl:Class rdf:ID="NumericalCtrl"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="IntelligentCtrl"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="PlaybackCtrl"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#ControlSystem"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="HMI_Output"> + <rdfs:subClassOf> + <owl:Class rdf:ID="HMI"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#IntelligentCtrl"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This includes calculating up functions for setting positions and trajectories.</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#ControlSystem"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#NumericalCtrl"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PlaybackCtrl"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SimpleControl"/> + </owl:Class> + <owl:Class rdf:about="#LaserClass"> + <owl:disjointWith rdf:resource="#FieldOfView"/> + <owl:disjointWith rdf:resource="#MaxMeasurementRange"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightSpotSize"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxScanAngle"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ScanningDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightType"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MinMeasurementRange"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="MaxDistance"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="YPos"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Coordinates"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#MeasureAngle"> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureMotionOfObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + </owl:Class> + <owl:Class rdf:about="#Height"> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MechanicalResistance"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + </owl:Class> + <owl:Class rdf:about="#PincerGripper"> + <owl:disjointWith rdf:resource="#FingerGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#MagnetGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#VacuumGripper"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#CloseClaws"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Class rdf:about="#Gripper"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#OpenClaws"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="Hot-galvanise"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Coat"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >A metallic layer is put onto the workpieces by putting them into a smelter. This is mainly done to reduce corrosion.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="Powder-coat"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Electroplate"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Varnish"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MeasureMotionOfObject"> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith rdf:resource="#MeasureAngle"/> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureOrientationOfObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + </owl:Class> + <owl:Class rdf:ID="CutCorner"> + <rdfs:subClassOf rdf:resource="#CornerShape"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasHeight"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#Height"/> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#DetectLuminescence"> + <owl:disjointWith rdf:resource="#DetectObject"/> + <owl:disjointWith> + <owl:Class rdf:about="#DetectContrast"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DetectCollision"/> + <owl:disjointWith rdf:resource="#DetectColor"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#OpticLuminescenceScanner"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#Detect"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 5</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#True"> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <owl:disjointWith rdf:resource="#Roll"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Machine finishing after e.g. folding</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Press"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Extrude"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Crush"/> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bead"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Form"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#ParallelGripper"> + <owl:disjointWith rdf:resource="#AngleGripper"/> + <rdfs:subClassOf rdf:resource="#PincerGripper"/> + </owl:Class> + <owl:Class rdf:ID="LightingDevice"> + <rdfs:subClassOf> + <owl:Class rdf:ID="EnvironmentDevice"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#OpticLuminescenceScanner"> + <owl:disjointWith rdf:resource="#OpticDistanceSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#OpticColorSensor"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSensor"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#SmartCamera"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <owl:disjointWith rdf:resource="#OpticSwitch"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 5</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#LineParallelGripper"> + <rdfs:subClassOf rdf:resource="#ParallelGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#CircularParallelGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#GeneralParallelGripper"/> + </owl:Class> + <owl:Class rdf:about="#CoordinateReferenceSystem"> + <owl:disjointWith> + <owl:Class rdf:about="#MountedDeviceOrientation"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#WorkCoordinates"/> + <owl:disjointWith> + <owl:Class rdf:about="#WorkFrame"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MountedDevicePosition"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Arrangement"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Join"> + <owl:disjointWith> + <owl:Class rdf:about="#ModifyWorkpieceProperties"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Form"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Coat"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Mold"/> + <owl:disjointWith rdf:resource="#Separate"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManufacturingFunction"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is the creation of a long-term connection of workpieces with a geometrically defined, fixed shape or with formless-parts.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Varnish"> + <owl:disjointWith> + <owl:Class rdf:about="#Powder-coat"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Electroplate"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Hot-galvanise"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Coat"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Put colour or any other material onto the surface, either by spraying or painting.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MechanicalResistance"> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Number"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Abstract"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Repeatability"> + <rdfs:subClassOf> + <owl:Class rdf:about="#QualityCriteria"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Cost"/> + <owl:disjointWith rdf:resource="#Timing"/> + <owl:disjointWith> + <owl:Class rdf:about="#Resolution"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Precision"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PathVelocityFluctuation"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Accuracy"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#ControlSystem"> + <owl:disjointWith> + <owl:Class rdf:about="#QualityCriteria"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Identifier"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Geometry"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalProperties"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Interface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Arrangement"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalObjectProperty"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="MinInspectableStructureSize"> + <rdfs:subClassOf> + <owl:Class rdf:about="#QualityCriteria"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="MechanicalInterface"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Interface"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Lathe"> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#Plane"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The workpiece turns on a lathe. The cutting movement is performed by its turning movement. The tool is fixed and removes chips from the workpiece. Usually only rotation-symmetric workpieces are handled here.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Thrust"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#File"/> + <rdfs:subClassOf rdf:resource="#Separate"/> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + </owl:Class> + <owl:Class rdf:ID="Parallel"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Operation"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >2</owl:cardinality> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasOperation"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:ID="Atomic"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="Sequence"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Read"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Task and Skills of Optical Sensors v1.1 +part:7</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#SensorFunction"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#ImageAnalysis"/> + <owl:disjointWith> + <owl:Class rdf:about="#Check"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Measure"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Classify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Scan"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Detect"/> + </owl:Class> + <owl:Class rdf:about="#MinAmbientTemperature"> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in degrees celsius</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#DegreesOfFreedom"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Glass"> + <rdfs:subClassOf rdf:resource="#Material"/> + </owl:Class> + <owl:Class rdf:ID="SerialOutSignal"> + <rdfs:subClassOf> + <owl:Class rdf:about="#DigitalOut"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#CheckSurfaceForIrregularities"> + <owl:disjointWith> + <owl:Class rdf:about="#Count"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#CheckPosition"/> + <owl:disjointWith> + <owl:Class rdf:about="#CheckPresence"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Check"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Task and Skills of Optical Sensors v1.1 +part:7</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MainFunction"> + <rdfs:subClassOf rdf:resource="#Skill"/> + <owl:disjointWith> + <owl:Class rdf:about="#AdditionalFunction"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#CompoundSkills"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiagnosticFunction"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +(Breakdown of Skills)</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#SizeOfGripper"> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfFingers"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="UltrasonicDistanceSensor"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >distanceMeasurements.pdf +SICK +pag 4</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#UltrasonicSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="AnalogOut"> + <rdfs:subClassOf rdf:resource="#AnalogSignal"/> + </owl:Class> + <owl:Class rdf:ID="ClassifyObject"> + <owl:disjointWith> + <owl:Class rdf:ID="SortObjects"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Classify"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#DegreesOfFreedom"> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith> + <owl:Class rdf:about="#EnclosureRatingIP"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Payload"/> + </owl:Class> + <owl:Class rdf:about="#Protocol"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Interface"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#PhysicalLayer"/> + </owl:Class> + <owl:Class rdf:about="#EnclosureRatingIP"> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Weight"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalProperties"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#Length"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Material"/> + </owl:Class> + <owl:Class rdf:about="#TypeOfFingers"> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#InsideOrOutsidePicking"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#LightType"> + <owl:disjointWith rdf:resource="#MaxMeasurementRange"/> + <owl:disjointWith rdf:resource="#LaserClass"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightSpotSize"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ScanningDistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxScanAngle"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MinMeasurementRange"/> + <owl:disjointWith rdf:resource="#FieldOfView"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#PhysicalProperties"> + <owl:disjointWith> + <owl:Class rdf:about="#QualityCriteria"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Geometry"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Arrangement"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Interface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ControlSystem"/> + <owl:disjointWith> + <owl:Class rdf:about="#Identifier"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalObjectProperty"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#InsideOrOutsidePicking"> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaximumVacuum"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#Reach"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + </owl:Class> + <owl:Class rdf:about="#Assign"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create subsets of defined size or amount and move these subsets to a defined location.</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#ModifyAmount"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#Merge"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Partition"/> + <owl:disjointWith> + <owl:Class rdf:about="#Unify"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Branch"/> + <owl:disjointWith rdf:resource="#Divide"/> + </owl:Class> + <owl:Class rdf:about="#TypeOfActuation"> + <owl:disjointWith rdf:resource="#Reachability"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfJoints"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesRobot"/> + </owl:Class> + <owl:Class rdf:about="#CheckPresence"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Check"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#CheckPosition"/> + <owl:disjointWith> + <owl:Class rdf:about="#Count"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#CheckSurfaceForIrregularities"/> + </owl:Class> + <owl:Class rdf:about="#DiagnosticFunction"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +(Breakdown of Skills)</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#AdditionalFunction"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MainFunction"/> + <owl:disjointWith> + <owl:Class rdf:about="#CompoundSkills"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Skill"/> + </owl:Class> + <owl:Class rdf:about="#NumericalCtrl"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Capability of setting up movements via numerical positions instead of functions.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#ControlSystem"/> + <owl:disjointWith> + <owl:Class rdf:about="#PlaybackCtrl"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#IntelligentCtrl"/> + <owl:disjointWith rdf:resource="#SimpleControl"/> + </owl:Class> + <owl:Class rdf:about="#Bolt"> + <owl:disjointWith rdf:resource="#Rivet"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Bolts are removable elements to create a connection between two or more workpieces.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Clinch"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Glue"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Join"/> + <owl:disjointWith> + <owl:Class rdf:about="#Solder"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Assemble"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Fill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Weld"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Operation"> + <owl:disjointWith> + <owl:Class rdf:about="#Abstract"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Skill"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalObject"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Property"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ObjectBase"/> + <owl:disjointWith> + <owl:Class rdf:about="#Task"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="MechanicalFixture"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Fixture"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#FilterImage"> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + <owl:disjointWith> + <owl:Class rdf:about="#SegmentImage"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#CompressImageData"/> + <owl:disjointWith> + <owl:Class rdf:about="#BlobAnalysis"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith rdf:resource="#DecompressImageData"/> + <owl:disjointWith rdf:resource="#TransformImage"/> + <owl:disjointWith rdf:resource="#CalibrateImage"/> + </owl:Class> + <owl:Class rdf:about="#MeasureOrientationOfObject"> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureArea"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureMotionOfObject"/> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith rdf:resource="#MeasureAngle"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + </owl:Class> + <owl:Class rdf:about="#Thrust"> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith rdf:resource="#Lathe"/> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Broach"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith rdf:resource="#Plane"/> + <rdfs:subClassOf rdf:resource="#Separate"/> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The tool performs a cutting movement and a reverse movement.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#Rub"/> + </owl:Class> + <owl:Class rdf:ID="DigitalSignal"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Signal"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Electroplate"> + <owl:disjointWith> + <owl:Class rdf:about="#Powder-coat"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Hot-galvanise"/> + <owl:disjointWith rdf:resource="#Varnish"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Coat"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Put the material to the surface with the help of some electrochemical processes.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#UltrasonicSensor"> + <owl:disjointWith> + <owl:Class rdf:about="#EncoderSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MagneticSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#CapacitveSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TactileSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#OpticSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TorqueForceSensor"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Sensor"/> + </owl:Class> + <owl:Class rdf:about="#SensorFunction"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + <owl:allValuesFrom rdf:resource="#Sensor"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#MainFunction"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:6-7 +(breakdown of properties)</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#ManufacturingFunction"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ManipulationAndHandlingFunction"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#PlaybackCtrl"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Capability of replaying preteached sequences and commands. +This includes as well very simple controllers like Pick-and-Placers. They are capable of replaying a pick sequence.</rdfs:comment> + <owl:disjointWith rdf:resource="#NumericalCtrl"/> + <owl:disjointWith rdf:resource="#IntelligentCtrl"/> + <owl:disjointWith rdf:resource="#SimpleControl"/> + <rdfs:subClassOf rdf:resource="#ControlSystem"/> + </owl:Class> + <owl:Class rdf:about="#SimpleKinematicRobot"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Simple, sometimes small machines with reduced capabilities, e.g. with only 1 DOF. These can be devices which are arranged to more complex machines. +Sometimes, the tool is already included in the robot, e.g. a gripper is already connected.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Robot"/> + <owl:disjointWith> + <owl:Class rdf:about="#ScaraRobot"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SpecialKinematicRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#HexapodRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#CartesianRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ParallelKinematicRobot"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ArticulatedRobot"/> + </owl:Class> + <owl:Class rdf:about="#QualityCriteria"> + <owl:disjointWith rdf:resource="#PhysicalProperties"/> + <owl:disjointWith> + <owl:Class rdf:about="#Identifier"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Geometry"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ControlSystem"/> + <owl:disjointWith> + <owl:Class rdf:about="#Interface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Arrangement"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalObjectProperty"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#MagneticSensor"> + <rdfs:subClassOf rdf:resource="#Sensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#CapacitveSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + <owl:disjointWith rdf:resource="#UltrasonicSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#TactileSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#EncoderSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#TorqueForceSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#OpticSensor"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#OpenFingers"> + <owl:disjointWith rdf:resource="#AdjustVacuumToRelease"/> + <owl:disjointWith rdf:resource="#OpenClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#AdjustCurrentToRelease"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Release"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#FingerGripper"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Position"> + <owl:disjointWith rdf:resource="#Arrange"/> + <rdfs:subClassOf rdf:resource="#Move"/> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from an undefined to a well-defined position. The part's orientation is not important here.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Pass"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Convey"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Pan"/> + <owl:disjointWith rdf:resource="#Turn"/> + <owl:disjointWith> + <owl:Class rdf:about="#Feed"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Displace"/> + </owl:Class> + <owl:Class rdf:ID="SwitchingFrequency"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in Kilohertz</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="ResponseTime"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="CycleTime"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Timing"/> + </owl:Class> + <owl:Class rdf:ID="CommunicationPort"> + <rdfs:subClassOf rdf:resource="#Device"/> + </owl:Class> + <owl:Class rdf:about="#SegmentImage"> + <owl:disjointWith rdf:resource="#TransformImage"/> + <owl:disjointWith rdf:resource="#CompressImageData"/> + <owl:disjointWith rdf:resource="#FilterImage"/> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith rdf:resource="#CalibrateImage"/> + <owl:disjointWith> + <owl:Class rdf:about="#BlobAnalysis"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DecompressImageData"/> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + </owl:Class> + <owl:Class rdf:about="#isEditable"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Property"/> + </rdfs:subClassOf> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalObjectProperty"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SkillProperty"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This attribute indicates whether the property is supposed to be provided each time a skill is invoked or just once.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Fill"> + <owl:disjointWith> + <owl:Class rdf:about="#Assemble"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Glue"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Rivet"/> + <owl:disjointWith rdf:resource="#Bolt"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Fill a workpiece with a cubic capacity.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Join"/> + <owl:disjointWith> + <owl:Class rdf:about="#Clinch"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Weld"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Solder"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Store"> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManipulationAndHandlingFunction"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Secure"/> + <owl:disjointWith rdf:resource="#Move"/> + <owl:disjointWith> + <owl:Class rdf:about="#ModifyAmount"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ParallelInSignal"> + <rdfs:subClassOf> + <owl:Class rdf:ID="DigitalIn"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#TactileSensor"> + <owl:disjointWith> + <owl:Class rdf:about="#TorqueForceSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#CapacitveSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MagneticSensor"/> + <owl:disjointWith rdf:resource="#UltrasonicSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#OpticSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#EncoderSensor"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Sensor"/> + </owl:Class> + <owl:Class rdf:about="#Read2DMatrixCode"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Task and Skills of Optical Sensors v1.1 +part:7</rdfs:comment> + <owl:disjointWith rdf:resource="#ReadBarCode"/> + <owl:disjointWith> + <owl:Class rdf:about="#ReadOpticalCharacters"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Read"/> + </owl:Class> + <owl:Class rdf:about="#SetParameterValue"> + <owl:disjointWith rdf:resource="#Reset"/> + <owl:disjointWith> + <owl:Class rdf:about="#LoadParameterSet"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SaveParameterSet"/> + <owl:disjointWith> + <owl:Class rdf:about="#Calibrate"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#DigitalOut"> + <rdfs:subClassOf rdf:resource="#DigitalSignal"/> + </owl:Class> + <owl:Class rdf:about="#MaximumVacuum"> + <owl:disjointWith> + <owl:Class rdf:about="#MaxLiftWay"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#InsideOrOutsidePicking"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + </owl:Class> + <owl:Class rdf:about="#Length"> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith> + <owl:Class rdf:about="#MinVoltageSupply"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#Shape"/> + </owl:Class> + <owl:Class rdf:about="#ModifyWorkpieceProperties"> + <owl:disjointWith> + <owl:Class rdf:about="#Coat"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Separate"/> + <owl:disjointWith> + <owl:Class rdf:about="#Form"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Join"/> + <owl:disjointWith rdf:resource="#Mold"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManufacturingFunction"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Modify some physical properties of the workpiece.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#LoadParameterSet"> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Reset"/> + <owl:disjointWith rdf:resource="#SetParameterValue"/> + <owl:disjointWith> + <owl:Class rdf:about="#Calibrate"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SaveParameterSet"/> + </owl:Class> + <owl:Class rdf:about="#ManipulationAndHandlingFunction"> + <owl:disjointWith> + <owl:Class rdf:about="#ManufacturingFunction"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SensorFunction"/> + <rdfs:subClassOf rdf:resource="#MainFunction"/> + </owl:Class> + <owl:Class rdf:ID="MatchCode"> + <rdfs:subClassOf rdf:resource="#SensorFunction"/> + </owl:Class> + <owl:Class rdf:ID="Discovery"> + <rdfs:subClassOf rdf:resource="#Protocol"/> + </owl:Class> + <owl:Class rdf:about="#MountedDeviceOrientation"> + <owl:disjointWith> + <owl:Class rdf:about="#WorkFrame"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#WorkCoordinates"/> + <owl:disjointWith rdf:resource="#CoordinateReferenceSystem"/> + <owl:disjointWith> + <owl:Class rdf:about="#MountedDevicePosition"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Arrangement"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#CartesianRobot"> + <owl:disjointWith> + <owl:Class rdf:about="#ParallelKinematicRobot"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SpecialKinematicRobot"/> + <owl:disjointWith rdf:resource="#ArticulatedRobot"/> + <owl:disjointWith rdf:resource="#SimpleKinematicRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#HexapodRobot"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#ScaraRobot"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Robot"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >These machines move along the cartesian axes, i.e. they don't have revolute joints. Sometimes, there is a kind of portal where they move in. They are usually used for packing, palletizing and so on where they move heavy loads.</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="SerialInSignal"> + <rdfs:subClassOf> + <owl:Class rdf:about="#DigitalIn"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#EnvironmentDevice"> + <rdfs:subClassOf rdf:resource="#Device"/> + </owl:Class> + <owl:Class rdf:about="#Gripper"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#Interface"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#Grasp"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManipulationAndHandling"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#Arrangement"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#ControlSystem"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#Release"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#Cost"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Robot"/> + <owl:disjointWith> + <owl:Class rdf:about="#Displacement"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#SmartCamera"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 7</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#OpticColorSensor"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#OpticSensor"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#OpticDistanceSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#OpticSwitch"/> + <owl:disjointWith> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#OpticLuminescenceScanner"/> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + <owl:disjointWith rdf:resource="#VisionSensor"/> + </owl:Class> + <owl:Class rdf:about="#Feed"> + <owl:disjointWith rdf:resource="#Displace"/> + <owl:disjointWith rdf:resource="#Turn"/> + <owl:disjointWith rdf:resource="#Pan"/> + <owl:disjointWith rdf:resource="#Arrange"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from one to another position along a given trajectory. The part's orientation is given at each point of the trajectory.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Pass"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Move"/> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Convey"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Position"/> + </owl:Class> + <owl:Class rdf:about="#Assemble"> + <owl:disjointWith> + <owl:Class rdf:about="#Glue"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Rivet"/> + <owl:disjointWith> + <owl:Class rdf:about="#Clinch"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Bolt"/> + <owl:disjointWith> + <owl:Class rdf:about="#Solder"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Putting together two workpieces.</rdfs:comment> + <owl:disjointWith rdf:resource="#Fill"/> + <rdfs:subClassOf rdf:resource="#Join"/> + <owl:disjointWith> + <owl:Class rdf:about="#Weld"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="UserInterface"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Interface"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="OpticalMedia"> + <rdfs:subClassOf rdf:resource="#PhysicalLayer"/> + </owl:Class> + <owl:Class rdf:about="#OpticSensor"> + <rdfs:subClassOf rdf:resource="#Sensor"/> + <owl:disjointWith rdf:resource="#TactileSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#CapacitveSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + <owl:disjointWith rdf:resource="#MagneticSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#TorqueForceSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#UltrasonicSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#EncoderSensor"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Convey"> + <owl:disjointWith rdf:resource="#Arrange"/> + <owl:disjointWith> + <owl:Class rdf:about="#Pass"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Feed"/> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Move"/> + <owl:disjointWith rdf:resource="#Pan"/> + <owl:disjointWith rdf:resource="#Position"/> + <owl:disjointWith rdf:resource="#Displace"/> + <owl:disjointWith rdf:resource="#Turn"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part (or transported material) from one undefined to another undefined position. The trajectory and the orientation of the parts while moved are not necessarily defined.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#ManufacturingFunction"> + <owl:disjointWith rdf:resource="#SensorFunction"/> + <owl:disjointWith rdf:resource="#ManipulationAndHandlingFunction"/> + <rdfs:subClassOf rdf:resource="#MainFunction"/> + </owl:Class> + <owl:Class rdf:ID="Ceramics"> + <rdfs:subClassOf rdf:resource="#Material"/> + </owl:Class> + <owl:Class rdf:ID="Train"> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Cast"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >From fluid metallic material a solid workpiece is created.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Mold"/> + <owl:disjointWith> + <owl:Class rdf:about="#Sinter"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ElectrolyticSegregate"/> + </owl:Class> + <owl:Class rdf:ID="Worm"> + <owl:disjointWith> + <owl:Class rdf:ID="WormDiameter"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#MechanicalConnector"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Can be inside or outside.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#PhysicalObjectProperty"> + <owl:disjointWith rdf:resource="#SkillProperty"/> + <owl:disjointWith rdf:resource="#isEditable"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Property"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Anneal"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Set specific material properties by heating, holding the heat for a specific time and cooling down.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#ModifyWorkpieceProperties"/> + <owl:disjointWith rdf:resource="#Age"/> + <owl:disjointWith> + <owl:Class rdf:about="#Temper"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Broach"> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#Lap"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The workpiece is given the tool's contour. This is used where contours are necessary which cannot be created by milling or lathing.</rdfs:comment> + <owl:disjointWith rdf:resource="#Plane"/> + <owl:disjointWith> + <owl:Class rdf:about="#Cut"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Lathe"/> + <owl:disjointWith rdf:resource="#Hone"/> + <rdfs:subClassOf rdf:resource="#Separate"/> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + <owl:disjointWith rdf:resource="#Thrust"/> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#MeasureArea"> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureAcceleration"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureAngle"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith rdf:resource="#MeasureMotionOfObject"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureOrientationOfObject"/> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + </owl:Class> + <owl:Class rdf:ID="InductiveProximitySwitch"> + <rdfs:subClassOf rdf:resource="#InductiveSensor"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 2</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#CircularParallelGripper"> + <owl:disjointWith rdf:resource="#LineParallelGripper"/> + <owl:disjointWith rdf:resource="#GeneralParallelGripper"/> + <rdfs:subClassOf rdf:resource="#ParallelGripper"/> + </owl:Class> + <owl:Class rdf:about="#Interface"> + <owl:disjointWith rdf:resource="#QualityCriteria"/> + <owl:disjointWith rdf:resource="#PhysicalProperties"/> + <owl:disjointWith> + <owl:Class rdf:about="#Identifier"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Geometry"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Arrangement"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ControlSystem"/> + <rdfs:subClassOf rdf:resource="#PhysicalObjectProperty"/> + </owl:Class> + <owl:Class rdf:about="#AsFastAsPossible"> + <owl:disjointWith rdf:resource="#Circular"/> + <owl:disjointWith> + <owl:Class rdf:about="#Karthesian"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Feed"/> + </owl:Class> + <owl:Class rdf:about="#BlobAnalysis"> + <owl:disjointWith rdf:resource="#SegmentImage"/> + <owl:disjointWith rdf:resource="#TransformImage"/> + <owl:disjointWith rdf:resource="#DecompressImageData"/> + <owl:disjointWith rdf:resource="#CalibrateImage"/> + <owl:disjointWith rdf:resource="#ExtractEdges"/> + <owl:disjointWith rdf:resource="#CompressImageData"/> + <owl:disjointWith rdf:resource="#FilterImage"/> + <rdfs:subClassOf rdf:resource="#ImageAnalysis"/> + </owl:Class> + <owl:Class rdf:about="#MinVoltageSupply"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in volts</rdfs:comment> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxForce"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Calibrate"> + <owl:disjointWith rdf:resource="#SetParameterValue"/> + <owl:disjointWith rdf:resource="#SaveParameterSet"/> + <owl:disjointWith rdf:resource="#Reset"/> + <owl:disjointWith rdf:resource="#LoadParameterSet"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#AdjustCurrentToGrip"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Grasp"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom> + <owl:Class rdf:about="#MagnetGripper"/> + </owl:someValuesFrom> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#CloseFingers"/> + <owl:disjointWith rdf:resource="#AdjustVacuumToGrip"/> + <owl:disjointWith> + <owl:Class rdf:about="#CloseClaws"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ResultOutputMode"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Property"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Geometry"> + <owl:disjointWith rdf:resource="#QualityCriteria"/> + <owl:disjointWith rdf:resource="#Interface"/> + <owl:disjointWith> + <owl:Class rdf:about="#Identifier"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ControlSystem"/> + <owl:disjointWith> + <owl:Class rdf:about="#Arrangement"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalProperties"/> + <rdfs:subClassOf rdf:resource="#PhysicalObjectProperty"/> + </owl:Class> + <owl:Class rdf:ID="WireDrawEncoder"> + <rdfs:subClassOf> + <owl:Class rdf:about="#EncoderSensor"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >distanceMeasurements.pdf +SICK +pag 4</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:ID="WheelEncoder"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="LinearEncoder"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Detach"> + <owl:disjointWith rdf:resource="#Attach"/> + <owl:disjointWith> + <owl:Class rdf:about="#Grasp"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Release"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Secure"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS Detaching an end-effector from a robot (opposite to Attach)</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="OperatingMode"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Property"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="StoreInOrder"> + <owl:disjointWith> + <owl:Class rdf:ID="StorePartlyOrdered"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:ID="StoreUnOrdered"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Store"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Save workpieces which are geometrically defined in a well-defined position and/or orientation.</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="Hole"> + <rdfs:subClassOf rdf:resource="#Shape"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty rdf:resource="#hasDiameter"/> + <owl:someValuesFrom rdf:resource="#Diameter"/> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="AquireTestImage"> + <rdfs:subClassOf> + <owl:Class rdf:about="#AdditionalFunction"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="ParallelInOutSignal"> + <rdfs:subClassOf> + <owl:Class rdf:ID="DigitalInOut"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="MinModuleWidth"> + <rdfs:subClassOf rdf:resource="#MinInspectableStructureSize"/> + </owl:Class> + <owl:Class rdf:about="#Precision"> + <owl:disjointWith rdf:resource="#Cost"/> + <owl:disjointWith rdf:resource="#Timing"/> + <owl:disjointWith> + <owl:Class rdf:about="#Resolution"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Repeatability"/> + <owl:disjointWith> + <owl:Class rdf:about="#PathVelocityFluctuation"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Accuracy"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#QualityCriteria"/> + </owl:Class> + <owl:Class rdf:about="#OpticColorSensor"> + <owl:disjointWith rdf:resource="#SmartCamera"/> + <owl:disjointWith> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + <rdfs:subClassOf rdf:resource="#OpticSensor"/> + <owl:disjointWith rdf:resource="#OpticLuminescenceScanner"/> + <owl:disjointWith rdf:resource="#OpticSwitch"/> + <owl:disjointWith rdf:resource="#OpticDistanceSensor"/> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 4</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Cut"> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Broach"/> + <owl:disjointWith rdf:resource="#Plane"/> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith> + <owl:Class rdf:about="#Mill"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Separate"/> + <owl:disjointWith rdf:resource="#Thrust"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Divide a workpiece into two parts.</rdfs:comment> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Lathe"/> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith rdf:resource="#Lap"/> + <owl:disjointWith rdf:resource="#Rub"/> + </owl:Class> + <owl:Class rdf:about="#Coordinates"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Abstract"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#HexapodRobot"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Very precise kinematic, but small working area. This is used for special applications.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Robot"/> + <owl:disjointWith rdf:resource="#ArticulatedRobot"/> + <owl:disjointWith rdf:resource="#SpecialKinematicRobot"/> + <owl:disjointWith rdf:resource="#SimpleKinematicRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#ParallelKinematicRobot"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#CartesianRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#ScaraRobot"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="ReadBrailleCode"> + <rdfs:subClassOf rdf:resource="#Read"/> + </owl:Class> + <owl:Class rdf:about="#Task"> + <owl:disjointWith> + <owl:Class rdf:about="#Abstract"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Operation"/> + <owl:disjointWith> + <owl:Class rdf:about="#Property"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ObjectBase"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Skill"/> + </owl:Class> + <owl:Class rdf:about="#Fixture"> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManipulationAndHandling"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Powder-coat"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Coat"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Varnish"/> + <owl:disjointWith rdf:resource="#Electroplate"/> + <owl:disjointWith rdf:resource="#Hot-galvanise"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The powder becomes electrostatically charged and sprayed to the workpiece. Then it is burned into the workpiece.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MaxLiftWay"> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <owl:disjointWith rdf:resource="#MaximumVacuum"/> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#InsideOrOutsidePicking"/> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith> + <owl:Class rdf:about="#TypeOfVacuum"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#Reach"/> + </owl:Class> + <owl:Class rdf:about="#MeasureAcceleration"> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureOrientationOfObject"/> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith rdf:resource="#MeasureAngle"/> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith rdf:resource="#MeasureArea"/> + <owl:disjointWith rdf:resource="#MeasureMotionOfObject"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasurePositionOfObject"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="DrillMachine"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Manufacturing"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="MinHumidity"> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + </owl:Class> + <owl:Class rdf:about="#MaxForce"> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in Newton</rdfs:comment> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#Height"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesSensor"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#DigitalIn"> + <rdfs:subClassOf rdf:resource="#DigitalSignal"/> + </owl:Class> + <owl:Class rdf:about="#AdditionalFunction"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +(Breakdown of Skills)</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Skill"/> + <owl:disjointWith> + <owl:Class rdf:about="#CompoundSkills"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MainFunction"/> + <owl:disjointWith rdf:resource="#DiagnosticFunction"/> + </owl:Class> + <owl:Class rdf:about="#ReadOpticalCharacters"> + <rdfs:subClassOf rdf:resource="#Read"/> + <owl:disjointWith rdf:resource="#ReadBarCode"/> + <owl:disjointWith rdf:resource="#Read2DMatrixCode"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Task and Skills of Optical Sensors v1.1 +part:7</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#TorqueForceSensor"> + <owl:disjointWith rdf:resource="#UltrasonicSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#CapacitveSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#OpticSensor"/> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#EncoderSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MagneticSensor"/> + <owl:disjointWith rdf:resource="#TactileSensor"/> + <rdfs:subClassOf rdf:resource="#Sensor"/> + </owl:Class> + <owl:Class rdf:about="#CapacitveSensor"> + <rdfs:subClassOf rdf:resource="#Sensor"/> + <owl:disjointWith rdf:resource="#MagneticSensor"/> + <owl:disjointWith rdf:resource="#TactileSensor"/> + <owl:disjointWith rdf:resource="#TorqueForceSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#EncoderSensor"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#UltrasonicSensor"/> + <owl:disjointWith rdf:resource="#OpticSensor"/> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + </owl:Class> + <owl:Class rdf:ID="ReadableCode"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Capability"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Grasp"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +Keep a workpiece temporarily in a given position and orientation.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Release"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Attach"/> + <owl:disjointWith rdf:resource="#Detach"/> + <rdfs:subClassOf rdf:resource="#Secure"/> + </owl:Class> + <owl:Class rdf:about="#Mill"> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Plane"/> + <owl:disjointWith rdf:resource="#Broach"/> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith rdf:resource="#Thrust"/> + <owl:disjointWith rdf:resource="#Cut"/> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith rdf:resource="#Grind"/> + <owl:disjointWith rdf:resource="#Lathe"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The tool moves over the workpiece to remove chipping. The tool is fed in a linear motion over the workpiece while the tool is rotating.</rdfs:comment> + <owl:disjointWith rdf:resource="#Lap"/> + <rdfs:subClassOf rdf:resource="#Separate"/> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + <owl:disjointWith> + <owl:Class rdf:about="#Drill"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#OpticThroughBeamSwitch"> + <rdfs:subClassOf rdf:resource="#OpticSwitch"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 2</rdfs:comment> + <owl:disjointWith rdf:resource="#OpticReflexSwitch"/> + <owl:disjointWith rdf:resource="#OpticProximitySwitch"/> + </owl:Class> + <owl:Class rdf:about="#Weld"> + <owl:disjointWith> + <owl:Class rdf:about="#Glue"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#Join"/> + <owl:disjointWith> + <owl:Class rdf:about="#Clinch"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Solder"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Assemble"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is a permanent connection of workpieces by using heat and/or pressure. The material keeps its properties when welded.</rdfs:comment> + <owl:disjointWith rdf:resource="#Fill"/> + <owl:disjointWith rdf:resource="#Bolt"/> + <owl:disjointWith rdf:resource="#Rivet"/> + </owl:Class> + <owl:Class rdf:about="#NumberOfJoints"> + <owl:disjointWith rdf:resource="#Reachability"/> + <owl:disjointWith rdf:resource="#TypeOfActuation"/> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesRobot"/> + </owl:Class> + <owl:Class rdf:about="#Glue"> + <owl:disjointWith> + <owl:Class rdf:about="#Solder"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connect workpieces with the help of a glue. This is done by physical interaction of the glue at the workpieces' interfaces.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Join"/> + <owl:disjointWith> + <owl:Class rdf:about="#Clinch"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Assemble"/> + <owl:disjointWith rdf:resource="#Rivet"/> + <owl:disjointWith rdf:resource="#Weld"/> + <owl:disjointWith rdf:resource="#Fill"/> + <owl:disjointWith rdf:resource="#Bolt"/> + </owl:Class> + <owl:Class rdf:about="#Manufacturing"> + <owl:disjointWith> + <owl:Class rdf:about="#ManipulationAndHandling"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Sensor"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#ManufacturingFunction"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#Device"/> + </owl:Class> + <owl:Class rdf:about="#DetectContrast"> + <rdfs:subClassOf rdf:resource="#Detect"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#OpticContrastScanner"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#DetectObject"/> + <owl:disjointWith rdf:resource="#DetectCollision"/> + <owl:disjointWith rdf:resource="#DetectLuminescence"/> + <owl:disjointWith rdf:resource="#DetectColor"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:11 +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 3</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Temper"> + <rdfs:subClassOf rdf:resource="#ModifyWorkpieceProperties"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Influence the mechanical stresses of the workpiece. The material is given a regular structure.</rdfs:comment> + <owl:disjointWith rdf:resource="#Age"/> + <owl:disjointWith rdf:resource="#Anneal"/> + </owl:Class> + <owl:Class rdf:about="#LinearEncoder"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >distanceMeasurements.pdf +SICK +pag 4</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#EncoderSensor"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#WireDrawEncoder"/> + <owl:disjointWith> + <owl:Class rdf:about="#WheelEncoder"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="BarcodeReader"> + <rdfs:subClassOf rdf:resource="#VisionSensor"/> + </owl:Class> + <owl:Class rdf:about="#Karthesian"> + <owl:disjointWith rdf:resource="#AsFastAsPossible"/> + <owl:disjointWith rdf:resource="#Circular"/> + <rdfs:subClassOf rdf:resource="#Feed"/> + </owl:Class> + <owl:Class rdf:about="#Merge"> + <owl:disjointWith> + <owl:Class rdf:about="#Unify"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Branch"/> + <owl:disjointWith rdf:resource="#Partition"/> + <owl:disjointWith rdf:resource="#Assign"/> + <owl:disjointWith rdf:resource="#Divide"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Combine subflows of material to a superflow.</rdfs:comment> + <rdfs:subClassOf> + <owl:Class rdf:about="#ModifyAmount"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#Coat"> + <owl:disjointWith> + <owl:Class rdf:about="#Form"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Join"/> + <owl:disjointWith rdf:resource="#Separate"/> + <owl:disjointWith rdf:resource="#Mold"/> + <owl:disjointWith rdf:resource="#ModifyWorkpieceProperties"/> + <rdfs:subClassOf rdf:resource="#ManufacturingFunction"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Put a permanent layer of formless material onto the workpiece.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Pass"> + <owl:disjointWith rdf:resource="#Feed"/> + <owl:disjointWith rdf:resource="#Arrange"/> + <owl:disjointWith rdf:resource="#Pan"/> + <owl:disjointWith rdf:resource="#Displace"/> + <owl:disjointWith> + <owl:Class rdf:about="#Orient"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from one to another positition along an undefined trajectory. The part's orientation remains unchanged.</rdfs:comment> + <owl:disjointWith rdf:resource="#Position"/> + <owl:disjointWith rdf:resource="#Turn"/> + <owl:disjointWith rdf:resource="#Convey"/> + <rdfs:subClassOf rdf:resource="#Move"/> + </owl:Class> + <owl:Class rdf:about="#Form"> + <owl:disjointWith rdf:resource="#ModifyWorkpieceProperties"/> + <owl:disjointWith rdf:resource="#Join"/> + <owl:disjointWith rdf:resource="#Mold"/> + <owl:disjointWith rdf:resource="#Separate"/> + <owl:disjointWith rdf:resource="#Coat"/> + <rdfs:subClassOf rdf:resource="#ManufacturingFunction"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create workpieces from solid raw pieces. The shape is permanently modified. The volumina remains the same.</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="WirelessMedia"> + <rdfs:subClassOf rdf:resource="#PhysicalLayer"/> + </owl:Class> + <owl:Class rdf:about="#TypeOfVacuum"> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxLiftWay"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#Reach"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MaximumVacuum"/> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#InsideOrOutsidePicking"/> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith> + <owl:Class rdf:about="#NumberOfClaws"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + </owl:Class> + <owl:Class rdf:about="#ResponseTime"> + <rdfs:subClassOf rdf:resource="#Timing"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in seconds</rdfs:comment> + <owl:disjointWith rdf:resource="#SwitchingFrequency"/> + <owl:disjointWith> + <owl:Class rdf:about="#CycleTime"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="CapabilityMaterial"> + <rdfs:subClassOf> + <owl:Class rdf:about="#Capability"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="PneumaticConnector"> + <rdfs:subClassOf> + <owl:Class rdf:about="#MechanicalConnector"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#PhysicalPropertiesSensor"> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#MaxForce"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith> + <owl:Class rdf:about="#PowerConsumption"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + </owl:Class> + <owl:Class rdf:about="#Displacement"> + <owl:disjointWith rdf:resource="#Gripper"/> + <owl:disjointWith rdf:resource="#Robot"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#ManipulationAndHandling"/> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#Cost"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasProperty"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This subclass contains devices which are supposed to move a workpiece, but which are not a robot. An example is a conveyor belt.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MeasurePositionOfObject"> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Measure"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#MeasureAngle"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith rdf:resource="#MeasureAcceleration"/> + <owl:disjointWith> + <owl:Class rdf:about="#MeasureForce"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith rdf:resource="#MeasureArea"/> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureMotionOfObject"/> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <owl:disjointWith rdf:resource="#MeasureOrientationOfObject"/> + </owl:Class> + <owl:Class rdf:about="#NumberOfClaws"> + <owl:disjointWith rdf:resource="#InsideOrOutsidePicking"/> + <owl:disjointWith rdf:resource="#MaximumVacuum"/> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith rdf:resource="#TypeOfVacuum"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#MaxLiftWay"/> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + <owl:disjointWith> + <owl:Class rdf:about="#DiameterOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + </owl:Class> + <owl:Class rdf:about="#Measure"> + <rdfs:subClassOf rdf:resource="#SensorFunction"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +Gather a value as a multiple of a reference value.</rdfs:comment> + <owl:disjointWith rdf:resource="#Detect"/> + <owl:disjointWith> + <owl:Class rdf:about="#Check"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Read"/> + <owl:disjointWith> + <owl:Class rdf:about="#Classify"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Scan"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ImageAnalysis"/> + </owl:Class> + <owl:Class rdf:about="#MaxScanAngle"> + <owl:disjointWith rdf:resource="#ScanningDistance"/> + <owl:disjointWith rdf:resource="#MinMeasurementRange"/> + <owl:disjointWith rdf:resource="#LaserClass"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightSpotSize"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxMeasurementRange"/> + <owl:disjointWith rdf:resource="#FieldOfView"/> + <owl:disjointWith rdf:resource="#LightType"/> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesSensor"/> + </owl:Class> + <owl:Class rdf:about="#Release"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +Invert the grasping.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Secure"/> + <owl:disjointWith rdf:resource="#Grasp"/> + <owl:disjointWith rdf:resource="#Attach"/> + <owl:disjointWith rdf:resource="#Detach"/> + </owl:Class> + <owl:Class rdf:about="#EncoderSensor"> + <rdfs:subClassOf rdf:resource="#Sensor"/> + <owl:disjointWith rdf:resource="#CapacitveSensor"/> + <owl:disjointWith rdf:resource="#OpticSensor"/> + <owl:disjointWith rdf:resource="#TactileSensor"/> + <owl:disjointWith rdf:resource="#TorqueForceSensor"/> + <owl:disjointWith rdf:resource="#MagneticSensor"/> + <owl:disjointWith rdf:resource="#InductiveSensor"/> + <owl:disjointWith rdf:resource="#UltrasonicSensor"/> + </owl:Class> + <owl:Class rdf:about="#WheelEncoder"> + <owl:disjointWith rdf:resource="#WireDrawEncoder"/> + <owl:disjointWith rdf:resource="#LinearEncoder"/> + <rdfs:subClassOf rdf:resource="#EncoderSensor"/> + </owl:Class> + <owl:Class rdf:ID="ImagerHeight"> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesSensor"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in µm</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#MagnetGripper"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#AdjustCurrentToGrip"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + <owl:someValuesFrom> + <owl:Class rdf:about="#AdjustCurrentToRelease"/> + </owl:someValuesFrom> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#Gripper"/> + <owl:disjointWith rdf:resource="#FingerGripper"/> + <owl:disjointWith rdf:resource="#VacuumGripper"/> + <owl:disjointWith rdf:resource="#PincerGripper"/> + </owl:Class> + <owl:Class rdf:about="#PowerConsumption"> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesSensor"/> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#MaxForce"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalInterface"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in kVA</rdfs:comment> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Press"> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Crush"/> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith rdf:resource="#Roll"/> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Modify the surface of a solid body with the help of a stamp. The feed rate is very slow, although the pressure is very high.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Extrude"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Bead"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + </owl:Class> + <owl:Class rdf:about="#Count"> + <owl:disjointWith rdf:resource="#CheckSurfaceForIrregularities"/> + <owl:disjointWith rdf:resource="#CheckPosition"/> + <owl:disjointWith rdf:resource="#CheckPresence"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Check"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="TransportProtocol"> + <rdfs:subClassOf rdf:resource="#Protocol"/> + </owl:Class> + <owl:Class rdf:about="#ElasticFingerGripper"> + <owl:disjointWith rdf:resource="#JointFingerGripper"/> + <rdfs:subClassOf rdf:resource="#FingerGripper"/> + </owl:Class> + <owl:Class rdf:about="#Abstract"> + <owl:disjointWith rdf:resource="#Task"/> + <owl:disjointWith rdf:resource="#Skill"/> + <owl:disjointWith> + <owl:Class rdf:about="#Property"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalObject"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Operation"/> + <owl:disjointWith rdf:resource="#ObjectBase"/> + </owl:Class> + <owl:Class rdf:about="#Resolution"> + <rdfs:subClassOf rdf:resource="#QualityCriteria"/> + <owl:disjointWith rdf:resource="#Cost"/> + <owl:disjointWith rdf:resource="#Timing"/> + <owl:disjointWith rdf:resource="#Repeatability"/> + <owl:disjointWith rdf:resource="#Precision"/> + <owl:disjointWith> + <owl:Class rdf:about="#PathVelocityFluctuation"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Accuracy"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#Identifier"> + <owl:disjointWith> + <owl:Class rdf:about="#Arrangement"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ControlSystem"/> + <owl:disjointWith rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#Geometry"/> + <owl:disjointWith rdf:resource="#Interface"/> + <owl:disjointWith rdf:resource="#QualityCriteria"/> + <rdfs:subClassOf rdf:resource="#PhysicalObjectProperty"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >For the identifier there are two applications in the later implementation: +1. Identifier of either a device or a workpiece. +2. Reference to device identifier or a workpiece identifier as a link, e.g. a URI.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#OpticContrastScanner"> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + <owl:disjointWith rdf:resource="#OpticLuminescenceScanner"/> + <owl:disjointWith rdf:resource="#OpticDistanceSensor"/> + <owl:disjointWith rdf:resource="#OpticSwitch"/> + <owl:disjointWith rdf:resource="#OpticColorSensor"/> + <owl:disjointWith rdf:resource="#SmartCamera"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Tasks and Skills of Ocptical Sensor 1.1 +Cap: 3</rdfs:comment> + <rdfs:subClassOf rdf:resource="#OpticSensor"/> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <owl:disjointWith> + <owl:Class rdf:about="#LightGrid"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#SortObjects"> + <owl:disjointWith rdf:resource="#ClassifyObject"/> + <rdfs:subClassOf> + <owl:Class rdf:about="#Classify"/> + </rdfs:subClassOf> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Task and Skills of Optical Sensors v1.1 +part:7</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Extrude"> + <owl:disjointWith rdf:resource="#Press"/> + <owl:disjointWith> + <owl:Class rdf:about="#Bead"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Crush"/> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith rdf:resource="#Roll"/> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is mainly used to create profiles, tubes and wires.</rdfs:comment> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + </owl:Class> + <owl:Class rdf:about="#Clinch"> + <owl:disjointWith> + <owl:Class rdf:about="#Solder"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Assemble"/> + <owl:disjointWith rdf:resource="#Glue"/> + <owl:disjointWith rdf:resource="#Weld"/> + <owl:disjointWith rdf:resource="#Bolt"/> + <rdfs:subClassOf rdf:resource="#Join"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is a connection of metal sheets without any additional material. The workpieces are deformed between a stamp and a template to generate a pushbutton-like shape.</rdfs:comment> + <owl:disjointWith rdf:resource="#Fill"/> + <owl:disjointWith rdf:resource="#Rivet"/> + </owl:Class> + <owl:Class rdf:about="#PhysicalInterface"> + <owl:disjointWith rdf:resource="#PhysicalPropertiesSensor"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith rdf:resource="#PowerConsumption"/> + <owl:disjointWith> + <owl:Class rdf:about="#PhysicalPropertiesGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#MaxForce"/> + <owl:disjointWith rdf:resource="#Weight"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + </owl:Class> + <owl:Class rdf:ID="ImagerWidth"> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesSensor"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in µm</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="LensConnector"> + <rdfs:subClassOf rdf:resource="#Interface"/> + </owl:Class> + <owl:Class rdf:about="#PathVelocityFluctuation"> + <rdfs:subClassOf rdf:resource="#QualityCriteria"/> + <owl:disjointWith rdf:resource="#Cost"/> + <owl:disjointWith rdf:resource="#Timing"/> + <owl:disjointWith rdf:resource="#Resolution"/> + <owl:disjointWith rdf:resource="#Repeatability"/> + <owl:disjointWith rdf:resource="#Precision"/> + <owl:disjointWith> + <owl:Class rdf:about="#Accuracy"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:about="#ParallelKinematicRobot"> + <rdfs:subClassOf rdf:resource="#Robot"/> + <owl:disjointWith rdf:resource="#SpecialKinematicRobot"/> + <owl:disjointWith> + <owl:Class rdf:about="#ScaraRobot"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ArticulatedRobot"/> + <owl:disjointWith rdf:resource="#HexapodRobot"/> + <owl:disjointWith rdf:resource="#CartesianRobot"/> + <owl:disjointWith rdf:resource="#SimpleKinematicRobot"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Special kinematic arrangement like the one built in SMErobot.</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="ElectricalMedia"> + <rdfs:subClassOf rdf:resource="#PhysicalLayer"/> + </owl:Class> + <owl:Class rdf:about="#PhysicalPropertiesGripper"> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesSensor"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith> + <owl:Class rdf:about="#MaxAmbientTemperature"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PhysicalInterface"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#PowerConsumption"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#MaxForce"/> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + </owl:Class> + <owl:Class rdf:about="#MeasureForce"> + <owl:disjointWith rdf:resource="#MeasureMotionOfObject"/> + <owl:disjointWith rdf:resource="#MeasureAcceleration"/> + <owl:disjointWith rdf:resource="#MeasureDistance"/> + <owl:disjointWith rdf:resource="#MeasureSpeed"/> + <owl:disjointWith rdf:resource="#MeasureOrientationOfObject"/> + <owl:disjointWith rdf:resource="#MeasureAngle"/> + <owl:disjointWith rdf:resource="#MeasurePositionOfObject"/> + <owl:disjointWith rdf:resource="#MeasureArea"/> + <owl:disjointWith rdf:resource="#MeasureVolume"/> + <owl:disjointWith rdf:resource="#MeasureTorque"/> + <rdfs:subClassOf rdf:resource="#Measure"/> + <owl:disjointWith rdf:resource="#MeasureDiameter"/> + <owl:disjointWith rdf:resource="#MeasureTemperature"/> + </owl:Class> + <owl:Class rdf:about="#Scan"> + <rdfs:subClassOf rdf:resource="#SensorFunction"/> + <owl:disjointWith rdf:resource="#Read"/> + <owl:disjointWith rdf:resource="#Detect"/> + <owl:disjointWith> + <owl:Class rdf:about="#Check"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ImageAnalysis"/> + <owl:disjointWith> + <owl:Class rdf:about="#Classify"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Measure"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="MinDistance"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesSensor"/> + </owl:Class> + <owl:Class rdf:about="#Accuracy"> + <rdfs:subClassOf rdf:resource="#QualityCriteria"/> + <owl:disjointWith rdf:resource="#Cost"/> + <owl:disjointWith rdf:resource="#Timing"/> + <owl:disjointWith rdf:resource="#Resolution"/> + <owl:disjointWith rdf:resource="#Repeatability"/> + <owl:disjointWith rdf:resource="#Precision"/> + <owl:disjointWith rdf:resource="#PathVelocityFluctuation"/> + </owl:Class> + <owl:Class rdf:ID="DrillBit"> + <rdfs:subClassOf> + <owl:Class rdf:ID="Tool"/> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:about="#PhysicalObject"> + <owl:disjointWith rdf:resource="#Abstract"/> + <owl:disjointWith> + <owl:Class rdf:about="#Property"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#ObjectBase"/> + <owl:disjointWith rdf:resource="#Operation"/> + <owl:disjointWith rdf:resource="#Skill"/> + <owl:disjointWith rdf:resource="#Task"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is basically the world.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#StorePartlyOrdered"> + <rdfs:subClassOf rdf:resource="#Store"/> + <owl:disjointWith> + <owl:Class rdf:about="#StoreUnOrdered"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#StoreInOrder"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Save workpieces which are geometrically defined in a well-defined position and/or orientation. This means position and orientation are only defined in some of their degrees of freedom.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#HMI"> + <rdfs:subClassOf rdf:resource="#AdditionalFunction"/> + </owl:Class> + <owl:Class rdf:about="#ManipulationAndHandling"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:someValuesFrom rdf:resource="#ManipulationAndHandlingFunction"/> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#Device"/> + <owl:disjointWith rdf:resource="#Sensor"/> + <owl:disjointWith rdf:resource="#Manufacturing"/> + </owl:Class> + <owl:Class rdf:about="#AdjustCurrentToRelease"> + <owl:disjointWith rdf:resource="#AdjustVacuumToRelease"/> + <owl:disjointWith rdf:resource="#OpenFingers"/> + <owl:disjointWith rdf:resource="#OpenClaws"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + <owl:allValuesFrom rdf:resource="#MagnetGripper"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#Release"/> + </owl:Class> + <owl:Class rdf:about="#Tool"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Primitive tool, such as a drill</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Device"/> + </owl:Class> + <owl:Class rdf:about="#Signal"> + <rdfs:subClassOf rdf:resource="#Interface"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Superclass for the different types of +signals</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#LightGrid"> + <owl:disjointWith rdf:resource="#VisionSensor"/> + <owl:disjointWith rdf:resource="#OpticColorSensor"/> + <owl:disjointWith rdf:resource="#OpticLuminescenceScanner"/> + <rdfs:subClassOf rdf:resource="#OpticSensor"/> + <owl:disjointWith rdf:resource="#LaserScanner2D"/> + <owl:disjointWith rdf:resource="#SmartCamera"/> + <owl:disjointWith rdf:resource="#OpticContrastScanner"/> + <owl:disjointWith rdf:resource="#OpticSwitch"/> + <owl:disjointWith rdf:resource="#OpticDistanceSensor"/> + </owl:Class> + <owl:Class rdf:about="#Bead"> + <owl:disjointWith> + <owl:Class rdf:about="#Bend"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Press"/> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith rdf:resource="#Crush"/> + <owl:disjointWith rdf:resource="#Roll"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create channel-shaped deepenings which are meant to increase the stiffness.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Extrude"/> + </owl:Class> + <owl:Class rdf:about="#Arrangement"> + <rdfs:subClassOf rdf:resource="#PhysicalObjectProperty"/> + <owl:disjointWith rdf:resource="#QualityCriteria"/> + <owl:disjointWith rdf:resource="#ControlSystem"/> + <owl:disjointWith rdf:resource="#Geometry"/> + <owl:disjointWith rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#Identifier"/> + <owl:disjointWith rdf:resource="#Interface"/> + </owl:Class> + <owl:Class rdf:about="#CompoundSkills"> + <rdfs:subClassOf rdf:resource="#Skill"/> + <owl:disjointWith rdf:resource="#AdditionalFunction"/> + <owl:disjointWith rdf:resource="#MainFunction"/> + <owl:disjointWith rdf:resource="#DiagnosticFunction"/> + </owl:Class> + <owl:Class rdf:about="#DiameterOfGripper"> + <owl:disjointWith rdf:resource="#NumberOfClaws"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + <owl:disjointWith rdf:resource="#Reach"/> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesGripper"/> + <owl:disjointWith> + <owl:Class rdf:about="#StiffnessOfGripper"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith rdf:resource="#MaxLiftWay"/> + <owl:disjointWith rdf:resource="#MaximumVacuum"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#InsideOrOutsidePicking"/> + <owl:disjointWith rdf:resource="#TypeOfVacuum"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Drill"> + <owl:disjointWith rdf:resource="#File"/> + <owl:disjointWith rdf:resource="#Lap"/> + <rdfs:subClassOf rdf:resource="#Separate"/> + <owl:disjointWith rdf:resource="#Hone"/> + <owl:disjointWith rdf:resource="#Mill"/> + <owl:disjointWith rdf:resource="#Broach"/> + <owl:disjointWith rdf:resource="#Grind"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create a circular whole in the workpiece.</rdfs:comment> + <owl:disjointWith rdf:resource="#Saw"/> + <owl:disjointWith rdf:resource="#Cut"/> + <owl:disjointWith rdf:resource="#Lathe"/> + <owl:disjointWith rdf:resource="#Rub"/> + <owl:disjointWith rdf:resource="#Plane"/> + <owl:disjointWith rdf:resource="#Electro-discharge-machine"/> + <owl:disjointWith rdf:resource="#Thermal-Separate"/> + <owl:disjointWith rdf:resource="#Thrust"/> + </owl:Class> + <owl:Class rdf:about="#ModifyAmount"> + <owl:disjointWith rdf:resource="#Store"/> + <owl:disjointWith rdf:resource="#Move"/> + <owl:disjointWith rdf:resource="#Secure"/> + <rdfs:subClassOf rdf:resource="#ManipulationAndHandlingFunction"/> + </owl:Class> + <owl:Class rdf:about="#CycleTime"> + <rdfs:subClassOf rdf:resource="#Timing"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in seconds</rdfs:comment> + <owl:disjointWith rdf:resource="#ResponseTime"/> + <owl:disjointWith rdf:resource="#SwitchingFrequency"/> + </owl:Class> + <owl:Class rdf:ID="Wood"> + <rdfs:subClassOf rdf:resource="#Material"/> + </owl:Class> + <owl:Class rdf:about="#Solder"> + <owl:disjointWith rdf:resource="#Weld"/> + <owl:disjointWith rdf:resource="#Bolt"/> + <owl:disjointWith rdf:resource="#Glue"/> + <owl:disjointWith rdf:resource="#Rivet"/> + <owl:disjointWith rdf:resource="#Clinch"/> + <owl:disjointWith rdf:resource="#Assemble"/> + <owl:disjointWith rdf:resource="#Fill"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is a thermic procedure to connect workpieces. Then, a fluid phase is created by melting solder (additional material).</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Join"/> + </owl:Class> + <owl:Class rdf:about="#StiffnessOfGripper"> + <owl:disjointWith rdf:resource="#DiameterOfGripper"/> + <owl:disjointWith rdf:resource="#TypeOfFingers"/> + <owl:disjointWith rdf:resource="#TypeOfVacuum"/> + <owl:disjointWith rdf:resource="#MaximumVacuum"/> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesGripper"/> + <owl:disjointWith rdf:resource="#MaxLiftWeight"/> + <owl:disjointWith rdf:resource="#MaterialOfGripper"/> + <owl:disjointWith rdf:resource="#NumberOfMovableClaws"/> + <owl:disjointWith rdf:resource="#Reach"/> + <owl:disjointWith rdf:resource="#InsideOrOutsidePicking"/> + <owl:disjointWith rdf:resource="#SizeOfGripper"/> + <owl:disjointWith rdf:resource="#TypeOfMagnet"/> + <owl:disjointWith rdf:resource="#NumberOfClaws"/> + <owl:disjointWith rdf:resource="#ShapeOfClaws"/> + <owl:disjointWith rdf:resource="#MaxLiftWay"/> + <owl:disjointWith rdf:resource="#NumberOfFingers"/> + </owl:Class> + <owl:Class rdf:about="#SolidWorkpiece"> + <rdfs:subClassOf rdf:resource="#Workpiece"/> + </owl:Class> + <owl:Class rdf:about="#Atomic"> + <owl:disjointWith> + <owl:Class rdf:about="#Sequence"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Parallel"/> + <rdfs:subClassOf rdf:resource="#Operation"/> + </owl:Class> + <owl:Class rdf:about="#Capability"> + <rdfs:subClassOf rdf:resource="#SkillProperty"/> + </owl:Class> + <owl:Class rdf:about="#MechanicalConnector"> + <rdfs:subClassOf rdf:resource="#MechanicalInterface"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >How to connect a tool mechanically. +This includes the size and is dependent on the Payload.</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Orient"> + <owl:disjointWith rdf:resource="#Arrange"/> + <owl:disjointWith rdf:resource="#Turn"/> + <owl:disjointWith rdf:resource="#Pan"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Move a part from an undefined to a well-defined orientation. The part's position is not important here.</rdfs:comment> + <owl:disjointWith rdf:resource="#Position"/> + <owl:disjointWith rdf:resource="#Convey"/> + <owl:disjointWith rdf:resource="#Displace"/> + <owl:disjointWith rdf:resource="#Pass"/> + <rdfs:subClassOf rdf:resource="#Move"/> + <owl:disjointWith rdf:resource="#Feed"/> + </owl:Class> + <owl:Class rdf:about="#Bend"> + <owl:disjointWith rdf:resource="#Bead"/> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Flang"/> + </owl:disjointWith> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Put a bending moment to the material which causes a malleable, i.e. permanent deformation.</rdfs:comment> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith rdf:resource="#Extrude"/> + <owl:disjointWith rdf:resource="#Press"/> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Crush"/> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith rdf:resource="#Roll"/> + </owl:Class> + <owl:Class rdf:ID="HMI_Input"> + <rdfs:subClassOf rdf:resource="#HMI"/> + </owl:Class> + <owl:Class rdf:about="#Classify"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5</rdfs:comment> + <owl:disjointWith rdf:resource="#ImageAnalysis"/> + <owl:disjointWith rdf:resource="#Detect"/> + <owl:disjointWith rdf:resource="#Scan"/> + <owl:disjointWith rdf:resource="#Read"/> + <owl:disjointWith rdf:resource="#Measure"/> + <owl:disjointWith> + <owl:Class rdf:about="#Check"/> + </owl:disjointWith> + <rdfs:subClassOf rdf:resource="#SensorFunction"/> + </owl:Class> + <owl:Class rdf:about="#Flang"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Orthogonal bending up of the border of metal sheets. This is used for creating pipe connections and is widely used in the manufacturing of air channels.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith rdf:resource="#Roll"/> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith rdf:resource="#Bead"/> + <owl:disjointWith rdf:resource="#Press"/> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith> + <owl:Class rdf:about="#Forge"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith rdf:resource="#Bend"/> + <owl:disjointWith rdf:resource="#Extrude"/> + <owl:disjointWith rdf:resource="#Crush"/> + </owl:Class> + <owl:Class rdf:about="#DigitalInOut"> + <rdfs:subClassOf rdf:resource="#DigitalSignal"/> + </owl:Class> + <owl:Class rdf:about="#StoreUnOrdered"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Save workpieces which are geometrically defined in an undefined position and orientation.</rdfs:comment> + <owl:disjointWith rdf:resource="#StoreInOrder"/> + <owl:disjointWith rdf:resource="#StorePartlyOrdered"/> + <rdfs:subClassOf rdf:resource="#Store"/> + </owl:Class> + <owl:Class rdf:about="#Sequence"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:ID="hasAtomicOperation"/> + </owl:onProperty> + <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >1</owl:cardinality> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf rdf:resource="#Operation"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >1</owl:cardinality> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#hasOperation"/> + </owl:onProperty> + </owl:Restriction> + </rdfs:subClassOf> + <owl:disjointWith rdf:resource="#Atomic"/> + <owl:disjointWith rdf:resource="#Parallel"/> + </owl:Class> + <owl:Class rdf:about="#Property"> + <owl:disjointWith rdf:resource="#Abstract"/> + <owl:disjointWith rdf:resource="#ObjectBase"/> + <owl:disjointWith rdf:resource="#Task"/> + <owl:disjointWith rdf:resource="#PhysicalObject"/> + <owl:disjointWith rdf:resource="#Skill"/> + <owl:disjointWith rdf:resource="#Operation"/> + </owl:Class> + <owl:Class rdf:about="#CloseClaws"> + <owl:disjointWith rdf:resource="#AdjustVacuumToGrip"/> + <owl:disjointWith rdf:resource="#AdjustCurrentToGrip"/> + <owl:disjointWith rdf:resource="#CloseFingers"/> + <rdfs:subClassOf rdf:resource="#Grasp"/> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"/> + </owl:onProperty> + <owl:someValuesFrom rdf:resource="#PincerGripper"/> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> + <owl:Class rdf:ID="SerialInOutSignal"> + <rdfs:subClassOf rdf:resource="#DigitalInOut"/> + </owl:Class> + <owl:Class rdf:ID="CollectErrorImages"> + <rdfs:subClassOf rdf:resource="#DiagnosticFunction"/> + </owl:Class> + <owl:Class rdf:about="#CompoundManufacturingFunction"> + <owl:disjointWith rdf:resource="#CompountSensorFunction"/> + <owl:disjointWith rdf:resource="#CompoundManipulationAndHandlingFunction"/> + <rdfs:subClassOf rdf:resource="#CompoundSkills"/> + </owl:Class> + <owl:Class rdf:about="#Check"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +Check if a part fulfils given conditions.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#SensorFunction"/> + <owl:disjointWith rdf:resource="#Scan"/> + <owl:disjointWith rdf:resource="#Read"/> + <owl:disjointWith rdf:resource="#ImageAnalysis"/> + <owl:disjointWith rdf:resource="#Classify"/> + <owl:disjointWith rdf:resource="#Detect"/> + <owl:disjointWith rdf:resource="#Measure"/> + </owl:Class> + <owl:Class rdf:about="#Forge"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >The workpiece is heated, the whole profile is plasticised. In doing so the crystal structure of the workpiece changes and the workpiece becomes softer.</rdfs:comment> + <owl:disjointWith> + <owl:Class rdf:about="#Fold"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#Bead"/> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith rdf:resource="#Crush"/> + <owl:disjointWith rdf:resource="#Press"/> + <owl:disjointWith rdf:resource="#Extrude"/> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith rdf:resource="#Flang"/> + <owl:disjointWith rdf:resource="#Roll"/> + <owl:disjointWith rdf:resource="#Bend"/> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + </owl:Class> + <owl:Class rdf:about="#Fold"> + <owl:disjointWith rdf:resource="#Forge"/> + <owl:disjointWith rdf:resource="#Extrude"/> + <rdfs:subClassOf rdf:resource="#Form"/> + <owl:disjointWith rdf:resource="#Press"/> + <owl:disjointWith rdf:resource="#Bead"/> + <owl:disjointWith rdf:resource="#Roll"/> + <owl:disjointWith rdf:resource="#Crush"/> + <owl:disjointWith rdf:resource="#Stretch-Form"/> + <owl:disjointWith rdf:resource="#Bend"/> + <owl:disjointWith rdf:resource="#True"/> + <owl:disjointWith rdf:resource="#Deep-Draw"/> + <owl:disjointWith rdf:resource="#Flang"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Buckle, squeeze or crop thin, malleable and/or flexible materials like sheet metals and plates.</rdfs:comment> + </owl:Class> + <owl:Class rdf:ID="StartDrillRotation"> + <rdfs:subClassOf rdf:resource="#Drill"/> + </owl:Class> + <owl:Class rdf:about="#MaxAmbientTemperature"> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesSensor"/> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#MaxForce"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#Shape"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#Weight"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith> + <owl:Class rdf:about="#Width"/> + </owl:disjointWith> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesGripper"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in degrees celsius</rdfs:comment> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#PhysicalInterface"/> + <owl:disjointWith rdf:resource="#PowerConsumption"/> + </owl:Class> + <owl:Class rdf:ID="AnalogIn"> + <rdfs:subClassOf rdf:resource="#AnalogSignal"/> + </owl:Class> + <owl:Class rdf:about="#MountedDevicePosition"> + <rdfs:subClassOf rdf:resource="#Arrangement"/> + <owl:disjointWith rdf:resource="#MountedDeviceOrientation"/> + <owl:disjointWith rdf:resource="#CoordinateReferenceSystem"/> + <owl:disjointWith rdf:resource="#WorkCoordinates"/> + <owl:disjointWith> + <owl:Class rdf:about="#WorkFrame"/> + </owl:disjointWith> + </owl:Class> + <owl:Class rdf:ID="Controller"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Represents any kind of computer-based controller; PC:s, robot controllers, PLC, ... +Should it be subclassed?</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Device"/> + </owl:Class> + <owl:Class rdf:about="#ScaraRobot"> + <owl:disjointWith rdf:resource="#ArticulatedRobot"/> + <owl:disjointWith rdf:resource="#SpecialKinematicRobot"/> + <owl:disjointWith rdf:resource="#CartesianRobot"/> + <owl:disjointWith rdf:resource="#HexapodRobot"/> + <owl:disjointWith rdf:resource="#SimpleKinematicRobot"/> + <owl:disjointWith rdf:resource="#ParallelKinematicRobot"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Industrial type, but special kinematic arrangement. Well-known manufacturer: Bosch-Rexrodt.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#Robot"/> + </owl:Class> + <owl:Class rdf:about="#Sinter"> + <rdfs:subClassOf rdf:resource="#Mold"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >By using powder material, a workpiece is formed. By heating the workpiece is hardened by avoiding a fluid phase.</rdfs:comment> + <owl:disjointWith rdf:resource="#Cast"/> + <owl:disjointWith rdf:resource="#ElectrolyticSegregate"/> + </owl:Class> + <owl:Class rdf:about="#Unify"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Create a superset from subsets. +The size of source and target sets does not necessarily have to be defined.</rdfs:comment> + <rdfs:subClassOf rdf:resource="#ModifyAmount"/> + <owl:disjointWith rdf:resource="#Merge"/> + <owl:disjointWith rdf:resource="#Divide"/> + <owl:disjointWith rdf:resource="#Branch"/> + <owl:disjointWith rdf:resource="#Assign"/> + <owl:disjointWith rdf:resource="#Partition"/> + </owl:Class> + <owl:Class rdf:ID="Connectivity"> + <rdfs:subClassOf rdf:resource="#Protocol"/> + </owl:Class> + <owl:Class rdf:about="#WorkFrame"> + <rdfs:subClassOf rdf:resource="#Arrangement"/> + <owl:disjointWith rdf:resource="#MountedDevicePosition"/> + <owl:disjointWith rdf:resource="#CoordinateReferenceSystem"/> + <owl:disjointWith rdf:resource="#MountedDeviceOrientation"/> + <owl:disjointWith rdf:resource="#WorkCoordinates"/> + </owl:Class> + <owl:Class rdf:about="#WormDiameter"> + <rdfs:subClassOf rdf:resource="#MechanicalConnector"/> + <owl:disjointWith rdf:resource="#Worm"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + </owl:Class> + <owl:Class rdf:about="#Width"> + <owl:disjointWith rdf:resource="#MaxCurrentConsumption"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesRobot"/> + <owl:disjointWith rdf:resource="#Payload"/> + <owl:disjointWith rdf:resource="#MaxForce"/> + <owl:disjointWith rdf:resource="#PhysicalInterface"/> + <owl:disjointWith rdf:resource="#MinAmbientTemperature"/> + <owl:disjointWith rdf:resource="#MaxVoltageSupply"/> + <owl:disjointWith rdf:resource="#PowerConsumption"/> + <owl:disjointWith rdf:resource="#PhysicalPropertiesGripper"/> + <owl:disjointWith rdf:resource="#Length"/> + <owl:disjointWith rdf:resource="#EnclosureRatingIP"/> + <rdfs:subClassOf rdf:resource="#PhysicalProperties"/> + <owl:disjointWith rdf:resource="#Material"/> + <owl:disjointWith rdf:resource="#DegreesOfFreedom"/> + <owl:disjointWith rdf:resource="#Diameter"/> + <owl:disjointWith rdf:resource="#MinVoltageSupply"/> + <owl:disjointWith rdf:resource="#Height"/> + <owl:disjointWith rdf:resource="#MaxAmbientTemperature"/> + <owl:disjointWith rdf:resource="#Weight"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in mm</rdfs:comment> + <owl:disjointWith rdf:resource="#PhysicalPropertiesSensor"/> + <owl:disjointWith rdf:resource="#MechanicalResistance"/> + <owl:disjointWith rdf:resource="#Shape"/> + </owl:Class> + <owl:Class rdf:about="#LightSpotSize"> + <owl:disjointWith rdf:resource="#LightType"/> + <owl:disjointWith rdf:resource="#LaserClass"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Diameter in mm.</rdfs:comment> + <owl:disjointWith rdf:resource="#ScanningDistance"/> + <owl:disjointWith rdf:resource="#FieldOfView"/> + <owl:disjointWith rdf:resource="#MaxMeasurementRange"/> + <owl:disjointWith rdf:resource="#MinMeasurementRange"/> + <rdfs:subClassOf rdf:resource="#PhysicalPropertiesSensor"/> + <owl:disjointWith rdf:resource="#MaxScanAngle"/> + </owl:Class> + <owl:ObjectProperty rdf:ID="inverse_of_hasProperty_5"> + <rdfs:domain rdf:resource="#Property"/> + <rdfs:range> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Device"/> + <owl:Class rdf:about="#Workpiece"/> + <owl:Class rdf:about="#Skill"/> + </owl:unionOf> + </owl:Class> + </rdfs:range> + <rdfs:subPropertyOf> + <owl:ObjectProperty rdf:ID="isPropertyOf"/> + </rdfs:subPropertyOf> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasWorkpiece"> + <owl:inverseOf> + <owl:ObjectProperty rdf:ID="isWorkpieceOf"/> + </owl:inverseOf> + <rdfs:domain rdf:resource="#Operation"/> + <rdfs:range rdf:resource="#Workpiece"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="canBePerformedBy"> + <rdfs:domain rdf:resource="#Task"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isAtomicOperationOf"> + <owl:inverseOf> + <owl:ObjectProperty rdf:about="#hasAtomicOperation"/> + </owl:inverseOf> + <rdfs:domain rdf:resource="#Atomic"/> + <rdfs:range rdf:resource="#Operation"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasDevice"> + <rdfs:range rdf:resource="#Device"/> + <rdfs:domain rdf:resource="#Atomic"/> + <owl:inverseOf> + <owl:ObjectProperty rdf:ID="isDeviceOf"/> + </owl:inverseOf> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasHeight"> + <rdfs:subPropertyOf> + <owl:ObjectProperty rdf:ID="hasPhysicalObjectProperty"/> + </rdfs:subPropertyOf> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasPhysicalObjectProperty"> + <rdfs:domain rdf:resource="#PhysicalObject"/> + <rdfs:range rdf:resource="#PhysicalObjectProperty"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasEditable"> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#PhysicalObjectProperty"/> + <owl:Class rdf:about="#SkillProperty"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <rdfs:range rdf:resource="#isEditable"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasObjectBase"> + <rdfs:range rdf:resource="#ObjectBase"/> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Assembly"/> + <owl:Class rdf:about="#Workpiece"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <owl:inverseOf> + <owl:ObjectProperty rdf:ID="isObjectBaseOf"/> + </owl:inverseOf> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isSubskillOf"> + <rdfs:range rdf:resource="#CompoundSkills"/> + <rdfs:domain rdf:resource="#Skill"/> + <owl:inverseOf> + <owl:ObjectProperty rdf:ID="hasSubskill"/> + </owl:inverseOf> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasAtomicOperation"> + <rdfs:domain rdf:resource="#Operation"/> + <rdfs:range rdf:resource="#Atomic"/> + <owl:inverseOf rdf:resource="#isAtomicOperationOf"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isSubDeviceOf"> + <owl:inverseOf> + <owl:ObjectProperty rdf:about="#hasSubDevice"/> + </owl:inverseOf> + <rdfs:domain rdf:resource="#Device"/> + <rdfs:range rdf:resource="#Device"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasWidth"> + <rdfs:subPropertyOf rdf:resource="#hasPhysicalObjectProperty"/> + <rdfs:range rdf:resource="#Width"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasLength"> + <rdfs:range rdf:resource="#Length"/> + <rdfs:subPropertyOf rdf:resource="#hasPhysicalObjectProperty"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasProperty"> + <owl:inverseOf> + <owl:ObjectProperty rdf:about="#isPropertyOf"/> + </owl:inverseOf> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Skill"/> + <owl:Class rdf:about="#Device"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <rdfs:range rdf:resource="#Property"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isAssemblyOf"> + <owl:inverseOf> + <owl:ObjectProperty rdf:ID="hasAssembly"/> + </owl:inverseOf> + <rdfs:domain rdf:resource="#Assembly"/> + <rdfs:range> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#PhysicalObject"/> + <owl:Class rdf:about="#ObjectBase"/> + </owl:unionOf> + </owl:Class> + </rdfs:range> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasHole"> + <rdfs:subPropertyOf rdf:resource="#hasPhysicalObjectProperty"/> + <rdfs:range rdf:resource="#Hole"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasIdentifier"> + <rdfs:range rdf:resource="#Identifier"/> + <rdfs:domain rdf:resource="#PhysicalObject"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasSubskill"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >To use an ordered list, according to the FAQ, rdf:List has to be added in Range (cf. http://protege.stanford.edu/doc/owl-faq.html#ordered). But it does not work so far.</rdfs:comment> + <rdfs:domain rdf:resource="#CompoundSkills"/> + <rdfs:range rdf:resource="#Skill"/> + <owl:inverseOf rdf:resource="#isSubskillOf"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasSubDevice"> + <owl:inverseOf rdf:resource="#isSubDeviceOf"/> + <rdfs:range rdf:resource="#Device"/> + <rdfs:domain rdf:resource="#Device"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Used to model compound devices. The main device (such as a robot) may be attached to a tool (such as a gripper).</rdfs:comment> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#isDeviceOf"> + <rdfs:range rdf:resource="#Atomic"/> + <rdfs:domain rdf:resource="#Device"/> + <owl:inverseOf rdf:resource="#hasDevice"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasMaterial"> + <rdfs:range rdf:resource="#Material"/> + <rdfs:subPropertyOf rdf:resource="#hasPhysicalObjectProperty"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isOperationOf"> + <owl:inverseOf> + <owl:ObjectProperty rdf:about="#hasOperation"/> + </owl:inverseOf> + <rdfs:range> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Task"/> + <owl:Class rdf:about="#Operation"/> + </owl:unionOf> + </owl:Class> + </rdfs:range> + <rdfs:domain rdf:resource="#Operation"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasOperation"> + <owl:inverseOf rdf:resource="#isOperationOf"/> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Operation"/> + <owl:Class rdf:about="#Task"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <rdfs:range rdf:resource="#Operation"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#isWorkpieceOf"> + <owl:inverseOf rdf:resource="#hasWorkpiece"/> + <rdfs:domain rdf:resource="#Workpiece"/> + <rdfs:range rdf:resource="#Operation"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isGeometryOf"> + <owl:inverseOf> + <owl:ObjectProperty rdf:ID="hasGeometry"/> + </owl:inverseOf> + <rdfs:domain rdf:resource="#Geometry"/> + <rdfs:range rdf:resource="#PhysicalObject"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasAssembly"> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#PhysicalObject"/> + <owl:Class rdf:about="#ObjectBase"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <rdfs:range rdf:resource="#Assembly"/> + <owl:inverseOf rdf:resource="#isAssemblyOf"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasGeometry"> + <owl:inverseOf rdf:resource="#isGeometryOf"/> + <rdfs:range rdf:resource="#Geometry"/> + <rdfs:domain rdf:resource="#PhysicalObject"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#isObjectBaseOf"> + <owl:inverseOf rdf:resource="#hasObjectBase"/> + <rdfs:range> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Assembly"/> + <owl:Class rdf:about="#Workpiece"/> + </owl:unionOf> + </owl:Class> + </rdfs:range> + <rdfs:domain rdf:resource="#ObjectBase"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasReference"> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Workpiece"/> + <owl:Class rdf:about="#Device"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <rdfs:range rdf:resource="#Identifier"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This will be used for referencing devices in the later implementation, e.g. as a URI.</rdfs:comment> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#isSkillOf"> + <rdfs:domain rdf:resource="#Skill"/> + <rdfs:range> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Atomic"/> + <owl:Class rdf:about="#Device"/> + <owl:Class rdf:about="#Skill"/> + </owl:unionOf> + </owl:Class> + </rdfs:range> + <owl:inverseOf> + <owl:ObjectProperty rdf:about="#hasSkill"/> + </owl:inverseOf> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="isQualProperty"> + <owl:inverseOf> + <owl:ObjectProperty rdf:about="#hasQualProperty"/> + </owl:inverseOf> + <rdfs:domain rdf:resource="#QualityCriteria"/> + <rdfs:range rdf:resource="#Device"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#isPropertyOf"> + <owl:inverseOf rdf:resource="#hasProperty"/> + <rdfs:domain rdf:resource="#Property"/> + <rdfs:range> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Device"/> + <owl:Class rdf:about="#Skill"/> + </owl:unionOf> + </owl:Class> + </rdfs:range> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasSkill"> + <owl:inverseOf rdf:resource="#isSkillOf"/> + <rdfs:domain> + <owl:Class> + <owl:unionOf rdf:parseType="Collection"> + <owl:Class rdf:about="#Device"/> + <owl:Class rdf:about="#Skill"/> + <owl:Class rdf:about="#Atomic"/> + </owl:unionOf> + </owl:Class> + </rdfs:domain> + <rdfs:range rdf:resource="#Skill"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SIARAS (FP6-017146) +Structured Description of Skills and Device 1.0 +pag:5 +(Breakdown of Skills)</rdfs:comment> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:about="#hasQualProperty"> + <rdfs:range rdf:resource="#QualityCriteria"/> + <owl:inverseOf rdf:resource="#isQualProperty"/> + <rdfs:domain rdf:resource="#Device"/> + </owl:ObjectProperty> + <owl:ObjectProperty rdf:ID="hasPosition"/> + <owl:DatatypeProperty rdf:ID="value"> + <rdfs:domain rdf:resource="#Property"/> + </owl:DatatypeProperty> + <ScaraRobot rdf:ID="ScaraRobot_Staeubli_RS40B"> + <hasSkill> + <Karthesian rdf:ID="Karthesian_30"> + <isSkillOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isSkillOf> + <ArticulatedRobot rdf:ID="ArticulatedRobot_CLOOS_R350"> + <hasProperty> + <Payload rdf:ID="Payload_15"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >15</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf> + <ArticulatedRobot rdf:ID="ArticulatedRobot_CLOOS_R320"> + <hasProperty> + <SerialInOutSignal rdf:ID="BusInterface_RS232"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR613-A"> + <hasProperty> + <ApplicationProtocol rdf:ID="Telnet"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR611-A"> + <hasProperty> + <ResultOutputMode rdf:ID="ResultOutputMode_EndOfTriggerSignal"> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR723-A050"> + <hasProperty> + <UserInterface rdf:ID="UserInterface_WebBased"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR623-A050"> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_54"> + <isPropertyOf> + <ArticulatedRobot rdf:ID="ArticulatedRobot_ABB_IRB-4400"> + <hasProperty> + <DegreesOfFreedom rdf:ID="DegreesOfFreedom_6"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf> + <ArticulatedRobot rdf:ID="ArticulatedRobot_ABB_IRB-140"> + <hasProperty> + <TypeOfActuation rdf:ID="TypeOfActuation_Electric"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf> + <SimpleKinematicRobot rdf:ID="IPA_AMMS_Carrier-2DOF"> + <hasSkill> + <Karthesian rdf:ID="Karthesian_2D"> + <isSkillOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Karthesian motion in a planar area.</rdfs:comment> + </Karthesian> + </hasSkill> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >This is a carrier of IPA's Advanced Modular Microproduction System. It can move around freely in two dimensions.</rdfs:comment> + <hasSkill> + <Feed rdf:ID="Feed_2D_CollisionFree"> + <isSkillOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Collision-free motion in a planar area.</rdfs:comment> + </Feed> + </hasSkill> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_210"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >210</value> + <isPropertyOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + </MinVoltageSupply> + </hasProperty> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_230"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >230</value> + <isPropertyOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty> + <SerialInOutSignal rdf:ID="BusInterface_FastEthernet"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR623-A073"> + <hasSkill> + <Read2DMatrixCode rdf:ID="Read2DMatrixCode_1"> + <isSkillOf> + <BarcodeReader rdf:ID="Asentics_BR621-F045"> + <hasSkill> + <ReadBarCode rdf:ID="ReadBarCode_1"> + <isSkillOf> + <BarcodeReader rdf:ID="Asentics_BR621-A072"> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_45"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR723-A073"> + <hasProperty> + <ApplicationProtocol rdf:ID="HTTP"> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR723-F073"> + <hasProperty> + <OperatingMode rdf:ID="OperationMode_TriggeredDelayed"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR621-F072"> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_2DPharmaCode"> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR623-A105"> + <hasProperty> + <OperatingMode rdf:ID="OperatingMode_ContiniousWhileInSignal"> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR723-A105"> + <hasSkill> + <MatchCode rdf:ID="MatchReferenceCode"> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf> + <CodeReader rdf:ID="Asentics_CR723-F105"> + <hasProperty> + <MinHumidity rdf:ID="MinHumidity_5"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR621-A045"> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_UPCA"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR623-F073"> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_EAN8"> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR613-F"> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_UPCE"> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR623-F050"> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Code128"> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf> + <BarcodeReader rdf:ID="Asentics_BR623-F105"> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_75x100"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >75x100</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + </FieldOfView> + </hasProperty> + <hasSkill> + <Read rdf:ID="CodeQualityGrading"> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf> + <BarcodeReader rdf:ID="Asentics_BR611-F"> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Code39"> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + </ReadableCode> + </hasProperty> + <hasQualProperty> + <CycleTime rdf:ID="CycleTime_0.01"> + <isQualProperty rdf:resource="#Asentics_BR611-F"/> + <isQualProperty> + <CodeReader rdf:ID="Asentics_CR723-F050"> + <hasProperty> + <MaxInclinationAngle rdf:ID="MaxInclinationAngle_30"> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR721-F072"> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_ConnectorM12-8Pins_1male_2female"> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR721-A072"> + <hasProperty> + <MaxDistance rdf:ID="MaxDistance_79"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >79</value> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + </MaxDistance> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_19.2"> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <hasEditable> + <isEditable rdf:ID="isEditable_false"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >0</value> + </isEditable> + </hasEditable> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR713-F"> + <hasProperty rdf:resource="#Telnet"/> + <hasQualProperty> + <Resolution rdf:ID="Resolution_1034x779"> + <isQualProperty rdf:resource="#Asentics_BR623-F105"/> + <isQualProperty rdf:resource="#Asentics_CR723-F105"/> + <isQualProperty rdf:resource="#Asentics_BR613-F"/> + <isQualProperty rdf:resource="#Asentics_CR713-F"/> + <isQualProperty rdf:resource="#Asentics_BR623-A105"/> + <isQualProperty rdf:resource="#Asentics_BR613-A"/> + <isQualProperty rdf:resource="#Asentics_CR723-F050"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >1034x779</value> + <isQualProperty rdf:resource="#Asentics_BR623-F050"/> + <isQualProperty rdf:resource="#Asentics_CR723-A073"/> + <isQualProperty rdf:resource="#Asentics_CR723-F073"/> + <isQualProperty> + <CodeReader rdf:ID="Asentics_CR713-A"> + <hasProperty> + <MaxHumidity rdf:ID="MaxHumidity_95"> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >95</value> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR711-A"> + <hasProperty> + <ResultOutputMode rdf:ID="ResultOutputMode_TwoTriggerSignalsLater"> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR721-F045"> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty> + <Weight rdf:ID="Weight_380"> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR721-A045"> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty> + <SerialInOutSignal rdf:ID="BusInterface_RS485"> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf> + <CodeReader rdf:ID="Asentics_CR711-F"> + <hasQualProperty> + <Resolution rdf:ID="Resolution_659x494"> + <isQualProperty rdf:resource="#Asentics_CR721-A072"/> + <isQualProperty rdf:resource="#Asentics_BR621-A072"/> + <isQualProperty rdf:resource="#Asentics_CR721-F072"/> + <isQualProperty rdf:resource="#Asentics_CR721-F045"/> + <isQualProperty rdf:resource="#Asentics_BR611-A"/> + <isQualProperty rdf:resource="#Asentics_CR711-F"/> + <isQualProperty rdf:resource="#Asentics_CR711-A"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >659x494</value> + <isQualProperty rdf:resource="#Asentics_BR611-F"/> + <isQualProperty rdf:resource="#Asentics_BR621-F072"/> + <isQualProperty rdf:resource="#Asentics_BR621-A045"/> + <isQualProperty rdf:resource="#Asentics_BR621-F045"/> + <isQualProperty rdf:resource="#Asentics_CR721-A045"/> + </Resolution> + </hasQualProperty> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty> + <DigitalIn rdf:ID="DigitalIn_2"> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#unsignedInt" + >2</value> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf> + <MechanicalFixture rdf:ID="MechanicalFixture_1"> + <hasProperty> + <DigitalIn rdf:ID="DigitalIn_1"> + <isPropertyOf rdf:resource="#MechanicalFixture_1"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#unsignedInt" + >1</value> + </DigitalIn> + </hasProperty> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasQualProperty> + <Cost rdf:ID="Cost_1000"> + <isQualProperty> + <CommunicationPort rdf:ID="SmartCameraNIC"> + <hasProperty> + <ElectricalMedia rdf:ID="Ethernet_100BaseT"> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf> + <CommunicationPort rdf:ID="IRC5_NIC0"> + <hasProperty> + <Plug rdf:ID="RJ45"> + <isPropertyOf> + <CommunicationPort rdf:ID="eth0"> + <isSubDeviceOf> + <Controller rdf:ID="CellController"> + <hasProperty> + <isEditable rdf:ID="isEditable_true"> + <isPropertyOf rdf:resource="#CellController"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >1</value> + </isEditable> + </hasProperty> + <hasSubDevice rdf:resource="#eth0"/> + <hasQualProperty rdf:resource="#Cost_1000"/> + <hasSkill> + <PerformSelfTest rdf:ID="PerformSelfTest_3"> + <isSkillOf rdf:resource="#SmartCameraNIC"/> + <isSkillOf rdf:resource="#IRC5_NIC0"/> + <isSkillOf rdf:resource="#eth0"/> + <isSkillOf rdf:resource="#CellController"/> + <isSkillOf> + <Controller rdf:ID="ABB_IRC5"> + <hasSubDevice rdf:resource="#IRC5_NIC0"/> + <hasSubDevice> + <CommunicationPort rdf:ID="IO_Board_d328"> + <hasIdentifier> + <Identifier rdf:ID="Identifier_9"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >dig328</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <ParallelInSignal rdf:ID="DigitalIn_16"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#unsignedInt" + >16</value> + <isPropertyOf rdf:resource="#IO_Board_d328"/> + </ParallelInSignal> + </hasProperty> + <hasProperty> + <ParallelOutSignal rdf:ID="DigitalOut_16"> + <isPropertyOf rdf:resource="#IO_Board_d328"/> + </ParallelOutSignal> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_0.18"> + <isPropertyOf rdf:resource="#IO_Board_d328"/> + <isPropertyOf> + <VisionSensor rdf:ID="Sick_CVS2-P112"> + <hasProperty> + <Resolution rdf:ID="Resolution_208x238"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >208x238</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + </Resolution> + </hasProperty> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_40"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >40.0</value> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <isPropertyOf> + <ScaraRobot rdf:ID="ScaraRobot_Staeubli_RS80"> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_5"> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isPropertyOf> + <GeneralParallelGripper rdf:ID="Schunk_MPG_20"> + <hasProperty> + <Repeatability rdf:ID="Repeatability_0.01"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf> + <rdf:Description rdf:about="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"> + <hasProperty> + <Payload rdf:ID="Payload_1.0"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >1.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Payload> + </hasProperty> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_30"> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >30</value> + </EnclosureRatingIP> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasProperty> + <Weight rdf:ID="Weight_0.6"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.6</value> + </Weight> + </hasProperty> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_90"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >90.0</value> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + </MaxAmbientTemperature> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_0.1"> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf> + <ArticulatedRobot rdf:ID="ArticulatedRobot_CLOOS_R410"> + <hasIdentifier> + <Identifier rdf:ID="ID_CLOOS_R410"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >CLOOS_R410</value> + </Identifier> + </hasIdentifier> + <hasSkill> + <Circular rdf:ID="Circular_29"> + <isSkillOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isSkillOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <isSkillOf> + <ArticulatedRobot rdf:ID="ArticulatedRobot_ABB_IRB-2400"> + <hasProperty> + <Reachability rdf:ID="Reachability_1280"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >1280</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + </Reachability> + </hasProperty> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasProperty> + <NumberOfJoints rdf:ID="NumberOfJoints_6"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >6</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </NumberOfJoints> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasIdentifier> + <Identifier rdf:ID="ID_ABB_IRB-2400"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ABB_IRB-2400</value> + </Identifier> + </hasIdentifier> + <hasSkill> + <Attach rdf:ID="ToolChangerAttach"> + <isSkillOf> + <ToolChanger rdf:ID="ToolChanger_1"> + <hasQualProperty> + <Cost rdf:ID="Cost_6000"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#double" + >6000</value> + <isQualProperty rdf:resource="#ABB_IRC5"/> + <isQualProperty rdf:resource="#ToolChanger_1"/> + <isQualProperty rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isQualProperty> + <SmartCamera rdf:ID="Sick_IVC-2DM1111"> + <hasSubDevice rdf:resource="#SmartCameraNIC"/> + <hasSkill> + <MeasureAngle rdf:ID="MeasureAngle_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + <isSkillOf> + <SmartCamera rdf:ID="Sick_IVC-2DM1122"> + <hasProperty> + <Height rdf:ID="Height_55"> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >55.0</value> + </Height> + </hasProperty> + <hasProperty> + <Width rdf:ID="Width_60"> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >60.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Width> + </hasProperty> + <hasSkill> + <ReadOpticalCharacters rdf:ID="ReadOpticalCharacters_1"> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf> + <SmartCamera rdf:ID="VisionComponents-VC4465"> + <hasProperty> + <Height rdf:ID="Height_43"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >43.0</value> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf> + <OpticColorSensor rdf:ID="Sensopart_FL64C"> + <hasProperty rdf:resource="#Height_43"/> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_12.0"> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf> + <OpticLuminescenceScanner rdf:ID="Sick_LUT3-610"> + <hasProperty> + <LightType rdf:ID="LightType_UV"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >UV</value> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <hasEditable rdf:resource="#isEditable_false"/> + </LightType> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_LUT3-610"> + <hasEditable rdf:resource="#isEditable_false"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_LUT3-610</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_67"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >67</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <isPropertyOf> + <OpticContrastScanner rdf:ID="Sick_KT10-2P1115"> + <hasProperty> + <LightType rdf:ID="LightType_LEDblue"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDblue</value> + <isPropertyOf> + <OpticColorSensor rdf:ID="Sick_CSM1-N1114"> + <hasSkill> + <DetectColor rdf:ID="DetectColor_1"> + <isSkillOf> + <OpticColorSensor rdf:ID="Sick_CS81-P1112"> + <hasProperty> + <Weight rdf:ID="Weight_0.4"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf> + <OpticContrastScanner rdf:ID="Sick_KT5W_2P1116D"> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.00005"> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0E-5</value> + </ResponseTime> + </hasProperty> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_OpenCollectorPNP"> + <isPropertyOf> + <OpticProximitySwitch rdf:ID="Sick_WT18-3P430"> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_60"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >60.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf> + <OpticReflexSwitch rdf:ID="Sick_WL18-3P430"> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.0005"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >5.0E-4</value> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf> + <OpticThroughBeamSwitch rdf:ID="Sick_WSWE18-3P430"> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_20"> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >20.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MaxMeasurementRange> + </hasProperty> + <hasProperty> + <LightType rdf:ID="LightType_LEDred"> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf> + <OpticDistanceSensor rdf:ID="Sick_DT10-P10B5"> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_-25"> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf> + <LightGrid rdf:ID="Sick_MLG2-0280F511"> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.2"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.2</value> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <hasEditable rdf:resource="#isEditable_false"/> + </MaxCurrentConsumption> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_MLG2-0280F511"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_MLG2-0280F511</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MinAmbientTemperature_-25"/> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_55"> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf> + <OpticDistanceSensor rdf:ID="Sick_DME5000-112"> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_0.15"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.15</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + </MinMeasurementRange> + </hasProperty> + <hasProperty> + <SerialInOutSignal rdf:ID="BusInterface_Profibus"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Profibus</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + </SerialInOutSignal> + </hasProperty> + <hasProperty> + <LaserClass rdf:ID="LaserClass_2"> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >2</value> + </LaserClass> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_30.0"> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >30.0</value> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + </MaxVoltageSupply> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_DME5000-112"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_DME5000-112</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <Accuracy rdf:ID="Accuracy_0.002"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0020</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + </Accuracy> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.13"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.13</value> + </LightSpotSize> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_0.0005"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0E-4</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + </Repeatability> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.3"> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.3</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_-10"> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >-10.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MinAmbientTemperature> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_70"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >70.0</value> + </MaxMeasurementRange> + </hasProperty> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_65"> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >65</value> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf> + <LaserScanner2D rdf:ID="Sick_LMS200-30106"> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_27.6"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >27.6</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_50"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >50.0</value> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >in degrees celsius</rdfs:comment> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf> + <SimpleKinematicRobot rdf:ID="IPA_AMMS_FilterOrientator"> + <hasIdentifier> + <Identifier rdf:ID="ID_IPA_AMMS_FilterOrientator"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ID_IPA_AMMS_FilterOrientator</value> + </Identifier> + </hasIdentifier> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Device to orient a polarisation filter in the right direction. This device is used in IPA's Advanced Modular Microproduction System.</rdfs:comment> + <hasProperty rdf:resource="#MaxAmbientTemperature_50"/> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_24"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >24.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <isPropertyOf> + <VacuumGripper rdf:ID="IPA_AMMS_SimpleGripper-2DOF"> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_0"> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf> + <VacuumGripper rdf:ID="IPA_AMMS_SimpleGripper-2DOF-Turnable"> + <hasIdentifier> + <Identifier rdf:ID="ID_IPA_AMMS_SimpleGripper-2DOF-Turnable"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >IPA_AMMS_SimpleGripper-2DOF-Turnable</value> + <rdfs:comment + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >ID of the IPA AMMS simple gripper with 2 DOF, but turnable by 90 degrees.</rdfs:comment> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxAmbientTemperature_40"/> + <hasSkill> + <Displace rdf:ID="IPA_AMMS_MoveBack"> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + </Displace> + </hasSkill> + <hasProperty> + <DegreesOfFreedom rdf:ID="DegreesOfFreedom_2"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >2</value> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <isPropertyOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + </DegreesOfFreedom> + </hasProperty> + <hasSkill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK_2DOF"> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <rdfs:comment + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Pick operation for IPA-2DOF Picker from AMMS. +Operation consists of MoveFront, MoveDown, Grasp, MoveUp.</rdfs:comment> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK_2DOF_Part3"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF"/> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK_2DOF_Part2"> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK_2DOF_Part1"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF_Part2"/> + <hasSubskill> + <Displace rdf:ID="IPA_AMMS_MoveFront"> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PLACE_2DOF_Part1"> + <hasSubskill rdf:resource="#IPA_AMMS_MoveFront"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PLACE_2DOF_Part2"> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PLACE_2DOF_Part3"> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PLACE_2DOF"> + <hasSubskill rdf:resource="#AMMS_IPA_PLACE_2DOF_Part3"/> + <hasSubskill> + <Displace rdf:ID="IPA_AMMS_MoveUp"> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PLACE_2DOF"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part5"> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part4"> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part3"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part4"/> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part2"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part3"/> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part1"> + <hasSubskill> + <Displace rdf:ID="IPA_AMMS_TurnFront"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part1"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part5"> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part6"> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part5"/> + <hasSubskill rdf:resource="#IPA_AMMS_MoveFront"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part7"> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part6"/> + <hasSubskill> + <Displace rdf:ID="IPA_AMMS_MoveDown"> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PLACE_2DOF_Part2"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF_Part2"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part3"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part7"> + <hasSubskill> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part6"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part7"/> + <hasSubskill rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part5"/> + <hasSubskill> + <Displace rdf:ID="IPA_AMMS_TurnLeft"> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part6"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part1"> + <hasSubskill rdf:resource="#IPA_AMMS_TurnLeft"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part2"> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part1"/> + <hasSubskill rdf:resource="#IPA_AMMS_MoveDown"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part3"> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part2"/> + <hasSubskill> + <AdjustVacuumToGrip rdf:ID="VacuumGrip"> + <isSkillOf> + <VacuumGripper rdf:ID="VacuumGripper_SIARAS"> + <hasSkill rdf:resource="#VacuumGrip"/> + <hasSkill> + <AdjustVacuumToRelease rdf:ID="VacuumRelease"> + <isSkillOf rdf:resource="#VacuumGripper_SIARAS"/> + <isSkillOf> + <VacuumGripper rdf:ID="Schmalz_FSGA_20_SI-55_M5-AG"> + <hasIdentifier> + <Identifier rdf:ID="ID_Schmalz_FSGA_20_SI-55_M5-AG"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Schmalz_FSGA_20_SI-55_M5-AG</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <DiameterOfGripper rdf:ID="DiameterOfGripper_20"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >20.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schmalz_FSGA_20_SI-55_M5-AG"/> + </DiameterOfGripper> + </hasProperty> + <hasProperty> + <Material rdf:ID="Material_Silicon"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Silicon SI 55+-5</value> + <isPropertyOf rdf:resource="#Schmalz_FSGA_20_SI-55_M5-AG"/> + </Material> + </hasProperty> + <hasProperty> + <WormDiameter rdf:ID="WormDiameter_M5"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >M5</value> + <isPropertyOf rdf:resource="#Schmalz_FSGA_20_SI-55_M5-AG"/> + </WormDiameter> + </hasProperty> + <hasProperty> + <Worm rdf:ID="Worm_Outside"> + <isPropertyOf rdf:resource="#Schmalz_FSGA_20_SI-55_M5-AG"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Outside</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Worm> + </hasProperty> + <hasProperty> + <MaxForce rdf:ID="MaximumForce_4.7"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >4.7</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schmalz_FSGA_20_SI-55_M5-AG"/> + </MaxForce> + </hasProperty> + <hasSkill rdf:resource="#VacuumGrip"/> + <hasSkill rdf:resource="#VacuumRelease"/> + </VacuumGripper> + </isSkillOf> + <isSkillOf> + <VacuumGripper rdf:ID="Schmalz_FSGPL_200_NBR-55_G1-2-IG"> + <hasSkill rdf:resource="#VacuumGrip"/> + <hasSkill rdf:resource="#VacuumRelease"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Schmalz_FSGPL_200_NBR-55_G1-2-IG"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Schmalz_FSGPL_200_NBR-55_G1-2-IG</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <DiameterOfGripper rdf:ID="DiameterOfGripper_200"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >200.0</value> + <isPropertyOf rdf:resource="#Schmalz_FSGPL_200_NBR-55_G1-2-IG"/> + </DiameterOfGripper> + </hasProperty> + <hasProperty> + <Worm rdf:ID="Worm_Inside"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Inside</value> + <isPropertyOf rdf:resource="#Schmalz_FSGPL_200_NBR-55_G1-2-IG"/> + </Worm> + </hasProperty> + <hasProperty> + <Material rdf:ID="Material_Perbunan"> + <isPropertyOf rdf:resource="#Schmalz_FSGPL_200_NBR-55_G1-2-IG"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Perbunan NBR 55+-5</value> + </Material> + </hasProperty> + <hasProperty> + <MaxForce rdf:ID="MaximumForce_850"> + <isPropertyOf rdf:resource="#Schmalz_FSGPL_200_NBR-55_G1-2-IG"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >850.0</value> + </MaxForce> + </hasProperty> + <hasProperty> + <WormDiameter rdf:ID="WormDiameter_G1-2"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >G1/2"</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schmalz_FSGPL_200_NBR-55_G1-2-IG"/> + </WormDiameter> + </hasProperty> + </VacuumGripper> + </isSkillOf> + <isSubskillOf rdf:resource="#AMMS_IPA_PLACE_2DOF_Part3"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG_Part8"> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICKANDPLACE_90DEG"> + <hasSubskill rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part8"/> + <hasSubskill rdf:resource="#IPA_AMMS_MoveUp"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <hasSubskill rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part7"/> + <hasSubskill rdf:resource="#VacuumRelease"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part8"> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part7"/> + <hasSubskill rdf:resource="#VacuumRelease"/> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE"> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part8"/> + <hasSubskill rdf:resource="#IPA_AMMS_MoveUp"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </AdjustVacuumToRelease> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="ID_VG_SIARAS"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >VG_SIARAS</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <Payload rdf:ID="Payload_5.0"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#VacuumGripper_SIARAS"/> + <hasEditable rdf:resource="#isEditable_false"/> + </Payload> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.4"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#VacuumGripper_SIARAS"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + </MaxCurrentConsumption> + </hasProperty> + </VacuumGripper> + </isSkillOf> + <isSkillOf rdf:resource="#Schmalz_FSGA_20_SI-55_M5-AG"/> + <isSkillOf rdf:resource="#Schmalz_FSGPL_200_NBR-55_G1-2-IG"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF_Part3"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part4"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part3"/> + </AdjustVacuumToGrip> + </hasSubskill> + <isSubskillOf> + <CompoundManipulationAndHandlingFunction rdf:ID="AMMS_IPA_PICK90DEGANDPLACE_Part4"> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part3"/> + <hasSubskill rdf:resource="#IPA_AMMS_MoveUp"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part5"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </Displace> + </hasSubskill> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#IPA_AMMS_MoveDown"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part8"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part2"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part7"/> + </Displace> + </hasSubskill> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part8"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <hasSubskill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part4"/> + <hasSubskill rdf:resource="#IPA_AMMS_TurnFront"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </Displace> + </hasSubskill> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part2"/> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#IPA_AMMS_MoveFront"/> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#IPA_AMMS_MoveDown"/> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#VacuumGrip"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part5"/> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#IPA_AMMS_MoveUp"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part6"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part4"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE"/> + </Displace> + </hasSubskill> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isSkillOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <hasSubskill rdf:resource="#AMMS_IPA_PLACE_2DOF_Part2"/> + <hasSubskill rdf:resource="#VacuumRelease"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <hasSubskill rdf:resource="#AMMS_IPA_PLACE_2DOF_Part1"/> + <hasSubskill rdf:resource="#IPA_AMMS_MoveDown"/> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + </CompoundManipulationAndHandlingFunction> + </isSubskillOf> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF_Part1"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG_Part2"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE_Part6"/> + </Displace> + </hasSubskill> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#IPA_AMMS_MoveDown"/> + <isSubskillOf rdf:resource="#AMMS_IPA_PICK_2DOF_Part3"/> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#VacuumGrip"/> + </CompoundManipulationAndHandlingFunction> + </hasSubskill> + <hasSubskill rdf:resource="#IPA_AMMS_MoveUp"/> + </CompoundManipulationAndHandlingFunction> + </hasSkill> + <hasSkill rdf:resource="#IPA_AMMS_MoveDown"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#IPA_AMMS_MoveFront"/> + <hasSkill rdf:resource="#AMMS_IPA_PICKANDPLACE_90DEG"/> + <hasSkill rdf:resource="#IPA_AMMS_MoveUp"/> + <hasProperty rdf:resource="#MaxVoltageSupply_24"/> + <hasSkill rdf:resource="#AMMS_IPA_PICK90DEGANDPLACE"/> + <hasSkill rdf:resource="#AMMS_IPA_PLACE_2DOF"/> + </VacuumGripper> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0</value> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#IPA_AMMS_FilterOrientator"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <hasEditable rdf:resource="#isEditable_false"/> + <rdfs:comment rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >in degrees celsius</rdfs:comment> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + </MinAmbientTemperature> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_40"/> + <hasProperty rdf:resource="#DegreesOfFreedom_2"/> + <hasSkill rdf:resource="#AMMS_IPA_PICK_2DOF"/> + <hasSkill rdf:resource="#IPA_AMMS_MoveUp"/> + <hasSkill rdf:resource="#IPA_AMMS_MoveDown"/> + <hasSkill rdf:resource="#AMMS_IPA_PLACE_2DOF"/> + <rdfs:comment rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >2DOF-Gripper of the IPA AMMS Demonstrator.</rdfs:comment> + <hasSkill rdf:resource="#IPA_AMMS_MoveBack"/> + <hasSkill rdf:resource="#IPA_AMMS_MoveFront"/> + <hasIdentifier> + <Identifier rdf:ID="ID_IPA_AMMS_SimpleGripper-2DOF"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >IPA_AMMS_SimpleGripper-2DOF</value> + <hasEditable rdf:resource="#isEditable_true"/> + <rdfs:comment rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >IPA-2DOF Picker from AMMS.</rdfs:comment> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxVoltageSupply_24"/> + </VacuumGripper> + </isPropertyOf> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <isPropertyOf rdf:resource="#IPA_AMMS_FilterOrientator"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty> + <TypeOfActuation rdf:ID="TypeOfActuationPneumatic"> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Pneumatic actuation.</rdfs:comment> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >pneumatic</value> + <isPropertyOf rdf:resource="#IPA_AMMS_FilterOrientator"/> + </TypeOfActuation> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill> + <Turn rdf:ID="Turn_90"> + <isSkillOf rdf:resource="#IPA_AMMS_FilterOrientator"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Turn a workpiece by 90 degrees cw. or ccw.</rdfs:comment> + </Turn> + </hasSkill> + </SimpleKinematicRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + </MaxAmbientTemperature> + </hasProperty> + <hasProperty> + <MaxScanAngle rdf:ID="MaxScanAngle_180"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >180.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + </MaxScanAngle> + </hasProperty> + <hasProperty> + <Resolution rdf:ID="AngleResolution_0.5"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.5</value> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + </Resolution> + </hasProperty> + <hasSkill> + <ClassifyObject rdf:ID="ClassifyObject_2"> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + </ClassifyObject> + </hasSkill> + <hasSkill> + <Scan rdf:ID="Scan_2D"> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + </Scan> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_LMS200-30106"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_LMS200-30106</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasSkill> + <MeasureVolume rdf:ID="MeasureVolume_1"> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + </MeasureVolume> + </hasSkill> + <hasQualProperty> + <Cost rdf:ID="Cost_5000"> + <isQualProperty rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isQualProperty rdf:resource="#Sick_LMS200-30106"/> + <isQualProperty rdf:resource="#VisionComponents-VC4465"/> + <isQualProperty rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#double" + >5000</value> + </Cost> + </hasQualProperty> + <hasSkill> + <MeasurePositionOfObject rdf:ID="DeterminePositionOfObject_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + </MeasurePositionOfObject> + </hasSkill> + <hasSkill> + <Count rdf:ID="Count_1"> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + </Count> + </hasSkill> + <hasSkill> + <MeasureDistance rdf:ID="MeasureDistance_2"> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + </MeasureDistance> + </hasSkill> + <hasProperty> + <Resolution rdf:ID="DepthResolution_0.01"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + </Resolution> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_80"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >80.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + </MaxMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty> + <Weight rdf:ID="Weight_4.5"> + <isPropertyOf> + <DrillMachine rdf:ID="Bosch_GBM_13_RE"> + <hasProperty> + <ChuckDiameter rdf:ID="ChuckDiameter_13"> + <isPropertyOf> + <DrillMachine rdf:ID="Bosch_GBM_13_RE_Heavy"> + <hasSkill> + <StopDrillRotation rdf:ID="StopRotation_SIARAS"> + <isSkillOf rdf:resource="#Bosch_GBM_13_RE_Heavy"/> + <isSkillOf rdf:resource="#Bosch_GBM_13_RE"/> + <isSkillOf> + <DrillMachine rdf:ID="Bosch_GBM_10_RE"> + <hasIdentifier> + <Identifier rdf:ID="ID_Bosch_GBM_10_RE"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Bosch_GBM_10_RE</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#StopRotation_SIARAS"/> + <hasSkill> + <StartDrillRotation rdf:ID="StartRotation_SIARAS"> + <isSkillOf rdf:resource="#Bosch_GBM_13_RE_Heavy"/> + <isSkillOf rdf:resource="#Bosch_GBM_13_RE"/> + <isSkillOf rdf:resource="#Bosch_GBM_10_RE"/> + <isSkillOf> + <Manufacturing rdf:ID="Drill_SIARAS"> + <hasProperty> + <Accuracy rdf:ID="Accuracy_0.0030"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.0030</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf> + <OpticDistanceSensor rdf:ID="OpticDistanceSensor_47"> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_100"> + <hasEditable> + <isEditable rdf:ID="isEditable_9"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >0</value> + </isEditable> + </hasEditable> + <isPropertyOf> + <LightGrid rdf:ID="LightGrid_57"> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_56"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connector M12, 5 Pins</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + <isPropertyOf> + <OpticContrastScanner rdf:ID="OpticContrastScanner_53"> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_106"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.13</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_97"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf> + <OpticThroughBeamSwitch rdf:ID="OpticThroughBeamSwitch_41"> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_137"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.055</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_139"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.45</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + </LightSpotSize> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_141"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_WSWE18-3P430</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_136"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf> + <OpticReflexSwitch rdf:ID="OpticReflexSwitch_37"> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_140"> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf> + <OpticProximitySwitch rdf:ID="OpticProximitySwitch_39"> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_48"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.05</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + </MinMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_140"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_146"> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.04</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_142"> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.015</value> + <hasEditable rdf:resource="#isEditable_9"/> + </LightSpotSize> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_118"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.04</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Weight> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_144"> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.6</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxMeasurementRange> + </hasProperty> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_143"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >7.0E-4</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf> + <OpticColorSensor rdf:ID="OpticColorSensor_28"> + <hasProperty> + <Length rdf:ID="Length_175"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >66.25</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf> + <SmartCamera rdf:ID="SmartCamera_24"> + <hasSkill> + <ReadBarCode rdf:ID="ReadBarCode_26"> + <isSkillOf rdf:resource="#SmartCamera_24"/> + <isSkillOf> + <SmartCamera rdf:ID="SmartCamera_22"> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_85"> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf> + <OpticDistanceSensor rdf:ID="OpticDistanceSensor_45"> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_127"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >18.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + </MinVoltageSupply> + </hasProperty> + <hasSkill> + <MeasureDistance rdf:ID="MeasureDistance_46"> + <isSkillOf rdf:resource="#OpticDistanceSensor_47"/> + <isSkillOf rdf:resource="#OpticDistanceSensor_45"/> + </MeasureDistance> + </hasSkill> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_61"> + <isPropertyOf> + <OpticContrastScanner rdf:ID="OpticContrastScanner_51"> + <hasProperty> + <Weight rdf:ID="Weight_54"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf> + <OpticColorSensor rdf:ID="OpticColorSensor_35"> + <hasProperty rdf:resource="#Weight_54"/> + <hasProperty> + <LightType rdf:ID="LightType_50"> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <isPropertyOf> + <OpticColorSensor rdf:ID="OpticColorSensor_33"> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_32"> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <isPropertyOf> + <OpticLuminescenceScanner rdf:ID="OpticLuminescenceScanner_30"> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_159"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >open collector NPN</value> + </ElectricalMedia> + </hasProperty> + <hasProperty> + <ScanningDistance rdf:ID="ScanningDistance_102"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + </ScanningDistance> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_163"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.06</value> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + </MaxCurrentConsumption> + </hasProperty> + <hasSkill> + <DetectLuminescence rdf:ID="DetectLuminescence_31"> + <isSkillOf rdf:resource="#OpticLuminescenceScanner_30"/> + </DetectLuminescence> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="Identifier_165"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_LUT3-610</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <LightType rdf:ID="LightType_162"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >UV</value> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <hasEditable rdf:resource="#isEditable_9"/> + </LightType> + </hasProperty> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_96"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >67</value> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + <isPropertyOf> + <VisionSensor rdf:ID="VisionSensor_65"> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_91"> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >24.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_95"> + <hasEditable rdf:resource="#isEditable_9"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.18</value> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + </Weight> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_99"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_CVS2-P112</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasSkill> + <SortObjects rdf:ID="SortObjects_66"> + <isSkillOf rdf:resource="#VisionSensor_65"/> + </SortObjects> + </hasSkill> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_68"> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.0050</value> + <hasEditable rdf:resource="#isEditable_9"/> + </ResponseTime> + </hasProperty> + <hasProperty> + <Resolution rdf:ID="Resolution_98"> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >208x238</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Resolution> + </hasProperty> + <hasProperty> + <ScanningDistance rdf:ID="ScanningDistance_92"> + <hasEditable rdf:resource="#isEditable_9"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.24</value> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + </ScanningDistance> + </hasProperty> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_94"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >50x60</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + </FieldOfView> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_64"> + <hasEditable rdf:resource="#isEditable_9"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.2</value> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <LightType rdf:ID="LightType_93"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >LEDwhite</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + </LightType> + </hasProperty> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_67"> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <isPropertyOf> + <ScaraRobot rdf:ID="ScaraRobot_7"> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_174"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> + <isPropertyOf> + <ScaraRobot rdf:ID="ScaraRobot_3"> + <hasProperty> + <EnclosureRatingIP rdf:ID="EnclosureRatingIP_16"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >30</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + </EnclosureRatingIP> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_67"/> + <hasProperty rdf:resource="#MinAmbientTemperature_174"/> + <hasSkill> + <Circular rdf:ID="Circular_4"> + <isSkillOf rdf:resource="#ScaraRobot_7"/> + <isSkillOf rdf:resource="#ScaraRobot_3"/> + </Circular> + </hasSkill> + <hasProperty> + <Reachability rdf:ID="Reachability_228"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >400</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + </Reachability> + </hasProperty> + <hasSkill> + <Karthesian rdf:ID="Karthesian_2"> + <isSkillOf rdf:resource="#ScaraRobot_3"/> + <isSkillOf rdf:resource="#ScaraRobot_7"/> + </Karthesian> + </hasSkill> + <hasProperty> + <Payload rdf:ID="Payload_222"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >2.0</value> + </Payload> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_235"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >40.5</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Weight> + </hasProperty> + <hasProperty> + <NumberOfJoints rdf:ID="NumberOfJoints_8"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >4</value> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + </NumberOfJoints> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_223"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isQualProperty rdf:resource="#MechanicalFixture_1"/> + </Repeatability> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_236"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Staeubli_RS40B</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <TypeOfActuation rdf:ID="TypeOfActuation_12"> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Electric</value> + </TypeOfActuation> + </hasProperty> + <hasProperty> + <DegreesOfFreedom rdf:ID="DegreesOfFreedom_231"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >4</value> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + </DegreesOfFreedom> + </hasProperty> + <hasSkill> + <AsFastAsPossible rdf:ID="AsFastAsPossible_6"> + <isSkillOf rdf:resource="#ScaraRobot_7"/> + <isSkillOf rdf:resource="#ScaraRobot_3"/> + </AsFastAsPossible> + </hasSkill> + </ScaraRobot> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</value> + <hasEditable rdf:resource="#isEditable_9"/> </MinAmbientTemperature> + </hasProperty> + <hasSkill rdf:resource="#Circular_4"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_67"/> + <hasProperty rdf:resource="#NumberOfJoints_8"/> + <hasProperty> + <Weight rdf:ID="Weight_10"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >51.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#Bosch_GBM_13_RE_Heavy"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> </Weight> + </hasProperty> + <hasSkill rdf:resource="#Karthesian_2"/> + <hasProperty rdf:resource="#Repeatability_223"/> + <hasProperty> + <Reachability rdf:ID="Reachability_221"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >800</value> + <isPropertyOf rdf:resource="#ScaraRobot_7"/> </Reachability> + </hasProperty> + <hasProperty rdf:resource="#TypeOfActuation_12"/> + <hasSkill rdf:resource="#AsFastAsPossible_6"/> + <hasProperty rdf:resource="#Payload_222"/> + <hasProperty rdf:resource="#EnclosureRatingIP_16"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_224"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Staeubli_RS80</value> + <hasEditable rdf:resource="#isEditable_9"/> </Identifier> + </hasIdentifier> + </ScaraRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#ScaraRobot_3"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >40.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxAmbientTemperature> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_29"> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >12.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MinVoltageSupply> + </hasProperty> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_69"> + <hasEditable rdf:resource="#isEditable_9"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.0</value> + <isPropertyOf> + <SmartCamera rdf:ID="SmartCamera_20"> + <hasSkill> + <Count rdf:ID="Count_72"> + <isSkillOf> + <LaserScanner2D rdf:ID="LaserScanner2D_70"> + <hasSkill> + <MeasureDistance rdf:ID="MeasureDistance_74"> + <isSkillOf rdf:resource="#LaserScanner2D_70"/> + </MeasureDistance> + </hasSkill> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_87"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >27.6</value> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + </MaxVoltageSupply> + </hasProperty> + <hasSkill> + <Scan rdf:ID="Scan_75"> + <isSkillOf rdf:resource="#LaserScanner2D_70"/> + </Scan> + </hasSkill> + <hasSkill> + <MeasureVolume rdf:ID="MeasureVolume_71"> + <isSkillOf rdf:resource="#LaserScanner2D_70"/> + </MeasureVolume> + </hasSkill> + <hasSkill> + <DetectCollision rdf:ID="DetectCollision_76"> + <isSkillOf rdf:resource="#LaserScanner2D_70"/> + </DetectCollision> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="Identifier_90"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ID-LaserScanner2D</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <MaxScanAngle rdf:ID="MaxScanAngle_89"> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >180.0</value> + </MaxScanAngle> + </hasProperty> + <hasSkill rdf:resource="#Count_72"/> + <hasSkill> + <ClassifyObject rdf:ID="ClassifyObject_77"> + <isSkillOf rdf:resource="#LaserScanner2D_70"/> + </ClassifyObject> + </hasSkill> + <hasProperty rdf:resource="#EnclosureRatingIP_85"/> + <hasProperty rdf:resource="#MinAmbientTemperature_69"/> + <hasProperty> + <LaserClass rdf:ID="LaserClass_80"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >1</value> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + </LaserClass> + </hasProperty> + <hasQualProperty rdf:resource="#Cost_6000"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_78"> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.026</value> + <hasEditable rdf:resource="#isEditable_9"/> + </ResponseTime> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_83"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >20.4</value> + </MinVoltageSupply> + </hasProperty> + <hasProperty> + <Resolution rdf:ID="Resolution_88"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + </Resolution> + </hasProperty> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_81"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >20.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + </PowerConsumption> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_84"> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >80.0</value> + </MaxMeasurementRange> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_82"> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >4.5</value> + </Weight> + </hasProperty> + <hasSkill> + <MeasurePositionOfObject rdf:ID="MeasurePositionOfObject_73"> + <isSkillOf rdf:resource="#LaserScanner2D_70"/> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> + </MeasurePositionOfObject> + </hasSkill> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_79"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >50.0</value> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + </MaxAmbientTemperature> + </hasProperty> + <hasProperty> + <Resolution rdf:ID="Resolution_86"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.5</value> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <hasEditable rdf:resource="#isEditable_9"/> + </Resolution> + </hasProperty> + </LaserScanner2D> + </isSkillOf> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </Count> + </hasSkill> + <hasProperty rdf:resource="#MaxAmbientTemperature_79"/> + <hasSkill> + <MeasureArea rdf:ID="MeasureArea_187"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </MeasureArea> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="Identifier_204"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SmartCamera_20</value> + <hasEditable rdf:resource="#isEditable_9"/> </Identifier> + </hasIdentifier> + <hasSkill> + <ClassifyObject rdf:ID="ClassifyObject_190"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </ClassifyObject> + </hasSkill> + <hasSkill> + <ReadBrailleCode rdf:ID="ReadBrailleCode_1"> + <isSkillOf rdf:resource="#SmartCamera_20"/> </ReadBrailleCode> + </hasSkill> + <hasQualProperty> + <Cost rdf:ID="Cost_2000"> + <isQualProperty rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isQualProperty rdf:resource="#SmartCamera_22"/> + <isQualProperty rdf:resource="#SmartCamera_20"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#double" + >2000</value> + <hasEditable rdf:resource="#isEditable_false"/> </Cost> + </hasQualProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_158"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >19.2</value> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <hasEditable rdf:resource="#isEditable_9"/> </MinVoltageSupply> + </hasProperty> + <hasProperty> + <Length rdf:ID="Length_198"> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >161.0</value> </Length> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_191"> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1.0</value> + <hasEditable rdf:resource="#isEditable_9"/> </MaxMeasurementRange> + </hasProperty> + <hasSkill rdf:resource="#MeasurePositionOfObject_73"/> + <hasProperty> + <Height rdf:ID="Height_195"> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >55.0</value> + <hasEditable rdf:resource="#isEditable_9"/> </Height> + </hasProperty> + <hasSkill> + <MeasureAngle rdf:ID="MeasureAngle_188"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </MeasureAngle> + </hasSkill> + <hasSkill> + <CheckPosition rdf:ID="CheckPosition_189"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </CheckPosition> + </hasSkill> + <hasProperty rdf:resource="#EnclosureRatingIP_85"/> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_193"> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connector M12, 8 Pins</value> </ElectricalMedia> + </hasProperty> + <hasSkill> + <MeasureOrientationOfObject rdf:ID="MeasureOrientationOfObject_21"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </MeasureOrientationOfObject> + </hasSkill> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_40"> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connector M12, 4 Pins</value> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_69"/> + <hasSkill> + <MeasureDiameter rdf:ID="MeasureDiameter_185"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </MeasureDiameter> + </hasSkill> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_192"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.1</value> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <hasEditable rdf:resource="#isEditable_9"/> </MinMeasurementRange> + </hasProperty> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_156"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >28.8</value> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> </MaxVoltageSupply> + </hasProperty> + <hasProperty> + <IntelligentCtrl rdf:ID="IntelligentCtrl_19"> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >yes</value> + <hasEditable rdf:resource="#isEditable_9"/> </IntelligentCtrl> + </hasProperty> + <hasProperty> + <Resolution rdf:ID="Resolution_203"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >640x480</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#SmartCamera_20"/> </Resolution> + </hasProperty> + <hasProperty> + <Width rdf:ID="Width_194"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >60.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> </Width> + </hasProperty> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_201"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >30.0</value> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> </SwitchingFrequency> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_197"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <hasEditable rdf:resource="#isEditable_9"/> </MaxCurrentConsumption> + </hasProperty> + <hasSkill> + <CheckPresence rdf:ID="CheckPresence_186"> + <isSkillOf rdf:resource="#SmartCamera_22"/> + <isSkillOf rdf:resource="#SmartCamera_20"/> </CheckPresence> + </hasSkill> + <hasProperty> + <Weight rdf:ID="Weight_199"> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.5</value> + <hasEditable rdf:resource="#isEditable_9"/> </Weight> + </hasProperty> + </SmartCamera> + </isPropertyOf> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + </MinAmbientTemperature> + </hasProperty> + </VisionSensor> + </isPropertyOf> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + </EnclosureRatingIP> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_161"> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >0.002x0.006</value> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_40"/> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_36"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >30.0</value> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#Weight_54"/> + <hasProperty rdf:resource="#MinVoltageSupply_29"/> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_55"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >-10.0</value> + </MinAmbientTemperature> + </hasProperty> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_164"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >3.0E-4</value> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#SwitchingFrequency_32"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + </OpticLuminescenceScanner> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1500.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </SwitchingFrequency> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_154"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.035</value> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#MinVoltageSupply_158"/> + <hasProperty rdf:resource="#MinAmbientTemperature_55"/> + <hasProperty rdf:resource="#ElectricalInterface_40"/> + <hasProperty rdf:resource="#LightType_50"/> + <hasProperty> + <ScanningDistance rdf:ID="ScanningDistance_151"> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0125</value> + <hasEditable rdf:resource="#isEditable_9"/> + </ScanningDistance> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_157"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.011</value> + </Weight> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_160"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_CSM1-N1114</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_138"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0E-4</value> + </ResponseTime> + </hasProperty> + <hasProperty> + <LightType rdf:ID="LightType_113"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDgreen</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + </LightType> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_156"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_155"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.0015x0.0065</value> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#ElectricalInterface_159"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + <hasSkill> + <DetectColor rdf:ID="DetectColor_34"> + <isSkillOf rdf:resource="#OpticColorSensor_35"/> + <isSkillOf rdf:resource="#OpticColorSensor_33"/> + </DetectColor> + </hasSkill> + <hasProperty> + <LightType rdf:ID="LightType_111"> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDblue</value> + <hasEditable rdf:resource="#isEditable_9"/> + </LightType> + </hasProperty> + </OpticColorSensor> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDred</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + </LightType> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_108"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.08</value> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#LightType_111"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_153"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_CS81-P1112</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_152"> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.004x0.002</value> + </LightSpotSize> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_109"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >10.0</value> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + </MinVoltageSupply> + </hasProperty> + <hasSkill rdf:resource="#DetectColor_34"/> + <hasProperty rdf:resource="#MinAmbientTemperature_55"/> + <hasProperty rdf:resource="#ElectricalInterface_56"/> + <hasProperty rdf:resource="#LightType_113"/> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + <hasProperty rdf:resource="#ScanningDistance_151"/> + </OpticColorSensor> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + </Weight> + </hasProperty> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_114"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >25000.0</value> + </SwitchingFrequency> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#ScanningDistance_102"/> + <hasProperty rdf:resource="#LightType_111"/> + <hasProperty rdf:resource="#LightType_50"/> + <hasProperty rdf:resource="#LightType_113"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_108"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_115"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_KT10-2P1115</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_110"> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1.0E-5</value> + <hasEditable rdf:resource="#isEditable_9"/> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_55"/> + <hasSkill> + <DetectContrast rdf:ID="DetectContrast_52"> + <isSkillOf rdf:resource="#OpticContrastScanner_53"/> + <isSkillOf rdf:resource="#OpticContrastScanner_51"/> + </DetectContrast> + </hasSkill> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_112"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.004x0.0008</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty rdf:resource="#MinVoltageSupply_109"/> + <hasProperty rdf:resource="#ElectricalInterface_56"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + </OpticContrastScanner> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >55.0</value> + <isPropertyOf rdf:resource="#OpticLuminescenceScanner_30"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <isPropertyOf rdf:resource="#OpticColorSensor_33"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + </MaxAmbientTemperature> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty> + <LaserClass rdf:ID="LaserClass_126"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >2</value> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + </LaserClass> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_130"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.13</value> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + </LightSpotSize> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_124"> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.3</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <Accuracy rdf:ID="Accuracy_0.0020"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0020</value> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + </Accuracy> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_129"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0E-4</value> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + </Repeatability> + </hasProperty> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_133"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.15</value> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <hasEditable rdf:resource="#isEditable_9"/> + </MinMeasurementRange> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_135"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_DME5000-112</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <Weight rdf:ID="Weight_128"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1.6</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_55"/> + <hasProperty> + <LightType rdf:ID="LightType_134"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LaserRed</value> + </LightType> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_132"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >70.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </MaxMeasurementRange> + </hasProperty> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_44"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1000.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_45"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + </SwitchingFrequency> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_85"/> + </OpticDistanceSensor> + </isPropertyOf> + <isPropertyOf rdf:resource="#SmartCamera_20"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <isPropertyOf rdf:resource="#LaserScanner2D_70"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >65</value> + </EnclosureRatingIP> + </hasProperty> + <hasProperty rdf:resource="#Height_195"/> + <hasProperty rdf:resource="#ElectricalInterface_40"/> + <hasSkill rdf:resource="#MeasureAngle_188"/> + <hasSkill rdf:resource="#MeasureOrientationOfObject_21"/> + <hasProperty rdf:resource="#MinMeasurementRange_192"/> + <hasSkill> + <Read2DMatrixCode rdf:ID="Read2DMatrixCode_25"> + <isSkillOf rdf:resource="#SmartCamera_24"/> + <isSkillOf rdf:resource="#SmartCamera_22"/> + </Read2DMatrixCode> + </hasSkill> + <hasProperty> + <Resolution rdf:ID="Resolution_196"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >1024x768</value> + <isPropertyOf rdf:resource="#SmartCamera_22"/> + </Resolution> + </hasProperty> + <hasSkill> + <ReadOpticalCharacters rdf:ID="ReadOpticalCharacters_23"> + <isSkillOf rdf:resource="#SmartCamera_24"/> + <isSkillOf rdf:resource="#SmartCamera_22"/> + </ReadOpticalCharacters> + </hasSkill> + <hasProperty rdf:resource="#IntelligentCtrl_19"/> + <hasSkill rdf:resource="#CheckPosition_189"/> + <hasSkill rdf:resource="#MeasureDiameter_185"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_202"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >SmartCamera_22</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#Weight_199"/> + <hasSkill rdf:resource="#CheckPresence_186"/> + <hasProperty rdf:resource="#ElectricalInterface_193"/> + <hasProperty rdf:resource="#MinAmbientTemperature_69"/> + <hasProperty rdf:resource="#MaxVoltageSupply_156"/> + <hasProperty rdf:resource="#SwitchingFrequency_201"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_197"/> + <hasProperty rdf:resource="#Width_194"/> + <hasSkill rdf:resource="#MeasureArea_187"/> + <hasQualProperty rdf:resource="#Cost_2000"/> + <hasProperty rdf:resource="#MinVoltageSupply_158"/> + <hasSkill rdf:resource="#Count_72"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_79"/> + <hasSkill rdf:resource="#ReadBarCode_26"/> + <hasSkill rdf:resource="#ClassifyObject_190"/> + <hasSkill rdf:resource="#MeasurePositionOfObject_73"/> + <hasProperty rdf:resource="#Length_198"/> + <hasProperty rdf:resource="#MaxMeasurementRange_191"/> </SmartCamera> + </isSkillOf> + </ReadBarCode> + </hasSkill> + <hasSkill> + <DetectColor rdf:ID="DetectColor_27"> + <isSkillOf rdf:resource="#OpticColorSensor_28"/> + <isSkillOf rdf:resource="#SmartCamera_24"/> + </DetectColor> + </hasSkill> + <hasProperty rdf:resource="#MinVoltageSupply_158"/> + <hasProperty rdf:resource="#Length_175"/> + <hasProperty> + <Length rdf:ID="Length_180"> + <hasEditable rdf:resource="#isEditable_9"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >30.4</value> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + </Length> + </hasProperty> + <hasProperty> + <Height rdf:ID="Height_182"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >50.0</value> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <hasEditable rdf:resource="#isEditable_9"/> + </Height> + </hasProperty> + <hasProperty rdf:resource="#MaxCurrentConsumption_163"/> + <hasProperty> + <Weight rdf:ID="Weight_181"> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.25</value> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_156"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_23"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_124"/> + <hasProperty> + <Height rdf:ID="Height_166"> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >53.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Height> + </hasProperty> + <hasSkill rdf:resource="#Read2DMatrixCode_25"/> + <hasProperty> + <Length rdf:ID="Length_177"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >120.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + </Length> + </hasProperty> + <hasProperty> + <Resolution rdf:ID="Resolution_178"> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >800x600</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Resolution> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_184"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >SmartCamera_24</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxCurrentConsumption_108"/> + <hasQualProperty rdf:resource="#Cost_1000"/> + <hasProperty> + <Height rdf:ID="Height_171"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >43.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#SmartCamera_24"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + </Height> + </hasProperty> + </SmartCamera> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + </Length> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_174"/> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#Weight_54"/> + <hasProperty rdf:resource="#Height_171"/> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_173"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >26.4</value> + </MaxVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#MinVoltageSupply_29"/> + <hasProperty> + <Width rdf:ID="Width_172"> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >12.0</value> + </Width> + </hasProperty> + <hasProperty rdf:resource="#ResponseTime_143"/> + <hasSkill rdf:resource="#DetectColor_27"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_108"/> + <hasProperty rdf:resource="#ElectricalInterface_159"/> + <hasProperty> + <LightType rdf:ID="LightType_169"> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >LED</value> + <hasEditable rdf:resource="#isEditable_9"/> + </LightType> + </hasProperty> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_167"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >9.0E-4</value> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#Height_166"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_176"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sensopart_FL64C</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxCurrentConsumption_163"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + <hasProperty> + <Width rdf:ID="Width_168"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >80.0</value> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <hasEditable rdf:resource="#isEditable_9"/> + </Width> + </hasProperty> + <hasProperty rdf:resource="#MinVoltageSupply_109"/> + <hasProperty> + <Material rdf:ID="Material_170"> + <isPropertyOf rdf:resource="#OpticColorSensor_28"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Polycarbonat</value> + </Material> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_85"/> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + </OpticColorSensor> + </isPropertyOf> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#LightType_50"/> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + <hasProperty> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_43"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >60.0</value> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + </MaxAmbientTemperature> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_147"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_WT18-3P430</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MinVoltageSupply_109"/> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasSkill> + <DetectObject rdf:ID="DetectObject_38"> + <isSkillOf rdf:resource="#OpticProximitySwitch_39"/> + <isSkillOf rdf:resource="#OpticThroughBeamSwitch_41"/> + <isSkillOf rdf:resource="#OpticReflexSwitch_37"/> + </DetectObject> + </hasSkill> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_145"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >700.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + </SwitchingFrequency> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_40"/> + </OpticProximitySwitch> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >-40.0</value> + </MinAmbientTemperature> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_150"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_WL18-3P430</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_43"/> + <hasProperty rdf:resource="#LightType_50"/> + <hasProperty rdf:resource="#MinVoltageSupply_109"/> + <hasSkill rdf:resource="#DetectObject_38"/> + <hasProperty rdf:resource="#MinMeasurementRange_136"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_149"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.03</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#Weight_118"/> + <hasProperty rdf:resource="#ResponseTime_138"/> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#ElectricalInterface_40"/> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_63"> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</value> + </MaxMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#SwitchingFrequency_44"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_148"> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.04</value> + </LightSpotSize> + </hasProperty> + </OpticReflexSwitch> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0</value> + </MinMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_43"/> + <hasProperty rdf:resource="#LightType_50"/> + <hasProperty rdf:resource="#MinAmbientTemperature_140"/> + <hasProperty rdf:resource="#ResponseTime_138"/> + <hasProperty rdf:resource="#MinVoltageSupply_109"/> + <hasProperty rdf:resource="#ElectricalInterface_40"/> + <hasProperty rdf:resource="#SwitchingFrequency_44"/> + <hasProperty rdf:resource="#Weight_118"/> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_42"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >20.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticThroughBeamSwitch_41"/> + </MaxMeasurementRange> + </hasProperty> + <hasSkill rdf:resource="#DetectObject_38"/> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + </OpticThroughBeamSwitch> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <isPropertyOf rdf:resource="#VisionSensor_65"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >open collector PNP</value> + <isPropertyOf rdf:resource="#OpticProximitySwitch_39"/> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#OpticReflexSwitch_37"/> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#Weight_54"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_107"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_KT5W_2P1116D</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_105"> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >10000.0</value> + </SwitchingFrequency> + </hasProperty> + <hasSkill rdf:resource="#DetectContrast_52"/> + <hasProperty rdf:resource="#ScanningDistance_102"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_103"> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.0012x0.0042</value> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_56"/> + <hasProperty rdf:resource="#MinAmbientTemperature_55"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_104"> + <isPropertyOf rdf:resource="#OpticContrastScanner_53"/> + <hasEditable rdf:resource="#isEditable_9"/> + <isQualProperty> + <Displacement rdf:ID="Conveyor"> + <hasSkill> + <Convey rdf:ID="Convey_1"> + <isSkillOf rdf:resource="#Conveyor"/> + </Convey> + </hasSkill> + <hasQualProperty rdf:resource="#ResponseTime_104"/> + <hasQualProperty> + <Cost rdf:ID="Cost_3000"> + <isQualProperty rdf:resource="#Sick_IVC-2DM1111"/> + <isQualProperty rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isQualProperty rdf:resource="#Conveyor"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#double" + >3000</value> + </Cost> + </hasQualProperty> + <hasProperty> + <DegreesOfFreedom rdf:ID="DegreesOfFreedom_1"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >1</value> + <isPropertyOf rdf:resource="#Conveyor"/> + </DegreesOfFreedom> + </hasProperty> + <hasProperty> + <Payload rdf:ID="Payload_25.0"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >25.0</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf> + <AngleGripper rdf:ID="AngleGripper_test"> + <hasSkill> + <CloseClaws rdf:ID="CloseClaws_SIARAS"> + <isSkillOf rdf:resource="#AngleGripper_test"/> + </CloseClaws> + </hasSkill> + <hasSkill> + <OpenClaws rdf:ID="OpenClaws_SIARAS"> + <isSkillOf rdf:resource="#AngleGripper_test"/> + </OpenClaws> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="ID_AngleGripper"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >AngleGripper</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#Payload_25.0"/> + </AngleGripper> + </isPropertyOf> + <isPropertyOf rdf:resource="#Conveyor"/> + <hasEditable rdf:resource="#isEditable_false"/> + </Payload> + </hasProperty> + </Displacement> + </isQualProperty> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0E-5</value> + </ResponseTime> + </hasProperty> + </OpticContrastScanner> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticContrastScanner_51"/> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <isPropertyOf rdf:resource="#OpticColorSensor_35"/> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_85"/> + <hasSkill> + <DetectObject rdf:ID="DetectObject_58"> + <isSkillOf rdf:resource="#LightGrid_57"/> + </DetectObject> + </hasSkill> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_59"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >15.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + <isPropertyOf rdf:resource="#LightGrid_57"/> + </MinVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_100"/> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_64"/> + <hasProperty rdf:resource="#MaxMeasurementRange_63"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_61"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_60"> + <isPropertyOf rdf:resource="#LightGrid_57"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0030</value> + </ResponseTime> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="Identifier_101"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_MLG2-0280F511</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <LightType rdf:ID="LightType_62"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDinfrared</value> + <isPropertyOf rdf:resource="#LightGrid_57"/> + </LightType> + </hasProperty> + </LightGrid> + </isPropertyOf> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >-25.0</value> </MinAmbientTemperature> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_122"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <hasEditable rdf:resource="#isEditable_9"/> </MaxMeasurementRange> + </hasProperty> + <hasSkill rdf:resource="#MeasureDistance_46"/> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_49"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1.2</value> </PowerConsumption> + </hasProperty> + <hasProperty rdf:resource="#MinMeasurementRange_48"/> + <hasProperty rdf:resource="#MaxVoltageSupply_36"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_116"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.02</value> </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#SwitchingFrequency_44"/> + <hasProperty rdf:resource="#MinVoltageSupply_109"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_119"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.02</value> + <hasEditable rdf:resource="#isEditable_9"/> </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_79"/> + <hasIdentifier> + <Identifier rdf:ID="Identifier_123"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_DT10-P10B5</value> </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ElectricalInterface_56"/> + <hasProperty rdf:resource="#ElectricalInterface_97"/> + <hasProperty rdf:resource="#Weight_118"/> + <hasProperty rdf:resource="#LightType_50"/> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_121"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >4...20 mA</value> </ElectricalMedia> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_120"> + <isPropertyOf rdf:resource="#OpticDistanceSensor_47"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0030</value> </Repeatability> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_96"/> + <hasProperty rdf:resource="#Accuracy_0.0030"/> + </OpticDistanceSensor> + </isPropertyOf> + <isPropertyOf rdf:resource="#Drill_SIARAS"/> + </Accuracy> + </hasProperty> + <hasSkill rdf:resource="#StopRotation_SIARAS"/> + <hasSkill rdf:resource="#StartRotation_SIARAS"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Drill_SIARAS"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Drill_SIARAS</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + </Manufacturing> + </isSkillOf> + </StartDrillRotation> + </hasSkill> + <hasProperty> + <Weight rdf:ID="Weight_1.6"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >1.6</value> + <isPropertyOf rdf:resource="#Bosch_GBM_10_RE"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + </Weight> + </hasProperty> + <hasProperty> + <ChuckDiameter rdf:ID="ChuckDiameter_9"> + <isPropertyOf rdf:resource="#Bosch_GBM_10_RE"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >9</value> + </ChuckDiameter> + </hasProperty> + </DrillMachine> + </isSkillOf> + <isSkillOf rdf:resource="#Drill_SIARAS"/> + </StopDrillRotation> + </hasSkill> + <hasSkill rdf:resource="#StartRotation_SIARAS"/> + <hasProperty rdf:resource="#Weight_10"/> + <hasProperty rdf:resource="#ChuckDiameter_13"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Bosch_GBM_13_RE_Heavy"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Bosch_GBM_13_RE_Heavy</value> + </Identifier> + </hasIdentifier> + </DrillMachine> + </isPropertyOf> + <isPropertyOf rdf:resource="#Bosch_GBM_13_RE"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >13</value> + </ChuckDiameter> + </hasProperty> + <hasProperty rdf:resource="#Weight_4.5"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Bosch_GBM_13_RE"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Bosch_GBM_13_RE</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#StopRotation_SIARAS"/> + <hasSkill rdf:resource="#StartRotation_SIARAS"/> + </DrillMachine> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >4.5</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_20.4"> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >20.4</value> + </MinVoltageSupply> + </hasProperty> + <hasProperty> + <LaserClass rdf:ID="LaserClass_1"> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >1</value> + </LaserClass> + </hasProperty> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_20"> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + <isPropertyOf> + <LightingDevice rdf:ID="LightBulb_Phillips_100W"> + <hasSkill> + <ChangeEnvironment rdf:ID="ActivateLighting_1"> + <isSkillOf rdf:resource="#LightBulb_Phillips_100W"/> + </ChangeEnvironment> + </hasSkill> + <hasSkill> + <ChangeEnvironment rdf:ID="DeactivateLighting_1"> + <isSkillOf rdf:resource="#LightBulb_Phillips_100W"/> + </ChangeEnvironment> + </hasSkill> + <hasQualProperty rdf:resource="#Cost_1000"/> + <hasProperty rdf:resource="#PowerConsumption_20"/> + </LightingDevice> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >20.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </PowerConsumption> + </hasProperty> + <hasSkill> + <DetectCollision rdf:ID="DetectCollision_1"> + <isSkillOf rdf:resource="#Sick_LMS200-30106"/> + </DetectCollision> + </hasSkill> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.026"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.026</value> + <isPropertyOf rdf:resource="#Sick_LMS200-30106"/> + </ResponseTime> + </hasProperty> + </LaserScanner2D> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + </EnclosureRatingIP> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_18"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >18.0</value> + </MinVoltageSupply> + </hasProperty> + <hasSkill> + <MeasureDistance rdf:ID="MeasureDistance_1"> + <isSkillOf rdf:resource="#Sick_DME5000-112"/> + <isSkillOf rdf:resource="#Sick_DT10-P10B5"/> + </MeasureDistance> + </hasSkill> + <hasProperty rdf:resource="#Weight_1.6"/> + <hasProperty> + <LightType rdf:ID="LightType_LaserRed"> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LaserRed</value> + <hasEditable rdf:resource="#isEditable_false"/> + </LightType> + </hasProperty> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_1000"> + <isPropertyOf rdf:resource="#Sick_DME5000-112"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1000.0</value> + </SwitchingFrequency> + </hasProperty> + </OpticDistanceSensor> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >55.0</value> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + </MaxAmbientTemperature> + </hasProperty> + <hasProperty> + <LightType rdf:ID="LightType_LEDinfrared"> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDinfrared</value> + <hasEditable rdf:resource="#isEditable_false"/> + </LightType> + </hasProperty> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.003"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0030</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + </ResponseTime> + </hasProperty> + <hasSkill> + <DetectObject rdf:ID="DetectObject_15"> + <isSkillOf rdf:resource="#Sick_MLG2-0280F511"/> + </DetectObject> + </hasSkill> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_5"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</value> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + </MaxMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_ConnectorM12-5Pins"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connector M12, 5 Pins</value> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <hasEditable rdf:resource="#isEditable_false"/> + </ElectricalMedia> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_15"> + <isPropertyOf rdf:resource="#Sick_MLG2-0280F511"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >15.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MinVoltageSupply> + </hasProperty> </LightGrid> + </isPropertyOf> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >-25.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MinAmbientTemperature> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasProperty rdf:resource="#LightType_LEDred"/> + <hasProperty> + <Repeatability rdf:ID="Repeatability_0.003"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.0030</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + </Repeatability> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_50"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-5Pins"/> + <hasProperty> + <Weight rdf:ID="Weight_0.04"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.04</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + </Weight> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_10.0"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >10.0</value> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + </MinVoltageSupply> + </hasProperty> + <hasProperty> + <Accuracy rdf:ID="Accuracy_0.003"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.0030</value> + </Accuracy> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.02"> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.02</value> + </LightSpotSize> + </hasProperty> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_AnalogueOutput4-20mA"> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >4...20 mA</value> + <hasEditable rdf:resource="#isEditable_false"/> + </ElectricalMedia> + </hasProperty> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.02"> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.02</value> + <hasEditable rdf:resource="#isEditable_false"/> + </ResponseTime> + </hasProperty> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_0.4"> + <hasEditable rdf:resource="#isEditable_false"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + </MaxMeasurementRange> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_DT10-P10B5"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_DT10-P10B5</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#MeasureDistance_1"/> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_0.05"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.05</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + </MinMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#SwitchingFrequency_1000"/> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_1.2"> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >1.2</value> + <hasEditable rdf:resource="#isEditable_false"/> + </PowerConsumption> + </hasProperty> + </OpticDistanceSensor> + </isPropertyOf> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >LEDred</value> + </LightType> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_WSWE18-3P430"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_WSWE18-3P430</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.450"> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.45</value> + <hasEditable rdf:resource="#isEditable_false"/> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#ResponseTime_0.0005"/> + <hasProperty rdf:resource="#SwitchingFrequency_1000"/> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty rdf:resource="#MinVoltageSupply_10.0"/> + <hasSkill> + <DetectObject rdf:ID="DetectObject_1"> + <isSkillOf rdf:resource="#Sick_WL18-3P430"/> + <isSkillOf rdf:resource="#Sick_WT18-3P430"/> + <isSkillOf rdf:resource="#Sick_WSWE18-3P430"/> + </DetectObject> + </hasSkill> + <hasProperty rdf:resource="#MaxAmbientTemperature_60"/> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_-40"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >-40.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + </MinAmbientTemperature> + </hasProperty> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_0"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.0</value> + </MinMeasurementRange> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.055"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.055</value> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#Weight_0.04"/> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_ConnectorM12-4Pins"> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Connector M12, 4 Pins</value> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + </ElectricalMedia> + </hasProperty> + </OpticThroughBeamSwitch> + </isPropertyOf> + <hasEditable rdf:resource="#isEditable_false"/> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.03"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.03</value> + </MaxCurrentConsumption> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_WL18-3P430"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sick_WL18-3P430</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#SwitchingFrequency_1000"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.040"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.04</value> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#MaxMeasurementRange_5"/> + <hasProperty rdf:resource="#LightType_LEDred"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-40"/> + <hasProperty rdf:resource="#MinVoltageSupply_10.0"/> + <hasProperty rdf:resource="#Weight_0.04"/> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasSkill rdf:resource="#DetectObject_1"/> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#MinMeasurementRange_0"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-4Pins"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_60"/> + </OpticReflexSwitch> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + </MaxAmbientTemperature> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_WT18-3P430"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_WT18-3P430</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.0007"> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >7.0E-4</value> + <hasEditable rdf:resource="#isEditable_false"/> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#Weight_0.04"/> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasProperty rdf:resource="#MinVoltageSupply_10.0"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-4Pins"/> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_700"> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >700.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </SwitchingFrequency> + </hasProperty> + <hasSkill rdf:resource="#DetectObject_1"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-40"/> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_0.6"> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.6</value> + </MaxMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#LightType_LEDred"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.04"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.04</value> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.015"> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.015</value> + <hasEditable rdf:resource="#isEditable_false"/> + </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#MinMeasurementRange_0.05"/> + </OpticProximitySwitch> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >open collector PNP</value> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + </ElectricalMedia> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_KT5W_2P1116D"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_KT5W_2P1116D</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-5Pins"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-10"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty> + <ScanningDistance rdf:ID="ScanningDistance_0.01"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + </ScanningDistance> + </hasProperty> + <hasSkill> + <DetectContrast rdf:ID="DetectContrast_1"> + <isSkillOf rdf:resource="#Sick_KT5W_2P1116D"/> + <isSkillOf rdf:resource="#Sick_KT10-2P1115"/> + </DetectContrast> + </hasSkill> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.13"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.13</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#Weight_0.4"/> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_10000"> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >10000.0</value> + </SwitchingFrequency> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.0012x0.0042"> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.0012x0.0042</value> + </LightSpotSize> + </hasProperty> + </OpticContrastScanner> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + </Weight> + </hasProperty> + <hasSkill rdf:resource="#DetectColor_1"/> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_CS81-P1112"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_CS81-P1112</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-10"/> + <hasProperty> + <LightType rdf:ID="LightType_LEDgreen"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDgreen</value> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + </LightType> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty rdf:resource="#LightType_LEDblue"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-5Pins"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.08"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.08</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#MinVoltageSupply_10.0"/> + <hasProperty rdf:resource="#LightType_LEDred"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.004x0.002"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.004x0.002</value> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + </LightSpotSize> + </hasProperty> + <hasProperty> + <ScanningDistance rdf:ID="ScanningDistance_0.0125"> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0125</value> + <hasEditable rdf:resource="#isEditable_false"/> + </ScanningDistance> + </hasProperty> + </OpticColorSensor> + </isSkillOf> + <isSkillOf rdf:resource="#Sick_CSM1-N1114"/> + </DetectColor> + </hasSkill> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#ResponseTime_0.0005"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_CSM1-N1114"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_CSM1-N1114</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <Weight rdf:ID="Weight_0.011"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.011</value> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + </Weight> + </hasProperty> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_1500"> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1500.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </SwitchingFrequency> + </hasProperty> + <hasProperty rdf:resource="#LightType_LEDred"/> + <hasProperty rdf:resource="#ScanningDistance_0.0125"/> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.035"> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.035</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.0015x0.0065"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.0015x0.0065</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + </LightSpotSize> + </hasProperty> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_28.8"> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >28.8</value> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_-10"/> + <hasProperty rdf:resource="#LightType_LEDblue"/> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_OpenCollectorNPN"> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >open collector NPN</value> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-4Pins"/> + <hasProperty rdf:resource="#LightType_LEDgreen"/> + </OpticColorSensor> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <hasEditable rdf:resource="#isEditable_false"/> </LightType> + </hasProperty> + <hasProperty rdf:resource="#LightType_LEDgreen"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.004x0.0008"> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >0.004x0.0008</value> </LightSpotSize> + </hasProperty> + <hasProperty rdf:resource="#Weight_0.4"/> + <hasSkill rdf:resource="#DetectContrast_1"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.08"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-5Pins"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-10"/> + <hasProperty rdf:resource="#LightType_LEDred"/> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_25000"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >25000.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> </SwitchingFrequency> + </hasProperty> + <hasProperty rdf:resource="#ScanningDistance_0.01"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_KT10-2P1115"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_KT10-2P1115</value> + <hasEditable rdf:resource="#isEditable_false"/> </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MinVoltageSupply_10.0"/> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.00001"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_KT10-2P1115"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1.0E-5</value> </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + </OpticContrastScanner> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Sick_KT5W_2P1116D"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sick_DT10-P10B5"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#Sick_WSWE18-3P430"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#Sick_CS81-P1112"/> + <isPropertyOf rdf:resource="#Sick_WT18-3P430"/> + <isPropertyOf rdf:resource="#Sick_WL18-3P430"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + </EnclosureRatingIP> + </hasProperty> + <hasProperty> + <LightSpotSize rdf:ID="LightSpotSize_0.002x0.006"> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >0.002x0.006</value> + <hasEditable rdf:resource="#isEditable_false"/> + </LightSpotSize> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.06"> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.06</value> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorNPN"/> + <hasProperty rdf:resource="#SwitchingFrequency_1500"/> + <hasProperty rdf:resource="#MinVoltageSupply_12.0"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-4Pins"/> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasSkill> + <DetectLuminescence rdf:ID="DetectLuminescence_1"> + <isSkillOf rdf:resource="#Sick_LUT3-610"/> + </DetectLuminescence> + </hasSkill> + <hasProperty rdf:resource="#Weight_0.4"/> + <hasProperty rdf:resource="#ScanningDistance_0.01"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.0003"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >3.0E-4</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_LUT3-610"/> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_-10"/> + </OpticLuminescenceScanner> + </isPropertyOf> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >12.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MinVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.06"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_55"/> + <hasProperty> + <Width rdf:ID="Width_80"> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >80.0</value> + </Width> + </hasProperty> + <hasProperty> + <Height rdf:ID="Height_53"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >53.0</value> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + </Height> + </hasProperty> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_26.4"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >26.4</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + </MaxVoltageSupply> + </hasProperty> + <hasProperty> + <Width rdf:ID="Width_12"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >12.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + </Width> + </hasProperty> + <hasProperty> + <Length rdf:ID="Length_66.25"> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >66.25</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Length> + </hasProperty> + <hasSkill> + <DetectColor rdf:ID="DetectColor_3"> + <isSkillOf rdf:resource="#VisionComponents-VC4465"/> + <isSkillOf rdf:resource="#Sensopart_FL64C"/> + </DetectColor> + </hasSkill> + <hasProperty> + <Material rdf:ID="Material_Polycarbonat"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Polycarbonat</value> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + </Material> + </hasProperty> + <hasProperty rdf:resource="#ResponseTime_0.0007"/> + <hasProperty rdf:resource="#MaxVoltageSupply_30.0"/> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasProperty> + <LightType rdf:ID="LightType_LED"> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >LED</value> + </LightType> + </hasProperty> + <hasProperty rdf:resource="#Weight_0.4"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.0009"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >9.0E-4</value> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.08"/> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorNPN"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#MinVoltageSupply_10.0"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sensopart_FL64C"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Sensopart_FL64C</value> + </Identifier> + </hasIdentifier> + </OpticColorSensor> + </isPropertyOf> + <hasEditable rdf:resource="#isEditable_false"/> + </Height> + </hasProperty> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty> + <Height rdf:ID="Height_50"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >50.0</value> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + </Height> + </hasProperty> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.08"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasQualProperty rdf:resource="#Cost_5000"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty> + <Length rdf:ID="Length_30.4"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >30.4</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + </Length> + </hasProperty> + <hasProperty> + <Length rdf:ID="Length_120"> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >120.0</value> + </Length> + </hasProperty> + <hasProperty rdf:resource="#Height_53"/> + <hasIdentifier> + <Identifier rdf:ID="ID_VisionComponents-VC4465"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >VisionComponents-VC4465</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#Length_66.25"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty> + <Weight rdf:ID="Weight_0.25"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.25</value> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.3"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.06"/> + <hasSkill rdf:resource="#DetectColor_3"/> + <hasProperty> + <Resolution rdf:ID="Resolution_800x600"> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >800x600</value> + </Resolution> + </hasProperty> + </SmartCamera> + </isSkillOf> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + </ReadOpticalCharacters> + </hasSkill> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty> + <Length rdf:ID="Length_161"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >161.0</value> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + </Length> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty> + <ElectricalMedia rdf:ID="ElectricalInterface_ConnectorM12-8Pins"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Connector M12, 8 Pins</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty> + <Resolution rdf:ID="Resolution_1024x768"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >1024x768</value> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + </Resolution> + </hasProperty> + <hasSkill> + <MeasureOrientationOfObject rdf:ID="MeasureOrientationOfObject_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + </MeasureOrientationOfObject> + </hasSkill> + <hasSkill rdf:resource="#Count_1"/> + <hasSkill> + <MeasureArea rdf:ID="MeasureArea_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + </MeasureArea> + </hasSkill> + <hasSkill> + <CheckPosition rdf:ID="CheckPosition_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + </CheckPosition> + </hasSkill> + <hasSkill> + <CheckPresence rdf:ID="CheckPresence_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + </CheckPresence> + </hasSkill> + <hasQualProperty> + <Cost rdf:ID="Cost_4000"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#double" + >4000</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isQualProperty rdf:resource="#Sick_IVC-2DM1122"/> + <isQualProperty rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </Cost> + </hasQualProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_50"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_IVC-2DM1122"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_IVC-2DM1122</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty> + <MinMeasurementRange rdf:ID="MinMeasurementRange_0.10"> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.1</value> + </MinMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty> + <MaxMeasurementRange rdf:ID="MaxMeasurementRange_1"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >1.0</value> + </MaxMeasurementRange> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-4Pins"/> + <hasProperty> + <IntelligentCtrl rdf:ID="IntelligentCtrl_1"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >yes</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + </IntelligentCtrl> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty> + <Weight rdf:ID="Weight_0.5"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.5</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + </Weight> + </hasProperty> + <hasSkill rdf:resource="#MeasureAngle_1"/> + <hasProperty> + <SwitchingFrequency rdf:ID="SwitchingFrequency_30fps"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >30.0</value> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + </SwitchingFrequency> + </hasProperty> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.4"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill> + <MeasureDiameter rdf:ID="MeasureDiameter_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + </MeasureDiameter> + </hasSkill> + <hasSkill> + <ClassifyObject rdf:ID="ClassifyObject_1"> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1111"/> + </ClassifyObject> + </hasSkill> + <hasSkill rdf:resource="#DeterminePositionOfObject_1"/> + </SmartCamera> + </isSkillOf> + </MeasureAngle> + </hasSkill> + <hasProperty rdf:resource="#SwitchingFrequency_30fps"/> + <hasProperty> + <Resolution rdf:ID="Resolution_640x480"> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >640x480</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Resolution> + </hasProperty> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#MeasureArea_1"/> + <hasQualProperty rdf:resource="#Cost_6000"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_IVC-2DM1111"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_IVC-2DM1111</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#DeterminePositionOfObject_1"/> + <hasSkill rdf:resource="#ClassifyObject_1"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#MaxMeasurementRange_1"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#Weight_0.5"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins"/> + <hasSkill rdf:resource="#MeasureOrientationOfObject_1"/> + <hasSkill rdf:resource="#Count_1"/> + <hasQualProperty rdf:resource="#Cost_3000"/> + <hasSkill rdf:resource="#MeasureDiameter_1"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.4"/> + <hasProperty rdf:resource="#Width_60"/> + <hasProperty rdf:resource="#Height_55"/> + <hasProperty rdf:resource="#Length_161"/> + <hasSkill rdf:resource="#CheckPresence_1"/> + <hasSkill rdf:resource="#CheckPosition_1"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_50"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-4Pins"/> + <hasProperty rdf:resource="#MinMeasurementRange_0.10"/> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + </SmartCamera> + </isQualProperty> + <isQualProperty rdf:resource="#LaserScanner2D_70"/> + </Cost> + </hasQualProperty> + <hasProperty> + <MechanicalConnector rdf:ID="Schunk_GWS_Connector"> + <isPropertyOf rdf:resource="#ToolChanger_1"/> + </MechanicalConnector> + </hasProperty> + <hasProperty> + <PneumaticConnector rdf:ID="Festo_QC_KD"> + <isPropertyOf rdf:resource="#ToolChanger_1"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >18</value> + </PneumaticConnector> + </hasProperty> + <hasSkill> + <Detach rdf:ID="ToolChangerDetach"> + <isSkillOf rdf:resource="#ToolChanger_1"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </Detach> + </hasSkill> + <hasSkill rdf:resource="#ToolChangerAttach"/> + </ToolChanger> + </isSkillOf> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </Attach> + </hasSkill> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasSkill> + <AsFastAsPossible rdf:ID="AsFastAsPossible_28"> + <isSkillOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isSkillOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + </AsFastAsPossible> + </hasSkill> + <hasProperty rdf:resource="#DegreesOfFreedom_6"/> + <hasProperty rdf:resource="#Payload_25.0"/> + <hasProperty> + <Weight rdf:ID="Weight_985"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >985.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </Weight> + </hasProperty> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasQualProperty rdf:resource="#Cost_3000"/> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + <hasSkill rdf:resource="#ToolChangerDetach"/> + <hasSkill> + <Displace rdf:ID="L_Move"> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </Displace> + </hasSkill> + <hasProperty rdf:resource="#Repeatability_0.1"/> + <hasProperty> + <Payload rdf:ID="Payload_45.0"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >45.0</value> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <hasEditable rdf:resource="#isEditable_false"/> + </Payload> + </hasProperty> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_600"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >600.0</value> + </MaxVoltageSupply> + </hasProperty> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_200"> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >200.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MinVoltageSupply> + </hasProperty> </ArticulatedRobot> + </isSkillOf> + </Circular> + </hasSkill> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + <hasProperty rdf:resource="#Repeatability_0.1"/> + <hasProperty> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_-15"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >-15.0</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + </MinAmbientTemperature> + </hasProperty> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#NumberOfJoints_6"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_3"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >3</value> + </PowerConsumption> + </hasProperty> + <hasProperty> + <Payload rdf:ID="Payload_10"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >10</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + </Payload> + </hasProperty> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_450"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >450</value> + </MaxVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#DegreesOfFreedom_6"/> + <hasQualProperty rdf:resource="#Cost_6000"/> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasProperty> + <Weight rdf:ID="Weight_205"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >205</value> + </Weight> + </hasProperty> + <hasProperty> + <Reachability rdf:ID="Reachability_2500"> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >2500</value> + </Reachability> + </hasProperty> + <hasProperty> + <MinVoltageSupply rdf:ID="MinVoltageSupply_350"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#integer" + >350</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + </MinVoltageSupply> + </hasProperty> + </ArticulatedRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.1</value> + </Repeatability> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty> + <NumberOfFingers rdf:ID="NumberOfFingers_2"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >2</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + </NumberOfFingers> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty> + <MaxLiftWay rdf:ID="MaxLiftWay_2.0"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >2.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MaxLiftWay> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_0.03"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.03</value> + </Repeatability> + </hasProperty> + <hasProperty> + <Repeatability rdf:ID="Repeatability_0.02"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.02</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + </Repeatability> + </hasProperty> + <hasProperty rdf:resource="#CycleTime_0.01"/> + <hasSkill> + <CloseFingers rdf:ID="CloseFingers_25"> + <isSkillOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isSkillOf rdf:resource="#Schunk_MPG_20"/> + </CloseFingers> + </hasSkill> + <hasProperty rdf:resource="#Repeatability_0.01"/> + <hasSkill> + <OpenFingers rdf:ID="OpenFingers_1"> + <isSkillOf rdf:resource="#Schunk_MPG_20"/> + <isSkillOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + </OpenFingers> + </hasSkill> + <hasIdentifier> + <Identifier rdf:ID="ID_Schunk_MPG_64"/> + </hasIdentifier> + </rdf:Description> + </isPropertyOf> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + </Repeatability> + </hasProperty> + <hasProperty> + <MaxForce rdf:ID="MaximumForce_24"> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >24.0</value> + </MaxForce> + </hasProperty> + <hasProperty> + <Weight rdf:ID="Weight_51"> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >51.0</value> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#Weight_0.04"/> + <hasProperty> + <Weight rdf:ID="Weight_40.5"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >40.5</value> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#Weight_985"/> + <hasProperty> + <Weight rdf:ID="Weight_98"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >98.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + </Weight> + </hasProperty> + <hasProperty> + <CycleTime rdf:ID="CycleTime_0.03"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.03</value> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <hasEditable rdf:resource="#isEditable_false"/> + </CycleTime> + </hasProperty> + <hasProperty> + <MaxLiftWeight rdf:ID="MaxLiftWeight_0.14"> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.14</value> + </MaxLiftWeight> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_30"/> + <hasProperty rdf:resource="#Repeatability_0.03"/> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#Repeatability_0.1"/> + <hasSkill rdf:resource="#CloseFingers_25"/> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasSkill> + <CloseFingers rdf:ID="CloseFingers_2"> + <isSkillOf rdf:resource="#Schunk_MPG_20"/> + </CloseFingers> + </hasSkill> + <hasProperty rdf:resource="#Repeatability_0.02"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Schunk_MPG_20"> + <hasEditable rdf:resource="#isEditable_true"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Schunk_MPG_20</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <Weight rdf:ID="Weight_0.038"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.038</value> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + </Weight> + </hasProperty> + <hasProperty> + <Payload rdf:ID="Payload_2.0"> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >2.0</value> + </Payload> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#MaxLiftWay_2.0"/> + <hasProperty rdf:resource="#Payload_5.0"/> + <hasProperty rdf:resource="#Weight_0.4"/> + <hasProperty rdf:resource="#Payload_45.0"/> + <hasProperty rdf:resource="#NumberOfFingers_2"/> + <hasProperty> + <Payload rdf:ID="Payload_0.14"> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.14</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Payload> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_90"/> + <hasSkill rdf:resource="#OpenFingers_1"/> + </GeneralParallelGripper> + </isPropertyOf> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isPropertyOf rdf:resource="#Sensopart_FL64C"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </MinAmbientTemperature> + </hasProperty> + <hasProperty rdf:resource="#Payload_2.0"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Staeubli_RS80"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Staeubli_RS80</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <Reachability rdf:ID="Reachability_800"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >800</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + </Reachability> + </hasProperty> + <hasProperty> + <NumberOfJoints rdf:ID="NumberOfJoints_4"> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >4</value> + <hasEditable rdf:resource="#isEditable_false"/> + </NumberOfJoints> + </hasProperty> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasProperty rdf:resource="#Weight_51"/> + <hasProperty rdf:resource="#Repeatability_0.01"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_40"/> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + </ScaraRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + </MaxAmbientTemperature> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Sick_CVS2-P112"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Sick_CVS2-P112</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MinVoltageSupply_12.0"/> + <hasProperty> + <ScanningDistance rdf:ID="ScanningDistance_0.24"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.24</value> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <hasEditable rdf:resource="#isEditable_false"/> + </ScanningDistance> + </hasProperty> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.2"/> + <hasProperty rdf:resource="#ElectricalInterface_OpenCollectorPNP"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#Weight_0.18"/> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_50x60"> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >50x60</value> + <hasEditable rdf:resource="#isEditable_false"/> + </FieldOfView> + </hasProperty> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty> + <ResponseTime rdf:ID="ResponseTime_0.005"> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.0050</value> + </ResponseTime> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_24"/> + <hasSkill> + <SortObjects rdf:ID="SortObjectColor_15"> + <isSkillOf rdf:resource="#Sick_CVS2-P112"/> + </SortObjects> + </hasSkill> + <hasProperty> + <LightType rdf:ID="LightType_LEDwhite"> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Sick_CVS2-P112"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >LEDwhite</value> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + </LightType> + </hasProperty> + </VisionSensor> + </isPropertyOf> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.18</value> + </Weight> + </hasProperty> + <hasQualProperty rdf:resource="#Cost_1000"/> + <isSubDeviceOf rdf:resource="#ABB_IRC5"/> + <hasSkill> + <Read rdf:ID="Read_6"> + <isSkillOf rdf:resource="#IO_Board_d328"/> + </Read> + </hasSkill> + </CommunicationPort> + </hasSubDevice> + <hasIdentifier> + <Identifier rdf:ID="ID_ABB_IRC5"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ABB_IRC5</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#PerformSelfTest_3"/> + <hasQualProperty rdf:resource="#Cost_6000"/> + <hasProperty> + <IntelligentCtrl rdf:ID="IntelligentCtrl_2"> + <isPropertyOf rdf:resource="#ABB_IRC5"/> + </IntelligentCtrl> + </hasProperty> + </Controller> + </isSkillOf> + </PerformSelfTest> + </hasSkill> </Controller> + </isSubDeviceOf> + <hasProperty> + <TransportProtocol rdf:ID="TCP"> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#SmartCameraNIC"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#eth0"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#IRC5_NIC0"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> </TransportProtocol> + </hasProperty> + <hasSkill rdf:resource="#PerformSelfTest_3"/> + <hasQualProperty rdf:resource="#Cost_1000"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty> + <Protocol rdf:ID="UPnP"> + <isPropertyOf rdf:resource="#eth0"/> + <isPropertyOf rdf:resource="#SmartCameraNIC"/> </Protocol> + </hasProperty> + <hasProperty> + <ApplicationProtocol rdf:ID="FTP"> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#eth0"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#SmartCameraNIC"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#IRC5_NIC0"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> </ApplicationProtocol> + </hasProperty> + <hasProperty> + <SerialInOutSignal rdf:ID="Ethernet"> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#eth0"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#IRC5_NIC0"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#SmartCameraNIC"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> </SerialInOutSignal> + </hasProperty> + <hasProperty rdf:resource="#RJ45"/> + </CommunicationPort> + </isPropertyOf> + <isPropertyOf rdf:resource="#SmartCameraNIC"/> + <isPropertyOf rdf:resource="#IRC5_NIC0"/> + </Plug> + </hasProperty> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <isSubDeviceOf rdf:resource="#ABB_IRC5"/> + <hasSkill rdf:resource="#PerformSelfTest_3"/> + <hasQualProperty rdf:resource="#Cost_1000"/> + </CommunicationPort> + </isPropertyOf> + <isPropertyOf rdf:resource="#eth0"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#SmartCameraNIC"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#RJ45"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasSkill rdf:resource="#PerformSelfTest_3"/> + <hasQualProperty rdf:resource="#Cost_1000"/> + <hasProperty rdf:resource="#UPnP"/> + <isSubDeviceOf rdf:resource="#Sick_IVC-2DM1111"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#TCP"/> + </CommunicationPort> + </isQualProperty> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#double" + >1000</value> + <isQualProperty rdf:resource="#eth0"/> + <isQualProperty rdf:resource="#IRC5_NIC0"/> + <isQualProperty rdf:resource="#IO_Board_d328"/> + <isQualProperty rdf:resource="#MechanicalFixture_1"/> + <isQualProperty rdf:resource="#CellController"/> + <isQualProperty rdf:resource="#LightBulb_Phillips_100W"/> + <isQualProperty rdf:resource="#SmartCamera_24"/> + <hasEditable rdf:resource="#isEditable_false"/> + </Cost> + </hasQualProperty> + <hasQualProperty rdf:resource="#Repeatability_223"/> + <hasSkill> + <Attach rdf:ID="WorkpieceFix"> + <isSkillOf rdf:resource="#MechanicalFixture_1"/> + </Attach> + </hasSkill> + <hasSkill> + <Detach rdf:ID="WorkpieceRelease"> + <isSkillOf rdf:resource="#MechanicalFixture_1"/> + </Detach> + </hasSkill> + </MechanicalFixture> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + </DigitalIn> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR711-F"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR711-F</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#TCP"/> + <hasProperty> + <OperatingMode rdf:ID="OperatingMode_Continious"> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + </OperatingMode> + </hasProperty> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty> + <LensConnector rdf:ID="LensConnector_CMOUNT"> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + </LensConnector> + </hasProperty> + <hasProperty> + <ImagerHeight rdf:ID="ImagerHeight_3655"> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >3655</value> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + </ImagerHeight> + </hasProperty> + <hasSkill> + <Train rdf:ID="TrainCustomOpticalCharacters"> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + </Train> + </hasSkill> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_6"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >6</value> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + </PowerConsumption> + </hasProperty> + <hasProperty> + <ApplicationProtocol rdf:ID="SOAP"> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + </ApplicationProtocol> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill> + <MatchCode rdf:ID="CodeChangeControl"> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + </MatchCode> + </hasSkill> + <hasSkill> + <Read rdf:ID="ReadInvertedCode"> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + </Read> + </hasSkill> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty> + <DigitalOut rdf:ID="DigitalOut_3"> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#unsignedInt" + >3</value> + </DigitalOut> + </hasProperty> + <hasProperty> + <LightType rdf:ID="LightType_External"> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + </LightType> + </hasProperty> + <hasLength> + <Length rdf:ID="Length_184"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >184.0</value> + </Length> + </hasLength> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasSkill> + <MatchCode rdf:ID="CodeSequenceCheck"> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + </MatchCode> + </hasSkill> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasWidth> + <Width rdf:ID="Width_38.5"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >38.5</value> + </Width> + </hasWidth> + <hasProperty> + <Weight rdf:ID="Weight_290"> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >290.0</value> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#HTTP"/> + <hasHeight> + <Height rdf:ID="Height_47.5"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >47.5</value> + </Height> + </hasHeight> + <hasSkill> + <AquireTestImage rdf:ID="AquireTestImage_1"> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + </AquireTestImage> + </hasSkill> + <hasSkill> + <CollectErrorImages rdf:ID="CollectErrorImages_6"> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + </CollectErrorImages> + </hasSkill> + <hasSkill> + <Read rdf:ID="PrintQualityTest"> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + </Read> + </hasSkill> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasSkill> + <Read rdf:ID="ReadRotatedCode"> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR723-F105"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + </Read> + </hasSkill> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty> + <ImagerWidth rdf:ID="ImagerWidth_4786"> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >0</value> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + </ImagerWidth> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.315"> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.315</value> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty> + <OperatingMode rdf:ID="OperatingMode_Triggered"> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + </OperatingMode> + </hasProperty> + <hasProperty> + <ResultOutputMode rdf:ID="ResultOutputMode_Immediate"> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + </ResultOutputMode> + </hasProperty> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty> + <ResultOutputMode rdf:ID="ResultOutputMode_OneTriggerSignalLater"> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + </ResultOutputMode> + </hasProperty> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >RS485</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + </SerialInOutSignal> + </hasProperty> + <hasProperty rdf:resource="#HTTP"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty> + <MaxDistance rdf:ID="MaxDistance_50"> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >50</value> + </MaxDistance> + </hasProperty> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#FTP"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasHeight> + <Height rdf:ID="Height_52.5"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >52.5</value> + </Height> + </hasHeight> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_25x33"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >25x33</value> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + </FieldOfView> + </hasProperty> + <hasProperty> + <MaxCurrentConsumption rdf:ID="MaxCurrentConsumption_0.365"> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.365</value> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + </MaxCurrentConsumption> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty> + <MinDistance rdf:ID="MinDistance_40"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >40</value> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + </MinDistance> + </hasProperty> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_7"> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >7</value> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + </PowerConsumption> + </hasProperty> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasLength> + <Length rdf:ID="Length_147"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >147.0</value> + </Length> + </hasLength> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR721-A045"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR721-A045</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasWidth rdf:resource="#Width_38.5"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >380</value> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + </Weight> + </hasProperty> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#FTP"/> + <hasLength> + <Length rdf:ID="Length_142"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >142.0</value> + </Length> + </hasLength> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#TCP"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR721-F045"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR721-F045</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#MinDistance_40"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#FieldOfView_25x33"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#MaxDistance_50"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + </ResultOutputMode> + </hasProperty> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasProperty rdf:resource="#Telnet"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#FTP"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#Weight_290"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#SOAP"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasHeight> + <Height rdf:ID="Height_114.5"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >114.5</value> + </Height> + </hasHeight> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR711-A"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR711-A</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + </MaxHumidity> + </hasProperty> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#SOAP"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty> + <ImagerHeight rdf:ID="ImagerHeight_3622"> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >3622</value> + </ImagerHeight> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#Telnet"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty> + <ImagerWidth rdf:ID="ImagerWidth_4808"> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >4808</value> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + </ImagerWidth> + </hasProperty> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR713-A"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR713-A</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#Weight_290"/> + <hasHeight rdf:resource="#Height_114.5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + </CodeReader> + </isQualProperty> + <isQualProperty rdf:resource="#Asentics_CR723-A050"/> + <isQualProperty rdf:resource="#Asentics_BR623-A073"/> + <isQualProperty rdf:resource="#Asentics_BR623-F073"/> + <isQualProperty rdf:resource="#Asentics_BR623-A050"/> + <isQualProperty rdf:resource="#Asentics_CR723-A105"/> + </Resolution> + </hasQualProperty> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasProperty rdf:resource="#Weight_290"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR713-F"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR713-F</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#SOAP"/> + <hasLength rdf:resource="#Length_184"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >19.2</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Sick_CSM1-N1114"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + </MinVoltageSupply> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#HTTP"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#FTP"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_35x46"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >35x46</value> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + </FieldOfView> + </hasProperty> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty> + <MinDistance rdf:ID="MinDistance_65"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >65</value> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + </MinDistance> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR721-A072"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR721-A072</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#Telnet"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + </ElectricalMedia> + </hasProperty> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#FieldOfView_35x46"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR721-F072"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR721-F072</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#MaxDistance_79"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#FTP"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#MinDistance_65"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + </CodeReader> + </isPropertyOf> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >30</value> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + </MaxInclinationAngle> + </hasProperty> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_38x50"> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >38x50</value> + </FieldOfView> + </hasProperty> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty> + <MaxDistance rdf:ID="MaxDistance_55"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >55</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + </MaxDistance> + </hasProperty> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty> + <MinDistance rdf:ID="MinDistance_45"> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >45</value> + </MinDistance> + </hasProperty> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#SOAP"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR723-F050"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR723-F050</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + </CodeReader> + </isQualProperty> + <isQualProperty rdf:resource="#Asentics_CR711-A"/> + <isQualProperty rdf:resource="#Asentics_CR711-F"/> + <isQualProperty rdf:resource="#Asentics_CR721-A072"/> + <isQualProperty rdf:resource="#Asentics_CR721-F045"/> + <isQualProperty rdf:resource="#Asentics_BR623-A105"/> + <isQualProperty rdf:resource="#Asentics_BR621-A045"/> + <isQualProperty rdf:resource="#Asentics_BR613-F"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.01</value> + <isQualProperty rdf:resource="#Asentics_BR613-A"/> + <isQualProperty rdf:resource="#Asentics_BR623-F105"/> + <isQualProperty rdf:resource="#Asentics_CR721-F072"/> + <isQualProperty rdf:resource="#Asentics_CR713-A"/> + <isQualProperty rdf:resource="#Asentics_CR723-F073"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isQualProperty rdf:resource="#Asentics_BR623-F050"/> + <isQualProperty rdf:resource="#Asentics_CR723-F105"/> + <isQualProperty rdf:resource="#Asentics_CR723-A105"/> + <isQualProperty rdf:resource="#Asentics_BR623-A073"/> + <isQualProperty rdf:resource="#Asentics_BR621-F045"/> + <isQualProperty rdf:resource="#Asentics_CR721-A045"/> + <isQualProperty rdf:resource="#Asentics_BR623-A050"/> + <isQualProperty rdf:resource="#Asentics_CR713-F"/> + <isQualProperty rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isQualProperty rdf:resource="#Asentics_CR723-A050"/> + <isQualProperty rdf:resource="#Asentics_BR623-F073"/> + <isQualProperty rdf:resource="#Asentics_BR611-A"/> + <isQualProperty rdf:resource="#Asentics_CR723-A073"/> + <isQualProperty rdf:resource="#Asentics_BR621-A072"/> + </CycleTime> + </hasQualProperty> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_ECC200"> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + </ReadableCode> + </hasProperty> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Industrial2of5"> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + </ReadableCode> + </hasProperty> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Pharma"> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasLength rdf:resource="#Length_184"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_EAN13"> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Interleaved2of5"> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#FTP"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR611-F"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 611-F</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_PDF417"> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + </ReadableCode> + </hasProperty> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Postnet"> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Planet"> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + </ReadableCode> + </hasProperty> + <hasSkill> + <Read rdf:ID="ReadDistortedCode"> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + </Read> + </hasSkill> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Codabar"> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#Weight_290"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_OMR"> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Code93"> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + </ReadableCode> + </hasProperty> + <hasHeight rdf:resource="#Height_47.5"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasSkill> + <Read rdf:ID="ReadMirroredCode"> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + </Read> + </hasSkill> + <hasProperty> + <ReadableCode rdf:ID="ReadableCode_Databar"> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + </ReadableCode> + </hasProperty> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + </BarcodeReader> + </isSkillOf> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + </Read> + </hasSkill> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty> + <MinModuleWidth rdf:ID="MinModuleWidth_0.40"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.4</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + </MinModuleWidth> + </hasProperty> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#TCP"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty> + <MinDistance rdf:ID="MinDistance_98"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >98</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + </MinDistance> + </hasProperty> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR623-F105"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 623-F105</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty> + <MaxDistance rdf:ID="MaxDistance_112"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >112</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + </MaxDistance> + </hasProperty> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasLength rdf:resource="#Length_142"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR623-F050"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 623-F050</value> </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#FieldOfView_38x50"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#MinDistance_45"/> + <hasProperty> + <MinModuleWidth rdf:ID="MinModuleWidth_0.20"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.2</value> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> </MinModuleWidth> + </hasProperty> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#FTP"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#MaxDistance_55"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> + <hasLength rdf:resource="#Length_184"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#Weight_290"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#HTTP"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR613-F"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 613-F</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#SOAP"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#Telnet"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + </ReadableCode> + </hasProperty> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty> + <MinDistance rdf:ID="MinDistance_68"> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >68</value> + </MinDistance> + </hasProperty> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty> + <FieldOfView rdf:ID="FieldOfView_54x72"> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >54x72</value> + </FieldOfView> + </hasProperty> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR623-F073"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 623-F073</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#TCP"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty> + <MinModuleWidth rdf:ID="MinModuleWidth_0.25"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >0.25</value> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + </MinModuleWidth> + </hasProperty> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty> + <MaxDistance rdf:ID="MaxDistance_78"> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#int" + >78</value> + </MaxDistance> + </hasProperty> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#FieldOfView_25x33"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#MinModuleWidth_0.20"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#MinDistance_40"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#MaxDistance_50"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR621-A045"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 621-A050</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >5</value> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + </MinHumidity> + </hasProperty> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#MaxDistance_112"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR723-F105"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR723-F105</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#TCP"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#HTTP"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#MinDistance_98"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#FieldOfView_75x100"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#FTP"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + </CodeReader> + </isSkillOf> + <isSkillOf rdf:resource="#Asentics_CR711-F"/> + <isSkillOf rdf:resource="#Asentics_CR721-F045"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_CR723-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_CR721-A072"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_CR723-F050"/> + <isSkillOf rdf:resource="#Asentics_CR723-A073"/> + <isSkillOf rdf:resource="#Asentics_CR721-F072"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_CR721-A045"/> + <isSkillOf rdf:resource="#Asentics_CR723-F073"/> + <isSkillOf rdf:resource="#Asentics_CR711-A"/> + <isSkillOf rdf:resource="#Asentics_CR713-F"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_CR713-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_CR723-A105"/> + </MatchCode> + </hasSkill> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR723-A105"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR723-A105</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#MinDistance_98"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasLength rdf:resource="#Length_147"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#FieldOfView_75x100"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#MaxDistance_112"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + </OperatingMode> + </hasProperty> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#Telnet"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#TCP"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR623-A105"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 623-A105</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#MaxDistance_112"/> + <hasProperty rdf:resource="#FieldOfView_75x100"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#SOAP"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#MinModuleWidth_0.40"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#HTTP"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#MinDistance_98"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + </ReadableCode> + </hasProperty> + <hasProperty rdf:resource="#FieldOfView_35x46"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#MaxDistance_79"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#MinDistance_65"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty> + <MinModuleWidth rdf:ID="MinModuleWidth_0.28"> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.28</value> + </MinModuleWidth> + </hasProperty> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR621-F072"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 621-F072</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#TCP"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#DigitalOut_3"/> </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + </OperatingMode> + </hasProperty> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#MinDistance_68"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#FieldOfView_54x72"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#MaxDistance_78"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR723-F073"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR723-F073</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#TCP"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + </ApplicationProtocol> + </hasProperty> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#SOAP"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR723-A073"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR723-A073</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#FieldOfView_54x72"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#MaxDistance_78"/> + <hasProperty rdf:resource="#TCP"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#MinDistance_68"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#float" + >45.0</value> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + </MaxAmbientTemperature> + </hasProperty> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#MinDistance_65"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR621-A072"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 621-A072</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#FieldOfView_35x46"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#MinModuleWidth_0.28"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#MaxDistance_79"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#SOAP"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + </BarcodeReader> + </isSkillOf> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#VisionComponents-VC4465"/> + <isSkillOf rdf:resource="#Asentics_BR621-F045"/> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + </ReadBarCode> + </hasSkill> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#FieldOfView_25x33"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#MaxDistance_50"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#MinModuleWidth_0.20"/> + <hasLength rdf:resource="#Length_142"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#Telnet"/> + <hasHeight rdf:resource="#Height_47.5"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR621-F045"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 621-F050</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#TCP"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#MinDistance_40"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#EnclosureRatingIP_65"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + </BarcodeReader> + </isSkillOf> + <isSkillOf rdf:resource="#Asentics_BR623-F073"/> + <isSkillOf rdf:resource="#Asentics_BR623-A073"/> + <isSkillOf rdf:resource="#Asentics_BR613-F"/> + <isSkillOf rdf:resource="#Asentics_BR621-F072"/> + <isSkillOf rdf:resource="#Sick_IVC-2DM1122"/> + <isSkillOf rdf:resource="#Asentics_BR613-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-A072"/> + <isSkillOf rdf:resource="#Asentics_BR623-A050"/> + <isSkillOf rdf:resource="#Asentics_BR623-F105"/> + <isSkillOf rdf:resource="#Asentics_BR611-A"/> + <isSkillOf rdf:resource="#Asentics_BR621-A045"/> + <isSkillOf rdf:resource="#Asentics_BR611-F"/> + <isSkillOf rdf:resource="#Asentics_BR623-A105"/> + <isSkillOf rdf:resource="#Asentics_BR623-F050"/> + <isSkillOf rdf:resource="#VisionComponents-VC4465"/> + </Read2DMatrixCode> + </hasSkill> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#MaxDistance_78"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#MinModuleWidth_0.25"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR623-A073"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 623-A073</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#MinDistance_68"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#FieldOfView_54x72"/> + <hasProperty rdf:resource="#TCP"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#Telnet"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasLength rdf:resource="#Length_147"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#IPA_AMMS_FilterOrientator"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Fast Ethernet</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1122"/> + <isPropertyOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF"/> + <isPropertyOf rdf:resource="#Sick_IVC-2DM1111"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#IPA_AMMS_SimpleGripper-2DOF-Turnable"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + </SerialInOutSignal> + </hasProperty> + <hasProperty rdf:resource="#DegreesOfFreedom_2"/> + <hasIdentifier> + <Identifier rdf:ID="ID_IPA_AMMS_Carrier-2DOF"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >IPA_AMMS_Carrier-2DOF</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#MaxAmbientTemperature_50"/> + <hasProperty> + <NumberOfJoints rdf:ID="NumberOfJoints_0"> + <isPropertyOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >0</value> + </NumberOfJoints> + </hasProperty> + <hasSkill> + <Circular rdf:ID="Circular_2D"> + <isSkillOf rdf:resource="#IPA_AMMS_Carrier-2DOF"/> + <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Circular motion in a planar area.</rdfs:comment> + </Circular> + </hasSkill> + </SimpleKinematicRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Electric</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + </TypeOfActuation> + </hasProperty> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_67"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#MaxVoltageSupply_600"/> + <hasProperty> + <Reachability rdf:ID="Reachability_810"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >810</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + </Reachability> + </hasProperty> + <hasIdentifier> + <Identifier rdf:ID="ID_ABB_IRB-140"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ABB_IRB-140</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasProperty> + <Weight rdf:ID="Weight_460"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >460.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + </Weight> + </hasProperty> + <hasSkill rdf:resource="#L_Move"/> + <hasProperty rdf:resource="#Repeatability_0.03"/> + <hasProperty rdf:resource="#MinVoltageSupply_200"/> + <hasQualProperty rdf:resource="#Cost_2000"/> + <hasProperty> + <PowerConsumption rdf:ID="PowerConsumption_4.5"> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >4.5</value> + <hasEditable rdf:resource="#isEditable_false"/> + </PowerConsumption> + </hasProperty> + <hasProperty rdf:resource="#Payload_5.0"/> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + <hasProperty rdf:resource="#DegreesOfFreedom_6"/> + <hasSkill rdf:resource="#ToolChangerDetach"/> + <hasProperty rdf:resource="#NumberOfJoints_6"/> + <hasSkill rdf:resource="#ToolChangerAttach"/> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + </ArticulatedRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >6</value> </DegreesOfFreedom> + </hasProperty> + <hasProperty rdf:resource="#MinVoltageSupply_200"/> + <hasProperty> + <Reachability rdf:ID="Reachability_1960"> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >1960</value> </Reachability> + </hasProperty> + <hasProperty rdf:resource="#Repeatability_0.1"/> + <hasSkill rdf:resource="#ToolChangerDetach"/> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasSkill rdf:resource="#ToolChangerAttach"/> + <hasQualProperty rdf:resource="#Cost_4000"/> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasIdentifier> + <Identifier rdf:ID="ID_ABB_IRB-4400"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ABB_IRB-4400</value> </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#NumberOfJoints_6"/> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasSkill rdf:resource="#L_Move"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#Payload_45.0"/> + <hasProperty rdf:resource="#MaxVoltageSupply_600"/> + <hasProperty rdf:resource="#Weight_985"/> + </ArticulatedRobot> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >30</value> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Schunk_MPG_20"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/siaras.owl#Schunk_MPG_64"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <hasEditable rdf:resource="#isEditable_false"/> + </EnclosureRatingIP> + </hasProperty> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#Telnet"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#MinDistance_45"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#MinModuleWidth_0.20"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#FieldOfView_38x50"/> + <hasProperty rdf:resource="#MaxDistance_55"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR623-A050"> + <value + rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 623-A050</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#SOAP"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + </UserInterface> + </hasProperty> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasProperty rdf:resource="#Weight_380"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.365"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#Telnet"/> + <hasSkill rdf:resource="#PrintQualityTest"/> + <hasSkill rdf:resource="#TrainCustomOpticalCharacters"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#MinDistance_45"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_CR723-A050"> + <value rdf:datatype= + "http://www.w3.org/2001/XMLSchema#string" + >Asentics_CR723-A050</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#LightType_LEDwhite"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#MaxDistance_55"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#PowerConsumption_7"/> + <hasSkill rdf:resource="#ReadOpticalCharacters_1"/> + <hasProperty rdf:resource="#FieldOfView_38x50"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasHeight rdf:resource="#Height_52.5"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + </CodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + </ResultOutputMode> + </hasProperty> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasHeight rdf:resource="#Height_114.5"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#ImagerWidth_4786"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasQualProperty rdf:resource="#Resolution_659x494"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#Telnet"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasProperty rdf:resource="#Weight_290"/> + <hasProperty rdf:resource="#SOAP"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR611-A"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 611-A</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasProperty rdf:resource="#ImagerHeight_3655"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasLength rdf:resource="#Length_147"/> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_BR613-A"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + </ApplicationProtocol> + </hasProperty> + <hasProperty rdf:resource="#LightType_External"/> + <hasProperty rdf:resource="#MaxVoltageSupply_28.8"/> + <hasProperty rdf:resource="#Weight_290"/> + <hasProperty rdf:resource="#MinAmbientTemperature_0"/> + <hasProperty rdf:resource="#ResultOutputMode_Immediate"/> + <hasProperty rdf:resource="#MaxHumidity_95"/> + <hasProperty rdf:resource="#Ethernet_100BaseT"/> + <hasProperty rdf:resource="#ReadableCode_Pharma"/> + <hasProperty rdf:resource="#ReadableCode_Code39"/> + <hasQualProperty rdf:resource="#CycleTime_0.01"/> + <hasProperty rdf:resource="#OperatingMode_Continious"/> + <hasHeight rdf:resource="#Height_114.5"/> + <hasProperty rdf:resource="#HTTP"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#ReadableCode_Postnet"/> + <hasProperty rdf:resource="#MinVoltageSupply_19.2"/> + <hasSkill rdf:resource="#CollectErrorImages_6"/> + <hasProperty rdf:resource="#MaxCurrentConsumption_0.315"/> + <hasProperty rdf:resource="#DigitalOut_3"/> + <hasProperty rdf:resource="#TCP"/> + <hasProperty rdf:resource="#ReadableCode_ECC200"/> + <hasProperty rdf:resource="#ReadableCode_UPCE"/> + <hasSkill rdf:resource="#ReadBarCode_1"/> + <hasProperty rdf:resource="#ReadableCode_EAN13"/> + <hasProperty rdf:resource="#LensConnector_CMOUNT"/> + <hasQualProperty rdf:resource="#Resolution_1034x779"/> + <hasSkill rdf:resource="#ReadMirroredCode"/> + <hasProperty rdf:resource="#BusInterface_RS485"/> + <hasSkill rdf:resource="#Read2DMatrixCode_1"/> + <hasSkill rdf:resource="#CodeSequenceCheck"/> + <hasProperty rdf:resource="#ReadableCode_Interleaved2of5"/> + <hasProperty rdf:resource="#ReadableCode_UPCA"/> + <hasProperty rdf:resource="#DigitalIn_2"/> + <hasSkill rdf:resource="#CodeChangeControl"/> + <hasProperty rdf:resource="#ImagerHeight_3622"/> + <hasProperty rdf:resource="#Ethernet"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasSkill rdf:resource="#ReadRotatedCode"/> + <hasSkill rdf:resource="#MatchReferenceCode"/> + <hasProperty rdf:resource="#FTP"/> + <hasProperty rdf:resource="#OperationMode_TriggeredDelayed"/> + <hasProperty rdf:resource="#ResultOutputMode_OneTriggerSignalLater"/> + <hasSkill rdf:resource="#CodeQualityGrading"/> + <hasProperty rdf:resource="#ReadableCode_2DPharmaCode"/> + <hasProperty rdf:resource="#ReadableCode_Codabar"/> + <hasProperty rdf:resource="#ReadableCode_OMR"/> + <hasProperty rdf:resource="#ReadableCode_Industrial2of5"/> + <hasProperty rdf:resource="#ResultOutputMode_EndOfTriggerSignal"/> + <hasProperty rdf:resource="#ReadableCode_Code128"/> + <hasProperty rdf:resource="#ReadableCode_EAN8"/> + <hasProperty rdf:resource="#ReadableCode_Code93"/> + <hasProperty rdf:resource="#ReadableCode_PDF417"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#MinHumidity_5"/> + <hasProperty rdf:resource="#ImagerWidth_4808"/> + <hasProperty rdf:resource="#PowerConsumption_6"/> + <hasWidth rdf:resource="#Width_38.5"/> + <hasProperty rdf:resource="#OperatingMode_Triggered"/> + <hasSkill rdf:resource="#ReadableCode_Code93"/> + <hasSkill rdf:resource="#ReadDistortedCode"/> + <hasLength rdf:resource="#Length_147"/> + <hasProperty rdf:resource="#SOAP"/> + <hasProperty rdf:resource="#OperatingMode_ContiniousWhileInSignal"/> + <hasProperty rdf:resource="#UserInterface_WebBased"/> + <hasProperty rdf:resource="#ReadableCode_Databar"/> + <hasSkill rdf:resource="#ReadInvertedCode"/> + <hasProperty rdf:resource="#ReadableCode_Planet"/> + <hasProperty rdf:resource="#MaxInclinationAngle_30"/> + <hasProperty rdf:resource="#ElectricalInterface_ConnectorM12-8Pins_1male_2female"/> + <hasSkill rdf:resource="#AquireTestImage_1"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasProperty rdf:resource="#ResultOutputMode_TwoTriggerSignalsLater"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Asentics_BR613-A"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 613-A</value> + </Identifier> + </hasIdentifier> + </BarcodeReader> + </isPropertyOf> + <isPropertyOf rdf:resource="#Asentics_BR623-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR713-F"/> + <isPropertyOf rdf:resource="#Asentics_BR611-F"/> + <isPropertyOf rdf:resource="#Asentics_CR711-A"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A105"/> + <isPropertyOf rdf:resource="#Asentics_BR621-F045"/> + <isPropertyOf rdf:resource="#Asentics_BR621-A045"/> + <isPropertyOf rdf:resource="#Asentics_BR613-F"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F072"/> + <isPropertyOf rdf:resource="#VisionComponents-VC4465"/> + <hasEditable rdf:resource="#isEditable_false"/> + <isPropertyOf rdf:resource="#Asentics_CR713-A"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-A073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-F045"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >RS232</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F073"/> + <isPropertyOf rdf:resource="#Asentics_BR611-A"/> + <isPropertyOf rdf:resource="#Asentics_CR711-F"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A045"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F050"/> + <isPropertyOf rdf:resource="#Asentics_BR623-F073"/> + <isPropertyOf rdf:resource="#Asentics_CR721-A072"/> + <isPropertyOf rdf:resource="#Asentics_CR723-F105"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A050"/> + <isPropertyOf rdf:resource="#Asentics_CR723-A073"/> + </SerialInOutSignal> + </hasProperty> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty> + <Reachability rdf:ID="Reachability_2100"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >2100</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + </Reachability> + </hasProperty> + <hasProperty rdf:resource="#PowerConsumption_3"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-15"/> + <hasProperty rdf:resource="#Weight_205"/> + <hasProperty rdf:resource="#MaxVoltageSupply_450"/> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasProperty rdf:resource="#DegreesOfFreedom_6"/> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + <hasQualProperty rdf:resource="#Cost_5000"/> + <hasProperty rdf:resource="#MinVoltageSupply_350"/> + <hasIdentifier> + <Identifier rdf:ID="ID_CLOOS_R320"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >CLOOS_R320</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + <hasProperty rdf:resource="#Repeatability_0.1"/> + <hasProperty rdf:resource="#NumberOfJoints_6"/> + <hasProperty rdf:resource="#Payload_15"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + </ArticulatedRobot> + </isPropertyOf> + </Payload> + </hasProperty> + <hasProperty rdf:resource="#DegreesOfFreedom_6"/> + <hasProperty rdf:resource="#MinVoltageSupply_350"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasProperty rdf:resource="#Weight_205"/> + <hasProperty rdf:resource="#PowerConsumption_3"/> + <hasIdentifier> + <Identifier rdf:ID="ID_CLOOS_R350"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >CLOOS_R350</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#BusInterface_FastEthernet"/> + <hasQualProperty rdf:resource="#Cost_5000"/> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + <hasProperty rdf:resource="#NumberOfJoints_6"/> + <hasProperty rdf:resource="#IntelligentCtrl_1"/> + <hasProperty> + <Reachability rdf:ID="Reachability_2215"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >2215</value> + <isPropertyOf rdf:resource="#ArticulatedRobot_CLOOS_R350"/> + </Reachability> + </hasProperty> + <hasProperty rdf:resource="#MaxVoltageSupply_450"/> + <hasProperty rdf:resource="#BusInterface_RS232"/> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasSkill rdf:resource="#Karthesian_30"/> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty rdf:resource="#MinAmbientTemperature_-15"/> + <hasProperty rdf:resource="#Repeatability_0.1"/> + <hasProperty rdf:resource="#MaxAmbientTemperature_45"/> + </ArticulatedRobot> + </isSkillOf> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-4400"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R320"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-140"/> + <isSkillOf rdf:resource="#ScaraRobot_Staeubli_RS80"/> + <isSkillOf rdf:resource="#ArticulatedRobot_CLOOS_R410"/> + <isSkillOf rdf:resource="#ArticulatedRobot_ABB_IRB-2400"/> + </Karthesian> + </hasSkill> + <hasProperty rdf:resource="#MaxAmbientTemperature_40"/> + <hasProperty rdf:resource="#MinAmbientTemperature_5"/> + <hasProperty rdf:resource="#NumberOfJoints_4"/> + <hasSkill rdf:resource="#Circular_29"/> + <hasProperty> + <Reachability rdf:ID="Reachability_400"> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >400</value> + </Reachability> + </hasProperty> + <hasProperty> + <DegreesOfFreedom rdf:ID="DegreesOfFreedom_4"> + <isPropertyOf rdf:resource="#ScaraRobot_Staeubli_RS40B"/> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >4</value> + </DegreesOfFreedom> + </hasProperty> + <hasSkill rdf:resource="#AsFastAsPossible_28"/> + <hasProperty rdf:resource="#Weight_40.5"/> + <hasProperty rdf:resource="#EnclosureRatingIP_54"/> + <hasIdentifier> + <Identifier rdf:ID="ID_Staeubli_RS40B"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Staeubli_RS40B</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#TypeOfActuation_Electric"/> + <hasProperty rdf:resource="#Payload_2.0"/> + <hasProperty rdf:resource="#Repeatability_0.01"/> + </ScaraRobot> + <Drill rdf:ID="Drill_1"> + <isSkillOf> + <DrillBit rdf:ID="DrillBit_HSS_10mm"> + <hasIdentifier> + <Identifier rdf:ID="ID_DrillBit_HSS_10mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >DrillBit_HSS_10mm</value> + </Identifier> + </hasIdentifier> + <hasProperty> + <Diameter rdf:ID="Diameter_10mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >10</value> + <isPropertyOf rdf:resource="#DrillBit_HSS_10mm"/> + <isPropertyOf> + <DrillBit rdf:ID="DrillBit_Alu_10mm"> + <hasIdentifier> + <Identifier rdf:ID="ID_DrillBit_Alu_10mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >DrillBit_Alu_10mm</value> + </Identifier> + </hasIdentifier> + <hasProperty rdf:resource="#Diameter_10mm"/> + <hasProperty> + <CapabilityMaterial rdf:ID="CapabilityMaterial_Alu"> + <isPropertyOf rdf:resource="#DrillBit_Alu_10mm"/> + <isPropertyOf> + <DrillBit rdf:ID="DrillBit_Alu_8mm"> + <hasProperty rdf:resource="#CapabilityMaterial_Alu"/> + <hasProperty> + <Material rdf:ID="Material_Steel"> + <isPropertyOf rdf:resource="#DrillBit_HSS_10mm"/> + <isPropertyOf rdf:resource="#DrillBit_Alu_10mm"/> + <isPropertyOf rdf:resource="#DrillBit_Alu_8mm"/> + <isPropertyOf> + <DrillBit rdf:ID="DrillBit_HSS_8mm"> + <hasIdentifier> + <Identifier rdf:ID="ID_DrillBit_HSS_8mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >DrillBit_HSS_8mm</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#Drill_1"/> + <hasProperty> + <CapabilityMaterial rdf:ID="CapabilityMaterial_Wood"> + <isPropertyOf rdf:resource="#DrillBit_HSS_10mm"/> + <isPropertyOf rdf:resource="#DrillBit_HSS_8mm"/> + </CapabilityMaterial> + </hasProperty> + <hasProperty> + <CapabilityMaterial rdf:ID="CapabilityMaterial_Steel"> + <isPropertyOf rdf:resource="#DrillBit_HSS_10mm"/> + <isPropertyOf rdf:resource="#DrillBit_HSS_8mm"/> + </CapabilityMaterial> + </hasProperty> + <hasProperty rdf:resource="#Material_Steel"/> + <hasProperty> + <Diameter rdf:ID="Diameter_8mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >8</value> + <isPropertyOf rdf:resource="#DrillBit_Alu_8mm"/> + <isPropertyOf rdf:resource="#DrillBit_HSS_8mm"/> + </Diameter> + </hasProperty> + </DrillBit> + </isPropertyOf> + </Material> + </hasProperty> + <hasProperty rdf:resource="#Diameter_8mm"/> + <hasIdentifier> + <Identifier rdf:ID="ID_DrillBit_Alu_8mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >DrillBit_Alu_8mm</value> + </Identifier> + </hasIdentifier> + <hasSkill rdf:resource="#Drill_1"/> + </DrillBit> + </isPropertyOf> + </CapabilityMaterial> + </hasProperty> + <hasProperty rdf:resource="#Material_Steel"/> + <hasSkill rdf:resource="#Drill_1"/> + </DrillBit> + </isPropertyOf> + </Diameter> + </hasProperty> + <hasProperty rdf:resource="#CapabilityMaterial_Wood"/> + <hasProperty rdf:resource="#CapabilityMaterial_Steel"/> + <hasProperty rdf:resource="#Material_Steel"/> + <hasSkill rdf:resource="#Drill_1"/> + </DrillBit> + </isSkillOf> + <isSkillOf rdf:resource="#DrillBit_Alu_10mm"/> + <isSkillOf rdf:resource="#DrillBit_Alu_8mm"/> + <isSkillOf rdf:resource="#DrillBit_HSS_8mm"/> + </Drill> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >5</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >4</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >3</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int" + >2</rdf:first> + </owl:oneOf> + </owl:DataRange> + <PowerConsumption rdf:ID="PowerConsumption_225"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >4.5</value> + </PowerConsumption> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >carthesian</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >spherical</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >articulated</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >scara</rdf:first> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + </rdf:rest> + </rdf:rest> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >cylindrical</rdf:first> + </rdf:rest> + </owl:oneOf> + </owl:DataRange> + <rdf:Description rdf:about="http://www.owl-ontologies.com/siaras.owl#VacuumGripper_1"> + <hasIdentifier rdf:resource="#ID_IPA_AMMS_SimpleGripper-2DOF"/> + </rdf:Description> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >hydraulic</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >pneumatic</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >electric</rdf:first> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + </rdf:rest> + </rdf:rest> + </owl:oneOf> + </owl:DataRange> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_233"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >600.0</value> + </MaxVoltageSupply> + <DegreesOfFreedom rdf:ID="DegreesOfFreedom_209"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >6</value> + </DegreesOfFreedom> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_214"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >-15.0</value> + </MinAmbientTemperature> + <rdf:Description rdf:about="http://www.owl-ontologies.com/siaras.owl#AMMS_IPA-2DOF_Picker"> + <hasIdentifier rdf:resource="#ID_IPA_AMMS_SimpleGripper-2DOF"/> + </rdf:Description> + <Material rdf:ID="Material_Alu"/> + <owl:AllDifferent/> + <PowerConsumption rdf:ID="PowerConsumption_208"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >3</value> + </PowerConsumption> + <MaxVoltageSupply rdf:ID="MaxVoltageSupply_211"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >450</value> + </MaxVoltageSupply> + <owl:AllDifferent/> + <owl:AllDifferent/> + <MaxAmbientTemperature rdf:ID="MaxAmbientTemperature_205"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >45.0</value> + </MaxAmbientTemperature> + <Diameter rdf:ID="Diameter_9mm"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >9</value> + </Diameter> + <Payload rdf:ID="Payload_227"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</value> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <hasEditable rdf:resource="#isEditable_9"/> + </Payload> + <Identifier rdf:ID="Identifier_215"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >CLOOS_R410</value> + </Identifier> + <Identifier rdf:ID="Identifier_234"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ID_ABB_IRB-140</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Identifier> + <Identifier rdf:ID="Identifier_239"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ID_ABB_IRB-4400</value> + </Identifier> + <Material rdf:ID="Material-ZincPressureCasting"> + <hasEditable rdf:resource="#isEditable_false"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Zinc Pressure Casting</value> + </Material> + <Reachability rdf:ID="Reachability_216"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >2215</value> + </Reachability> + <MinAmbientTemperature rdf:ID="MinAmbientTemperature_-20"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >-20.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </MinAmbientTemperature> + <Identifier rdf:ID="ID_Teapot_1"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Teapot_1</value> + </Identifier> + <MinVoltageSupply rdf:ID="MinVoltageSupply_230"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >200.0</value> + </MinVoltageSupply> + <Identifier rdf:ID="Identifier_6"/> + <Orient rdf:ID="RandomOrient"/> + <ReadBarCode rdf:ID="ReadBarCode_15"/> + <Reachability rdf:ID="Reachability_219"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >2100</value> + </Reachability> + <Material rdf:ID="Material_Wood"/> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >outside</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >inside</rdf:first> + </owl:oneOf> + </owl:DataRange> + <MinVoltageSupply rdf:ID="MinVoltageSupply_31"/> + <owl:AllDifferent/> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >belts</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >chains</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >gears</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >harmonic</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >ball-screw</rdf:first> + </rdf:rest> + </rdf:rest> + </rdf:rest> + </rdf:rest> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >torque</rdf:first> + </owl:oneOf> + </owl:DataRange> + <Ceramics rdf:ID="Porcelain"/> + <Repeatability rdf:ID="Repeatability_213"> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.1</value> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + </Repeatability> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >joint</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >tool</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >world</rdf:first> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + </rdf:rest> + </rdf:rest> + </owl:oneOf> + </owl:DataRange> + <owl:AllDifferent/> + <DigitalOut rdf:ID="DigitalOut_1"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#unsignedInt" + >1</value> + </DigitalOut> + <Width rdf:ID="Width_35"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >35.0</value> + <hasEditable rdf:resource="#isEditable_false"/> + </Width> + <MinVoltageSupply rdf:ID="MinVoltageSupply_212"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >350</value> + </MinVoltageSupply> + <Identifier rdf:ID="ID_Asentics_BR621-F105"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 621-F105</value> + </Identifier> + <CycleTime rdf:ID="CycleTime_0.02"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.02</value> + </CycleTime> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >multiple joints</rdf:first> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >elastic</rdf:first> + </owl:oneOf> + </owl:DataRange> + <Identifier rdf:ID="Identifier_218"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >CLOOS_R350</value> + </Identifier> + <Repeatability rdf:ID="Repeatability_232"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_17"/> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >0.03</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Repeatability> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >blower</rdf:first> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >vacuum pump</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >venturi nozzle</rdf:first> + </owl:oneOf> + </owl:DataRange> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >pneumatic</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >hydraulic</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >electric</rdf:first> + </rdf:rest> + </rdf:rest> + </owl:oneOf> + </owl:DataRange> + <owl:AllDifferent/> + <Weight rdf:ID="Weight_237"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <hasEditable rdf:resource="#isEditable_9"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >985.0</value> + </Weight> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >outside</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >inside</rdf:first> + </owl:oneOf> + </owl:DataRange> + <Weight rdf:ID="Weight_14"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >205</value> + </Weight> + <Payload rdf:ID="Payload_217"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >15</value> + </Payload> + <Reachability rdf:ID="Reachability_206"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >2500</value> + </Reachability> + <Atomic rdf:ID="Atomic_11"/> + <Identifier rdf:ID="Identifier_220"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >CLOOS_R320</value> + </Identifier> + <Geometry rdf:ID="Geometry_Teapot"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >file:/home/andersn/work/siaras/schemacompiler/examples/Teapot.x3d</value> + </Geometry> + <Identifier rdf:ID="ID_Asentics_BR621-A105"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#string" + >Asentics BR 621-A105</value> + </Identifier> + <Payload rdf:ID="Payload_210"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >10</value> + </Payload> + <Payload rdf:ID="Payload_238"> + <isPropertyOf rdf:resource="http://www.owl-ontologies.com/ExternalResource_11"/> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >45.0</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Payload> + <Reachability rdf:ID="Reachability_226"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >810</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Reachability> + <SortObjects rdf:ID="SortObjects_1"/> + <Reachability rdf:ID="Reachability_229"> + <value rdf:datatype="http://www.w3.org/2001/XMLSchema#integer" + >1960</value> + <hasEditable rdf:resource="#isEditable_9"/> + </Reachability> + <owl:DataRange> + <owl:oneOf rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >6.0</rdf:first> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:parseType="Resource"> + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >2.0</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >2.5</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >6.5</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.5</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >4.5</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >7.0</rdf:first> + </rdf:rest> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >5.0</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >4.0</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >3.5</rdf:first> + </rdf:rest> + <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#float" + >3.0</rdf:first> + </owl:oneOf> + </owl:DataRange> + <owl:AllDifferent> + <owl:distinctMembers rdf:parseType="Collection"> + <Displace rdf:about="#IPA_AMMS_MoveFront"/> + <Displace rdf:about="#IPA_AMMS_MoveBack"/> + <Displace rdf:about="#IPA_AMMS_MoveUp"/> + <Displace rdf:about="#IPA_AMMS_MoveDown"/> + </owl:distinctMembers> + </owl:AllDifferent> +</rdf:RDF> + +<!-- Created with Protege (with OWL Plugin 3.3.1, Build 430) http://protege.stanford.edu -->