antoniogarrote / rdfstore-js

JS RDF store with SPARQL support
MIT License
563 stars 109 forks source link

relationship inference #152

Open KunalSaini opened 6 years ago

KunalSaini commented 6 years ago

Hi, I wanted to understand if the feature of inference exist or is on your roadmap. example if ex:a bf:parent ex:b

and bf:parent a owl:ObjectProperty ; owl:inverseOf :child ; a owl:AsymmetricProperty , owl:IrreflexiveProperty .

then the following query should return result select * where { ?x bf:child ?y }