- From: Hugh Glaser <hugh@glasers.org>
- Date: Sat, 1 Oct 2022 19:45:55 +0100
- To: Nicolas Chauvat <nicolas.chauvat@logilab.fr>
- Cc: Martynas Jusevičius <martynas@atomgraph.com>, "Peter F. Patel-Schneider" <pfpschneider@gmail.com>, semantic-web@w3.org
As a complete aside, but so old that there may be new people who want to know about it.
If you are after Chess (and other game) positions and moves.
http://data.totl.net
has URIs for all the Chess positions and Chess moves as Linked Data.
(But don’t try and crawl the site! :-D - that’s why I think it isn’t in the LOD Cloud, perhaps)
And for Chess and a couple of other games, it has a clever browser so you can actually play the games using Linked Data.
http://graphite.ecs.soton.ac.uk/examples/playgame.php
Kudos and chapeau to cjg
> On 1 Oct 2022, at 17:56, Nicolas Chauvat <nicolas.chauvat@logilab.fr> wrote:
>
> Hi Martynas,
>
> Le Sat, Oct 01, 2022 at 02:57:01PM +0200, Martynas Jusevičius a écrit :
>>> What would you think of something like this ?
>>>
>>> :me :positionInPlan9 (2, -3)^:complexPosition
>>> :marty :driveTo ("1985-10-26", "09:00", "EST")^:timeDateTZ
>>
>> :me :positionInPlan9 [ a :complexPosition; :first 2, :second -3 ].
>> :marty :driveTo [ :date "1985-10-26", :time "09:00", :tz "EST" ] .
>>
>> Same thing, and no need for new standards.
>
> Please let me try to better understand what entails from your answer.
>
> (1) Is there a reason you put "a :complexPosition" in the first case, but
> not "a :TZDateTime" in the second case ?
>
> (2) Is one of these two options better according to you and why ?
>
> :me :positionInPlan9 [ :realPart 2, :imaginaryPart -3 ]
> :me :positionInPlan9 [ a :complexPosition, :realPart 2, :imaginaryPart -3 ]
>
> (3) Using this blank node notation, is there a way to "add to the blank
> node" or is it "closed" ?
>
> When I have
>
> :whiteKing :boardPosition [ :rank 1, :file "e" ]
>
> is there a triple or a set of triples that I could add to my graph
> such that once serialized in turtle it would read
>
> :whiteKing :boardPosition [ :rank 1, :file "e", :magicalAttribute true ]
>
> ?
>
> --
> Nicolas Chauvat
>
> logilab.fr - services en informatique scientifique et gestion de connaissances
>
Received on Saturday, 1 October 2022 18:46:20 UTC