Physical Sciences


URI

https://openalex.org/domains/3

Label

Physical Sciences

Description

branch of natural science that studies non-living systems

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:3 a skos:Concept ;
        rdfs:label "Physical Sciences"@en ;
        rdfs:isDefinedBy openalex: ;
        owl:sameAs <https://en.wikipedia.org/wiki/Outline_of_physical_science>,
            <https://www.wikidata.org/wiki/Q14632398> ;
        skos:definition "branch of natural science that studies non-living systems"@en ;
        skos:inScheme openalex: ;
        skos:prefLabel "Physical Sciences"@en ;
        openalex:cited_by_count 770120022 ;
        openalex:works_count 73237366 .