@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_geometry> .

<https://concepts.sagepub.com/social-science/concept/coordinate_geometry>
  skos:definition "Creating a three-dimensional (3D) model of an object in a computer involves a coordinate system and algebraic calculations necessary to manipulate (change shape, scale, orientation, and location) the modeled object. Every spatial object, such as a 3D model of a house, is based on coordinates referenced to a specific coordinate system. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n216.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Coordinate Geometry</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cartography> ;
  skos:prefLabel "coordinate geometry"@en ;
  a skos:Concept .

<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_geometry> .

