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

addterms:DiscriminantAnalysis
  skos:scopeNote "A multivariate statistical method for the allocation of individuals to different populations."@en, "Ein multivariates statistisches Verfahren zur Aufteilung von Elementen auf verschiedene Grundgesamtheiten."@de ;
  skos:topConceptOf addterms: ;
  skos:inScheme addterms: ;
  skos:prefLabel "Discriminant Analysis"@en, "Diskriminanzanalyse"@de ;
  a skos:Concept .

addterms:Methodology
  skos:prefLabel "Methodology"@en, "Methodik"@de ;
  a skos:Collection ;
  skos:member addterms:DiscriminantAnalysis .

addterms:
  skos:prefLabel "Additional Terms (IT)"@en, "Zusatzdeskriptoren (IT)"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept addterms:DiscriminantAnalysis .

