@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#Teenager>
  skos:prefLabel "Teenager"@en ;
  skos:definition "It is the last phase of the childhood that a human being goes through (13 to 18 years)."@en ;
  a skos:Concept, owl:NamedIndividual .

