@prefix rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf:<http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:<http://www.w3.org/2002/07/owl#> .
@prefix dcat:<http://www.w3.org/ns/dcat#> .
@prefix prov:<http://www.w3.org/ns/prov#> .
@prefix giga:<http://www.gigamesh.eu/ont#> .
@prefix dc:<http://purl.org/dc/terms/> .
@prefix ex:<http://purl.org/net/ns/ex#> .
@prefix geo:<http://www.opengis.net/ont/geosparql#> .
@prefix wdt:<http://www.wikidata.org/prop/direct/> .
@prefix om:<http://www.ontology-of-units-of-measure.org/resource/om-2/> .

giga:GigameshMetadata rdf:type owl:Ontology .
giga:GigameshMetadata rdfs:label "Gigamesh Metadata Ontology"@en .

giga:GigameshInfo rdf:type owl:Class .
giga:GigameshInfo rdfs:label "Gigamesh Info"@en .
giga:Mesh rdf:type owl:Class .
giga:Mesh rdfs:subClassOf prov:Entity .
giga:Mesh rdfs:label "Mesh"@en .
giga:TotalNumberOfVertices rdf:type owl:Class .
giga:TotalNumberOfVertices rdfs:subClassOf giga:GigameshInfo .
giga:totalNumberOfVertices rdf:type owl:ObjectProperty .
giga:totalNumberOfVertices rdfs:domain giga:Mesh .
giga:totalNumberOfVertices rdfs:label "Total number of vertices"@en .
giga:totalNumberOfVertices skos:definition "The total number of vertices as represented in the mesh"@en .
giga:totalNumberOfVertices rdfs:comment "Gigamesh Info: Total number of vertices"@en .
giga:NaNVertices rdf:type owl:Class .    
giga:NaNVertices rdfs:subClassOf giga:GigameshInfo .
giga:NaNVertices rdf:type owl:ObjectProperty .
giga:NaNVertices rdfs:domain giga:Mesh .
giga:NaNVertices rdfs:label "NaN Vertices"@en .
giga:NaNVertices skos:definition "The total number of vertices which are not represented by a number"@en .
giga:NaNVertices rdfs:comment "Gigamesh Info: Vertices not-a-number"@en .
giga:VertexNormalLength rdf:type owl:Class .
giga:VertexNormalLength rdfs:subClassOf giga:GigameshInfo .
giga:vertexNormalLength rdf:type owl:ObjectProperty .
giga:vertexNormalLength rdfs:domain giga:Mesh .
giga:vertexNormalLength rdfs:label "Vertex normal vector length normal"@en .
giga:vertexNormalLength skos:definition "The toal number of vertices with a normal vector length"@en .
giga:vertexNormalLength rdfs:comment "Gigamesh Info: Vertex normal vector length normal"@en .
giga:VertexIsolated rdf:type owl:Class .   
giga:VertexIsolated rdfs:subClassOf giga:GigameshInfo .
giga:vertexIsolated rdf:type owl:ObjectProperty .
giga:vertexIsolated rdfs:domain giga:Mesh .
giga:vertexIsolated rdfs:label "Vertices solo"@en .
giga:vertexIsolated skos:definition "The total number of isolated vertices"@en .
giga:vertexIsolated rdfs:comment "Gigamesh Info: Vertices solo"@en .  
giga:BorderVertices rdf:type owl:Class .   
giga:BorderVertices rdfs:subClassOf giga:GigameshInfo .
giga:borderVertices rdf:type owl:ObjectProperty .
giga:borderVertices rdfs:domain giga:Mesh .
giga:borderVertices rdfs:label "Border vertices"@en .
giga:borderVertices skos:definition "The total number of vertices at borders of the mesh"@en .
giga:borderVertices rdfs:comment "Gigamesh Info: Border vertices"@en .
giga:NonManifoldVertices rdf:type owl:Class .
giga:NonManifoldVertices rdfs:subClassOf giga:GigameshInfo . 
giga:nonManifoldVertices rdf:type owl:ObjectProperty .
giga:nonManifoldVertices rdfs:domain giga:Mesh .
giga:nonManifoldVertices rdfs:label "Vertices non-manifold"@en .
giga:nonManifoldVertices skos:definition "The total number of vertices which are not part of a manifold"@en .
giga:nonManifoldVertices rdfs:comment "Gigamesh Info: Vertices non-manifold"@en .
giga:SingularVertices rdf:type owl:Class . 
giga:SingularVertices rdfs:subClassOf giga:GigameshInfo .
giga:singularVertices rdf:type owl:ObjectProperty .
giga:singularVertices rdfs:domain giga:Mesh .
giga:singularVertices rdfs:label "Vertices singular"@en .
giga:singularVertices skos:definition "The total number of vertices which are singular"@en .
giga:singularVertices rdfs:comment "Gigamesh Info: Vertices singular"@en .
giga:VerticesOnInvertedEdge rdf:type owl:Class .   
giga:VerticesOnInvertedEdge rdfs:subClassOf giga:GigameshInfo .
giga:verticesOnInvertedEdge rdf:type owl:ObjectProperty .
giga:verticesOnInvertedEdge rdfs:domain giga:Mesh .
giga:verticesOnInvertedEdge rdfs:label "Vertices along an inverted edge"@en .
giga:verticesOnInvertedEdge skos:definition "The total number of vertices on an inverted edge"@en .
giga:verticesOnInvertedEdge rdfs:comment "Gigamesh Info: Vertices along an inverted edge"@en .
giga:VerticesPartOfZeroAreaFace rdf:type owl:Class .
giga:VerticesPartOfZeroAreaFace rdfs:subClassOf giga:GigameshInfo .
giga:verticesPartOfZeroAreaFace rdf:type owl:ObjectProperty .
giga:verticesPartOfZeroAreaFace rdfs:domain giga:Mesh .
giga:verticesPartOfZeroAreaFace rdfs:label "Vertices part of a zero area face"@en .
giga:verticesPartOfZeroAreaFace skos:definition "The total number of vertices which are part of a zero area face"@en .
giga:verticesPartOfZeroAreaFace rdfs:comment "Gigamesh Info: Vertices part of a zero area face"@en .
giga:SyntheticVertices rdf:type owl:Class .   
giga:SyntheticVertices rdfs:subClassOf giga:GigameshInfo .
giga:syntheticVertices rdf:type owl:ObjectProperty .
giga:syntheticVertices rdfs:domain giga:Mesh .
giga:syntheticVertices rdfs:label "Vertices synthetic"@en .
giga:syntheticVertices skos:definition "The total number of vertices which are synthetic"@en .
giga:syntheticVertices rdfs:comment "Gigamesh Info: Vertices synthetic"@en .
giga:ManuallyAddedVertices rdf:type owl:Class .   
giga:ManuallyAddedVertices rdfs:subClassOf giga:GigameshInfo .
giga:manuallyAddedVertices rdf:type owl:ObjectProperty .
giga:manuallyAddedVertices rdfs:domain giga:Mesh .
giga:manuallyAddedVertices rdfs:label "Vertices manually added"@en .
giga:manuallyAddedVertices skos:definition "The total number of vertices which have been manually added"@en .
giga:manuallyAddedVertices rdfs:comment "Gigamesh Info: Vertices manually added"@en .
giga:CircleCenterVertices rdf:type owl:Class .    
giga:CircleCenterVertices rdfs:subClassOf giga:GigameshInfo .
giga:circleCenterVertices rdf:type owl:ObjectProperty .
giga:circleCenterVertices rdfs:domain giga:Mesh .
giga:circleCenterVertices rdfs:label "Vertices circle center"@en .
giga:circleCenterVertices skos:definition "The total number of vertices which comprise the center of a circle"@en .
giga:circleCenterVertices rdfs:comment "Gigamesh Info: Vertices circle center"@en .
giga:PolylineVertices rdf:type owl:Class .   
giga:PolylineVertices rdfs:subClassOf giga:GigameshInfo .
giga:polylineVertices rdf:type owl:ObjectProperty .
giga:polylineVertices rdfs:domain giga:Mesh .
giga:polylineVertices rdfs:label "Vertices selected"@en .
giga:polylineVertices skos:definition "The total number of vertices of polylines"@en .
giga:polylineVertices rdfs:comment "Gigamesh Info: Vertices of polylines"@en .
giga:SelectedVertices rdf:type owl:Class .    
giga:SelectedVertices rdfs:subClassOf giga:GigameshInfo .
giga:selectedVertices rdf:type owl:ObjectProperty .
giga:selectedVertices rdfs:domain giga:Mesh .
giga:selectedVertices rdfs:label "Vertices selected"@en .
giga:selectedVertices skos:definition "The total number of vertices which are selected"@en .
giga:selectedVertices rdfs:comment "Gigamesh Info: Vertices selected"@en .
giga:FiniteFunctionValueVertices rdf:type owl:Class .    
giga:FiniteFunctionValueVertices rdfs:subClassOf giga:GigameshInfo .
giga:finiteFunctionValueVertices rdf:type owl:ObjectProperty .
giga:finiteFunctionValueVertices rdfs:domain giga:Mesh .
giga:finiteFunctionValueVertices rdfs:label "Vertices with finite function value"@en .
giga:finiteFunctionValueVertices skos:definition "The total number of vertices which have a finite function value"@en .
giga:finiteFunctionValueVertices rdfs:comment "Gigamesh Info: Vertices with finite function value"@en .
giga:LocalFunctionMinValueVertices rdf:type owl:Class .    
giga:LocalFunctionMinValueVertices rdfs:subClassOf giga:GigameshInfo .
giga:localFunctionValueMinVertices rdf:type owl:ObjectProperty .
giga:localFunctionValueMinVertices rdfs:domain giga:Mesh .
giga:localFunctionValueMinVertices rdfs:label "Vertices with local function value minimum"@en .
giga:localFunctionValueMinVertices skos:definition "The total number of vertices which have a local function value minimum"@en .
giga:localFunctionValueMinVertices rdfs:comment "Gigamesh Info: Vertices with local function value minimum"@en .
giga:LocalFunctionMaxValueVertices rdf:type owl:Class .    
giga:LocalFunctionMaxValueVertices rdfs:subClassOf giga:GigameshInfo .
giga:localFunctionValueMaxVertices rdf:type owl:ObjectProperty .
giga:localFunctionValueMaxVertices rdfs:domain giga:Mesh .
giga:localFunctionValueMaxVertices rdfs:label "Vertices with local function value maximum"@en .
giga:localFunctionValueMaxVertices skos:definition "The total number of vertices which have a local function value maximum"@en .
giga:localFunctionValueMaxVertices rdfs:comment "Gigamesh Info: Vertices with local function value maximum"@en .
giga:TotalNumberOfFaces rdf:type owl:Class .    
giga:TotalNumberOfFaces rdfs:subClassOf giga:GigameshInfo . 
giga:totalNumberOfFaces rdf:type owl:ObjectProperty .
giga:totalNumberOfFaces rdfs:domain giga:Mesh .
giga:totalNumberOfFaces rdfs:label "Total number of faces"@en .
giga:totalNumberOfFaces skos:definition "The total number of faces in the given mesh"@en .
giga:totalNumberOfFaces rdfs:comment "Gigamesh Info: Total number of faces"@en . 
giga:SoloFaces rdf:type owl:Class .
giga:SoloFaces rdfs:subClassOf giga:GigameshInfo . 
giga:soloFaces rdf:type owl:ObjectProperty .
giga:soloFaces rdfs:domain giga:Mesh .
giga:soloFaces rdfs:label "Solo faces"@en .
giga:soloFaces skos:definition "The total number of solo faces"@en .
giga:soloFaces rdfs:comment "Gigamesh Info: Solo faces"@en .   
giga:BorderFaces rdf:type owl:Class .
giga:BorderFaces rdfs:subClassOf giga:GigameshInfo .   
giga:borderFaces rdf:type owl:ObjectProperty .
giga:borderFaces rdfs:domain giga:Mesh .
giga:borderFaces rdfs:label "Border faces"@en .
giga:borderFaces skos:definition "The total number of border faces"@en .
giga:borderFaces rdfs:comment "Gigamesh Info: Border faces"@en .
giga:ThreeBorderVertexFaces rdf:type owl:Class .    
giga:ThreeBorderVertexFaces rdfs:subClassOf giga:GigameshInfo . 
giga:threeBorderVertexFaces rdf:type owl:ObjectProperty .
giga:threeBorderVertexFaces rdfs:domain giga:Mesh .
giga:threeBorderVertexFaces rdfs:label "Faces with three border vertices"@en .
giga:threeBorderVertexFaces skos:definition "The total number of faces with three border vertices"@en .
giga:threeBorderVertexFaces rdfs:comment "Gigamesh Info: Faces with three border vertices"@en . 
giga:BorderFacesBridgeTriConnection rdf:type owl:Class .   
giga:BorderFacesBridgeTriConnection rdfs:subClassOf giga:GigameshInfo .
giga:borderFacesBridgeTriConnection rdf:type owl:ObjectProperty .
giga:borderFacesBridgeTriConnection rdfs:domain giga:Mesh .
giga:borderFacesBridgeTriConnection rdfs:label "Border faces bridge tri-connection"@en .
giga:borderFacesBridgeTriConnection skos:definition "The total number of faces with three border vertices"@en .
giga:borderFacesBridgeTriConnection rdfs:comment "Gigamesh Info: Border faces bridge tri-connection"@en .
giga:BridgeBorderFaces rdf:type owl:Class . 
giga:BridgeBorderFaces rdfs:subClassOf giga:GigameshInfo . 
giga:bridgeBorderFaces rdf:type owl:ObjectProperty .
giga:bridgeBorderFaces rdfs:domain giga:Mesh .
giga:bridgeBorderFaces rdfs:label "Bridge border faces"@en .
giga:bridgeBorderFaces skos:definition "The total number of bridge border faces"@en .
giga:bridgeBorderFaces rdfs:comment "Gigamesh Info: Bridge border faces"@en .
giga:DanglingBorderFaces rdf:type owl:Class .  
giga:DanglingBorderFaces rdfs:subClassOf giga:GigameshInfo .
giga:danglingBorderFaces rdf:type owl:ObjectProperty .
giga:danglingBorderFaces rdfs:domain giga:Mesh .
giga:danglingBorderFaces rdfs:label "Dangling border faces"@en .
giga:danglingBorderFaces skos:definition "The total number of dangling border faces"@en .
giga:danglingBorderFaces rdfs:comment "Gigamesh Info: Dangling border faces"@en .
giga:ManifoldFaces rdf:type owl:Class . 
giga:ManifoldFaces rdfs:subClassOf giga:GigameshInfo .  
giga:manifoldFaces rdf:type owl:ObjectProperty .
giga:manifoldFaces rdfs:domain giga:Mesh .
giga:manifoldFaces rdfs:label "Manifold faces"@en .
giga:manifoldFaces skos:definition "The total number of manifold faces"@en .
giga:manifoldFaces rdfs:comment "Gigamesh Info: Manifold faces"@en . 
giga:NonManifoldFaces rdf:type owl:Class .   
giga:NonManifoldFaces rdfs:subClassOf giga:GigameshInfo .
giga:nonManifoldFaces rdf:type owl:ObjectProperty .
giga:nonManifoldFaces rdfs:domain giga:Mesh .
giga:nonManifoldFaces rdfs:label "Non-Manifold faces"@en .
giga:nonManifoldFaces skos:definition "The total number of non-manifold faces"@en .
giga:nonManifoldFaces rdfs:comment "Gigamesh Info: Non-Manifold faces"@en . 
giga:StickyFaces rdf:type owl:Class .    
giga:StickyFaces rdfs:subClassOf giga:GigameshInfo .
giga:stickyFaces rdf:type owl:ObjectProperty .
giga:stickyFaces rdfs:domain giga:Mesh .
giga:stickyFaces rdfs:label "Sticky faces"@en .
giga:stickyFaces skos:definition "The total number of sticky faces" .
giga:stickyFaces rdfs:comment "Gigamesh Info: Sticky faces" .
giga:ZeroAreaFaces rdf:type owl:Class .    
giga:ZeroAreaFaces rdfs:subClassOf giga:GigameshInfo .
giga:zeroAreaFaces rdf:type owl:ObjectProperty .
giga:zeroAreaFaces rdfs:domain giga:Mesh .
giga:zeroAreaFaces rdfs:label "Faces with zero area"@en .
giga:zeroAreaFaces skos:definition "The total number of faces with zero area"@en .
giga:zeroAreaFaces rdfs:comment "Gigamesh Info: Faces with zero area"@en .
giga:InvertedFaces rdf:type owl:Class .
giga:InvertedFaces rdfs:subClassOf giga:GigameshInfo .
giga:invertedFaces rdf:type owl:ObjectProperty .
giga:invertedFaces rdfs:domain giga:Mesh .
giga:invertedFaces rdfs:label "Inverted Faces"@en .
giga:invertedFaces skos:definition "The total number of faces which are inverted"@en .
giga:invertedFaces rdfs:comment "Gigamesh Info: Inverted Faces"@en .
giga:SelectedFaces rdf:type owl:Class .    
giga:SelectedFaces rdfs:subClassOf giga:GigameshInfo .
giga:selectedFaces rdf:type owl:ObjectProperty .
giga:selectedFaces rdfs:domain giga:Mesh .
giga:selectedFaces rdfs:label "Selected Faces"@en .
giga:selectedFaces skos:definition "The total number of selected faces"@en .
giga:selectedFaces rdfs:comment "Gigamesh Info: Selected Faces"@en .
giga:SelfIntersectedFaces rdf:type owl:Class .    
giga:SelfIntersectedFaces rdfs:subClassOf giga:GigameshInfo .
giga:selfIntersectedFaces rdf:type owl:ObjectProperty .
giga:selfIntersectedFaces rdfs:domain giga:Mesh .
giga:selfIntersectedFaces rdfs:label "Selected Faces"@en .
giga:selfIntersectedFaces skos:definition "The total number of selected faces"@en .
giga:selfIntersectedFaces rdfs:comment "Gigamesh Info: Selected Faces"@en .
giga:SyntheticVertexFaces rdf:type owl:Class .    
giga:SyntheticVertexFaces rdfs:subClassOf giga:GigameshInfo .
giga:syntheticVertexFaces rdf:type owl:ObjectProperty .
giga:syntheticVertexFaces rdfs:domain giga:Mesh .
giga:syntheticVertexFaces rdfs:label "Faces with synthetic vertices"@en .
giga:syntheticVertexFaces skos:definition "The total number of faces with synthetic vertices"@en .
giga:syntheticVertexFaces rdfs:comment "Gigamesh Info: Faces with synthetic vertices"@en .
giga:ConnectedComponents rdf:type owl:Class .  
giga:ConnectedComponents rdfs:subClassOf giga:GigameshInfo .
giga:amountOfConnectedComponents rdf:type owl:ObjectProperty .
giga:amountOfConnectedComponents rdfs:domain giga:Mesh .
giga:amountOfConnectedComponents rdfs:label "Connected components"@en .
giga:amountOfConnectedComponents skos:definition "The total number of connected components"@en .
giga:amountOfConnectedComponents rdfs:comment "Gigamesh Info: Connected components"@en . 
giga:boundingBox rdf:type owl:ObjectProperty .
giga:boundingBox owl:equivalentProeperty geo:hasBoundingBox .
giga:boundingBox rdfs:domain giga:Mesh .
giga:boundingBox rdfs:label "Bounding Box"@en . 
giga:boundingBox skos:definition "The bounding box of the mesh"@en .
giga:boundingBox rdfs:comment "Gigamesh Info: The bounding box of the mesh"@en .
giga:minimumXCoordinate rdf:type owl:DatatypeProperty .
giga:minimumXCoordinate rdfs:domain geo:Geometry .
giga:minimumXCoordinate rdfs:label "Minimum X Coordinate"@en .
giga:minimumXCoordinate skos:definition "The minimum x coordinate of the mesh"@en .
giga:minimumXCoordinate rdfs:comment "Gigamesh Info: Minimum X Coordinate"@en .
giga:minimumYCoordinate rdf:type owl:DatatypeProperty .
giga:minimumYCoordinate rdfs:domain geo:Geometry .
giga:minimumYCoordinate rdfs:label "Minimum Y Coordinate"@en . 
giga:minimumYCoordinate skos:definition "The minimum y coordinate of the mesh"@en .
giga:minimumYCoordinate rdfs:comment "Gigamesh Info: Minimum Y Coordinate"@en .
giga:minimumZCoordinate rdf:type owl:DatatypeProperty .
giga:minimumZCoordinate rdfs:domain geo:Geometry .
giga:minimumZCoordinate rdfs:label "Minimum Z Coordinate"@en . 
giga:minimumZCoordinate skos:definition "The minimum z coordinate of the mesh"@en .
giga:minimumZCoordinate rdfs:comment "Gigamesh Info: Minimum Z Coordinate"@en .
giga:maximumXCoordinate rdf:type owl:DatatypeProperty .
giga:maximumXCoordinate rdfs:domain geo:Geometry .
giga:maximumXCoordinate rdfs:label "Maximum X Coordinate"@en . 
giga:maximumXCoordinate skos:definition "The maximum x coordinate of the mesh"@en .
giga:maximumXCoordinate rdfs:comment "Gigamesh Info: Maximum X Coordinate"@en .
giga:maximumYCoordinate rdf:type owl:DatatypeProperty .
giga:maximumYCoordinate rdfs:domain geo:Geometry .
giga:maximumYCoordinate rdfs:label "Maximum Y Coordinate"@en .
giga:maximumYCoordinate skos:definition "The maximum y coordinate of the mesh"@en .
giga:maximumYCoordinate rdfs:comment "Gigamesh Info: Maximum Y Coordinate"@en .
giga:maximumZCoordinate rdf:type owl:DatatypeProperty .
giga:maximumZCoordinate rdfs:domain geo:Geometry .
giga:maximumZCoordinate rdfs:label "Maximum Z Coordinate"@en . 
giga:maximumZCoordinate skos:definition "The maximum y coordinate of the mesh"@en .
giga:maximumZCoordinate rdfs:comment "Gigamesh Info: Maximum Z Coordinate"@en .
giga:boundingBoxWidth rdf:type owl:DatatypeProperty .
giga:boundingBoxWidth rdfs:domain geo:Geometry .
giga:boundingBoxWidth rdfs:label "Bounding Box Width"@en .
giga:boundingBoxWidth skos:definition "The width of the bounding box encompassing the mesh"@en .
giga:boundingBoxWidth rdfs:comment "Gigamesh Info: Bounding Box Width"@en .
giga:boundingBoxHeight rdf:type owl:DatatypeProperty .
giga:boundingBoxHeight rdfs:domain geo:Geometry .
giga:boundingBoxHeight rdfs:label "Bounding Box Height"@en.
giga:boundingBoxHeight skos:definition "The height of the bounding box encompassing the mesh"@en .
giga:boundingBoxHeight rdfs:comment "Gigamesh Info: Bounding Box Height"@en .
giga:boundingBoxThickness rdf:type owl:DatatypeProperty .
giga:boundingBoxThickness rdfs:domain geo:Geometry .
giga:boundingBoxThickness rdfs:label "Bounding Box Thickness"@en . 
giga:boundingBoxThickness skos:definition "The thickness of the bounding box encompassing the mesh"@en .
giga:boundingBoxThickness rdfs:comment "Gigamesh Info: Bounding Box Thickness"@en .
giga:largestArea rdf:type owl:DatatypeProperty .
giga:largestArea rdfs:domain giga:Mesh .
giga:largestArea rdfs:label "Largest Area"@en .
giga:largestArea skos:definition "The largest area of the mesh"@en .
giga:largestArea rdfs:comment "Gigamesh Info: Largest Area"@en .
giga:smallestArea rdf:type owl:DatatypeProperty .
giga:smallestArea rdfs:domain giga:Mesh .
giga:smallestArea rdfs:label "Smallest Area"@en . 
giga:smallestArea skos:definition "The smallest area of the mesh"@en .
giga:smallestArea rdfs:comment "Gigamesh Info: Smallest Area"@en .
giga:totalArea rdf:type owl:DatatypeProperty .
giga:totalArea rdfs:domain giga:Mesh .
giga:totalArea rdfs:label "Total Area"@en . 
giga:totalArea skos:definition "The total area of the mesh"@en .
giga:totalArea rdfs:comment "Gigamesh Info: Total Area"@en .
giga:totalVolumeDX rdf:type owl:DatatypeProperty .
giga:totalVolumeDX rdfs:domain giga:Mesh .
giga:totalVolumeDX rdfs:label "Total Volume DX"@en . 
giga:totalVolumeDX skos:definition "The total volume DX of the mesh"@en .
giga:totalVolumeDX rdfs:comment "Gigamesh Info: Total Volume DX"@en .
giga:totalVolumeDY rdf:type owl:DatatypeProperty .
giga:totalVolumeDY rdfs:domain giga:Mesh .
giga:totalVolumeDY rdfs:label "Total Volume DY"@en. 
giga:totalVolumeDY skos:definition "The total volume DY of the mesh"@en .
giga:totalVolumeDY rdfs:comment "Gigamesh Info: Total Volume DY"@en .
giga:totalVolumeDZ rdf:type owl:DatatypeProperty .
giga:totalVolumeDZ rdfs:domain giga:Mesh .
giga:totalVolumeDZ rdfs:label "Total Volume DZ"@en . 
giga:totalVolumeDZ skos:definition "The total volume DZ of the mesh"@en .
giga:totalVolumeDZ rdfs:comment "Gigamesh Info: Total Volume DZ"@en .
giga:lookAtPointX rdf:type owl:DatatypeProperty .
giga:lookAtPointX rdfs:domain giga:Mesh .
giga:lookAtPointX rdfs:range xsd:double .
giga:lookAtPointX rdfs:label "LookAt point X"@en .
giga:lookAtPointY rdf:type owl:DatatypeProperty .
giga:lookAtPointY rdfs:domain giga:Mesh .
giga:lookAtPointY rdfs:range xsd:double .
giga:lookAtPointY rdfs:label "LookAt point Y"@en .
giga:lookAtPointZ rdf:type owl:DatatypeProperty .
giga:lookAtPointZ rdfs:domain giga:Mesh .
giga:lookAtPointZ rdfs:range xsd:double .
giga:lookAtPointZ rdfs:label "LookAt point Z"@en .
giga:cameraCenterX rdf:type owl:DatatypeProperty .
giga:cameraCenterX rdfs:domain giga:Mesh .
giga:cameraCenterX rdfs:range xsd:double .
giga:cameraCenterX rdfs:label "Camera Center X"@en .
giga:cameraCenterY rdf:type owl:DatatypeProperty .
giga:cameraCenterY rdfs:domain giga:Mesh .
giga:cameraCenterY rdfs:range xsd:double .
giga:cameraCenterY rdfs:label "Camera Center Y"@en .
giga:cameraCenterZ rdf:type owl:DatatypeProperty .
giga:cameraCenterZ rdfs:domain giga:Mesh .
giga:cameraCenterZ rdfs:range xsd:double .
giga:cameraCenterZ rdfs:label "Camera Center Z"@en .
giga:cameraUpX rdf:type owl:DatatypeProperty .
giga:cameraUpX rdfs:domain giga:Mesh .
giga:cameraUpX rdfs:range xsd:double .
giga:cameraUpX rdfs:label "Camera orientation / up vector X"@en .
giga:cameraUpY rdf:type owl:DatatypeProperty .
giga:cameraUpY rdfs:range xsd:double .
giga:cameraUpY rdfs:domain giga:Mesh .
giga:cameraUpY rdfs:label "Camera orientation / up vector Y"@en .
giga:cameraUpZ rdf:type owl:DatatypeProperty .
giga:cameraUpZ rdfs:domain giga:Mesh .
giga:cameraUpZ rdfs:range xsd:double .
giga:cameraUpZ rdfs:label "Camera orientation / up vector Z"@en .
giga:orthoMode rdf:type owl:DatatypeProperty .
giga:orthoMode rdfs:label "Orthographic view"@en .
giga:orthoMode rdfs:domain giga:Mesh .
giga:orthoMode rdfs:range xsd:boolean .
giga:perspectiveView rdf:type owl:DatatypeProperty .
giga:perspectiveView rdfs:label "Perspective view"@en .
giga:perspectiveView rdfs:domain giga:Mesh .
giga:perspectiveView rdfs:range xsd:boolean .
giga:orthographicProjectionVerticalOffset rdf:type owl:DatatypeProperty .
giga:orthographicProjectionVerticalOffset rdfs:range xsd:double .
giga:orthographicProjectionVerticalOffset rdfs:domain giga:Mesh .
giga:orthographicProjectionVerticalOffset rdfs:label "Vertical offset in orthographic projection"@en .
giga:orthographicProjectionHorizontalOffset rdf:type owl:DatatypeProperty .
giga:orthographicProjectionHorizontalOffset rdfs:label "Horizontal offset in orthographic projection"@en .
giga:orthographicProjectionHorizontalOffset rdfs:range xsd:double .
giga:orthographicProjectionHorizontalOffset rdfs:domain giga:Mesh .
giga:zoomFactor rdf:type owl:DatatypeProperty .
giga:zoomFactor rdfs:label "Zoom factor"@en .
giga:zoomFactor rdfs:range xsd:double .
giga:zoomFactor rdfs:domain giga:Mesh .
giga:projectionMatrix rdf:type owl:DatatypeProperty .
giga:projectionMatrix rdfs:label "Projection Matrix"@en .
giga:projectionMatrix rdfs:range xsd:string .
giga:projectionMatrix rdfs:domain giga:Mesh .
giga:resolutionDPI rdf:type owl:DatatypeProperty .
giga:resolutionDPI rdfs:label "Resolution DPI"@en .
giga:resolutionDPI rdfs:range xsd:double .
giga:resolutionDPI rdfs:domain giga:Mesh .
giga:horizontalShift rdf:type owl:DatatypeProperty .
giga:horizontalShift rdfs:label "Horizontal Shift"@en .
giga:horizontalShift rdfs:range xsd:double .
giga:horizontalShift rdfs:domain giga:Mesh .
giga:verticalShift rdf:type owl:DatatypeProperty .
giga:verticalShift rdfs:label "Vertical Shift"@en .
giga:verticalShift rdfs:range xsd:double .
giga:verticalShift rdfs:domain giga:Mesh .
giga:orthoZoom rdf:type owl:DatatypeProperty .
giga:orthoZoom rdfs:label "Ortho Zoom"@en .
giga:orthoZoom rdfs:range xsd:double .
giga:orthoZoom rdfs:domain giga:Mesh .
giga:bboxRadius rdf:type owl:DatatypeProperty .
giga:bboxRadius rdfs:label "Bounding Box Radius"@en .
giga:bboxRadius rdfs:range xsd:double .
giga:bboxRadius rdfs:domain giga:Mesh .