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

sampledescriptionvocabulary1:Marker
  skos:prefLabel "Marker" ;
  skos:definition """1. A visual indicator of position, place or route. (TIB, NCI Thesaurus OBO Edition). 2. Something used for marking (Merriam-Webster). 3. (DNA) A fragment of known size used as reference for analytical purposes. (IUPAC). 4. (genetic) A gene with known phenotype and mapped position. (IUPAC). 5. (chromatography) A reference substance co-chromatographed with the sample to assist in identifying the components. (IUPAC)
"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:HolderReferencingElements, sampledescriptionvocabulary1:CarrierReferencingElements, sampledescriptionvocabulary1:SampleReferencingElement ;
  a skos:Concept .

sampledescriptionvocabulary1:HolderReferencingElements
  skos:prefLabel "Holder referencing elements" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Marker .

sampledescriptionvocabulary1:CarrierReferencingElements
  skos:prefLabel "Carrier referencing element" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Marker .

sampledescriptionvocabulary1:SampleReferencingElement
  skos:prefLabel "Sample referencing element" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Marker .

