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

<https://concepts.sagepub.com/social-science/concept/voice_activation_programs>
  skos:prefLabel "voice activation programs"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/speech_recognition> .

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

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

<https://concepts.sagepub.com/social-science/concept/speech_recognition>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/voice_activation_programs> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D049250.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/software>, <https://concepts.sagepub.com/social-science/concept/computational_linguistics> ;
  skos:prefLabel "speech recognition"@en ;
  a skos:Concept .

