@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/data_modeling>
  skos:prefLabel "data modeling"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/network_data_structures> .

<https://concepts.sagepub.com/social-science/concept/network_data_structures>
  skos:definition "Network data structures for geographic information science (GISci) are methods for storing network data sets in a computer in order to support a range of network analysis procedures. Network data sets are among the most common in GISci and include transportation networks (e.g., road or railroads), utility networks (e.g., electricity, water, and cable networks), and commodity networks (e.g., oil and gas pipelines), among many others. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n146.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Network Data Structures</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/data_modeling> ;
  skos:prefLabel "network data structures"@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/network_data_structures> .

