mdesalvo / RDFSharp

Lightweight and friendly .NET library for realizing Semantic Web applications
Apache License 2.0
121 stars 26 forks source link

RDFOntologyDataLens #235

Closed constnick closed 3 years ago

constnick commented 3 years ago

Hi Marco,

there is method ObjectAssertions which enlists entries with given RDFOntologyFact as subject. It would be fine to have a similar method to enlist entries with it as object. Is it possible?

mdesalvo commented 3 years ago

Sure. I'll expand ObjectAssertions method to also include entries with the given fact as object. No need for a specialized method.