@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/spatial_query>
  skos:definition "A spatial query is a means of accessing the geometry, attributes, and relationships of spatial features within a spatial database. Access to information in a database involves formulating a question (query) to put forward a request for the desired information. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n196.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Spatial Query</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/data_manipulation> ;
  skos:prefLabel "spatial query"@en ;
  a skos:Concept .

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

<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/spatial_query> .

