@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://udcdata.info/> .
@prefix udcs: <http://udcdata.info/udc-schema> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://udcdata.info/024393>
  skos:notation "364"^^ns0:UDCnotation ;
  skos:prefLabel "Social welfare"@en, "Bem-estar social"@pt ;
  a skos:Concept ;
  skos:narrower ns0:024478 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:024478
  skos:notation "364-7"^^ns0:UDCnotation ;
  skos:note "Trabalho social. Cuidados. Intervenção. Reabilitação. Trabalho de apoio"@pt, "Social work. Care work. Intervention. Rehabilitation. Support"@en ;
  skos:broader ns0:024393 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Social welfare operations. Welfare effort. Social services. Service provision"@en, "Processos do bem-estar social. Realização do bem-estar social. Serviços sociais. Disponibilização de serviços"@pt ;
  a skos:Concept .

