@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://udcdata.info/> .
@prefix udcs: <http://udcdata.info/udc-schema> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://udcdata.info/077117>
  skos:notation "821.214"^^ns0:UDCnotation ;
  skos:prefLabel "Literature of modern Indic languages"@en, "Literatura indiana moderna"@pt ;
  a skos:Concept ;
  skos:broader ns0:067975 .

ns0:077116
  skos:notation "821.21/.22"^^ns0:UDCnotation ;
  skos:prefLabel "Literature of Indo-Iranian languages"@en, "Literatura em línguas indo-iranianas"@pt ;
  a skos:Concept ;
  skos:narrower ns0:067975 .

ns0:067975
  skos:notation "821.21"^^ns0:UDCnotation ;
  skos:broader ns0:077116 ;
  skos:narrower ns0:077117 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Literaturas índicas"@pt, "Indic literatures"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
