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

udcs: a skos:ConceptScheme, owl:Ontology .
<http://udcdata.info/014952>
  skos:notation "027"^^ns0:UDCnotation ;
  skos:prefLabel "General libraries"@en, "Bibliotecas gerais"@pt ;
  a skos:Concept ;
  skos:narrower ns0:014973 .

ns0:014973
  skos:notation "027.8"^^ns0:UDCnotation ;
  skos:note "School libraries"@en, "Bibliotecas escolares"@pt ;
  skos:broader ns0:014952 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Libraries of institutions of primary and secondary education"@en, "Bibliotecas de estabelecimentos de ensino primário e secundário"@pt ;
  a skos:Concept .

