@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/geographic_models> .

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

<https://concepts.sagepub.com/social-science/concept/geographic_models>
  skos:definition "A model is an idealized, abstract, and structured representation of real phenomena. Models may manifest as verbal descriptions, physical objects, diagrams, maps, mathematical formulas, and computer programs. [Source: <a href=\"https://sk.sagepub.com/reference/geography/n777.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geography; Models and Modeling</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/geoinformatics> ;
  skos:prefLabel "geographic models"@en ;
  a skos:Concept .

