Skip to content
Snippets Groups Projects
Commit 349ba3a0 authored by Esteban Prince, Liam (UG - Computer Science)'s avatar Esteban Prince, Liam (UG - Computer Science)
Browse files

Upload New File

parent 7e0dda54
No related branches found
No related tags found
No related merge requests found
@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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment