Health Sciences


URI

https://openalex.org/domains/4

Label

Health Sciences

Description

branch of science focused on human health and disease prevention, diagnosis, treatment, and management

Inherits from

  • owl:Thing
  • Implementation

    @prefix oadomains: <https://openalex.org/domains/> .
    @prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
    
    oadomains:4 a skos:Concept ;
        rdfs:label "Health Sciences"@en ;
        rdfs:isDefinedBy openalex: ;
        owl:sameAs <https://en.wikipedia.org/wiki/Outline_of_health_sciences>,
            <https://www.wikidata.org/wiki/Q11790210> ;
        skos:definition "branch of science focused on human health and disease prevention, diagnosis, treatment, and management"@en ;
        skos:inScheme openalex: ;
        skos:prefLabel "Health Sciences"@en ;
        openalex:cited_by_count 480875956 ;
        openalex:works_count 43957129 .