Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isURI, isBlank and isLiteral are missing in LQML #12

Open
jerdeb opened this issue Oct 29, 2015 · 1 comment
Open

isURI, isBlank and isLiteral are missing in LQML #12

jerdeb opened this issue Oct 29, 2015 · 1 comment

Comments

@jerdeb
Copy link
Contributor

jerdeb commented Oct 29, 2015

Add the isURI function in LQML (like typeof), which accepts a ?s or ?o parameter and checks if it is a valid URI or not.

The isLiteral function accepts ?o and checks if the object is a literal. We can expand this to other datatype literals in the future

The isBlank function accepts ?s ?o and checks if the subject or the object are blank nodes

@clange
Copy link
Member

clange commented Nov 4, 2015

@jerdeb you may also want to consider the two-argument variant isLiteral(?o, datatype) (e.g. isLiteral(?o, xsd:date)); see my comment in the JDIQ paper. - @ahsaniqbal please take note

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants