RE: ISSUE: owl:quote - 5.4 and 4.3

> RDF has this sort of quoting already:

And so should OWL. 

-----Original Message-----
From: Dan Connolly [mailto:connolly@w3.org]
Sent: Wednesday, July 17, 2002 10:31 PM
To: Smith, Michael K
Cc: www-webont-wg@w3.org
Subject: Re: ISSUE: owl:quote - 5.4 and 4.3


On Wed, 2002-07-17 at 20:15, Smith, Michael K wrote:
[...]
> <businessPartner owl:id="Acme Novelties">
>  <submittedPurchaseOrder>
>   <owl:quote><ebxml:po>...</ebxml:po></owl:quote>
>  </submittedPurchaseOrder>
> </businessPartner>

RDF has this sort of quoting already:

<businessPartner rdf:id="Acme Novelties">
  <submittedPurchaseOrder rdf:parseType="Literal">
   <ebxml:po>...</ebxml:po>
  </submittedPurchaseOrder>
</businessPartner>

cf
http://www.w3.org/TR/rdf-syntax-grammar/#parseTypeLiteralPropertyElt

and

7.5. Values Containing Markup
http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#examples

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/

Received on Thursday, 18 July 2002 12:18:33 UTC