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

<https://concepts.sagepub.com/social-science/concept/computational_biology>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/systems_biology>, <https://concepts.sagepub.com/social-science/concept/metabolomics>, <https://concepts.sagepub.com/social-science/concept/genomics> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D019295.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/biology> ;
  skos:prefLabel "computational biology"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/genomics>
  skos:prefLabel "genomics"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/computational_biology> .

<https://concepts.sagepub.com/social-science/concept/metabolomics>
  skos:prefLabel "metabolomics"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/computational_biology> .

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

<https://concepts.sagepub.com/social-science/concept/systems_biology>
  skos:prefLabel "systems biology"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/computational_biology> .

