@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://www.return.com/ontologies/2024/vocab#Business_Building>
  skos:prefLabel "Business Building"@en ;
  skos:definition "It is any building type or part of a building that is used for business transactions, keeping records of accounts, town halls, city halls, courthouses, etc."@en ;
  a skos:Concept, owl:NamedIndividual .

