@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/database_design>
  skos:definition "Database design is a high-level, conceptual process of analysis that proceeds through three general phases: requirements analysis, logical design, and physical design. Database design is an essential stage in the implementation of enterprise geographic information systems. [Source: <a href=\"https://sk.sagepub.com/reference/geoinfoscience/n33.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Geographic Information Science; Database Design</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/design_aspects> ;
  skos:prefLabel "database design"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/design_aspects>
  skos:prefLabel "design aspects"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/database_design> .

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

