You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the automated generated query from ttl we need filter by string, but in the current version it's no possible because it's add variable name in the SPARQL if make filter macro.
Can you please handle it
The text was updated successfully, but these errors were encountered:
CONSTRUCT/INSERT {
?content_id_URL s:name ?title
} WHERE {
service <refine> {
...
bind(iri(?content_id) as ?content_id_URL)
filter(?status='published') ### here
}
}
VladimirAlexiev
changed the title
Implement filter function
rdf2sparql: implement filter function
Dec 7, 2022
In the automated generated query from ttl we need filter by string, but in the current version it's no possible because it's add variable name in the SPARQL if make filter macro.
Can you please handle it
The text was updated successfully, but these errors were encountered: