Semantic Web and Ontology Development leaf node


URI

https://openalex.org/T10215

Label

Semantic Web and Ontology Development

Description

This cluster of papers focuses on the Semantic Web, ontology development, and related technologies such as Linked Data, RDF, OWL, schema matching, SPARQL, and knowledge representation. It covers topics like data integration, description logics, and the use of ontologies for information retrieval and 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/T10215> a skos:Concept ;
    rdfs:label "Semantic Web and Ontology Development"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Semantic_Web>,
        <https://openalex.org/T10215> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on the Semantic Web, ontology development, and related technologies such as Linked Data, RDF, OWL, schema matching, SPARQL, and knowledge representation. It covers topics like data integration, description logics, and the use of ontologies for information retrieval and knowledge management."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Semantic Web and Ontology Development"@en ;
    openalex:cited_by_count 1417892 ;
    openalex:works_count 149376 .