From 349ba3a0d7e47e04a9c50f9c2edc4d004460b416 Mon Sep 17 00:00:00 2001
From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk>
Date: Mon, 9 Mar 2020 10:42:13 +0000
Subject: [PATCH] Upload New File

---
 ontology.n3 | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 ontology.n3

diff --git a/ontology.n3 b/ontology.n3
new file mode 100644
index 0000000..b2a6060
--- /dev/null
+++ b/ontology.n3
@@ -0,0 +1,18 @@
+@prefix dc:  <http://purl.org/dc/elements/1.1/> .
+<> dc:title
+  "Primer - Getting into the Semantic Web and RDF using N3" .
+
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+
+@prefix : <#> .
+
+:Ingredient a rdfs:Class.
+:Collection a rdfs:Class.
+:Menu a rdfs:Class; rdfs:subClassOf :Collection.
+:Recipe a rdfs:Class.
+:Food a rdfs:Class.
+:StageSequence a rdfs:Class.
+
+:hasAllergens a rdfs:Property.
-- 
GitLab