@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/mill>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.mill" ;
  skos:prefLabel "Mill"@en ;
  skos:definition "A multi-storey industrial building organised around one shared power source, with the column grid and the floor-to-floor heights set by the drive rather than by the work."@en ;
  mi:semanticId "typology.mill" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "NOT parented to `factory`, deliberately. The textile mill is a factory and the water-driven corn mill is not, and one term has to cover both because the trade and the conversion market use the word for both. Forcing the parent would make the ISA false half the time."@en .
