diff options
Diffstat (limited to 'examples/example1.ttl')
-rw-r--r-- | examples/example1.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example1.ttl b/examples/example1.ttl index 8862f88..02148f0 100644 --- a/examples/example1.ttl +++ b/examples/example1.ttl | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | [ rdf:type owl:Restriction ; | 27 | [ rdf:type owl:Restriction ; |
28 | owl:onProperty :S ; | 28 | owl:onProperty :S ; |
29 | owl:someValuesFrom :B | 29 | owl:someValuesFrom :A |
30 | ] rdfs:subClassOf :D . | 30 | ] rdfs:subClassOf :D . |
31 | 31 | ||
32 | :D rdf:type owl:Class ; | 32 | :D rdf:type owl:Class ; |