@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#People_Community>
  skos:inScheme <http://www.return.com/ontologies/2024/vocab#Thesauro> ;
  skos:prefLabel "People Community"@en ;
  skos:definition "A group of people with diverse characteristics who are linked by social ties, share common perspectives and engage in joint action in geographical locations or settings. Community can be defined by a sense of identification with and emotional connection to others through common symbol systems, values, and norms; shared interests; and commitments to meeting mutual needs."@en ;
  a skos:Concept, owl:NamedIndividual .

<http://www.return.com/ontologies/2024/vocab#Thesauro>
  skos:prefLabel "ThesReturn"@en ;
  a skos:ConceptScheme, owl:NamedIndividual .

