Program Analysis and Verification Techniques leaf node


URI

https://openalex.org/T10126

Label

Program Analysis and Verification Techniques

Description

This cluster of papers covers a wide range of program analysis and verification techniques, including static analysis, formal verification, type inference, memory management, concurrency, garbage collection, separation logic, model checking, abstract interpretation, and programming language semantics.

Implementation

@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#> .

<https://openalex.org/T10126> a skos:Concept ;
    rdfs:label "Program Analysis and Verification Techniques"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Program_analysis>,
        <https://openalex.org/T10126> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers covers a wide range of program analysis and verification techniques, including static analysis, formal verification, type inference, memory management, concurrency, garbage collection, separation logic, model checking, abstract interpretation, and programming language semantics."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Program Analysis and Verification Techniques"@en ;
    openalex:cited_by_count 1235892 ;
    openalex:works_count 68834 .