Arts and Humanities


URI

https://openalex.org/fields/12

Label

Arts and Humanities

Description

examination of human culture, including art, literature, philosophy, history, and artifacts

Inherits from

Implementation

@prefix oadomains: <https://openalex.org/domains/> .
@prefix oafields: <https://openalex.org/fields/> .
@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#> .

oafields:12 a skos:Concept ;
    rdfs:label "Arts and Humanities"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Humanities>,
        <https://www.wikidata.org/wiki/Q80083> ;
    skos:broader oadomains:2 ;
    skos:definition "examination of human culture, including art, literature, philosophy, history, and artifacts"@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Arts and Humanities"@en ;
    openalex:cited_by_count 21136726 ;
    openalex:works_count 13485134 .