Skip to content
Snippets Groups Projects
Commit 912012b9 authored by Paul Smart's avatar Paul Smart
Browse files

Updated readme

parent 582e4ef0
No related branches found
No related tags found
No related merge requests found
......@@ -23,17 +23,17 @@ The SOOO builds on the following ontologies:
A merged version of the SOOO (containing all imported ontologies) is available [here](sooo-merged/).
# Repository Structure
## Repository Structure
This repository contains the latest versions of the SOOO, along with documentation and archived versions of the SOOO.
## Files
### Files
* [`SOOO.owl`](SOOO.owl): The latest version of the SOOO in Web Ontology Language (OWL) format.
* [`SOOO.ttl`](SOOO.ttl): The latest version of the SOOO in Terse RDF Triple Language (Turtle) format.
* [`ESCO.owl`](ESCO.owl): The latest version of the ESCO classification in Web Ontology Language (OWL) format.
* [`ESCO.ttl`](ESCO.ttl): The latest version of the ESCO classification in Terse RDF Triple Language (Turtle) format.
## Directories
### Directories
* [`sooo-merged/`](sooo-merged/): Contains versions of the SOOO, including all imported ontologies (OWL format).
* [`archive/`](archive/): Contains archived versions of the SOOO for historical reference.
* [`sparql/`](sparql/): Contains SPARQL queries used to transform the ESCO classification into an OWL ontology.
......
# GPT Mapping Queries
The following queries were used to establish mappings between classes from the Occupation Ontology (OccO) and the ESCO Ontology. The queries rely on the use of SPARQL extension functions to support interactions with an OpenAI GPT model, specifically, 'gpt-4o-mini'. The GPT model will be used to suggest potential mappings between subclasses of the OccO `Occupation Holder` class and the ESCO `Occupation Role` class.
The following queries were used to establish mappings between classes from the Occupation Ontology (OccO) and the ESCO Ontology. The queries rely on the use of SPARQL extension functions to support interactions with an OpenAI GPT model, specifically, 'gpt-4o-mini'. The GPT model suggests potential mappings between subclasses of the OccO `Occupation Holder` class and the ESCO `Occupation Role` class.
## PREFIXES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment