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

<https://concepts.sagepub.com/social-science/concept/copying_processes>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/video_recording>, <https://concepts.sagepub.com/social-science/concept/telefacsimile>, <https://concepts.sagepub.com/social-science/concept/tape_recording>, <https://concepts.sagepub.com/social-science/concept/microfilm> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D003308.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/information_science> ;
  skos:prefLabel "copying processes"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/tape_recording>
  skos:prefLabel "tape recording"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/copying_processes> .

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

<https://concepts.sagepub.com/social-science/concept/video_recording>
  skos:prefLabel "video recording"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/copying_processes> .

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

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

