- From: Gavin Carothers <gavin@carothers.name>
- Date: Thu, 8 Aug 2013 15:20:24 -0700
- To: Markus Lanthaler <markus.lanthaler@gmx.net>
- Cc: RDF Working Group <public-rdf-wg@w3.org>
Received on Thursday, 8 August 2013 22:20:51 UTC
On Thu, Aug 8, 2013 at 1:59 PM, Markus Lanthaler
<markus.lanthaler@gmx.net>wrote:
> {
> {
> _:x rdf:type ex:graphsIlike .
> }
> _:x {
> ex:a ex:b ex:c}
> }
> }
>
> ########
>
> {
> {
> _:x rdf:type ex:graphsIlike .
> }
> _:x {
> ex:a ex:b ex:c}
> }
> }
>
For clarity
{
{
_:y rdf:type ex:graphsIlike .
}
_:y {
ex:a ex:b ex:c}
}
}
########
{
{
_:x rdf:type ex:graphsIlike .
}
_:x {
ex:a ex:b ex:c}
}
}
MUST be isomorphic if we expect to have test cases for parsing datasets.
Received on Thursday, 8 August 2013 22:20:51 UTC