@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/gom#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:CartesianCoordinateSystem rdfs:subClassOf ns0:CoordinateSystem . ns0:CoordinateSystem metadata_def:mappingLoom "coordinatesystem" ; metadata_def:mappingSameURI ns0:CoordinateSystem ; metadata_def:prefLabel "Coordinate System"@en ; metadata:prefixIRI "gom:CoordinateSystem" ; a owl:Class ; rdfs:comment "A 3D Coordinate System. One or multiple omg:Geometry or omg:GeometryState nodes can link to an instance of this class using gom:hasCoordinateSystem. If no named Coordinate System is linked explicitly to a geometry description, an unnamed Cartesian Coordinate System is assumed. A custom Coordinate System can be registered in RDF by linking a gom:CoordinateSystemTransformation instance to this Coordinate System (gom:fromCoordinateSystem) and a second instance of gom:CoordinateSystem (gom:toCoordinateSystem)"@en ; rdfs:isDefinedBy <https://w3id.org/gom#> ; rdfs:label "Coordinate System"@en ; rdfs:subClassOf owl:Thing . ns0:fromCoordinateSystem rdfs:range ns0:CoordinateSystem . ns0:toCoordinateSystem rdfs:range ns0:CoordinateSystem .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/gom#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:CartesianCoordinateSystem
    rdfs:subClassOf ns0:CoordinateSystem .

ns0:CoordinateSystem
    metadata_def:mappingLoom "coordinatesystem" ;
    metadata_def:mappingSameURI ns0:CoordinateSystem ;
    metadata_def:prefLabel "Coordinate System"@en ;
    metadata:prefixIRI "gom:CoordinateSystem" ;
    a owl:Class ;
    rdfs:comment "A 3D Coordinate System. One or multiple omg:Geometry or omg:GeometryState nodes can link to an instance of this class using gom:hasCoordinateSystem. If no named Coordinate System is linked explicitly to a geometry description, an unnamed Cartesian Coordinate System is assumed. A custom Coordinate System can be registered in RDF by linking a gom:CoordinateSystemTransformation instance to this Coordinate System (gom:fromCoordinateSystem) and a second instance of gom:CoordinateSystem (gom:toCoordinateSystem)"@en ;
    rdfs:isDefinedBy <https://w3id.org/gom#> ;
    rdfs:label "Coordinate System"@en ;
    rdfs:subClassOf owl:Thing .

ns0:fromCoordinateSystem
    rdfs:range ns0:CoordinateSystem .

ns0:toCoordinateSystem
    rdfs:range ns0:CoordinateSystem .