Re: Input sought on datatyping tradeoff

At 12:45 12/07/2002 +0200, Jerome Euzenat wrote:
[...]
>>Secondly, consider a query processor which queries an RDF graph based on 
>>subgraph match:
>>
>>   ?x <ageInYears> "10" .
>>   ?x <testScore> "10" .
>>
>>where the intent of the query is to find the x's where the denotions of 
>>the values of the properties are the same.
>
>Isn't the intent of this query better given by:
>
>?x <ageInYears> ?y .
>?x <testScore> ?y .

Oops, yes.

Brian

Received on Friday, 12 July 2002 08:03:06 UTC