@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/065191>
  skos:notation "738"^^ns0:UDCnotation ;
  skos:prefLabel "Cerâmica artística. Cerâmica"@pt, "Ceramic arts. Pottery"@en ;
  a skos:Concept ;
  skos:narrower ns0:065196 .

ns0:065196
  skos:notation "738.3"^^ns0:UDCnotation ;
  skos:broader ns0:065191 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Stoneware"@en, "Grés"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
