« Return to Thread: Explicit RDF property for "literal has datatype D"?

Re: Explicit RDF property for "literal has datatype D"?

by Jeremy Carroll-2 :: Rate this Message:

Reply to Author | View in Thread

Steve Harris wrote:

>
>>>>
>>>>> p a rdf:Property ;
>>>>> rdfs:domain rdfs:Literal ;
>>>>> rdfs:range rdfs:Datatype .
>> _:x p xsd:date .
>> _:x owl:sameAs  "2008-01-01" .
>
> did you mean:
>
> _:x p xsd:date .
> _:x owl:sameAs "2008-01-01"^^xsd:date .
>
> otherwise you get some odd conclusions.
>
> - Steve

I don't see any odd conclusions ... we have not said anything about the
realtionship between the subject and object of a p triple, other than
the usual they are related by the p-property.

Jeremy


 « Return to Thread: Explicit RDF property for "literal has datatype D"?