From 1eca58b4001c720ad627c4097eadbb22b1adc094 Mon Sep 17 00:00:00 2001 From: Alejandra Gonzalez-Beltran Date: Thu, 31 Oct 2024 15:20:41 +0000 Subject: [PATCH] Added the ontology definition and labels --- fuel.ttl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fuel.ttl b/fuel.ttl index f07d057..dfd7ce6 100644 --- a/fuel.ttl +++ b/fuel.ttl @@ -4,9 +4,12 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . -@base . +@base . - rdf:type owl:Ontology . + rdf:type owl:Ontology ; + rdfs:comment "FUEL is a vocabulary designed to facilitate the interoperability of fusion energy data."@en ; + rdfs:label "FUsion Energy Lexicon"@en , + "Léxico de energía de fusión"@es . ################################################################# # Classes @@ -17,4 +20,4 @@ rdfs:comment "A set of connected experiments that are run across a time period."@en . -### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi