From 16892726ca93e8799fd247b3c0c707ce4de4b110 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 5 Dec 2014 11:41:50 +0000
Subject: [PATCH] - still tutorial4 improvement

---
 html/tutorial/tutorial4/ontology2.owl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/tutorial/tutorial4/ontology2.owl b/html/tutorial/tutorial4/ontology2.owl
index 6893435a..bcae1c86 100644
--- a/html/tutorial/tutorial4/ontology2.owl
+++ b/html/tutorial/tutorial4/ontology2.owl
@@ -33,7 +33,7 @@
 
   <owl:Class rdf:ID="Professor">
     <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person" />
-    <owl:disjointFrom rdf:resource="#Student" />
+    <owl:disjointWith rdf:resource="#Student" />
     <rdfs:label xml:lang="en">Staff</rdfs:label>
   </owl:Class>
 
@@ -72,7 +72,7 @@
     <rdfs:range rdf:resource="&xsd;string" />
   </owl:DatatypeProperty>
 
-  <owl:DatatypeProperty rdf:ID="topic-of-interest">
+  <owl:DatatypeProperty rdf:ID="topics-of-interest">
     <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person" />
     <rdfs:range rdf:resource="&xsd;string" />
   </owl:DatatypeProperty>
-- 
GitLab