W3C home > Mailing lists > Public > public-swbp-wg@w3.org > November 2006

error in "Representing Classes As Property Values on the Semantic Web"?

From: Daniel Barclay <daniel@fgm.com>
Date: Tue, 28 Nov 2006 11:06:01 -0500
Message-ID: <456C5E69.60401@fgm.com>
To: public-swbp-wg@w3.org

In the document "Representing Classes As Property Values on the Semantic Web"
at http://www.w3.org/TR/swbp-classes-as-values/, the example right before
the section header "Considerations when choosing Approach 4" says:

   :LionsLifeInThePrideBook
       a       :Book;
       [ a       owl:Restriction ;
                 owl:onProperty dc:subject ;
                 owl:someValuesFrom :Lion
       ];
       rdfs:seeAlso <http://isbn.nu/0736809643> ;
       :bookTitle "Lions: Life in the Pride" .

Is there an "a" (rdf:type) missing?  Should it have said the following?:

   :LionsLifeInThePrideBook
       a       :Book;
       a [ a       owl:Restriction ;
       ...



Daniel



-- 
Received on Tuesday, 28 November 2006 16:06:29 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:17:22 GMT