@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://server/unset-base/> .

sampledescriptionvocabulary1:Cartesian
  skos:prefLabel """Cartesian Coordinate System
""" ;
  skos:definition """1. System of describing the position of points in space using perpendicular axis lines that meet at a point called the origin (Britannica). 
2. A Cartesian coordinate system is a coordinate system that specifies each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length (STATO Ontology)."""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:CoordinateSystem ;
  a skos:Concept .

sampledescriptionvocabulary1:CoordinateSystem
  skos:prefLabel "Coordinate system" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Cartesian .

