- From: Ian B. Jacobs <ij@w3.org>
- Date: Thu, 20 Jul 2006 07:25:07 -0500
- To: public-xg-mmsem@w3.org
- Message-Id: <1153398307.18985.48.camel@jebediah>
-------- Forwarded Message -------- > From: Massimo Martinelli <Massimo.Martinelli@isti.cnr.it> > To: public-xg-mmsem-request@w3.org > Subject: Re: Agenda 20 July Telecon 1600 UTC > Date: Thu, 20 Jul 2006 11:30:28 +0000 > > >> ACTION: ALL give comments on the "Image annotation on the Semantic > >> Web" Working Draft [recorded in > >> http://www.w3.org/2006/07/10-mmsem-minutes.html#action07] > > > > Another comment about the OWL representations in the working draft > > Section 1.2 > > i rewrite here all the example of the BigImage OWL class > > <?xml version="1.0" encoding="UTF-8"?> > <rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" > xmlns="http://example.org/" > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xml:base="http://example.org/" > > > > > <owl:Class rdf:about="BigImage"> > <owl:intersectionOf rdf:parseType="Collection"> > <owl:Class rdf:about="#Image" /> > <owl:Restriction> > <owl:onProperty rdf:resource="#hasSize" /> > <owl:cardinality > rdf:datatype="xsd:nonNegativeInteger">1</owl:cardinality> > <owl:allValueFrom rdf:resource="#Big" /> > </owl:Restriction> > </owl:intersectionOf> > </owl:Class> > </rdf:RDF> > > > > Massimo > > Jeff Z. Pan ha scritto: > >> ACTION: ALL give comments on the "Image annotation on the Semantic > >> Web" Working Draft [recorded in > >> http://www.w3.org/2006/07/10-mmsem-minutes.html#action07] > > > > Here are some comments of RDF representations in the working draft. > > > > - Section 2.2, the example about elephant: <rdf:Description rdf:about="Ganesh.jpg"/> should be <rdf:Description rdf:about="Ganesh.jpg">, i.e. removing the "/" at the end. > > > > - Section 5.1, the example about location: I don't see why we need to use the property foaf:name when it is not necessary. For example, we can have > > > > <locat:Continent>Asia</locat:Continent> > > > > rather than > > > > <locat:Continent> > > <foaf:name>Asia</foaf:name> > > </locat:Continent>, > > > > and we can have > > > > <locat:Country>Thailand</locat:Country> > > > > rather than > > > > <locat:Country> > > <foaf:name>Thailand</foaf:name> > > </locat:Country> > > > > Hope these help. > > > > Jeff > > > > -- > > Dr. Jeff Z. Pan (http://www.csd.abdn.ac.uk/~jpan/) > > Department of Computing Science, The University of Aberdeen > > > > > > > > > -- Ian Jacobs (ij@w3.org) http://www.w3.org/People/Jacobs Tel: +1 718 260-9447
Received on Thursday, 20 July 2006 12:25:28 UTC