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

Tripod shouldn't allow 'null' values for URIs #47

Open
rsinger opened this issue Apr 22, 2015 · 0 comments
Open

Tripod shouldn't allow 'null' values for URIs #47

rsinger opened this issue Apr 22, 2015 · 0 comments

Comments

@rsinger
Copy link
Member

rsinger commented Apr 22, 2015

Tripod doesn't (appear) to stop null from being stored in a resource triple, so you can get something like:

{
    "dct:isPartOf": {
        "u": null
    }
}

which causes all kinds of problems in joins for views and table rows, etc. I cannot think of a scenario where this would be desired behavior. I also don't think it should exist for literals, but I'm more certain about resource triples.

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

No branches or pull requests

1 participant