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

sampledescriptionvocabulary1:StructuralProperty
  skos:prefLabel "Structural property" ;
  skos:narrower sampledescriptionvocabulary1:Isotropy, sampledescriptionvocabulary1:Density, sampledescriptionvocabulary1:Porosity, sampledescriptionvocabulary1:SurfaceRoughness ;
  skos:broader sampledescriptionvocabulary1:MarerialProperty ;
  a skos:Concept .

sampledescriptionvocabulary1:Isotropy
  skos:prefLabel "Isotropy" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructuralProperty .

sampledescriptionvocabulary1:Density
  skos:prefLabel "Density" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructuralProperty .

sampledescriptionvocabulary1:Porosity
  skos:prefLabel "Porosity" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructuralProperty .

sampledescriptionvocabulary1:SurfaceRoughness
  skos:prefLabel "Surface roughness" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StructuralProperty .

sampledescriptionvocabulary1:MarerialProperty
  skos:prefLabel "Material property" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:StructuralProperty .

