Re: RDF-ISSUE-140 (dataset-comparison): RDF Dataset Comparison (Ivan Herman) [RDF Concepts]

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