- From: Eric Jain <Eric.Jain@isb-sib.ch>
- Date: Mon, 20 Jan 2003 10:11:07 +0100
- To: "rdf-interest" <www-rdf-interest@w3.org>
Is there any way to collapse the following statements
<Item ref:ID="E1">
...
</Item>
<rdf:Description rdf:about="#A1">
<item rdf:resource="#E1"/>
</rdf:Description>
<rdf:Description rdf:about="#A2">
<item rdf:resource="#E1"/>
</rdf:Description>
into a more compact representation such as:
<rdf:Description rdf:about="#A1 #A2">
<item>...</item>
</rdf:Description>
?
--
Eric Jain
Received on Monday, 20 January 2003 04:11:08 UTC