FILTER (isURI(?node))

https://www.w3.org/TR/sparql11-query/#func-isIRI

On Mon, Sep 27, 2021 at 7:12 PM Laura Morales <laure...@mail.com> wrote:
>
> 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)?

Reply via email to