From 5bf84f7b502d1da69efb8dd227aafe2b03973441 Mon Sep 17 00:00:00 2001 From: Alejandra Gonzalez-Beltran Date: Fri, 11 Oct 2024 12:36:23 +0100 Subject: [PATCH] Initial minimal version --- fuel.ttl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fuel.ttl diff --git a/fuel.ttl b/fuel.ttl new file mode 100644 index 0000000..f07d057 --- /dev/null +++ b/fuel.ttl @@ -0,0 +1,20 @@ +@prefix : . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + rdf:type owl:Ontology . + +################################################################# +# Classes +################################################################# + +### http://w3id.org/fuel#campaign +:campaign rdf:type owl:Class ; + 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