BONSAMURAIS / BONSAI-ontology-RDF-framework

Recommendations and discussions on ontology and RDF framework development
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link
discussions ontologies

BONSAI-ontology-RDF-framework

Recommendations and discussions on ontology and RDF framework development

Discussions and tools regarding the development of a minimal ontology for BONSAI.

This repo has been created as a common platform for all of the discussions.

The repo currently contains:

  1. The documentation of current RDF schema proposed
  2. Summary of the discussions leading to ontology development

A schema of the BONSAI ontology is given below:

BONSAI ontology

The ontology is updated in the sister repository: ontology

Current work is in the core ontology.

RDF Schema Graph and the Name spaces

Some Bonsai namespace URI examples are:

<http://rdf.bonsai.uno/activitytype/exiobase3_3_17/A_ALUM>
<http://rdf.bonsai.uno/flowobject/exiobase3_3_17/C_ADDC>
<http://rdf.bonsai.uno/location/exiobase3_3_17/WA> *

*: "WA" is a code from Exiobase used for a location/region that's not defined in other ontologies: "RoW: Asia and Pacific". Bonsai usually uses GeoNames references where possible.

Which follows the structure:

[generic]/[ontologyClassName]/[dataSource]/[code]

We use singular (flowobject not flowobjects).

Currently the following named graphs (and namespaces) are defined

Build Status

Directory Structure

    .
    │   #  This directory
    ├── README.md
    │
    ├── examples
    │   └── # example in TTL or RDF/XML format of data following the schema
    ├── material
    │   └── # Powerpoints, diagrams, figures ...
    ├── scripts
    │   └── # utility scripts
    │       │
    │       └── convert_examples.sh # checks the examples
    │                               # and converts them in all format supported
    └── minutes
        └── # minutes from meetings and calls