@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mi: <https://taxonomy.materialinstruments.com/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomy.materialinstruments.com/application/kitchen>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/application> ;
  skos:notation "application.kitchen" ;
  skos:prefLabel "Kitchen"@en ;
  skos:related <https://taxonomy.materialinstruments.com/space/kitchen> ;
  mi:relation [ mi:predicate "suitable-for" ; mi:target <https://taxonomy.materialinstruments.com/space/kitchen> ] ;
  mi:status "deprecated" ;
  dcterms:isReplacedBy <https://taxonomy.materialinstruments.com/space/kitchen> ;
  skos:scopeNote "A room, not a surface. Read as a suitability claim: this product survives a kitchen."@en .
