Re: Transforming RDF into (non-binary!) trees

Yes
an rdf file 'is' a graph, so there is many possible trees which are
different walk over part of the graph

--
Jean-Claude Moissinac



2014-07-09 17:23 GMT+02:00 Victor Porton <porton@narod.ru>:

> 09.07.2014, 16:00, "Jean-Claude Moissinac" <
> jean-claude.moissinac@telecom-paristech.fr>:
>
> ​To generalize the method, I think we need:
> * a starting node in the graph, which will be the root of the tree
> * a rule to find children of a node; a generic rule could be:
> for a node of type T, the children are found by following predicates (P1,
> P2, ... PN)​ and selecting objects node following conditions (C1, C2...CN)
> other nodes linked to a node of the tree are either ignored or taken as
> 'value' of the node
>
> What do you think of that generic approach?
>
> --
> Jean-Claude Moissinac
>
>
> There may be more than one tree in an RDF file.
>
>
>
>
>
> --
> Victor Porton - http://portonvictor.org
>
>

Received on Wednesday, 9 July 2014 16:01:43 UTC