@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#Assembly_Building>
  skos:prefLabel "Assembly Building"@en ;
  skos:definition "These buildings may include any building or part of a building where a group of people gathers for recreation, amusement, social, religious, or such types of purposes such as theaters, assembly halls, exhibition halls, restaurants, museums, club rooms, auditoria, etc."@en ;
  a skos:Concept, owl:NamedIndividual .

