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

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

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

<https://concepts.sagepub.com/social-science/concept/neural_recording>
  skos:definition "Neural recording is a method of observing neural activity. It has provided neuroscience with a picture of how the nervous system works.The collective activity of many brain areas, some containing almost 100,000 neurons per cubic millimeter of tissue, allows the nervous system to mediate our sensory perceptions, thoughts, decisions, and movements. [Source: <a href=\"https://sk.sagepub.com/reference/perception/n220.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Perception; Neural Recording</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/physiological_processes>, <https://concepts.sagepub.com/social-science/concept/methods> ;
  skos:prefLabel "neural recording"@en ;
  a skos:Concept .

