|
I have a query:
Let's say I have the data
The results I would get from the query above on this data would be:
Any ideas how I would always filter out the rows with someOnt:Resource? Obviously a FILTER (str(?type)!=someOnt:Resource) would actually result in zero rows. I just want results excluding the common type someOnt:Resource. Thanks! |

