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

On Friday, August 09, 2013 12:20 AM, Gavin Carothers wrote:
> 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.

Gavin, could you please explain why!? And also why the first dataset isn't isomorphic to

{
  {
    _:y rdf:type ex:graphsIlike .
  }
  _:x {
    ex:a ex:b ex:c}
  }
}


Thanks,
Markus


--
Markus Lanthaler
@markuslanthaler

Received on Friday, 9 August 2013 07:25:14 UTC