@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/cartography>
  skos:prefLabel "cartography"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/coordinate_systems> .

<https://concepts.sagepub.com/social-science/concept/geospatial_data>
  skos:prefLabel "geospatial data"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/coordinate_systems> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/coordinate_systems> .

<https://concepts.sagepub.com/social-science/concept/coordinate_systems>
  skos:definition "Coordinate systems describe positions in space with one or more numbers. Coordinates can specify position as distance along a route, distance and direction from an origin, the intersection of two axes on a plane, the intersection of three axes in space, the intersection of spherical or ellipsoidal angles on the surface of the Earth, range circle or sphere intersections, a combination of vertical height and horizontal angles, or location with respect to celestial objects at a specified date and time. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n217.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Coordinate Systems</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cartography>, <https://concepts.sagepub.com/social-science/concept/geospatial_data> ;
  skos:prefLabel "coordinate systems"@en ;
  a skos:Concept .

