@prefix sam: <https://w3id.org/zpid/vocabs/sam/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

sam:Inanimate
  skos:notation "200" ;
  skos:prefLabel "Inanimate"@en, "Unbelebt"@de ;
  a skos:Concept .

sam:Human
  skos:notation "100" ;
  skos:prefLabel "Human"@en, "Mensch"@de ;
  a skos:Concept .

sam:Animal
  skos:notation "300" ;
  skos:prefLabel "Animal"@en, "Tier"@de ;
  a skos:Concept .

sam:SAMcollection
  dc:created "2024-06-25" ;
  skos:member sam:Inanimate, sam:Human, sam:Animal ;
  skos:prefLabel "Sammlung aller Stichprobenmerkmale"@de, "Collection of all sample characteristics"@en ;
  a skos:Collection .

