@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/027915>
  skos:notation "531-4"^^ns0:UDCnotation ;
  skos:broader ns0:076950 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Hyperspace (space of more than three dimensions)"@en, "Hiperespaço (espaço de mais de três dimensões)"@pt ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:076950
  skos:notation "531-1/-9"^^ns0:UDCnotation ;
  skos:prefLabel "Special auxiliary subdivision for mechanics"@en, "Auxiliares especiais para a mecânica"@pt ;
  a skos:Concept ;
  skos:narrower ns0:027915 .

