@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/villa>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.villa" ;
  skos:prefLabel "Villa"@en ;
  skos:definition "A detached house standing in its own grounds and built for retreat rather than for work on the land - the Roman country-house lineage that both the Palladian villa and the holiday villa descend from."@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/house> ;
  mi:semanticId "typology.villa" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "The leisure premise is the line against `farmhouse`, which is otherwise the same thing in the same landscape. British estate-agent usage for a Victorian semi is a separate and weaker sense, not carried here."@en .
