@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_database>
  skos:definition "Spatial databases are the foundation for computer-based applications involving spatially referenced data (i.e., data related to phenomena that have a position and possibly a shape, orientation, and size). Spatial databases can be implemented using various technologies, the most common now being the relational technology. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n32.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Database, Spatial</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/data_modeling> ;
  skos:prefLabel "spatial database"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/data_modeling>
  skos:prefLabel "data modeling"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/spatial_database> .

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

