-
Notifications
You must be signed in to change notification settings - Fork 0
/
fuel.ttl
46 lines (41 loc) · 1.95 KB
/
fuel.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@prefix : <http://w3id.org/fuel#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <http://w3id.org/fuel#> .
<http://w3id.org/fuel>
a owl:Ontology ;
dcterms:title "FUsion Energy Lexicon"@en ;
dcterms:abstract "FUEL is a vocabulary designed to facilitate the interoperability of fusion energy data."@en;
rdfs:comment "FUEL is a vocabulary designed to facilitate the interoperability of fusion energy data."@en ;
dcterms:description "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 ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
dcterms:creator [
a foaf:Person ;
foaf:homepage <https://agbeltran.github.io/> ;
foaf:name "Alejandra Gonzalez Beltran" ;
rdfs:seeAlso <https://orcid.org/0000-0003-3499-8262> ;
];
dcat:version "0.1" ;
dcterms:created "2024-11-06"^^xsd:date ;
dcterms:issued "2024-11-06"^^xsd:date ;
vann:preferredNamespacePrefix "fuel" ;
vann:preferredNamespaceUri "https://w3id.org/fuel#"
.
#################################################################
# Classes
#################################################################
### http://w3id.org/fuel#campaign
:campaign
a owl:Class ;
a rdf:Class ;
rdfs:comment "A set of connected experiments that are run across a time period."@en .
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi