Ontology Hosting

Ontology Repositories

OntoLearner provides seamless integration with HuggingFace, allowing you to easily download ontologies and use them. OntoLearner follows a systematic methodology for processing and distributing ontologies through Hugging Face. Each ontology undergoes a comprehensive processing pipeline that includes: (1) loading and parsing the original ontology file, (2) extracting structured learning datasets including term typings, taxonomic relations, and non-taxonomic relations, (3) computing detailed metrics about the ontology’s topology and content, (4) generating comprehensive documentation, and (5) organizing the processed data by domain and uploading to dedicated Hugging Face repositories. This approach ensures that researchers have access to both the original ontologies and ready-to-use datasets optimized for machine learning applications, while maintaining full traceability and documentation of the processing methodology.

OntoLearner maintains a set of default repositories for each domain under the SciKnowOrg organization. These repositories follow the naming pattern SciKnowOrg/ontolearner-{domain} and contain pre-processed ontology data.

Hint

Each ontology repository on Hugging Face includes comprehensive documentation:

  • README.md: Contains information about the domain and available ontologies

  • Usage Examples: Code snippets showing how to use the ontologies

See the SciKnowOrg/ontolearner-agriculture repository as an example.

The complete list of OntoLearner domain repositories is shown below:

🏷️ Domain

🤗 Hugging Face Repository

📝 Description

Agriculture

SciKnowOrg/ontolearner-agriculture

Ontologies about farming systems, crops, food production, and agricultural vocabularies.

Arts and Humanities

SciKnowOrg/ontolearner-arts_and_humanities

Ontologies that describe music, iconography, cultural artifacts, and humanistic content.

Biology and Life Sciences

SciKnowOrg/ontolearner-biology_and_life_sciences

Ontologies about biological entities, systems, organisms, and molecular biology.

Chemistry

SciKnowOrg/ontolearner-chemistry

Ontologies describing chemical entities, reactions, methods, and computational chemistry models.

Ecology and Environment

SciKnowOrg/ontolearner-ecology_and_environment

Ontologies about ecological systems, environments, biomes, and sustainability science.

Education

SciKnowOrg/ontolearner-education

Ontologies describing learning content, educational programs, competencies, and teaching resources.

Events

SciKnowOrg/ontolearner-events

Ontologies for representing events, time, schedules, and calendar-based occurrences.

Finance

SciKnowOrg/ontolearner-finance

Ontologies describing economic indicators, e-commerce, trade, and financial instruments.

Food and Beverage

SciKnowOrg/ontolearner-food_and_beverage

Ontologies related to food, beverages, ingredients, and culinary products.

General Knowledge

SciKnowOrg/ontolearner-general_knowledge

Broad-scope ontologies and upper vocabularies used across disciplines for general-purpose semantic modeling.

Geography

SciKnowOrg/ontolearner-geography

Ontologies for modeling spatial and geopolitical entities, locations, and place names.

Industry

SciKnowOrg/ontolearner-industry

Ontologies describing industrial processes, smart buildings, manufacturing systems, and equipment.

Law

SciKnowOrg/ontolearner-law

Ontologies dealing with legal processes, regulations, and rights (e.g., copyright).

Library and Cultural Heritage

SciKnowOrg/ontolearner-library_and_cultural_heritage

Ontologies used in cataloging, archiving, and authority control of cultural and scholarly resources.

Materials Science and Engineering

SciKnowOrg/ontolearner-materials_science_and_engineering

Ontologies related to materials, their structure, properties, processing, and engineering applications.

Medicine

SciKnowOrg/ontolearner-medicine

Ontologies covering clinical knowledge, diseases, drugs, treatments, and biomedical data.

News and Media

SciKnowOrg/ontolearner-news_and_media

Ontologies that model journalism, broadcasting, creative works, and media metadata.

Scholarly Knowledge

SciKnowOrg/ontolearner-scholarly_knowledge

Ontologies modeling the structure, process, and administration of scholarly research, publications, and infrastructure.

Social Sciences

SciKnowOrg/ontolearner-social_sciences

Ontologies for modeling societal structures, behavior, identity, and social interaction.

Units and Measurements

SciKnowOrg/ontolearner-units_and_measurements

Ontologies defining scientific units, quantities, dimensions, and observational models.

Upper Ontology

SciKnowOrg/ontolearner-upper_ontology

Foundational ontologies that provide abstract concepts like objects, processes, and relations.

Web and Internet

SciKnowOrg/ontolearner-web_and_internet

Ontologies that model web semantics, linked data, APIs, and online communication standards.

Metrics Space

OntoLearner offers an interactive Metrics Space on HuggingFace that visualizes ontology metrics across many benchmarked domains. Available at the SciKnowOrg/OntoLearner‑Benchmark‑Metrics space, it displays structured metrics for each ontology—such as total nodes, edges, classes, hierarchy depth, breadth, and dataset benchmarks like term types and relations Researchers can explore ontology complexity and coverage visually, compare across domains, and validate suitability before using ontologies in learning tasks.

Note

You can download the full ontology metrics Excel file from this link.

Hint

This file is automatically updated whenever a new ontology is modularized, ensuring you always have the latest benchmark metrics.