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

<https://concepts.sagepub.com/social-science/concept/nervous_system>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/synapses>, <https://concepts.sagepub.com/social-science/concept/peripheral_nervous_system>, <https://concepts.sagepub.com/social-science/concept/neurons>, <https://concepts.sagepub.com/social-science/concept/nerve_tissue>, <https://concepts.sagepub.com/social-science/concept/central_nervous_system>, <https://concepts.sagepub.com/social-science/concept/autonomic_nervous_system> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/human_body_parts> ;
  skos:prefLabel "nervous system"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/peripheral_nervous_system>
  skos:prefLabel "peripheral nervous system"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nervous_system> .

<https://concepts.sagepub.com/social-science/concept/human_body_parts>
  skos:prefLabel "human body parts"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/nervous_system> .

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

<https://concepts.sagepub.com/social-science/concept/nerve_tissue>
  skos:prefLabel "nerve tissue"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nervous_system> .

<https://concepts.sagepub.com/social-science/concept/autonomic_nervous_system>
  skos:prefLabel "autonomic nervous system"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nervous_system> .

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

<https://concepts.sagepub.com/social-science/concept/central_nervous_system>
  skos:prefLabel "central nervous system"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/nervous_system> .

