<?xml version="1.0"?>
<rdf:RDF
    xmlns:cto="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://www.owl-ontologies.com/Ontology1168858779.owl#"
    xmlns:sco="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#"
  xml:base="http://www.owl-ontologies.com/Ontology1168858779.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="file:/C:/common_ontology/toolOntology_v1.12.owl"/>
    <owl:imports rdf:resource="file:/C:/common_ontology/shapeOntology_v2.3beta.owl"/>
  </owl:Ontology>
  <owl:Class rdf:ID="AcquisitionSession">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProcessingSession"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasEnvironmentConditions"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="EnvironmentConditions"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="RealObject"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasInput"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasLogisticConditions"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="LogisticConditions"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="AcquisitionSystem"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasProcessingSystem"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SoftwareTool">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="ProcessingSystem"/>
          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#SoftwareTool"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#AcquisitionSystem">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasAcquisitionDevice"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="AcquisitionDevice"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#ProcessingSystem"/>
  </owl:Class>
  <owl:Class rdf:ID="HapticDevice">
    <owl:disjointWith>
      <owl:Class rdf:ID="CameraDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="CTScanDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="LaserDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="StructuredLightDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="TimeOfFlightDevice"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="AcquisitionDeviceType"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A haptic device is a device which allows a user to interact with a computer by receiving tactile feed back. This feedback is achieved by applying a degree of opposing force to the user along the x, y, and z axes. 
There are two main types of haptic devices:- glove or pen-type devices that allow the user to "touch" and manipulate 3-dimensional virtual objects
- devices that allow users to "feel" textures of 2-dimensional objects with a pen or mouse-type interface</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#LaserDevice">
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any of several devices that emit highly amplified and coherent radiation of one or more discrete frequencies.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#CameraDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#CTScanDevice"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#StructuredLightDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#TimeOfFlightDevice"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#TimeOfFlightDevice">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This scanning technology refers to device that calculate distance (3d point poisition in space) by measuring the time of flight of very short pulses of light</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#CameraDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#CTScanDevice"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#StructuredLightDevice"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
  </owl:Class>
  <owl:Class rdf:ID="LinearCamera">
    <rdfs:subClassOf rdf:resource="#LaserDevice"/>
  </owl:Class>
  <owl:Class rdf:ID="NotLightAbsorbentObject">
    <owl:disjointWith>
      <owl:Class rdf:ID="LightAbsorbentObject"/>
    </owl:disjointWith>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="isLightAbsorbent"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RealObject"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#StructuredLightDevice">
    <owl:disjointWith>
      <owl:Class rdf:about="#CameraDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#CTScanDevice"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <owl:disjointWith rdf:resource="#TimeOfFlightDevice"/>
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A light pattern projected at a known angle onto a scene. Observing the lateral position elements of the light pattern in the image reveals depth information.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#CTScanDevice">
    <owl:disjointWith>
      <owl:Class rdf:about="#CameraDevice"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <owl:disjointWith rdf:resource="#StructuredLightDevice"/>
    <owl:disjointWith rdf:resource="#TimeOfFlightDevice"/>
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Computer Tomography Scan Device. Applications: Medicine. (see DICOM as standard output shape)</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="NotReflectiveObject">
    <owl:disjointWith>
      <owl:Class rdf:ID="ReflectiveObject"/>
    </owl:disjointWith>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</owl:hasValue>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="isReflective"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RealObject"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#LogisticConditions">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="AcquisitionConditions"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ToolSession">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProcessingSession"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasInput"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ShapeData"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#hasProcessingSystem"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#SoftwareTool"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MovableObject">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</owl:hasValue>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="isMovable"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:ID="NotMovableObject"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RealObject"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#NotMovableObject">
    <owl:disjointWith rdf:resource="#MovableObject"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RealObject"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#isMovable"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Step"/>
  <owl:Class rdf:ID="Trick"/>
  <owl:Class rdf:about="#ProcessingSession">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasInput"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#ShapeData"/>
              <owl:Class rdf:about="#RealObject"/>
            </owl:unionOf>
          </owl:Class>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#ShapeData"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasOutput"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#RealObject">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#AcquisitionSession"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasBeenAcquiredBy"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BoundingBox"/>
  <owl:Class rdf:about="#LightAbsorbentObject">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#isLightAbsorbent"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#RealObject"/>
    <owl:disjointWith rdf:resource="#NotLightAbsorbentObject"/>
  </owl:Class>
  <owl:Class rdf:ID="ErrorDeclaredByProducer">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Error"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="NotTransparentObject">
    <owl:disjointWith>
      <owl:Class rdf:ID="TransparentObject"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#RealObject"/>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="isTransparent"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#EnvironmentConditions">
    <rdfs:subClassOf rdf:resource="#AcquisitionConditions"/>
  </owl:Class>
  <owl:Class rdf:about="#CameraDevice">
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <owl:disjointWith rdf:resource="#CTScanDevice"/>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <owl:disjointWith rdf:resource="#StructuredLightDevice"/>
    <owl:disjointWith rdf:resource="#TimeOfFlightDevice"/>
  </owl:Class>
  <owl:Class rdf:about="#ReflectiveObject">
    <owl:disjointWith rdf:resource="#NotReflectiveObject"/>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#isReflective"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#RealObject"/>
  </owl:Class>
  <owl:Class rdf:about="#TransparentObject">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</owl:hasValue>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#isTransparent"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#RealObject"/>
    <owl:disjointWith rdf:resource="#NotTransparentObject"/>
  </owl:Class>
  <owl:Class rdf:about="#AcquisitionDevice">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TO BE COMPLETED</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A system of sensors connected to a storage device (usually a PC), designed for acquiring data.</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="hasTrick">
    <rdfs:range rdf:resource="#Trick"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasBeenUsedInAcquisitionSession"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasBeenUsedInAcquisitionSession">
    <owl:inverseOf rdf:resource="#hasTrick"/>
    <rdfs:domain rdf:resource="#Trick"/>
    <rdfs:range rdf:resource="#AcquisitionSession"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasBeenAcquiredBy">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RealObject"/>
          <owl:Class rdf:about="#ShapeData"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="#ProcessingSession"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#hasInput"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasFunctionality">
    <rdfs:range rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#Functionality"/>
    <rdfs:domain rdf:resource="#Step"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasAuthor">
    <rdfs:domain rdf:resource="#Trick"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#PersonInfo"/>
          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#InstitutionInfo"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasAcquisitionDevice">
    <rdfs:domain rdf:resource="#AcquisitionSystem"/>
    <rdfs:range rdf:resource="#AcquisitionDevice"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasAcquisitionConditions">
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="#AcquisitionConditions"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasInputShapeType">
    <rdfs:domain rdf:resource="#Step"/>
    <rdfs:range rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#ShapeType"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="usesTool">
    <rdfs:range rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#SoftwareTool"/>
    <rdfs:domain rdf:resource="#Step"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasInput">
    <owl:inverseOf rdf:resource="#hasBeenAcquiredBy"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#ShapeData"/>
          <owl:Class rdf:about="#RealObject"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#ProcessingSession"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasOutput">
    <rdfs:domain rdf:resource="#ProcessingSession"/>
    <rdfs:range rdf:resource="#ShapeData"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasOwner">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#PersonInfo"/>
          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#InstitutionInfo"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RealObject"/>
          <owl:Class rdf:about="#AcquisitionSystem"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="hasMaxDistanceInMeters">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#EnvironmentConditions"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasDevicePriceEuro">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdfs:domain rdf:resource="#EnvironmentConditions"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasTemperatureInCelsius">
    <rdfs:domain rdf:resource="#EnvironmentConditions"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasPowerSupplyAvailability">
    <rdfs:domain rdf:resource="#LogisticConditions"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasObstacles">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#LogisticConditions"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasLocationType">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#EnvironmentConditions"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasWeather">
    <rdfs:domain rdf:resource="#EnvironmentConditions"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:TransitiveProperty rdf:ID="hasHistory">
    <rdfs:domain rdf:resource="#ProcessingSession"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#ProcessingSession"/>
  </owl:TransitiveProperty>
  <owl:FunctionalProperty rdf:ID="hasInformalName">
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasPhysicalLocation">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#RealObject"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#hasLogisticConditions">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="#LogisticConditions"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isOptical">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasNext">
    <rdfs:range rdf:resource="#Step"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#Step"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="withErrorMeasurement">
    <rdfs:domain rdf:resource="#Error"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isContactDevice">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#isMovable">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#AcquisitionDeviceType"/>
          <owl:Class rdf:about="#RealObject"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDate">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ProcessingSession"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDiagonal">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#BoundingBox"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasMinScanBBox">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#BoundingBox"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasMaterial">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#isReflective">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#RealObject"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasObjectID">
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasName">
    <rdfs:domain rdf:resource="#Trick"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasPreviousSession">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#ProcessingSession"/>
    <rdfs:domain rdf:resource="#ProcessingSession"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasMechanicalToolSupport">
    <rdfs:domain rdf:resource="#AcquisitionDevice"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#hasEnvironmentConditions">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="#EnvironmentConditions"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#isTransparent">
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanWaveAbsorbingObjects">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasWeightKG">
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#hasProcessingSystem">
    <rdfs:range rdf:resource="#ProcessingSystem"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#ProcessingSession"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanLightAbsorbentObjects">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isUsedOutdoor">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDevicePrice">
    <rdfs:domain rdf:resource="#AcquisitionDevice"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasConditions">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#ErrorDeclaredByProducer"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDeviceType">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:domain rdf:resource="#AcquisitionDevice"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasSpatialUnit">
    <rdfs:domain rdf:resource="#BoundingBox"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanFragileObjects">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanTransparentObjects">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#isLightAbsorbent">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasSessionPrice">
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanReflectiveObjects">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToAcquireColor">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasShapeRepresentation">
    <rdfs:range rdf:resource="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#ShapeRepresentation"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isDestructive">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDimension">
    <rdfs:domain rdf:resource="#RealObject"/>
    <rdfs:range rdf:resource="#BoundingBox"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isActive">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasSystemPrice">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionSystem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanPreciousObjects">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDescription">
    <rdfs:domain rdf:resource="#Trick"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasBrandName">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasErrorDeclared">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="#ErrorDeclaredByProducer"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasMaxScanBBox">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#BoundingBox"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasPrevious">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#Step"/>
    <rdfs:domain rdf:resource="#Step"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isUsedIndoor">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasOutputShapeType">
    <rdfs:range rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#ShapeType"/>
    <rdfs:domain rdf:resource="#Step"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isUsedUnderwater">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isAbleToScanMediumAbsorbentObjects">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasModelName">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <sco:FileInfo rdf:ID="FrogUUMPIIremeshed">
    <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >froguumpiirem.off</sco:hasFileName>
    <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >off</sco:hasFileFormat>
  </sco:FileInfo>
  <sco:MultiResolutionModel rdf:ID="MT_BimbaIMATI">
    <sco:hasNumberOfVerticesAtMaxRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >424242</sco:hasNumberOfVerticesAtMaxRes>
    <sco:hasFileInfo>
      <sco:FileInfo rdf:ID="MTBimbaIMATI">
        <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >mtbimbaimati.mtf</sco:hasFileName>
        <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >mtf</sco:hasFileFormat>
      </sco:FileInfo>
    </sco:hasFileInfo>
    <sco:hasCreator>
      <sco:InstitutionInfo rdf:ID="DISI">
        <sco:hasShortName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >DISI</sco:hasShortName>
        <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Department of COmputer Science - University of Genova</sco:hasName>
        <sco:hasAddress xml:lang="en">Genova - ITALY</sco:hasAddress>
      </sco:InstitutionInfo>
    </sco:hasCreator>
    <sco:hasOwner rdf:resource="#DISI"/>
    <sco:hasOwner>
      <sco:InstitutionInfo rdf:ID="IMATI-GE">
        <sco:hasShortName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >IMATI-GE</sco:hasShortName>
        <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >IMATI - CNR</sco:hasName>
        <sco:hasAddress xml:lang="en">Genova-italy</sco:hasAddress>
      </sco:InstitutionInfo>
    </sco:hasOwner>
    <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >completed</sco:hasStatus>
    <sco:hasCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/12/13</sco:hasCreationDate>
    <sco:hasUploadPerson>
      <sco:PersonInfo rdf:ID="WaqarSaleemMPII">
        <sco:worksFor>
          <sco:InstitutionInfo rdf:ID="MPII">
            <sco:hasShortName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >MPII</sco:hasShortName>
            <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Max Plank Institute</sco:hasName>
          </sco:InstitutionInfo>
        </sco:worksFor>
        <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Waqar Saleem</sco:hasName>
      </sco:PersonInfo>
    </sco:hasUploadPerson>
    <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mtbimbaimati</sco:hasName>
    <sco:hasLastModifiedDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/12/13</sco:hasLastModifiedDate>
    <sco:hasNumberOfTilesAtMaxRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >0</sco:hasNumberOfTilesAtMaxRes>
    <sco:maintainsTopology rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</sco:maintainsTopology>
    <sco:hasCreator>
      <sco:PersonInfo rdf:ID="PaolaMagilloDISI">
        <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Paola Magillo</sco:hasName>
        <sco:worksFor rdf:resource="#DISI"/>
      </sco:PersonInfo>
    </sco:hasCreator>
    <sco:hasMeshType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >triangular</sco:hasMeshType>
    <sco:hasNumberOfVerticesAtMinRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >34342424</sco:hasNumberOfVerticesAtMinRes>
    <sco:hasMaximumResolutionMesh>
      <sco:ManifoldSurfaceMesh rdf:ID="BimbaConNastrinoIMATIPLY">
        <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >completed</sco:hasStatus>
        <sco:hasNumberOfEdges rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >43424242</sco:hasNumberOfEdges>
        <sco:hasFileInfo>
          <sco:FileInfo rdf:ID="BimbaImatiFile">
            <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >off</sco:hasFileFormat>
            <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >bimbaimati.off</sco:hasFileName>
          </sco:FileInfo>
        </sco:hasFileInfo>
        <sco:hasNumberOfConnectedComponents rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</sco:hasNumberOfConnectedComponents>
        <sco:isRegular rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isRegular>
        <sco:isOrientable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isOrientable>
        <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >bimbaconnastrinoimati.ply</sco:hasName>
        <sco:hasOwner>
          <sco:InstitutionInfo rdf:ID="INRIA">
            <sco:hasShortName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >INRIA</sco:hasShortName>
            <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >INRIA</sco:hasName>
          </sco:InstitutionInfo>
        </sco:hasOwner>
        <sco:hasGenus rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</sco:hasGenus>
        <sco:isOriented rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isOriented>
        <sco:hasOwner rdf:resource="#IMATI-GE"/>
        <sco:isConformal rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</sco:isConformal>
        <sco:hasNumberOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</sco:hasNumberOfVertices>
        <sco:isSelfIntersecting rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</sco:isSelfIntersecting>
        <sco:hasNumberOfIsolatedVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</sco:hasNumberOfIsolatedVertices>
        <sco:hasNumberOfBoundaries rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</sco:hasNumberOfBoundaries>
        <sco:hasUploadPerson>
          <sco:PersonInfo rdf:ID="MarcoAtteneIMATI">
            <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Marco Attene</sco:hasName>
            <sco:worksFor rdf:resource="#IMATI-GE"/>
          </sco:PersonInfo>
        </sco:hasUploadPerson>
        <sco:hasNumberOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2424242</sco:hasNumberOfFaces>
        <sco:hasMultiResolutionModel rdf:resource="#MT_BimbaIMATI"/>
        <sco:hasType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >triangular</sco:hasType>
        <sco:hasContactPerson rdf:resource="#MarcoAtteneIMATI"/>
      </sco:ManifoldSurfaceMesh>
    </sco:hasMaximumResolutionMesh>
    <sco:hasContactPerson rdf:resource="#PaolaMagilloDISI"/>
    <sco:hasNumberOfTilesAtMinRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >24242</sco:hasNumberOfTilesAtMinRes>
    <sco:hasUploadDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/12/13</sco:hasUploadDate>
  </sco:MultiResolutionModel>
  <cto:CompilationPlatform rdf:ID="WIndowsXP">
    <cto:supportsCompiler rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >windows xp</cto:supportsCompiler>
    <cto:supportsOS rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >windows xp</cto:supportsOS>
  </cto:CompilationPlatform>
  <LaserDevice rdf:ID="IMPACTSystemDISI">
    <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedIndoor>
    <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanLightAbsorbentObjects>
    <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanPreciousObjects>
    <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isUsedUnderwater>
    <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isDestructive>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isMovable>
    <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanTransparentObjects>
    <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isOptical>
    <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isActive>
    <hasMinScanBBox>
      <BoundingBox rdf:ID="BBox1cm">
        <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >1</hasDiagonal>
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >cm</hasSpatialUnit>
      </BoundingBox>
    </hasMinScanBBox>
    <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanFragileObjects>
    <hasMaxScanBBox>
      <BoundingBox rdf:ID="BBox40cm">
        <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >40</hasDiagonal>
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >cm</hasSpatialUnit>
      </BoundingBox>
    </hasMaxScanBBox>
    <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanReflectiveObjects>
    <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMPACT - DISI</hasBrandName>
    <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanMediumAbsorbentObjects>
    <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedOutdoor>
    <isAbleToScanWaveAbsorbingObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanWaveAbsorbingObjects>
    <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isContactDevice>
    <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >impact</hasModelName>
  </LaserDevice>
  <AcquisitionDevice rdf:ID="UUScanner">
    <hasDeviceType>
      <LaserDevice rdf:ID="MicrowaveScanner">
        <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isMovable>
        <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToScanLightAbsorbentObjects>
        <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isDestructive>
        <isAbleToScanWaveAbsorbingObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToScanWaveAbsorbingObjects>
        <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanFragileObjects>
        <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isUsedOutdoor>
        <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isOptical>
        <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanTransparentObjects>
        <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isUsedUnderwater>
        <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToScanMediumAbsorbentObjects>
        <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isUsedIndoor>
        <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanPreciousObjects>
        <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanReflectiveObjects>
      </LaserDevice>
    </hasDeviceType>
  </AcquisitionDevice>
  <RealObject rdf:ID="BimbaConNastrino">
    <hasBeenAcquiredBy>
      <AcquisitionSession rdf:ID="BimbaconNastrinoIMATISession">
        <hasInput rdf:resource="#BimbaConNastrino"/>
        <hasLogisticConditions>
          <LogisticConditions rdf:ID="BimbaIMATISessLogCond">
            <hasPowerSupplyAvailability xml:lang="en">yes</hasPowerSupplyAvailability>
          </LogisticConditions>
        </hasLogisticConditions>
        <hasProcessingSystem>
          <AcquisitionSystem rdf:ID="IMATISystem">
            <hasOwner rdf:resource="#IMATI-GE"/>
            <hasAcquisitionDevice>
              <AcquisitionDevice rdf:ID="IMATIScanner">
                <hasDeviceType>
                  <LaserDevice rdf:ID="MinoltaVivid910">
                    <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Minolta</hasBrandName>
                    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isMovable>
                    <hasMinScanBBox>
                      <BoundingBox rdf:ID="BBoxMinMinoltaVivid910">
                        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >cm</hasSpatialUnit>
                        <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >1</hasDiagonal>
                      </BoundingBox>
                    </hasMinScanBBox>
                    <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isDestructive>
                    <isAbleToScanLightAbsorbentObjects rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isAbleToScanLightAbsorbentObjects>
                    <isAbleToScanMediumAbsorbentObjects rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isAbleToScanMediumAbsorbentObjects>
                    <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isUsedUnderwater>
                    <hasErrorDeclared>
                      <ErrorDeclaredByProducer rdf:ID="ErrorDeclaredByProducer_41">
                        <withErrorMeasurement rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >1/10 millemeter</withErrorMeasurement>
                        <hasConditions rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >By using the telelens and the distance from the object exactly equals to  600 millimeters</hasConditions>
                      </ErrorDeclaredByProducer>
                    </hasErrorDeclared>
                    <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isUsedOutdoor>
                    <isAbleToScanPreciousObjects rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isAbleToScanPreciousObjects>
                    <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isContactDevice>
                    <isAbleToScanTransparentObjects rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isAbleToScanTransparentObjects>
                    <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isActive>
                    <hasMaxScanBBox>
                      <BoundingBox rdf:ID="BBoxMaxMinoltaVivid910">
                        <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >50</hasDiagonal>
                        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >cm</hasSpatialUnit>
                      </BoundingBox>
                    </hasMaxScanBBox>
                    <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isUsedIndoor>
                    <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Minolta Vivid 910</hasModelName>
                    <isAbleToScanReflectiveObjects rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#boolean"
                    >false</isAbleToScanReflectiveObjects>
                    <isAbleToScanFragileObjects rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isAbleToScanFragileObjects>
                    <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isAbleToAcquireColor>
                    <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</isOptical>
                  </LaserDevice>
                </hasDeviceType>
              </AcquisitionDevice>
            </hasAcquisitionDevice>
          </AcquisitionSystem>
        </hasProcessingSystem>
        <hasEnvironmentConditions>
          <EnvironmentConditions rdf:ID="BimbaIMATISessionEnvCond">
            <hasTemperatureInCelsius xml:lang="en">21</hasTemperatureInCelsius>
            <hasMaxDistanceInMeters rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >0.50</hasMaxDistanceInMeters>
            <hasLocationType xml:lang="en">indoor</hasLocationType>
          </EnvironmentConditions>
        </hasEnvironmentConditions>
        <hasOutput>
          <ShapeData rdf:ID="BimbaNastrino">
            <hasShapeRepresentation rdf:resource="#BimbaConNastrinoIMATIPLY"/>
          </ShapeData>
        </hasOutput>
        <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >2006/10/07</hasDate>
      </AcquisitionSession>
    </hasBeenAcquiredBy>
    <hasWeightKG rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >12</hasWeightKG>
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >chalk</hasMaterial>
    <hasObjectID rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >dd23444</hasObjectID>
    <hasOwner rdf:resource="#IMATI-GE"/>
    <hasPhysicalLocation rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >imati</hasPhysicalLocation>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <isTransparent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isTransparent>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
    <hasOwner rdf:resource="#INRIA"/>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bimba con nastrino</hasInformalName>
    <hasDimension>
      <BoundingBox rdf:ID="BBoxBimba">
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >cm</hasSpatialUnit>
        <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >20</hasDiagonal>
      </BoundingBox>
    </hasDimension>
  </RealObject>
  <AcquisitionSession rdf:ID="FrogUUatMPIISession">
    <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/12/07</hasDate>
    <hasOutput>
      <ShapeData rdf:ID="FrogAtMPIIShapeData">
        <hasShapeRepresentation>
          <sco:ManifoldSurfaceMesh rdf:ID="FrpgUUatMPII">
            <sco:hasNumberOfBoundaries rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >1</sco:hasNumberOfBoundaries>
            <sco:hasNumberOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >566677777</sco:hasNumberOfVertices>
            <sco:isOriented rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</sco:isOriented>
            <sco:hasCreator rdf:resource="#WaqarSaleemMPII"/>
            <sco:hasNormals rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</sco:hasNormals>
            <sco:hasNumberOfIsolatedVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >0</sco:hasNumberOfIsolatedVertices>
            <sco:hasNumberOfConnectedComponents rdf:datatype=
            "http://www.w3.org/2001/XMLSchema#int">1</sco:hasNumberOfConnectedComponents>
            <sco:hasUploadDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >2006/11/02</sco:hasUploadDate>
            <sco:hasNumberOfEdges rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >80000000</sco:hasNumberOfEdges>
            <sco:hasType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >triangular</sco:hasType>
            <sco:hasNumberOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >600000</sco:hasNumberOfFaces>
            <sco:isConformal rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</sco:isConformal>
            <sco:hasContactPerson rdf:resource="#WaqarSaleemMPII"/>
            <sco:hasOwner rdf:resource="#MPII"/>
            <sco:hasGenus rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >0</sco:hasGenus>
            <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >froguuatmpii</sco:hasName>
            <sco:hasTextures rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</sco:hasTextures>
            <sco:hasLastModifiedDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >2006/11/02</sco:hasLastModifiedDate>
            <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >completed</sco:hasStatus>
            <sco:hasCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >2006/11/02</sco:hasCreationDate>
            <sco:isSelfIntersecting rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</sco:isSelfIntersecting>
            <sco:hasFileInfo>
              <sco:FileInfo rdf:ID="FrogUUMPIITriangleMesh">
                <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >froguumpiiTMesh.off</sco:hasFileName>
                <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >off</sco:hasFileFormat>
              </sco:FileInfo>
            </sco:hasFileInfo>
            <sco:hasUploadPerson rdf:resource="#WaqarSaleemMPII"/>
            <sco:hasOwner>
              <sco:InstitutionInfo rdf:ID="UU">
                <sco:hasShortName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >UU</sco:hasShortName>
                <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Utrecht University</sco:hasName>
              </sco:InstitutionInfo>
            </sco:hasOwner>
            <sco:isOrientable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</sco:isOrientable>
            <sco:isRegular rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</sco:isRegular>
            <sco:hasBoundingBoxDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >12.0</sco:hasBoundingBoxDiagonal>
          </sco:ManifoldSurfaceMesh>
        </hasShapeRepresentation>
      </ShapeData>
    </hasOutput>
    <hasInput>
      <RealObject rdf:ID="FrogUU">
        <hasWeightKG rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >0.7</hasWeightKG>
        <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isMovable>
        <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >chalk</hasMaterial>
        <hasBeenAcquiredBy rdf:resource="#FrogUUatMPIISession"/>
        <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isReflective>
        <hasBeenAcquiredBy>
          <AcquisitionSession rdf:ID="FrogUUSession">
            <hasLogisticConditions>
              <LogisticConditions rdf:ID="FrogUULogCondition">
                <hasPowerSupplyAvailability xml:lang="en">yes</hasPowerSupplyAvailability>
              </LogisticConditions>
            </hasLogisticConditions>
            <hasProcessingSystem>
              <AcquisitionSystem rdf:ID="UUSystem">
                <hasOwner rdf:resource="#UU"/>
                <hasAcquisitionDevice rdf:resource="#UUScanner"/>
              </AcquisitionSystem>
            </hasProcessingSystem>
            <hasInput rdf:resource="#FrogUU"/>
            <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >2005/10/06</hasDate>
            <hasOutput>
              <ShapeData rdf:ID="FrogUUShapeData">
                <hasShapeRepresentation>
                  <sco:ManifoldSurfaceMesh rdf:ID="FrogUURepresentation">
                    <sco:hasContactPerson rdf:resource="#UU"/>
                    <sco:hasUploadPerson rdf:resource="#UU"/>
                    <sco:hasNumberOfEdges rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                    >12121212</sco:hasNumberOfEdges>
                    <sco:hasCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >2005/10/06</sco:hasCreationDate>
                    <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >froguu</sco:hasName>
                    <sco:hasCreator rdf:resource="#UU"/>
                    <sco:hasGenus rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                    >0</sco:hasGenus>
                    <sco:hasNormals rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >false</sco:hasNormals>
                    <sco:hasTextures rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >false</sco:hasTextures>
                    <sco:hasFileInfo>
                      <sco:FileInfo rdf:ID="FrogUUFileInfo">
                        <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >ply</sco:hasFileFormat>
                        <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >froguu.ply</sco:hasFileName>
                      </sco:FileInfo>
                    </sco:hasFileInfo>
                    <sco:hasNumberOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                    >545445000</sco:hasNumberOfVertices>
                    <sco:isRegular rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</sco:isRegular>
                    <sco:isConformal rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</sco:isConformal>
                    <sco:isSelfIntersecting rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >false</sco:isSelfIntersecting>
                    <sco:hasNumberOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                    >212122222</sco:hasNumberOfFaces>
                    <sco:hasUploadDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >2005/10/06</sco:hasUploadDate>
                    <sco:hasNumberOfBoundaries rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                    >1</sco:hasNumberOfBoundaries>
                    <sco:hasDescription rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >a little frog</sco:hasDescription>
                    <sco:isOrientable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</sco:isOrientable>
                    <sco:hasNumberOfConnectedComponents rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#int">1</sco:hasNumberOfConnectedComponents>
                    <sco:hasType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >trinagular</sco:hasType>
                    <sco:hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >chalk</sco:hasMaterial>
                    <sco:hasNumberOfIsolatedVertices rdf:datatype=
                    "http://www.w3.org/2001/XMLSchema#int">0</sco:hasNumberOfIsolatedVertices>
                    <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >completed</sco:hasStatus>
                    <sco:isOriented rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</sco:isOriented>
                    <sco:hasLastModifiedDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >2005/10/06</sco:hasLastModifiedDate>
                    <sco:hasOwner rdf:resource="#UU"/>
                  </sco:ManifoldSurfaceMesh>
                </hasShapeRepresentation>
                <hasBeenAcquiredBy>
                  <ToolSession rdf:ID="RemeshingForgUUatMPII">
                    <hasOutput>
                      <ShapeData rdf:ID="FrogUUatMPIIRemeshed">
                        <hasShapeRepresentation>
                          <sco:ManifoldSurfaceMesh rdf:ID="FrogUUatMPIIremeshed">
                            <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >froguuatmpiiremeshed</sco:hasName>
                            <sco:hasContactPerson rdf:resource="#WaqarSaleemMPII"/>
                            <sco:hasOwner rdf:resource="#MPII"/>
                            <sco:hasNumberOfFaces rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#int"
                            >900000</sco:hasNumberOfFaces>
                            <sco:hasFileInfo rdf:resource="#FrogUUMPIIremeshed"/>
                            <sco:hasCreator rdf:resource="#WaqarSaleemMPII"/>
                            <sco:hasNumberOfVertices rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#int"
                            >1000000</sco:hasNumberOfVertices>
                            <sco:hasNumberOfConnectedComponents
                             rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                            >1</sco:hasNumberOfConnectedComponents>
                            <sco:hasGenus rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
                            >0</sco:hasGenus>
                            <sco:isOriented rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                            >true</sco:isOriented>
                            <sco:isConformal rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                            >true</sco:isConformal>
                            <sco:hasNumberOfIsolatedVertices rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#int"
                            >0</sco:hasNumberOfIsolatedVertices>
                            <sco:isSelfIntersecting rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#boolean"
                            >false</sco:isSelfIntersecting>
                            <sco:isRegular rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                            >true</sco:isRegular>
                            <sco:hasNumberOfBoundaries rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#int"
                            >1</sco:hasNumberOfBoundaries>
                            <sco:hasNumberOfEdges rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#int"
                            >1000000</sco:hasNumberOfEdges>
                            <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >completed</sco:hasStatus>
                            <sco:isOrientable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                            >true</sco:isOrientable>
                            <sco:hasType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >quadrangular</sco:hasType>
                            <sco:hasUploadPerson rdf:resource="#MPII"/>
                            <sco:isOriginatedBy rdf:resource="#FrpgUUatMPII"/>
                          </sco:ManifoldSurfaceMesh>
                        </hasShapeRepresentation>
                      </ShapeData>
                    </hasOutput>
                    <hasInput rdf:resource="#FrogUUShapeData"/>
                    <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >2007/01/07</hasDate>
                    <hasPreviousSession rdf:resource="#FrogUUatMPIISession"/>
                    <hasProcessingSystem>
                      <cto:IndependentApplication rdf:ID="MetroTool">
                        <cto:hasContactPerson>
                          <cto:PersonInfo rdf:ID="PaoloCignoniISTI">
                            <cto:hasTitle rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Dr.</cto:hasTitle>
                            <cto:hasEmail rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >cignoni@isti.cnr.it</cto:hasEmail>
                            <cto:worksFor rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >ISTI-CNR</cto:worksFor>
                            <cto:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Paolo CIgnoni</cto:hasName>
                          </cto:PersonInfo>
                        </cto:hasContactPerson>
                        <cto:hasInput>
                          <cto:ShapeInfo rdf:ID="RasterData">
                            <cto:isValidated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                            >true</cto:isValidated>
                            <cto:hasShapeType rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#OtherRasterData"/>
                            <cto:hasShapeSelfIntersection rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#boolean"
                            >false</cto:hasShapeSelfIntersection>
                          </cto:ShapeInfo>
                        </cto:hasInput>
                        <cto:hasCompilationPlatform>
                          <cto:CompilationPlatform rdf:ID="OnlyLinux">
                            <cto:supportsCompiler rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#string"
                            >linux 3.2</cto:supportsCompiler>
                            <cto:supportsOS rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Linux 3.2</cto:supportsOS>
                          </cto:CompilationPlatform>
                        </cto:hasCompilationPlatform>
                        <cto:hasOwner rdf:resource="#PaoloCignoniISTI"/>
                        <cto:hasFunctionality>
                          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#UniformRemeshingAlgorithm">
                            <cto:providedBy rdf:resource="#MetroTool"/>
                          </rdf:Description>
                        </cto:hasFunctionality>
                        <cto:hasCompilationPlatform rdf:resource="#WIndowsXP"/>
                        <cto:hasFunctionality>
                          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#SurfaceMeshingAlgorithm">
                            <cto:providedBy rdf:resource="#MetroTool"/>
                          </rdf:Description>
                        </cto:hasFunctionality>
                        <cto:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >Metro Tool</cto:hasName>
                        <cto:hasLastModifiedDate rdf:datatype=
                        "http://www.w3.org/2001/XMLSchema#string"
                        >2006/10/07</cto:hasLastModifiedDate>
                        <cto:supportsFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >off</cto:supportsFormat>
                        <cto:hasUploadPerson>
                          <cto:PersonInfo rdf:ID="RobertoScopignoISTI">
                            <cto:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >Roberto Scopigno</cto:hasName>
                            <cto:hasEmail rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            ></cto:hasEmail>
                            <cto:worksFor rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                            >ISTI-CNR</cto:worksFor>
                          </cto:PersonInfo>
                        </cto:hasUploadPerson>
                        <cto:hasUploadDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >2006/10/07</cto:hasUploadDate>
                        <cto:hasCreator rdf:resource="#PaoloCignoniISTI"/>
                        <cto:hasInput>
                          <cto:ShapeInfo rdf:ID="ManifoldSurfaceMesh">
                            <cto:hasShapeType rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#TriangularManifoldSurfaceMesh"/>
                            <cto:isValidated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                            >true</cto:isValidated>
                            <cto:hasShapeSelfIntersection rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#boolean"
                            >false</cto:hasShapeSelfIntersection>
                          </cto:ShapeInfo>
                        </cto:hasInput>
                        <cto:supportsFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >ply</cto:supportsFormat>
                        <cto:hasOutput rdf:resource="#ManifoldSurfaceMesh"/>
                        <cto:writtenWithProgrammingLanguage rdf:datatype=
                        "http://www.w3.org/2001/XMLSchema#string"
                        >c++</cto:writtenWithProgrammingLanguage>
                        <cto:hasFunctionality>
                          <rdf:Description rdf:about="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#QualityOfElementsBasedRemeshingAlgorithm">
                            <cto:providedBy rdf:resource="#MetroTool"/>
                          </rdf:Description>
                        </cto:hasFunctionality>
                        <cto:hasOwner rdf:resource="#RobertoScopignoISTI"/>
                      </cto:IndependentApplication>
                    </hasProcessingSystem>
                  </ToolSession>
                </hasBeenAcquiredBy>
              </ShapeData>
            </hasOutput>
            <hasEnvironmentConditions>
              <EnvironmentConditions rdf:ID="FrogUUEnvCondition">
                <hasWeather rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                ></hasWeather>
                <hasLocationType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                ></hasLocationType>
                <hasMaxDistanceInMeters xml:lang="en">0</hasMaxDistanceInMeters>
                <hasTemperatureInCelsius rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                ></hasTemperatureInCelsius>
              </EnvironmentConditions>
            </hasEnvironmentConditions>
          </AcquisitionSession>
        </hasBeenAcquiredBy>
        <hasDimension>
          <BoundingBox rdf:ID="BBoxFrogUU">
            <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >cm</hasSpatialUnit>
            <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >8</hasDiagonal>
          </BoundingBox>
        </hasDimension>
        <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >frog</hasInformalName>
        <isTransparent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isTransparent>
        <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isLightAbsorbent>
        <hasOwner rdf:resource="#UU"/>
      </RealObject>
    </hasInput>
    <hasEnvironmentConditions>
      <EnvironmentConditions rdf:ID="FrogAtMPIIEnvCondition">
        <hasMaxDistanceInMeters rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        ></hasMaxDistanceInMeters>
        <hasTemperatureInCelsius rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        ></hasTemperatureInCelsius>
        <hasDevicePriceEuro rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</hasDevicePriceEuro>
        <hasLocationType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        ></hasLocationType>
      </EnvironmentConditions>
    </hasEnvironmentConditions>
    <hasLogisticConditions>
      <LogisticConditions rdf:ID="ForgAtMPIILogCondition">
        <hasPowerSupplyAvailability xml:lang="en">yes</hasPowerSupplyAvailability>
      </LogisticConditions>
    </hasLogisticConditions>
  </AcquisitionSession>
  <sco:InstitutionInfo rdf:ID="Technion">
    <sco:hasShortName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TECH</sco:hasShortName>
    <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Technion - Israel</sco:hasName>
  </sco:InstitutionInfo>
  <BoundingBox rdf:ID="BBoxMaxRolandLPX">
    <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >50</hasDiagonal>
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cm</hasSpatialUnit>
  </BoundingBox>
  <AcquisitionDevice rdf:ID="MPIIScanner">
    <hasDeviceType>
      <LaserDevice rdf:ID="RolandLPX">
        <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isUsedOutdoor>
        <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isOptical>
        <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isDestructive>
        <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanLightAbsorbentObjects>
        <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Roland LPX-250</hasModelName>
        <hasMinScanBBox>
          <BoundingBox rdf:ID="BBoxMinRolandLPX">
            <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >cm</hasSpatialUnit>
            <hasDiagonal rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >1</hasDiagonal>
          </BoundingBox>
        </hasMinScanBBox>
        <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanFragileObjects>
        <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Qubic</hasBrandName>
        <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isUsedIndoor>
        <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isContactDevice>
        <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanPreciousObjects>
        <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToAcquireColor>
        <hasMaxScanBBox rdf:resource="#BBoxMaxRolandLPX"/>
        <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isMovable>
        <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isUsedUnderwater>
        <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToScanReflectiveObjects>
        <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isActive>
        <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToScanTransparentObjects>
        <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanMediumAbsorbentObjects>
      </LaserDevice>
    </hasDeviceType>
  </AcquisitionDevice>
  <sco:MultiResolutionModel rdf:ID="MTCaesarHeadIMATI">
    <sco:hasCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/10/06</sco:hasCreationDate>
    <sco:hasNumberOfVerticesAtMinRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >313121213</sco:hasNumberOfVerticesAtMinRes>
    <sco:hasUploadPerson rdf:resource="#MarcoAtteneIMATI"/>
    <sco:hasOwner rdf:resource="#IMATI-GE"/>
    <sco:hasFileInfo>
      <sco:FileInfo rdf:ID="MTCaesarHead">
        <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >mtcaesarhead.mtf</sco:hasFileName>
        <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >mtf</sco:hasFileFormat>
      </sco:FileInfo>
    </sco:hasFileInfo>
    <sco:hasLastModifiedDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/10/06</sco:hasLastModifiedDate>
    <sco:hasNumberOfTilesAtMaxRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >1231321</sco:hasNumberOfTilesAtMaxRes>
    <sco:hasNumberOfVerticesAtMaxRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >0</sco:hasNumberOfVerticesAtMaxRes>
    <sco:hasMaximumResolutionMesh>
      <sco:ManifoldSurfaceMesh rdf:ID="CaesarIMATI">
        <sco:hasNumberOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >4534343</sco:hasNumberOfFaces>
        <sco:hasUploadPerson rdf:resource="#MarcoAtteneIMATI"/>
        <sco:isConformal rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isConformal>
        <sco:isRegular rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isRegular>
        <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >completed</sco:hasStatus>
        <sco:hasOwner rdf:resource="#INRIA"/>
        <sco:hasNumberOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >342424242</sco:hasNumberOfVertices>
        <sco:hasFileInfo>
          <sco:FileInfo rdf:ID="CaesarFileImati">
            <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >ply</sco:hasFileFormat>
            <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >caesarimati.ply</sco:hasFileName>
          </sco:FileInfo>
        </sco:hasFileInfo>
        <sco:isOriented rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isOriented>
        <sco:hasCreator rdf:resource="#IMATI-GE"/>
        <sco:hasNumberOfBoundaries rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</sco:hasNumberOfBoundaries>
        <sco:hasMultiResolutionModel rdf:resource="#MTCaesarHeadIMATI"/>
        <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >caesarimati</sco:hasName>
        <sco:hasGenus rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</sco:hasGenus>
        <sco:hasType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >triangular</sco:hasType>
        <sco:hasCreator rdf:resource="#INRIA"/>
        <sco:hasNumberOfEdges rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >41234414</sco:hasNumberOfEdges>
        <sco:isOrientable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</sco:isOrientable>
        <sco:hasNumberOfIsolatedVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</sco:hasNumberOfIsolatedVertices>
        <sco:isSelfIntersecting rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</sco:isSelfIntersecting>
        <sco:hasNumberOfConnectedComponents rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</sco:hasNumberOfConnectedComponents>
        <sco:hasOwner rdf:resource="#IMATI-GE"/>
        <sco:hasContactPerson rdf:resource="#MarcoAtteneIMATI"/>
      </sco:ManifoldSurfaceMesh>
    </sco:hasMaximumResolutionMesh>
    <sco:hasStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >completed</sco:hasStatus>
    <sco:maintainsTopology rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</sco:maintainsTopology>
    <sco:hasNumberOfTilesAtMinRes rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >313121</sco:hasNumberOfTilesAtMinRes>
    <sco:hasMeshType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >trinagular</sco:hasMeshType>
    <sco:hasContactPerson rdf:resource="#PaolaMagilloDISI"/>
    <sco:hasCreator rdf:resource="#MarcoAtteneIMATI"/>
    <sco:hasOwner rdf:resource="#INRIA"/>
    <sco:hasCreator rdf:resource="#PaolaMagilloDISI"/>
    <sco:hasUploadDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2006/10/06</sco:hasUploadDate>
    <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mtcaesarhead</sco:hasName>
  </sco:MultiResolutionModel>
  <cto:ShapeInfo rdf:ID="PointSetWithNormals">
    <cto:isValidated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</cto:isValidated>
    <cto:hasShapeType rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#PointSetWithOrientedNormals"/>
    <cto:hasShapeSelfIntersection rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</cto:hasShapeSelfIntersection>
  </cto:ShapeInfo>
  <AcquisitionDevice rdf:ID="DISILaserScanner">
    <hasMechanicalToolSupport rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >conveyor belt</hasMechanicalToolSupport>
    <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10000</hasDevicePrice>
    <hasDeviceType rdf:resource="#IMPACTSystemDISI"/>
  </AcquisitionDevice>
  <sco:FileInfo rdf:ID="FrogMPIIFileInfo">
    <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >off</sco:hasFileFormat>
    <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >frogmpii.off</sco:hasFileName>
  </sco:FileInfo>
  <sco:FileInfo rdf:ID="MTBimbaconNastrino">
    <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mtbimbaimati.mtf</sco:hasFileName>
    <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mtf</sco:hasFileFormat>
  </sco:FileInfo>
  <AcquisitionDevice rdf:ID="DISIcameraScanner">
    <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >12222</hasDevicePrice>
    <hasDeviceType>
      <LinearCamera rdf:ID="LinearCameraDISI">
        <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanMediumAbsorbentObjects>
        <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isOptical>
        <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isUsedOutdoor>
        <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToAcquireColor>
        <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isUsedUnderwater>
        <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isDestructive>
        <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isUsedIndoor>
        <hasMaxScanBBox rdf:resource="#BBox40cm"/>
        <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanPreciousObjects>
        <isAbleToScanWaveAbsorbingObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanWaveAbsorbingObjects>
        <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isAbleToScanReflectiveObjects>
        <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isActive>
        <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanLightAbsorbentObjects>
        <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanTransparentObjects>
        <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanFragileObjects>
        <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >DISI - Canon</hasBrandName>
        <hasMinScanBBox rdf:resource="#BBox1cm"/>
        <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isContactDevice>
        <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isMovable>
      </LinearCamera>
    </hasDeviceType>
  </AcquisitionDevice>
  <sco:FileInfo rdf:ID="MTFrogUUFile">
    <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mtf</sco:hasFileFormat>
    <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mtfroguufile.mtf</sco:hasFileName>
  </sco:FileInfo>
  <sco:FileInfo rdf:ID="BimbaConNastrinoFileInfo">
    <sco:hasFileName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bimbaconnastrino.ply</sco:hasFileName>
    <sco:hasFileFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ply</sco:hasFileFormat>
  </sco:FileInfo>
  <sco:PersonInfo rdf:ID="LauraPapaleoDISI">
    <sco:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Laura Papaleo</sco:hasName>
    <sco:worksFor rdf:resource="#DISI"/>
  </sco:PersonInfo>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 346)  http://protege.stanford.edu -->

