@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.ub.uio.no/onto#Topic>
  a rdfs:Class, owl:Class ;
  rdfs:label "Innholdsbeskrivende emne"@nb, "Topic"@en .

humord:c63919
  a skos:Concept, <http://data.ub.uio.no/onto#Topic> ;
  dc:created "2024-03-04T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME63919" ;
  dc:modified "2024-03-04T14:02:12"^^xsd:dateTime ;
  skos:altLabel "Pasientens etterlevelse"@nb, "Pasientens manglende etterlevelse"@nb, "Patient nonadherence"@en, "Patient non-compliance"@en, "Therapeutic compliance"@en, "Treatment compliance"@en, "Treatment compliances"@en, "Therapeutic compliances"@en, "Patient non-adherence"@en, "Manglende pasientsamarbeid"@nb, "Patient noncompliance"@en, "Patient cooperation"@en, "Patient adherence"@en ;
  skos:broader humord:c27909 ;
  skos:definition "Frivillig samarbeid fra pasienten når det gjelder å følge et foreskrevet regime. <MeSH>"@nb ;
  skos:editorialNote "Lukket bemerkning: ubo24"@nb ;
  skos:inScheme humord: ;
  skos:prefLabel "Pasientsamarbeid"@nn, "Pasientsamarbeid"@nb, "Patient compliance"@en ;
  skos:related humord:c07321 .

humord:c07321
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:prefLabel "Pasientar"@nn, "Pasienter"@nb, "Patients"@en ;
  skos:related humord:c63919 .

humord:c27909
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c63919 ;
  skos:prefLabel "Helsekommunikasjon"@nn, "Helsekommunikasjon"@nb, "Health communication"@en .

humord:
  a skos:ConceptScheme ;
  rdfs:label "Humord"@nb .

