dealing with missing values #81
Answered
by
josd
giacomociti
asked this question in
Q&A
-
hello, PREFIX : <http://example.com/>
CONSTRUCT {
?object :TitleWithoutType ?title
}
WHERE {
?object :Title ?title .
OPTIONAL { ?title :Type ?type }
FILTER (!BOUND(?type))
} Thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
josd
Mar 14, 2023
Replies: 2 comments 1 reply
-
The following should work
Remark that we are still discussing those Related to this, there is currently a lot of work going on in https://github.com/doerthe/SPARQL-to-N3 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giacomociti
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following should work
Remark that we are still discussing those
log:
built-ins in the N3 community group.Related to this, there is currently a lot of work going on in https://github.com/doerthe/SPARQL-to-N3