Re: [rdflib-dev] How to get all associated nodes of a blank node

2022-04-24 Thread Nicholas Car
Dear Joylix, It’s great that you’re using RDFLib but this email list is for technical matters relating to the RDFLib software, not usage questions. Please post this question on StackOverflow where you can tag it with [rdflib]. Thanks, Nick On Mon, Apr 25, 2022 at 12:40 am, lix joy wrote: > H

[rdflib-dev] How to get all associated nodes of a blank node

2022-04-24 Thread lix joy
Hi, all, I'm new to RDflib, I want to implement a feature like this: To say, Person hasProperty Weight(kg) , Height(m), and BMI (Body Mass Index)=Weight/Height^2, so if Bob‘s Weight=70, Height=1.75, How to deduce Bob's BMI from this model? I use the following RDF file to store the above inform