soilwise-he / soilwise-ontology

the soilwise ontology is a model for a knowledge graph including datasets, organisations and repositories
MIT License
0 stars 0 forks source link

soilwise-ontology

The soilwise ontology is a model for a knowledge graph including datasets, organisations and catalogues.

It aims to capture on both data and knowledge resources:

flowchart LR
    ppl[individual] -->|memberOf| o[organisation]
    ppl -->|authorOf| d
    o -->|partnerAs| r
    p -->|partOf| g[grant]
    p[project] -->|produce| d[data & knowledge resource]
    obs[observation] -->|on| d
    o -->|publish| d
    d -->|describedIn| c[catalogue]
    d -->|link| d
    r[role] -->|in| p
    g -->|funding| fs[Fundingscheme]

DCAT

Datasets (as part of catalogues) is commonly described using the DCAT ontology.

DCAT datamodel

DCAT includes aspects of the dublin core, skos, vcard (to describe an individual) and foaf (to contact a person) ontologies.

Cordis

cordis is a catalogue of Horizon Europe funded research projects.

Cordis data model