@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#Commuter_Population>
  skos:prefLabel "Commuter Population"@en ;
  skos:definition "It is a collective of people who regularly travel some distance to work or study."@en ;
  a skos:Concept, owl:NamedIndividual .

