Geology


URI

https://openalex.org/subfields/1907

Label

Geology

Description

study of the composition, structure, physical properties, and history of Earth's components, and the processes by which they are shaped

Implementation

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

oasubfields:1907 a skos:Concept ;
    rdfs:label "Geology"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <http://www.wikidata.org/entity/Q1069>,
        <https://en.wikipedia.org/wiki/Geology> ;
    skos:broader oafields:19 ;
    skos:definition "study of the composition, structure, physical properties, and history of Earth's components, and the processes by which they are shaped"@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Geology"@en ;
    openalex:cited_by_count 1750383 ;
    openalex:works_count 332374 .