@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/000776>
  skos:notation "=511.11"^^ns0:UDCnotation ;
  skos:broader ns0:000775 ;
  skos:narrower ns0:000779, ns0:000777 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Línguas fínicas"@pt, "Finnic languages"@en ;
  a skos:Concept .

ns0:000779
  skos:notation "=511.113"^^ns0:UDCnotation ;
  skos:prefLabel "Estónio"@pt, "Estonian"@en ;
  a skos:Concept ;
  skos:broader ns0:000776 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:000777
  skos:notation "=511.111"^^ns0:UDCnotation ;
  skos:prefLabel "Finlandês"@pt, "Finnish"@en ;
  a skos:Concept ;
  skos:broader ns0:000776 .

ns0:000775
  skos:notation "=511.1"^^ns0:UDCnotation ;
  skos:prefLabel "Línguas fino-úgricas"@pt, "Finno-Ugric languages"@en ;
  a skos:Concept ;
  skos:narrower ns0:000776 .

