Modeling and Simulation


URI

https://openalex.org/subfields/2611

Label

Modeling and Simulation

Description

use of models – physical, mathematical, or otherwise logical representation of a system, entity, phenomenon, or process – as a basis for simulations – methods for implementing a model (either statically or) over time

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:2611 a skos:Concept ;
    rdfs:label "Modeling and Simulation"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <http://www.wikidata.org/entity/Q6888384>,
        <https://en.wikipedia.org/wiki/Modeling_and_simulation> ;
    skos:broader oafields:26 ;
    skos:definition "use of models – physical, mathematical, or otherwise logical representation of a system, entity, phenomenon, or process – as a basis for simulations – methods for implementing a model (either statically or) over time"@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Modeling and Simulation"@en ;
    openalex:cited_by_count 2751057 ;
    openalex:works_count 173556 .