@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/typology/factory>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.factory" ;
  skos:prefLabel "Factory"@en ;
  skos:definition "A building where goods are made, planned around a process or a line - the sequence of the work sets the plan, where a warehouse's is set by storage and access."@en ;
  skos:altLabel "works"@en ;
  skos:altLabel "plant"@en ;
  skos:altLabel "Industrial"@en ;
  skos:hiddenLabel "Industrial"@en ;
  mi:semanticId "typology.factory" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
