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

sampledescriptionvocabulary1:Conductor
  skos:prefLabel "Conductor" ;
  skos:definition "1. A conductor is an object or type of material that allows the flow of charge (electric current) in one or more directions. (Wikipedia) 2. A material capable of transmitting another form of energy (Merriam-Webster dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:ElectricProperty, sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

sampledescriptionvocabulary1:ElectricProperty
  skos:prefLabel "Electric property" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Conductor .

sampledescriptionvocabulary1:MaterialType
  skos:prefLabel "Material type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Conductor .

