Biomedical Ontologies and Text Mining leaf node


URI

https://openalex.org/T11710

Label

Biomedical Ontologies and Text Mining

Description

This cluster of papers focuses on the development and application of biomedical ontologies, text mining, and natural language processing techniques to extract and integrate knowledge from biomedical literature. It encompasses topics such as gene annotation, disease integration, phenotype ontology, data integration, and the use of semantic web technologies in knowledge management.

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/T11710> a skos:Concept ;
    rdfs:label "Biomedical Ontologies and Text Mining"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Biomedical_ontology>,
        <https://openalex.org/T11710> ;
    skos:broader oasubfields:1312 ;
    skos:definition "This cluster of papers focuses on the development and application of biomedical ontologies, text mining, and natural language processing techniques to extract and integrate knowledge from biomedical literature. It encompasses topics such as gene annotation, disease integration, phenotype ontology, data integration, and the use of semantic web technologies in knowledge management."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Biomedical Ontologies and Text Mining"@en ;
    openalex:cited_by_count 651526 ;
    openalex:works_count 57316 .