- From: Krishna Sapkota <k.sapkota@brookes.ac.uk>
- Date: Wed, 1 Jun 2011 19:08:04 +0100
- To: public-owl-comments@w3.org
Received on Friday, 3 June 2011 11:32:38 UTC
Hi,
I have just noticed that the Turtle syntax demonstrating "complement of a
class" in the Primer is missing a line
"rdf:type owl:Class;" just before "owl:complementOf :Parent."
*The original syntax:*
:ChildlessPerson owl:equivalentClass [
rdf:type owl:Class ;
owl:intersectionOf ( :Person [ owl:complementOf :Parent ] )
] .
*The recommended syntax:*
*
*
:ChildlessPerson owl:equivalentClass [
rdf:type owl:Class ;
owl:intersectionOf ( :Person
[ rdf:type owl:Class ;
owl:complementOf :Parent ]
)
] .
*Krishna Sapkota*
------------------------------*
*
**
*Thesis Title: Semantic Framework for Regulatory Compliance Support*
PhD Student[09115130]
Email: k.sapkota@brookes.ac.uk
School of Technology, Wheatley Campus
Oxford Brookes University, Oxford, OX33 1HX
Received on Friday, 3 June 2011 11:32:38 UTC