@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/032562>
  skos:notation "548"^^ns0:UDCnotation ;
  skos:prefLabel "Crystallography"@en, "Cristalografia"@pt ;
  a skos:Concept ;
  skos:narrower ns0:032623 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:032623
  skos:notation "548.7"^^ns0:UDCnotation ;
  skos:broader ns0:032562 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Fine structure of crystals. Discontinuum theory of crystals"@en, "Estrutura fina dos cristais. Teoria da descontinuidade dos cristais"@pt ;
  a skos:Concept .

