- From: <Simon.Cox@csiro.au>
- Date: Thu, 18 May 2017 01:02:47 +0000
- To: <michel.dumontier@gmail.com>, <info@csarven.ca>
- CC: <semantic-web@w3.org>
Received on Thursday, 18 May 2017 01:06:25 UTC
Don’t forget the SPARQL query
CONSTRUCT { ?s sio:has-value "I am"@en }
WHERE {
?s sio:has-value ?v .
FILTER ( str(?v) = "I think" )
}
From: Michel Dumontier [mailto:michel.dumontier@gmail.com]
Sent: Thursday, 18 May, 2017 09:38
To: Sarven Capadisli <info@csarven.ca>
Cc: W3C Semantic Web IG <semantic-web@w3.org>
Subject: Re: I am.
prefix : <http://semanticscience.org/statement/>
prefix sio: <http://semanticscience.org/resource/>
:I_am
a sio:statement;
sio:has-value "I am"@en.
m.
On Wed, May 17, 2017 at 11:24 AM, Sarven Capadisli <info@csarven.ca<mailto:info@csarven.ca>> wrote:
Philosophers and Semantic Web junkies gather around.
Use the the RDF language to represent the following statement:
"I am."
-Sarven
http://csarven.ca/#i
--
Michel Dumontier
Distinguished Professor of Data Science
Maastricht University
http://dumontierlab.com
Received on Thursday, 18 May 2017 01:06:25 UTC