This query returns two types of nodes
SELECT ?node
WHERE { ?node ?prop ?val }
{'node': {'type': 'uri', 'value': ''}}
{'node': {'type': 'triple', 'value': '' }}
Is it possible to filter by type (I need only type=uri)?
This query returns two types of nodes
SELECT ?node
WHERE { ?node ?prop ?val }
{'node': {'type': 'uri', 'value': ''}}
{'node': {'type': 'triple', 'value': '' }}
Is it possible to filter by type (I need only type=uri)?