<?xml version="1.0"?>
<rdf:RDF
    xmlns:tco="http://www.aimatshape.net/ontologies/toolCommonOntology.owl#"
    xmlns="http://www.aimatshape.net/ontologies/acquisitionOntology.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:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:p1="http://www.owl-ontologies.com/assert.owl#"
    xmlns:commonshape="http://www.aimatshape.net/commonshape#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sco="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#"
  xml:base="http://www.aimatshape.net/ontologies/acquisitionOntology.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.aimatshape.net/ontologies/toolCommonOntology.owl"/>
    <owl:imports rdf:resource="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl"/>
  </owl:Ontology>
  <owl:Class rdf:ID="RasterData2D">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[Laura] Maybe abstract?</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RasterData"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a regular grid made of XxY positive integers. A two-dimensional array of measurements. The stored values can be of "measurement type" (abstract class).
--- Also IMAGE (in the previous version of the ontology)</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PointsCloud">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A set of uncorrelated points, usually in 3D, that have to be further elaborated to obtain a 3D model.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ShapeData"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="NonReflectiveRealObject">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="isReflective"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:ID="ReflectiveRealObject"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RealObjectForAcquisition"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MRIVolume">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MRI"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Also DICOM -Digital Imaging and Communications in Medicine (DICOM). For information on the standard http://medical.nema.org/dicom/2004.html</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="LinearCamera">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="LaserDevice"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="WaveAbsorbentObjectScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:ID="AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:DatatypeProperty rdf:ID="isAbleToScanWaveAbsorbingObjects"/>
                    </owl:onProperty>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="hasDeviceType"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:ID="AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="ContourData">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ShapeData"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[in general] The level set of a real function f  is the pre-image through f  of a constant value t  in the domain of f . The level sets are also called contours or iso-levels. Level sets may be non-connected.
[in CAD] one or a set of curves originated through intersection of a plane with the object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="VolumeMesh">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Mesh"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >LAURA: added hasVolumeMeshType</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A volume mesh is a three-dimensional cell complex embedded in the three-dimensional Euclidean space. Usually, it is a complex with a manifold domain, and the 3-cells are either tetrahedra or cubes. It is used to denote the decomposition of the volume of a solid 3D object or of the domain 3D scalar field.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Institution">
    <owl:sameAs>
      <rdf:Description rdf:about="co:InstitutionInfo">
        <owl:sameAs rdf:resource="#Institution"/>
      </rdf:Description>
    </owl:sameAs>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The general definition of Institute.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ReflectiveObjectScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:DatatypeProperty rdf:ID="isAbleToScanReflectiveObjects"/>
                    </owl:onProperty>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="RasterData3D">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a 3D array made of XxYxZ of positive integers</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[Laura] Maybe abstract?</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RasterData"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#MRI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Magnetic resonance imaging (MRI) is a painless diagnostic tool which uses a magnetic field and radio waves to see inside the body without using x-rays or surgery; a computer then interprets the radio waves and creates a picture of the internal body tissues</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#RasterData3D"/>
  </owl:Class>
  <owl:Class rdf:ID="PreciousObjectScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#AcquisitionDevice"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                    <owl:onProperty>
                      <owl:DatatypeProperty rdf:ID="isAbleToScanPreciousObjects"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="IndoorScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:FunctionalProperty rdf:ID="isUsedIndoor"/>
                    </owl:onProperty>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="LinearScan">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A video camera where the CCD is a linear array sensor, i.e., a sensor where the sensing elements are in a 1D line.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ShapeData"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ShapeData">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Shape Data are created, modified, built, converted, managed during the three main steps of our pipeline: Acquisition (and Registration), Shaping and Post-Processing</rdfs:comment>
    <owl:versionInfo xml:lang="en">TODO: to be imported from the common ontology</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:ID="NonLightAbsorbentRealObject">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RealObjectForAcquisition"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="isLightAbsorbent"/>
        </owl:onProperty>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:ID="LightAbsorbentRealObject"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Trick">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TODO: the use of a trick can change the characteristic of an object. for example a black tire cannot be scanned with a laser scanner but with a trick it maybe can become scannable - before and after a trick, the two objects are the same or maybe they are different and must be linked via a relation?</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:ID="RealObject"/>
  <owl:Class rdf:ID="LightAbsorbentObjectScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:DatatypeProperty rdf:ID="isAbleToScanLightAbsorbentObjects"/>
                    </owl:onProperty>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Mesh">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An Euclidean cell complex such that any k-cell of G , with k&lt;d, bounds at least one d-cell of G.
A --simplicial-- mesh is a mesh in which all cells are simplices. A d-dimensional simplicial mesh is a simplicial mesh which contains simplices of dimension d  or lower</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ShapeData"/>
  </owl:Class>
  <owl:Class rdf:about="#RasterData">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A n-dimensional grid of measures (generally it could be 2D or 3D).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ShapeData"/>
  </owl:Class>
  <owl:Class rdf:ID="LogisticConditions">
    <owl:disjointWith>
      <owl:Class rdf:ID="AcquisitionSystem"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The general logistic condition under which an AcquisitionSession has been performed. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="AcquisitionConditions"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="EnviromentConditions"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="DistanceFunction">
    <rdfs:subClassOf rdf:resource="#ShapeData"/>
  </owl:Class>
  <owl:Class rdf:ID="Person">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >linked in the common ontology</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The general definition of a Person</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MovableRealObject">
    <owl:disjointWith>
      <owl:Class rdf:ID="NonMovableRealObject"/>
    </owl:disjointWith>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</owl:hasValue>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="isMovable"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RealObjectForAcquisition"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BoundingBox">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bounding volumes are used to improve the efficiency of geometrical operations by using simple volumes to contain more complex objects. Normally, simpler volumes have simpler ways to test for overlap.</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >In computer graphics and computational geometry, a bounding volume for an object is the minimal closed volume that completely contains the object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Video">
    <rdfs:subClassOf rdf:resource="#RasterData3D"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TBD</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="UnderwaterScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                    <owl:onProperty>
                      <owl:FunctionalProperty rdf:ID="isUsedUnderwater"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="LevelSet">
    <rdfs:subClassOf rdf:resource="#ShapeData"/>
    <owl:versionInfo xml:lang="en">TODO: (TASK LAU) LAURA [question] from the glossary - level set is equal to contour. Is it right?</owl:versionInfo>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The level set of a real function f is the pre-image through f of a constant value t in the domain of f . The level sets are also called   contours or iso-levels. Level sets may be non-connected.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#LightAbsorbentRealObject">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty 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>
      <owl:Class rdf:about="#RealObjectForAcquisition"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#NonLightAbsorbentRealObject"/>
  </owl:Class>
  <owl:Class rdf:ID="Error">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Class which represent the different Type of error coming up form the process</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#AcquisitionSystem">
    <owl:disjointWith>
      <owl:Class rdf:about="#EnviromentConditions"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#LogisticConditions"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >It could be renamed, currently it contains EC, but Acquisition system could reppresent a group of Acq devices while Acquisition condition could be related to EC, LC and Acquisition System</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasAcquisitionDevice"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="CameraDevice">
    <owl:disjointWith>
      <owl:Class rdf:about="#LaserDevice"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#AcquisitionDeviceType"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="StructuredLightDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="HapticDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="CTScanDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="TimeOfFlightDevice"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="SurfaceMesh">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A surface mesh is a two-dimensional cell complex embedded in the three-dimensional Euclidean space. Usually, it is a complex with a manifold domain, and the 2-cells are either triangles or quadrangles.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Mesh"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >LAURA: added hasSurfaceMeshType</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MRITimeSequence">
    <rdfs:subClassOf rdf:resource="#MRI"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TBD</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#RealObjectForAcquisition">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TODO: islightabsorbent? how can we manage objects which are partially light absorbent? e.g. isidore horse?</owl:versionInfo>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Input for acquisition????</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#RealObject"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[Laura] added isTransparent property</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ErrorDeclaredByProducer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Scan error declared by the scanner producer under given condition
[riccardo] to be completed</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Error"/>
  </owl:Class>
  <owl:Class rdf:about="#NonMovableRealObject">
    <owl:disjointWith rdf:resource="#MovableRealObject"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:DatatypeProperty rdf:about="#isMovable"/>
            </owl:onProperty>
            <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</owl:hasValue>
          </owl:Restriction>
          <owl:Class rdf:about="#RealObjectForAcquisition"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="AcquisitionSession">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasEnvironmentConditions"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#EnviromentConditions"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[Laura] It identifies the set of conditions, acquisition devices and other stuff used for a session of scanning. It is related to just a real object, but can produce more than one shape data</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasLogisticConditions"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#LogisticConditions"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >It is an abstract class, that possibly could be deleted if we are not intersted in collecting the condictions independly form their type</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasAcquisitionSystem"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#AcquisitionDevice">
    <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:Class rdf:about="#AcquisitionDeviceType">
    <rdfs:comment xml:lang="en">The existing different Acquisition Devices from contact to non contact devices.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#AcquisitionConditions">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The general condition under which an AcquisitionSession has been performed. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#StructuredLightDevice">
    <owl:disjointWith>
      <owl:Class rdf:about="#HapticDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#CTScanDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#TimeOfFlightDevice"/>
    </owl:disjointWith>
    <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:disjointWith rdf:resource="#CameraDevice"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#LaserDevice"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#ReflectiveRealObject">
    <owl:disjointWith rdf:resource="#NonReflectiveRealObject"/>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty 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="#RealObjectForAcquisition"/>
  </owl:Class>
  <owl:Class rdf:ID="ColorAcquiringScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#AcquisitionDevice"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                    <owl:onProperty>
                      <owl:FunctionalProperty rdf:ID="isAbleToAcquireColor"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Implicit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >In contrast with parametric surfaces, an implicit surface is defined as the set of points P in space verifying an implicit equation ( f (P) – constant = 0). f is called the “field function” (and sometimes the “implicit function”, which is improper since this function is explicitly given by its parametric equation).</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ShapeData"/>
    <owl:versionInfo xml:lang="en">TODO: (TASK SIMO) LAURA [question]: do we need also parametric surface?</owl:versionInfo>
  </owl:Class>
  <owl:Class rdf:ID="OutdoorScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:FunctionalProperty rdf:ID="isUsedOutdoor"/>
                    </owl:onProperty>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#LaserDevice">
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <owl:disjointWith rdf:resource="#StructuredLightDevice"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#TimeOfFlightDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#HapticDevice"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#CTScanDevice"/>
    </owl:disjointWith>
    <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 rdf:resource="#CameraDevice"/>
  </owl:Class>
  <owl:Class rdf:about="#HapticDevice">
    <owl:disjointWith>
      <owl:Class rdf:about="#CTScanDevice"/>
    </owl:disjointWith>
    <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>
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <owl:disjointWith rdf:resource="#StructuredLightDevice"/>
    <owl:disjointWith rdf:resource="#CameraDevice"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#TimeOfFlightDevice"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#EnviromentConditions">
    <rdfs:subClassOf rdf:resource="#AcquisitionConditions"/>
    <owl:disjointWith rdf:resource="#LogisticConditions"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The general environmental condition under which an AcquisitionSession has been performed. </rdfs:comment>
    <owl:disjointWith rdf:resource="#AcquisitionSystem"/>
  </owl:Class>
  <owl:Class rdf:ID="Weight"/>
  <owl:Class rdf:about="#CTScanDevice">
    <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>
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <owl:disjointWith rdf:resource="#CameraDevice"/>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith rdf:resource="#StructuredLightDevice"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#TimeOfFlightDevice"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="EnrichedPointsCloud">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A set of uncorrelated points, usually in 3D, that have to be further elaborated to obtain a 3D model (as point cloud) plus some additional information associated to each point.
Additional information can be color, confidence of the measure, texture, normals and so on.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#PointsCloud"/>
  </owl:Class>
  <owl:Class rdf:ID="RangeImage">
    <rdfs:subClassOf rdf:resource="#RasterData2D"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A grid of distances (range points) that describe a surface in Cartesian 
(height field) or cylindrical coordinates. A range scanner senses 3D  positions on an objects surface and returns an array of distance values
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="TransparentObjectScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                    <owl:onProperty>
                      <owl:DatatypeProperty rdf:ID="isAbleToScanTransparentObjects"/>
                    </owl:onProperty>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="FragileObjectScanningDevice">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#AcquisitionDeviceType"/>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:FunctionalProperty rdf:ID="isAbleToScanFragileObjects"/>
                    </owl:onProperty>
                    <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
                    >true</owl:hasValue>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasDeviceType"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:about="#AcquisitionDevice"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#TimeOfFlightDevice">
    <owl:disjointWith rdf:resource="#CameraDevice"/>
    <owl:disjointWith rdf:resource="#CTScanDevice"/>
    <rdfs:subClassOf rdf:resource="#AcquisitionDeviceType"/>
    <owl:disjointWith rdf:resource="#StructuredLightDevice"/>
    <owl:disjointWith rdf:resource="#HapticDevice"/>
    <owl:disjointWith rdf:resource="#LaserDevice"/>
    <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:Class>
  <owl:ObjectProperty rdf:ID="hasBeenAcquiredBy">
    <rdfs:range rdf:resource="#AcquisitionSession"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasAcquired"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasResponsibleInstitution">
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#Institution"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasAcquisitionDevice">
    <rdfs:domain rdf:resource="#AcquisitionSystem"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="hasComponent"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#AcquisitionDevice"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasBeenUsedInAcquisitionSession">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasTrick"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#Trick"/>
    <rdfs:range rdf:resource="#AcquisitionSession"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasAcquired">
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="#RealObjectForAcquisition"/>
    <owl:inverseOf rdf:resource="#hasBeenAcquiredBy"/>
    <rdfs:comment xml:lang="en">it is not functional in order to avoid the problem of scene acquisition</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasAcquisitionConditions">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasAcquisitionSession"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#EnviromentConditions"/>
          <owl:Class rdf:about="#AcquisitionConditions"/>
          <owl:Class rdf:about="#LogisticConditions"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasComponent">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="has"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasAuthor">
    <rdfs:range rdf:resource="#Person"/>
    <rdfs:domain rdf:resource="#Trick"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasTrick">
    <owl:inverseOf rdf:resource="#hasBeenUsedInAcquisitionSession"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="#Trick"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasOwner">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Institution"/>
          <owl:Class rdf:about="#Person"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#ShapeData"/>
          <owl:Class rdf:about="#AcquisitionSystem"/>
          <owl:Class rdf:about="#RealObjectForAcquisition"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >\\ra
Each real object has an owner</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasAcquisitionSession">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#AcquisitionConditions"/>
          <owl:Class rdf:about="#EnviromentConditions"/>
          <owl:Class rdf:about="#LogisticConditions"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="#AcquisitionSession"/>
    <owl:inverseOf rdf:resource="#hasAcquisitionConditions"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasCommonShape">
    <rdfs:domain rdf:resource="#Trick"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasBoundingBox">
    <rdfs:subPropertyOf rdf:resource="#has"/>
    <rdfs:range rdf:resource="#BoundingBox"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasAcquisitionSystem">
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:range rdf:resource="#AcquisitionSystem"/>
    <rdfs:subPropertyOf rdf:resource="#hasComponent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasLogisticConditions">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdfs:subPropertyOf rdf:resource="#hasAcquisitionConditions"/>
    <rdfs:range rdf:resource="#LogisticConditions"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasDeviceType">
    <rdfs:range rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:subPropertyOf rdf:resource="#has"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDevice"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="#isReflective">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasConditions">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#ErrorDeclaredByProducer"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasDevicePrice">
    <rdfs:domain rdf:resource="#AcquisitionDevice"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >THe cost of the device</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="HasPowerSupplyAvailability">
    <rdfs:domain rdf:resource="#LogisticConditions"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasWeightMeasure">
    <rdfs:domain rdf:resource="#Weight"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasFormat">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasPhysicalLocation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Only for object which are not movable</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasNumOfEdges">
    <rdfs:domain rdf:resource="#Mesh"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasNormalList">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#EnrichedPointsCloud"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasTrickName">
    <rdfs:domain rdf:resource="#Trick"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="isDestructive">
    <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#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="isAbleToScanMediumAbsorbentObjects">
    <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#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="isActive">
    <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#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#isAbleToScanReflectiveObjects">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasInformalName">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasKeywords">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#isAbleToScanTransparentObjects">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="sessionPrice">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >???? It should be a pair Value-Currency</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasLocationType">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >indoor | outdoor | underwater | </rdfs:comment>
    <rdfs:domain rdf:resource="#EnviromentConditions"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasNumOfCells">
    <rdfs:domain rdf:resource="#VolumeMesh"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasInstitutionAddress">
    <rdfs:domain rdf:resource="#Institution"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <owl:equivalentProperty rdf:resource="co:hasAddress"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasMechanicalToolsSupport">
    <rdfs:domain rdf:resource="#AcquisitionDevice"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasLenght">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#BoundingBox"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="systemPrice">
    <rdfs:domain rdf:resource="#AcquisitionSystem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The price of building a new system</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasProprietaryRights">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >????  properties or datatype??
What is intersting to model?? yes or no or the kind of licency ????</rdfs:comment>
    <rdfs:domain rdf:resource="#ShapeData"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TODO: to be imported from the common ontology</owl:versionInfo>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasMaxDistanceInMeters">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#EnviromentConditions"/>
  </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="hasSpatialUnit">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#BoundingBox"/>
    <rdfs:comment xml:lang="en">it has values in undefined|kilometers|meters|centimeters|millimeters</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#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#FunctionalProperty"/>
    <rdfs:subPropertyOf rdf:resource="#isAbleToScanMediumAbsorbentObjects"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#isLightAbsorbent">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasWeightMeasureUnit">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment xml:lang="en">it has values in kilos|grams|undefined</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#Weight"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="isManifold">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#Mesh"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasURL">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#isAbleToScanWaveAbsorbingObjects">
    <rdfs:subPropertyOf rdf:resource="#isAbleToScanMediumAbsorbentObjects"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#TimeOfFlightDevice"/>
          <owl:Class rdf:about="#AcquisitionDeviceType"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasTemperatureInCelsius">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#EnviromentConditions"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasInstitutionName">
    <owl:equivalentProperty rdf:resource="co:hasName"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Institution"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasVolumeMeshType">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#VolumeMesh"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasDate">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasDescription">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#ShapeData"/>
          <owl:Class rdf:about="#Trick"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasNumberOfPoints">
    <rdfs:domain rdf:resource="#PointsCloud"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#isAbleToScanPreciousObjects">
    <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#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasWeightInKg">
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasObjectID">
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >It is assigned uniquely by the responsible istitution</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#isMovable">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasResolution">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RangeImage"/>
          <owl:Class rdf:about="#AcquisitionDeviceType"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasReliabilityValuesList">
    <rdfs:domain rdf:resource="#EnrichedPointsCloud"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:TransitiveProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNextHierarchicalLevel"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasGeometryFormat"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasLicense"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasEchoTime"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasSound"/>
  <owl:FunctionalProperty rdf:ID="hasFocalLength">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#CameraDevice"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasXResolution">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasWeight">
    <rdfs:range rdf:resource="#Weight"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFileFormat"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasThumbnailImageURL"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMaxDegree"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMeasureType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasImagePosition"/>
  <owl:FunctionalProperty rdf:ID="hasListOfPoints">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >We need the POINT TYPE?</rdfs:comment>
    <rdfs:domain rdf:resource="#PointsCloud"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFlipAngle"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasImageOrientation"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasTextureFormat"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCreationMethod"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDigitalImages"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDimensionX"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasGenus"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasPatientSex"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isOrientable"/>
  <owl:FunctionalProperty rdf:ID="withErrorMeasurement">
    <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="#Error"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasGeoReference"/>
  <owl:FunctionalProperty rdf:about="#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:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfArcs"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasRepresentativeShape"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isAttributed"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasInterpolatorType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMaterial"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMRIAcquisitionType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCompositeLineType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDegree"/>
  <owl:FunctionalProperty rdf:ID="hasMinAllowedDistance">
    <rdfs:domain rdf:resource="#LogisticConditions"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfEdges"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAcquisitionFrequency"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasSliceThickness"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMagneticFieldStrength"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isSelfIntersecting"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasUploadDate"/>
  <owl:FunctionalProperty rdf:ID="hasVerticalResolution">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#CameraDevice"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isManifold"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasStreaming"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAcquisitionDate"/>
  <owl:FunctionalProperty rdf:ID="hasLightingCondition">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >spot | natural | ambient | undefined |</rdfs:comment>
    <rdfs:domain rdf:resource="#EnviromentConditions"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasPixelSpacing"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAnimationMethod"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isAcyclic"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasName"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfAcquisitionPlane"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfConnectedComponents"/>
  <owl:FunctionalProperty rdf:ID="hasSurfaceMeshType">
    <rdfs:domain rdf:resource="#SurfaceMesh"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:comment xml:lang="en">triangular | composite | quadrangular | </rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasDimensions">
    <rdfs:range rdf:resource="#BoundingBox"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdfs:subPropertyOf rdf:resource="#has"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isTrimmed"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasTitle"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFax"/>
  <owl:FunctionalProperty rdf:ID="hasErrorDeclared">
    <rdfs:range rdf:resource="#ErrorDeclaredByProducer"/>
    <rdfs:subPropertyOf rdf:resource="#has"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >relation to the error that is descared by the producer</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfIsolatedVertices"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfPatches"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfFaces"/>
  <owl:FunctionalProperty rdf:ID="isVolumetric">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfPoints"/>
  <owl:FunctionalProperty rdf:ID="hasSource">
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="hasProduced"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
    <rdfs:range rdf:resource="#AcquisitionSession"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNormals"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasReceivingCoil"/>
  <owl:FunctionalProperty rdf:about="#hasEnvironmentConditions">
    <rdfs:range rdf:resource="#EnviromentConditions"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="#hasAcquisitionConditions"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isRegular"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAttributeDescription"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasQuality"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isSimplyConnected"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasScaleOfOriginal"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasParametricDescriptionURL"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAnimationFormat"/>
  <owl:FunctionalProperty rdf:ID="hasModelName">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The model (brand and version) name of the device.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasPreviousHierarchicalLevel"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasPurpose"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfBoundaries"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCreationDate"/>
  <owl:FunctionalProperty rdf:ID="hasHeight">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#BoundingBox"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="isContactDevice">
    <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:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfKeyFrames"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isGeneratedFromParametricDescription"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberofConnectedComponents"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasBasis"/>
  <owl:FunctionalProperty rdf:about="#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:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasStatus"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasPatientAge"/>
  <owl:FunctionalProperty rdf:about="#isUsedUnderwater">
    <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#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasMinScanBoundingBox">
    <rdfs:range rdf:resource="#BoundingBox"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasHistory">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#ShapeData"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isRawData"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isClosed"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasLevelNumber"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFrameRate"/>
  <owl:FunctionalProperty rdf:ID="hasNumOfVertices">
    <rdfs:domain rdf:resource="#Mesh"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCoordinateZ"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfCells"/>
  <owl:FunctionalProperty rdf:ID="hasNumOfConnectedComponents">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdfs:domain rdf:resource="#Mesh"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMaxNumberOfControlPoints"/>
  <owl:FunctionalProperty rdf:ID="hasMaterial">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#isAbleToScanFragileObjects">
    <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:about="#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:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasSpace"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFileName"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasSurfaceType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasTextures"/>
  <owl:FunctionalProperty rdf:ID="hasMaxScanBoundingBox">
    <rdfs:range rdf:resource="#BoundingBox"/>
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasUploadPerson"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasLastModifiedDate"/>
  <owl:FunctionalProperty rdf:ID="isOrientable">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#SurfaceMesh"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFileSize"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfCurves"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCoordinateY"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCopyright"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDimensionZ"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasBoundingBoxDiagonal"/>
  <owl:FunctionalProperty rdf:ID="isOptical">
    <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#boolean"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfCompositeLines"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfVertices"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasPatientWeight"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasOrigin"/>
  <owl:FunctionalProperty rdf:ID="hasMaxAllowedDistance">
    <rdfs:domain rdf:resource="#LogisticConditions"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasStructureType"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMinContinuity"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFileInfo"/>
  <owl:FunctionalProperty rdf:ID="hasBBoxChull">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >is defined the bounding box? the convex hull?</rdfs:comment>
    <rdfs:domain rdf:resource="#PointsCloud"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMaximumDimension"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isDirected"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasCoordinateX"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isOriented"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfScans"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasSynthesisDescription"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasRepetitionTime"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasThickness"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasFiltering"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDuration"/>
  <owl:FunctionalProperty rdf:ID="isTransparent">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#RealObjectForAcquisition"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasApproximationTolerance"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfTemporalPositions"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberOfTrimmedPatches"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasModelURL"/>
  <owl:FunctionalProperty rdf:ID="hasWeather">
    <rdfs:domain rdf:resource="#EnviromentConditions"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >undefined | cloudly | clear | raining</rdfs:comment>
    <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="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasBitStored"/>
  <owl:FunctionalProperty rdf:ID="hasNumOfFaces">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdfs:domain rdf:resource="#Mesh"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAcquisitionTime"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasNumberofNodes"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasShortName"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDescription"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasTotalDegree"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasDimensionY"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasMRIModality"/>
  <owl:FunctionalProperty rdf:ID="hasBrandName">
    <rdfs:domain rdf:resource="#AcquisitionDeviceType"/>
    <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="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAcquisitionMatrix"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasUncompressedFileSize"/>
  <owl:FunctionalProperty rdf:ID="hasDepth">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:domain rdf:resource="#BoundingBox"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#hasAvailabilityLevel"/>
  <owl:FunctionalProperty rdf:about="http://www.aimatshape.net/ontologies/shapeCommonOntology.owl#isConformal"/>
  <owl:InverseFunctionalProperty rdf:about="#hasProduced">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >\\ra
should we assume that a scanning session produce a set of range images?</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf rdf:resource="#hasSource"/>
    <rdfs:range rdf:resource="#ShapeData"/>
    <rdfs:domain rdf:resource="#AcquisitionSession"/>
  </owl:InverseFunctionalProperty>
  <Weight rdf:ID="Weight_14">
    <hasWeightMeasure rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >32.0</hasWeightMeasure>
    <hasWeightMeasureUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >kilos</hasWeightMeasureUnit>
  </Weight>
  <BoundingBox rdf:ID="IsidoreBBox">
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >60.0</hasDepth>
    <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >60.0</hasHeight>
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >centimeters</hasSpatialUnit>
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >30.0</hasLenght>
  </BoundingBox>
  <AcquisitionSystem rdf:ID="ImatiSystem">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >\\ra Acquisition system from CNR-GE-IMATI</rdfs:comment>
    <hasOwner>
      <Institution rdf:ID="Imati">
        <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >CNR-IMATI-GE</hasInstitutionName>
        <hasInstitutionAddress rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Via De Marini 6, 16100 Genova, Italy</hasInstitutionAddress>
      </Institution>
    </hasOwner>
    <systemPrice xml:lang="en">35000&amp;#8364;</systemPrice>
    <hasAcquisitionDevice>
      <AcquisitionDevice rdf:ID="IMATIScanner">
        <hasDeviceType>
          <LaserDevice rdf:ID="MinoltaVivid910">
            <hasWeight>
              <Weight rdf:ID="Weight_5">
                <hasWeightMeasure rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >11.0</hasWeightMeasure>
                <hasWeightMeasureUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >kilos</hasWeightMeasureUnit>
              </Weight>
            </hasWeight>
            <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isAbleToScanPreciousObjects>
            <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isOptical>
            <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isAbleToScanReflectiveObjects>
            <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isUsedIndoor>
            <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Vivid910</hasModelName>
            <hasResolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >0.1 mm</hasResolution>
            <isAbleToScanMediumAbsorbentObjects rdf:datatype=
            "http://www.w3.org/2001/XMLSchema#boolean">false</isAbleToScanMediumAbsorbentObjects>
            <hasMinScanBoundingBox>
              <BoundingBox rdf:ID="BoundingBox_11">
                <rdfs:comment xml:lang="en">"depth" has to be considered as scann X direction; "height" has to be considered as scann Y direction; "lenght" has to be considered as scann Z direction;</rdfs:comment>
                <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >millimeters</hasSpatialUnit>
                <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >40.0</hasLenght>
                <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >111.0</hasDepth>
                <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >83.0</hasHeight>
              </BoundingBox>
            </hasMinScanBoundingBox>
            <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isContactDevice>
            <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isAbleToScanTransparentObjects>
            <hasErrorDeclared>
              <ErrorDeclaredByProducer rdf:ID="ErrorDeclaredByProducer_7">
                <hasConditions rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >By using the tele-lens and the distance from the object exactly equals to  600 millimeters</hasConditions>
                <withErrorMeasurement rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >1/10 millemeter</withErrorMeasurement>
              </ErrorDeclaredByProducer>
            </hasErrorDeclared>
            <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isDestructive>
            <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isUsedOutdoor>
            <hasMaxScanBoundingBox>
              <BoundingBox rdf:ID="MinoltaVividBBox">
                <rdfs:comment xml:lang="en">"depth" has to be considered as scann X direction; "height" has to be considered as scann Y direction; "lenght" has to be considered as scann Z direction;</rdfs:comment>
                <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >750.0</hasLenght>
                <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >897.0</hasHeight>
                <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >millimeters</hasSpatialUnit>
                <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >1196.0</hasDepth>
              </BoundingBox>
            </hasMaxScanBoundingBox>
            <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isUsedUnderwater>
            <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Konica Minolta</hasBrandName>
            <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isAbleToScanLightAbsorbentObjects>
            <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isAbleToAcquireColor>
            <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isAbleToScanFragileObjects>
            <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isActive>
          </LaserDevice>
        </hasDeviceType>
        <hasMechanicalToolsSupport rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Tripod</hasMechanicalToolsSupport>
        <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >35000 Euro</hasDevicePrice>
      </AcquisitionDevice>
    </hasAcquisitionDevice>
  </AcquisitionSystem>
  <AcquisitionSystem rdf:ID="MPIISystem">
    <hasOwner>
      <Institution rdf:ID="MPII">
        <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MPII</hasInstitutionName>
        <hasInstitutionAddress rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Germany</hasInstitutionAddress>
      </Institution>
    </hasOwner>
    <systemPrice xml:lang="en">9995</systemPrice>
    <hasAcquisitionDevice>
      <AcquisitionDevice rdf:ID="MPIIScanner">
        <hasDeviceType>
          <LaserDevice rdf:ID="RolandLPX250">
            <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isAbleToScanPreciousObjects>
            <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isAbleToScanFragileObjects>
            <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isUsedUnderwater>
            <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isUsedIndoor>
            <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isAbleToScanLightAbsorbentObjects>
            <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isDestructive>
            <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isAbleToScanReflectiveObjects>
            <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isAbleToAcquireColor>
            <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Qubic</hasBrandName>
            <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isContactDevice>
            <hasMaxScanBoundingBox>
              <BoundingBox rdf:ID="RolandLPXBBox">
                <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >millimeters</hasSpatialUnit>
                <rdfs:comment xml:lang="en">"depth" has to be considered as the maximum object diameter and "height" as the maximum object height</rdfs:comment>
                <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >254.0</hasDepth>
                <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >406.4</hasHeight>
              </BoundingBox>
            </hasMaxScanBoundingBox>
            <hasResolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Circumferential pitch from .20 to 60 degrees</hasResolution>
            <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Roland LPX-250</hasModelName>
            <isAbleToScanMediumAbsorbentObjects rdf:datatype=
            "http://www.w3.org/2001/XMLSchema#boolean">true</isAbleToScanMediumAbsorbentObjects>
            <hasWeight rdf:resource="#Weight_14"/>
            <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >false</isAbleToScanTransparentObjects>
          </LaserDevice>
        </hasDeviceType>
        <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >9995 Euro</hasDevicePrice>
      </AcquisitionDevice>
    </hasAcquisitionDevice>
  </AcquisitionSystem>
  <AcquisitionSession rdf:ID="FrogSessionUU">
    <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2005-10-20</hasDate>
    <hasAcquisitionSystem>
      <AcquisitionSystem rdf:ID="UUSystem">
        <hasOwner>
          <Institution rdf:ID="UU">
            <hasInstitutionAddress rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Utrecht</hasInstitutionAddress>
            <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >University Of Utrecht</hasInstitutionName>
            <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >TODO: </owl:versionInfo>
          </Institution>
        </hasOwner>
        <systemPrice xml:lang="en">9995</systemPrice>
        <hasAcquisitionDevice>
          <AcquisitionDevice rdf:ID="UUScanner">
            <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >9995 Euro</hasDevicePrice>
            <hasDeviceType rdf:resource="#RolandLPX250"/>
          </AcquisitionDevice>
        </hasAcquisitionDevice>
      </AcquisitionSystem>
    </hasAcquisitionSystem>
    <hasAcquired>
      <RealObjectForAcquisition rdf:ID="FrogUU">
        <hasBeenAcquiredBy rdf:resource="#FrogSessionUU"/>
        <isTransparent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isTransparent>
        <hasObjectID rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >898329AS89</hasObjectID>
        <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >stone</hasMaterial>
        <hasDimensions>
          <BoundingBox rdf:ID="RealFrogBBox">
            <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >millimeters</hasSpatialUnit>
            <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >100.0</hasLenght>
            <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >70.0</hasHeight>
            <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >100.0</hasDepth>
          </BoundingBox>
        </hasDimensions>
        <hasResponsibleInstitution rdf:resource="#UU"/>
        <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.3</hasWeightInKg>
        <hasOwner rdf:resource="#UU"/>
        <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isMovable>
        <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isReflective>
        <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isLightAbsorbent>
        <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Frog UU</hasInformalName>
        <hasPhysicalLocation rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Utrecht University</hasPhysicalLocation>
      </RealObjectForAcquisition>
    </hasAcquired>
    <hasEnvironmentConditions>
      <EnviromentConditions rdf:ID="UUCondition20051010">
        <hasLightingCondition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >uniform</hasLightingCondition>
        <hasLocationType rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >indoor</hasLocationType>
        <hasTemperatureInCelsius rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >23.0</hasTemperatureInCelsius>
      </EnviromentConditions>
    </hasEnvironmentConditions>
    <hasProduced>
      <SurfaceMesh rdf:ID="FrogUUMesh">
        <hasFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >PLY</hasFormat>
        <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >scan</hasKeywords>
        <hasNumOfConnectedComponents rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</hasNumOfConnectedComponents>
        <hasOwner rdf:resource="#UU"/>
        <hasSource rdf:resource="#FrogSessionUU"/>
        <hasNumOfEdges rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >591198</hasNumOfEdges>
        <hasDescription xml:lang="en">Stone frog scanned with a Roland LPX-250 laser range scanner. The following successive versions are provided: the range images and the full resolution shape which is a direct result of the alignment and merging phase.</hasDescription>
        <isManifold rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isManifold>
        <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Frog</hasKeywords>
        <hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://shapes.aim-at-shape.net/view.php?id=268&amp;groupid=268</hasURL>
        <hasBoundingBox rdf:resource="#RealFrogBBox"/>
        <hasNumOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >197170</hasNumOfVertices>
        <hasNumOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >394026</hasNumOfFaces>
        <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        ></hasKeywords>
      </SurfaceMesh>
    </hasProduced>
  </AcquisitionSession>
  <EnviromentConditions rdf:ID="IMATIEnvironmentCondition">
    <hasMaxDistanceInMeters rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</hasMaxDistanceInMeters>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >\\ra</rdfs:comment>
    <hasTemperatureInCelsius rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >23.0</hasTemperatureInCelsius>
  </EnviromentConditions>
  <Institution rdf:ID="ISTI">
    <hasInstitutionAddress rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pisa</hasInstitutionAddress>
    <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ISTI-CNR</hasInstitutionName>
  </Institution>
  <CameraDevice rdf:ID="IMPACTCamera">
    <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanFragileObjects>
    <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isContactDevice>
    <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMPACT</hasModelName>
    <isAbleToScanWaveAbsorbingObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanWaveAbsorbingObjects>
    <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanReflectiveObjects>
    <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMPACT</hasBrandName>
    <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanTransparentObjects>
    <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isUsedUnderwater>
    <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedOutdoor>
    <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isOptical>
    <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToAcquireColor>
    <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isDestructive>
    <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanMediumAbsorbentObjects>
    <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanLightAbsorbentObjects>
    <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedIndoor>
    <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanPreciousObjects>
    <hasFocalLength rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >50mm</hasFocalLength>
    <hasMaxScanBoundingBox>
      <BoundingBox rdf:ID="IMPACTBBox">
        <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >50.0</hasLenght>
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >centimeters</hasSpatialUnit>
        <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >50.0</hasDepth>
        <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >20.0</hasHeight>
      </BoundingBox>
    </hasMaxScanBoundingBox>
    <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isActive>
  </CameraDevice>
  <LaserDevice rdf:ID="MPIIMicrowave">
    <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isContactDevice>
    <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanReflectiveObjects>
    <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanMediumAbsorbentObjects>
    <hasResolution rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Circumferential pitch from .20 to 60 degrees</hasResolution>
    <hasMaxScanBoundingBox rdf:resource="#RolandLPXBBox"/>
    <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MPII Microwave Scanner</hasModelName>
    <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanLightAbsorbentObjects>
    <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedIndoor>
    <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToAcquireColor>
    <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanFragileObjects>
    <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MPIImicrowave</hasBrandName>
    <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isDestructive>
    <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanTransparentObjects>
    <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanPreciousObjects>
    <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isUsedUnderwater>
    <hasWeight rdf:resource="#Weight_14"/>
  </LaserDevice>
  <Weight rdf:ID="FakeBlackTireUUweight">
    <hasWeightMeasure rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >3.0</hasWeightMeasure>
    <hasWeightMeasureUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >kilos</hasWeightMeasureUnit>
  </Weight>
  <Institution rdf:ID="DISI">
    <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DISI</hasInstitutionName>
  </Institution>
  <Institution rdf:ID="cluster4_ver0.0_Instance_10032">
    <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ISTI</hasInstitutionName>
    <hasInstitutionAddress rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pisa</hasInstitutionAddress>
  </Institution>
  <BoundingBox rdf:ID="BoundingBox_9">
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >30.0</hasLenght>
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >centimeters</hasSpatialUnit>
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >30.0</hasDepth>
  </BoundingBox>
  <RealObjectForAcquisition rdf:ID="IsidoreHorse">
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasOwner>
      <Person rdf:ID="MarietteYvinec"/>
    </hasOwner>
    <hasDimensions>
      <BoundingBox rdf:ID="BoundingBox_19">
        <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >70.0</hasLenght>
        <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >70.0</hasHeight>
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >centimeters</hasSpatialUnit>
        <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >20.0</hasDepth>
      </BoundingBox>
    </hasDimensions>
    <hasBeenAcquiredBy>
      <AcquisitionSession rdf:ID="IsidoreHorseIMATIISession">
        <hasEnvironmentConditions rdf:resource="#IMATIEnvironmentCondition"/>
        <hasProduced>
          <SurfaceMesh rdf:ID="IsidoreHorseMesh">
            <hasOwner>
              <Institution rdf:ID="INRIA">
                <hasInstitutionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >INRIA</hasInstitutionName>
              </Institution>
            </hasOwner>
            <hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://shapes.aim-at-shape.net/view.php?id=426&amp;groupid=424</hasURL>
            <hasNumOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >1000000</hasNumOfVertices>
            <hasProprietaryRights rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            ></hasProprietaryRights>
            <hasKeywords xml:lang="en">cultural heritage</hasKeywords>
            <hasKeywords xml:lang="en">full resolution</hasKeywords>
            <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >wood</hasKeywords>
            <hasSource rdf:resource="#IsidoreHorseIMATIISession"/>
            <hasKeywords xml:lang="en">Isidore horse</hasKeywords>
            <hasFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >VRML</hasFormat>
            <hasNumOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >1000000</hasNumOfFaces>
            <hasBoundingBox rdf:resource="#IsidoreBBox"/>
            <hasDescription xml:lang="en">Wood child toy "Isidore horse" scanned with a Minolta Vivid 910 laser scanner: full resolution shape (1 millions quad faces) direct result of the alignment and merge phases</hasDescription>
          </SurfaceMesh>
        </hasProduced>
        <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >2005-10-13</hasDate>
        <hasAcquisitionSystem rdf:resource="#ImatiSystem"/>
        <hasAcquired rdf:resource="#IsidoreHorse"/>
      </AcquisitionSession>
    </hasBeenAcquiredBy>
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >11.0</hasWeightInKg>
    <isTransparent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isTransparent>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <hasResponsibleInstitution rdf:resource="#INRIA"/>
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Wood</hasMaterial>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Isidore Horse</hasInformalName>
  </RealObjectForAcquisition>
  <LaserDevice rdf:ID="IMPACTLaser">
    <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedOutdoor>
    <isContactDevice rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isContactDevice>
    <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedIndoor>
    <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanTransparentObjects>
    <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToAcquireColor>
    <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanMediumAbsorbentObjects>
    <isAbleToScanWaveAbsorbingObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanWaveAbsorbingObjects>
    <hasWeight>
      <Weight rdf:ID="Weight_2">
        <hasWeightMeasureUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >kilos</hasWeightMeasureUnit>
        <hasWeightMeasure rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >100.0</hasWeightMeasure>
      </Weight>
    </hasWeight>
    <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isActive>
    <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isAbleToScanReflectiveObjects>
    <isUsedUnderwater rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isUsedUnderwater>
    <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMPACT</hasModelName>
    <isDestructive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isDestructive>
    <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DISI_SPLIGURU</hasBrandName>
    <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanPreciousObjects>
    <owl:versionInfo xml:lang="en">TODO: (TASK LAU) riccardo question:does it weight 100 kg?  is  it is movable and usable outdoor?</owl:versionInfo>
    <hasMaxScanBoundingBox rdf:resource="#IMPACTBBox"/>
    <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanLightAbsorbentObjects>
    <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isOptical>
    <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanFragileObjects>
  </LaserDevice>
  <RealObjectForAcquisition rdf:ID="BimbaConNastrino">
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >chalk</hasMaterial>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >      Object from Pierre Alliez
</rdfs:comment>
    <hasResponsibleInstitution rdf:resource="#INRIA"/>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >5.0</hasWeightInKg>
    <hasBeenAcquiredBy>
      <AcquisitionSession rdf:ID="BimbaConNastrinoIMATISession">
        <hasAcquisitionSystem rdf:resource="#ImatiSystem"/>
        <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >2005-10-10</hasDate>
        <hasEnvironmentConditions rdf:resource="#IMATIEnvironmentCondition"/>
        <hasProduced>
          <SurfaceMesh rdf:ID="BimbaConNastrinoMesh">
            <hasKeywords xml:lang="en">cultural heritage</hasKeywords>
            <hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://shapes.aim-at-shape.net/view.php?id=277&amp;groupid=272</hasURL>
            <hasOwner rdf:resource="#INRIA"/>
            <hasFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >VRML</hasFormat>
            <hasNumOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >1800000</hasNumOfVertices>
            <hasOwner rdf:resource="#Imati"/>
            <hasProprietaryRights rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            ></hasProprietaryRights>
            <hasKeywords xml:lang="it">bimba con nastrino</hasKeywords>
            <hasSource rdf:resource="#BimbaConNastrinoIMATISession"/>
            <hasKeywords xml:lang="en">full resolution</hasKeywords>
            <hasDescription xml:lang="en">Bimba - 1.8 million vertices - Full resolution mesh</hasDescription>
            <hasKeywords xml:lang="en">statue</hasKeywords>
            <rdfs:comment xml:lang="en">bimba con nastrino with 18M vertices</rdfs:comment>
          </SurfaceMesh>
        </hasProduced>
        <hasAcquired rdf:resource="#BimbaConNastrino"/>
      </AcquisitionSession>
    </hasBeenAcquiredBy>
    <hasOwner rdf:resource="#INRIA"/>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <hasDimensions>
      <BoundingBox rdf:ID="BoundingBox_2">
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >centimeters</hasSpatialUnit>
        <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >29.0</hasLenght>
        <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >32.0</hasHeight>
        <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >16.0</hasDepth>
      </BoundingBox>
    </hasDimensions>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bimba con nastrino</hasInformalName>
    <hasBeenAcquiredBy>
      <AcquisitionSession rdf:ID="AcquisitionSession_16">
        <hasEnvironmentConditions rdf:resource="#IMATIEnvironmentCondition"/>
        <hasAcquisitionSystem rdf:resource="#ImatiSystem"/>
        <hasAcquired rdf:resource="#BimbaConNastrino"/>
        <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >2005-10-10</hasDate>
      </AcquisitionSession>
    </hasBeenAcquiredBy>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
  </RealObjectForAcquisition>
  <BoundingBox rdf:ID="BoundingBox_7">
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >10.0</hasDepth>
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >undefined</hasSpatialUnit>
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >10.0</hasLenght>
  </BoundingBox>
  <Weight rdf:ID="FakeGoldenGobletUUweight">
    <hasWeightMeasure rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >300.0</hasWeightMeasure>
    <hasWeightMeasureUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grams</hasWeightMeasureUnit>
  </Weight>
  <RealObjectForAcquisition rdf:ID="LittleBird">
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pisa Little Bird</hasInformalName>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
    <hasPhysicalLocation rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pisa</hasPhysicalLocation>
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.1</hasWeightInKg>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Fake Object, to check its consistency </rdfs:comment>
    <hasResponsibleInstitution rdf:resource="#cluster4_ver0.0_Instance_10032"/>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasDimensions>
      <BoundingBox rdf:ID="BoundingBox_8">
        <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >20.0</hasDepth>
        <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >20.0</hasLenght>
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >centimeters</hasSpatialUnit>
      </BoundingBox>
    </hasDimensions>
    <hasObjectID rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1</hasObjectID>
  </RealObjectForAcquisition>
  <RealObjectForAcquisition rdf:ID="GoldenGoblet">
    <hasResponsibleInstitution rdf:resource="#UU"/>
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.5</hasWeightInKg>
    <hasObjectID rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3</hasObjectID>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Golden Goblet</hasInformalName>
    <hasDimensions rdf:resource="#BoundingBox_7"/>
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >metal</hasMaterial>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isMovable>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isReflective>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Fake Object, to check its consistency </rdfs:comment>
    <hasOwner rdf:resource="#UU"/>
  </RealObjectForAcquisition>
  <BoundingBox rdf:ID="BoundingBox_3">
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >undefined</hasSpatialUnit>
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >45.0</hasDepth>
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >45.0</hasLenght>
  </BoundingBox>
  <AcquisitionDevice rdf:ID="ad1">
    <hasDeviceType>
      <AcquisitionDeviceType rdf:ID="HSD_2005">
        <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToScanPreciousObjects>
        <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isAbleToAcquireColor>
        <hasWeight rdf:resource="#Weight_5"/>
        <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isUsedIndoor>
        <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >true</isUsedOutdoor>
        <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >HSD 2005</hasModelName>
      </AcquisitionDeviceType>
    </hasDeviceType>
    <owl:versionInfo xml:lang="en">TODO: Riccardo: Who is the ownen of this scanner? I got the impression it is a fake example..</owl:versionInfo>
    <owl:versionInfo xml:lang="en">TODO: Riccardo: this instance is incomplete</owl:versionInfo>
  </AcquisitionDevice>
  <AcquisitionDevice rdf:ID="DISILaserScanner">
    <hasMechanicalToolsSupport rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >conveyor belt</hasMechanicalToolsSupport>
    <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >10000 EURO</hasDevicePrice>
    <hasDeviceType rdf:resource="#IMPACTLaser"/>
  </AcquisitionDevice>
  <RealObjectForAcquisition rdf:ID="Cesar">
    <hasDimensions>
      <BoundingBox rdf:ID="BoundingBox_14">
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >centimeters</hasSpatialUnit>
        <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >18.0</hasLenght>
        <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >28.0</hasHeight>
        <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >22.0</hasDepth>
      </BoundingBox>
    </hasDimensions>
    <isTransparent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isTransparent>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Cesar</hasInformalName>
    <hasResponsibleInstitution rdf:resource="#INRIA"/>
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Chalk</hasMaterial>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasOwner rdf:resource="#INRIA"/>
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</hasWeightInKg>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
  </RealObjectForAcquisition>
  <BoundingBox rdf:ID="BoundingBox_12">
    <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >27.0</hasHeight>
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >13.0</hasLenght>
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >centimeters</hasSpatialUnit>
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >13.0</hasDepth>
  </BoundingBox>
  <Weight rdf:ID="FrogUUweight">
    <hasWeightMeasure rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >250.0</hasWeightMeasure>
    <hasWeightMeasureUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grams</hasWeightMeasureUnit>
  </Weight>
  <StructuredLightDevice rdf:ID="Philips1">
    <isUsedOutdoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isUsedOutdoor>
    <hasModelName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Philips 1</hasModelName>
    <isAbleToAcquireColor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToAcquireColor>
    <hasMinScanBoundingBox>
      <BoundingBox rdf:ID="BoundingBox_4">
        <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >undefined</hasSpatialUnit>
        <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</hasLenght>
        <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</hasHeight>
        <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</hasDepth>
      </BoundingBox>
    </hasMinScanBoundingBox>
    <isAbleToScanPreciousObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanPreciousObjects>
    <isAbleToScanLightAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanLightAbsorbentObjects>
    <hasMaxScanBoundingBox rdf:resource="#BoundingBox_3"/>
    <isOptical rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isOptical>
    <isAbleToScanReflectiveObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanReflectiveObjects>
    <isAbleToScanFragileObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanFragileObjects>
    <isAbleToScanTransparentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanTransparentObjects>
    <hasBrandName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Philips</hasBrandName>
    <isAbleToScanMediumAbsorbentObjects rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isAbleToScanMediumAbsorbentObjects>
    <isUsedIndoor rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isUsedIndoor>
    <isActive rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isActive>
  </StructuredLightDevice>
  <RealObjectForAcquisition rdf:ID="PisaCathedral">
    <hasBeenAcquiredBy>
      <AcquisitionSession rdf:ID="PisaMiracleSquareSession2005">
        <hasProduced>
          <SurfaceMesh rdf:ID="PisaCathedralISTIMesh">
            <hasOwner rdf:resource="#ISTI"/>
            <hasSource rdf:resource="#PisaMiracleSquareSession2005"/>
            <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Pisa</hasKeywords>
            <hasBoundingBox>
              <BoundingBox rdf:ID="PisaCathedralBBox">
                <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >30.0</hasLenght>
                <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >30.0</hasDepth>
                <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >meters</hasSpatialUnit>
                <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
                >20.0</hasHeight>
              </BoundingBox>
            </hasBoundingBox>
            <hasFormat rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >PLY</hasFormat>
            <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >cathedral</hasKeywords>
            <hasNumOfFaces rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >2987600</hasNumOfFaces>
            <hasProprietaryRights rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            ></hasProprietaryRights>
            <hasNumOfVertices rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >2980000</hasNumOfVertices>
            <hasDescription rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Pisa Cathedral outdoor scanning</hasDescription>
            <hasKeywords rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            ></hasKeywords>
            <isManifold rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
            >true</isManifold>
          </SurfaceMesh>
        </hasProduced>
        <hasAcquisitionSystem>
          <AcquisitionSystem rdf:ID="IstiSystem">
            <hasOwner rdf:resource="#ISTI"/>
            <hasAcquisitionDevice rdf:resource="#ad1"/>
          </AcquisitionSystem>
        </hasAcquisitionSystem>
        <hasEnvironmentConditions>
          <EnviromentConditions rdf:ID="PisaCathedralEnrivonmentCondition">
            <hasTemperatureInCelsius rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >25.0</hasTemperatureInCelsius>
            <hasMaxDistanceInMeters rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
            >40.0</hasMaxDistanceInMeters>
          </EnviromentConditions>
        </hasEnvironmentConditions>
        <hasAcquired rdf:resource="#PisaCathedral"/>
        <hasDate rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >2005-05-10</hasDate>
      </AcquisitionSession>
    </hasBeenAcquiredBy>
    <hasDimensions rdf:resource="#BoundingBox_9"/>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
    <hasPhysicalLocation rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pisa</hasPhysicalLocation>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isMovable>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pisa Cathedral</hasInformalName>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Fake Object, to check its consistency </rdfs:comment>
    <hasResponsibleInstitution rdf:resource="#cluster4_ver0.0_Instance_10032"/>
    <hasObjectID rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2</hasObjectID>
  </RealObjectForAcquisition>
  <RealObjectForAcquisition rdf:ID="HeadOfEros">
    <hasOwner rdf:resource="#INRIA"/>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Head of Eros</hasInformalName>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
    <isTransparent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isTransparent>
    <hasDimensions rdf:resource="#BoundingBox_12"/>
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >2.0</hasWeightInKg>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasResponsibleInstitution rdf:resource="#INRIA"/>
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Chalk</hasMaterial>
  </RealObjectForAcquisition>
  <BoundingBox rdf:ID="BoundingBox_6">
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >70.0</hasLenght>
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >20.0</hasDepth>
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >undefined</hasSpatialUnit>
  </BoundingBox>
  <BoundingBox rdf:ID="BoundingBox_10">
    <hasSpatialUnit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >centimeters</hasSpatialUnit>
    <hasDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >15.0</hasDepth>
    <hasHeight rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >31.0</hasHeight>
    <hasLenght rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >20.0</hasLenght>
  </BoundingBox>
  <AcquisitionDevice rdf:ID="DISICameraScanner">
    <hasDevicePrice rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >5000</hasDevicePrice>
  </AcquisitionDevice>
  <RealObjectForAcquisition rdf:ID="Pulley1">
    <hasWeightInKg rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.2</hasWeightInKg>
    <hasResponsibleInstitution rdf:resource="#INRIA"/>
    <isLightAbsorbent rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isLightAbsorbent>
    <hasInformalName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Pulley 1</hasInformalName>
    <isReflective rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</isReflective>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >\\ra where can we write that the object has been painted...?</rdfs:comment>
    <isMovable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isMovable>
    <hasDimensions rdf:resource="#BoundingBox_10"/>
    <hasMaterial rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Metal</hasMaterial>
    <hasOwner rdf:resource="#INRIA"/>
  </RealObjectForAcquisition>
  <LogisticConditions rdf:ID="APCluster20060315_RDFResource_6"/>
  <AcquisitionSystem rdf:ID="DisiSystem">
    <hasAcquisitionDevice rdf:resource="#DISICameraScanner"/>
    <systemPrice xml:lang="en">15000</systemPrice>
    <hasOwner rdf:resource="#DISI"/>
    <hasAcquisitionDevice rdf:resource="#DISILaserScanner"/>
  </AcquisitionSystem>
  <AcquisitionDevice rdf:ID="ad2">
    <hasDeviceType rdf:resource="#Philips1"/>
  </AcquisitionDevice>
  <RealObjectForAcquisition rdf:ID="BlackTire">
    <hasDimensions rdf:resource="#BoundingBox_6"/>
    <hasOwner rdf:resource="#UU"/>
    <isReflective rdf:datatype="