@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sampledescriptionvocabulary1:NanoStructured
  skos:prefLabel "Nanostructure" ;
  skos:narrower sampledescriptionvocabulary1:Nanowire, sampledescriptionvocabulary1:Nanosheet, sampledescriptionvocabulary1:Nanoparticle ;
  skos:broader sampledescriptionvocabulary1:DominantStructureType ;
  a skos:Concept .

sampledescriptionvocabulary1:Nanowire
  skos:prefLabel "Nanowire" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:NanoStructured .

sampledescriptionvocabulary1:Nanosheet
  skos:prefLabel "Nanosheet" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:NanoStructured .

sampledescriptionvocabulary1:Nanoparticle
  skos:prefLabel "Nanoparticle" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:NanoStructured .

sampledescriptionvocabulary1:DominantStructureType
  skos:prefLabel "Dominant structure type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:NanoStructured .

