Dear Maxim, Is this question still open? If not, I'd like to know your solution.
Kind regards, Richard On Thursday, December 27, 2018 at 9:21:42 AM UTC+1, Maxim Veksler wrote: > > Hi, > > Does RDFLib has a way to representing a specific path over several > triplets in a closed world assumption? > > Say I have > > (s1, p1, o1) > (o1, p2, o2) > (o1, p3, o2) > > I would like to say (s1 p1 / o1 / p3 / o2) meaning that the specific path > by which I want to reach from s1 to o2 is via "p1, o1, p3" even when more > paths exits. > > > If this is not supported by RDFLib, what would be a good way to represent > that so that in the future I could compose a SPARQL query starting from the > "path" (s1 p1 / o1 / p3 / o2) adding ?p4 ?o3. > > > Thank you, > Maxim. > > -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/1fe33320-670d-4f0f-b59b-81c79aa9d9d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
