@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/cinematography>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/time_lapse_cinematography>, <https://concepts.sagepub.com/social-science/concept/medical_cinematography>, <https://concepts.sagepub.com/social-science/concept/cinemicrophotography> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/photography> ;
  skos:prefLabel "cinematography"@en ;
  a skos:Concept .

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

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

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

<https://concepts.sagepub.com/social-science/concept/time_lapse_cinematography>
  skos:prefLabel "time lapse cinematography"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/cinematography> .

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

