@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/datum_transformation>
  skos:definition "A datum transformation is a mathematical calculation that converts location coordinates referenced to one datum to location coordinates referenced to another datum. This calculation does not involve an actual physical relocation of the point in question, but a redefinition of its position relative to a different set of coordinate axes and a different origin point. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n218.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Transformation, Datum</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/data_manipulation> ;
  skos:prefLabel "datum transformation"@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/datum_transformation> .

<https://concepts.sagepub.com/social-science/concept/data_manipulation>
  skos:prefLabel "data manipulation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/datum_transformation> .

