View on GitHub

Ontoboldt - Ontology Engineering Knowledge Graph

Ontoboldt is a Knowledge Graph containing descriptions of Ontology Engineering processes, activities and tasks.

Ontoboldt

License: CC0-1.0

Despite extensive research, the practical use of Ontology Engineering is still hampered because information regarding Ontology Engineering activities and life cycle models is scattered in literature or is hard-wired in legacy tools.

Therefore, we analyzed existing literature to create the Ontoboldt Knowledge Graph containing descriptions of existing Ontology Engineering processes, activities and tasks to offer a one-stop shop for Ontology Engineering-related tasks.

Ontoboldt contains descriptions for 9 Ontology Engineering processes, 83 activities and 58 tasks. Furthermore, we linked 40 related publications, and 17 related resources to our Knowledge Graph to indicate provenance and to provide further explanations.

The following sources were used to populate Ontoboldt

How to use it?

The following SPARQL query returns all processes, activities or tasks which produce something and what it produces.

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX obt: <https://w3id.org/ontoboldt/ns/ontoboldt#>
PREFIX eng: <https://w3id.org/ontoboldt/ns/engineering-vocabulary#>

SELECT ?outputName ?stepName
WHERE {
    ?step p-plan:hasOutputVar ?output ;
        rdfs:label ?stepName .

    ?output rdfs:label ?outputName .
}
ORDER BY ?outputName

Data Model

todo

How can I contribute?

todo

Contact

Copyright © Ghent University – imec – IDLab 2019

The Ontoboldt Knowledge Graph aims to be a catalogue of Ontology Engineering Processes. The name Ontoboldt refers to Alexander von Humboldt, a German scientist who among other things, catalogued thousands of botanical samples.