Begin creating TBox programmatically

This commit is contained in:
JPT
2017-11-20 22:08:03 +01:00
parent 06e26d7753
commit 730b45057d
5 changed files with 116 additions and 30 deletions
+7
View File
@@ -5,6 +5,13 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rev: <http://purl.org/stuff/rev#> .
# Our classes
:GameConsole rdf:type rdf:Class .
:PortableGameConsole rdf:type rdf:Class ;
rdfs:subclassOf :GameConsole .
# Our own properties
:ceo rdf:type rdf:Property ;
rdfs:domain foaf:Organization ;