Expressing position in RDF
Matthew Graham
mjg at cacr.caltech.edu
Tue Oct 14 00:03:01 PDT 2008
Hi,
Although this works, it is very verbose for such a simple (!)
statement. To sell this sort of stuff to end users, we really need a
practical and succinct set of object properties that would allow me
just to do:
:MyObject a:rightAscension 134.556^^xsd:float
After all anything observable in the sky has a RA.
Cheers,
Matthew
On Oct 13, 2008, at 11:50 PM, Rob Seaman wrote:
> Like I said:
>
>> don't you really want to represent something like "object has a
>> WCS" and "the object's WCS corresponds to an RA of 134.556"?
>
> :-)
>
> Rob
> ---
>
> Matthew Graham wrote:
>
>>> I want to represent the relationship "object has a RA of 134.556"
>>> as an RDF triple. Is there any existing ontology that would allow
>>> me to do this?
>
> On Oct 13, 2008, at 7:24 PM, Ed Shaya wrote:
>
>> Here is "MyStar has a J2000 RA of 34.5343 degrees, it would be
>> something like this in N3:
>>
>> :MyStar a a:star;
>> ivoa:hasPosition :MyCoordinates.
>>
>> :MyCoordinates a
>> a:J2000Coordinates
>> ;
>> geo:hasCoordinate :myRA.
>>
>> :MyRA a a:rightAscension;
>> q:hasFloat 34.5343^^xsd:float;
>> q:hasUnits ui:degree.
>
> ...
>
More information about the semantics
mailing list