RE: Datatyping Summary - test suite, 2nd attempt

Thanks, you're right that should have been:

[[ (TDL global#TDL global)

_:n <age> _:a .
<age> <rdfs:range> <xsd:integer> .
<age> <rdfs:range> <xsd:string> .
]]



The corresponding S-P case is also incorrect (I did copy-paste between S-P
and TDL).

The following

[[ (S-P global#S-P global)

_:n <age> _:a .
<age> <rdfs:range> <xsd:integer.map> .
<age> <rdf:type> <xsd:string.map> .
]]

should be

[[ (S-P global#S-P global)

_:n <age> _:a .
<age> <rdfs:range> <xsd:integer.map> .
<age> <rdfs:range> <xsd:string.map> .
]]

> -----Original Message-----
> From: Patrick Stickler [mailto:patrick.stickler@nokia.com]
> Sent: 30 January 2002 13:33
> To: Jeremy Carroll; RDF Core
> Subject: Re: Datatyping Summary - test suite, 2nd attempt
>
>
> On 2002-01-30 14:00, "ext Jeremy Carroll" <jjc@hplb.hpl.hp.com> wrote:
>
> > [[ (TDL global#TDL global)
> >
> > _:n <age> _:a .
> > <age> <rdfs:range> <xsd:integer> .
> > <age> <rdf:type> <xsd:string> .
> > ]]
>
> Looks like a copy-paste error here.
>
> Should this be
>
> <age> <rdfs:range> <xsd:string> .
>
> ??
>
> Patrick
>
>
> --
>
> Patrick Stickler              Phone: +358 50 483 9453
> Senior Research Scientist     Fax:   +358 7180 35409
> Nokia Research Center         Email: patrick.stickler@nokia.com
>
>
>

Received on Wednesday, 30 January 2002 09:06:06 UTC