Skip to content

Commit

Permalink
Added the ontology definition and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Oct 31, 2024
1 parent 5bf84f7 commit 1eca58b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions fuel.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://w3id.org/fuel> .
@base <http://w3id.org/fuel#> .

<http://w3id.org/fuel> rdf:type owl:Ontology .
<http://w3id.org/fuel> 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
Expand All @@ -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

0 comments on commit 1eca58b

Please sign in to comment.