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
it fails with ValueError: Can't split 'http://rightsstatements.org/vocab/CNE/1.0/'.
If I remove the trailing slash in the URI, the dot file is created just fine. As you can see in here, it says the URI should be http://rightsstatements.org/vocab/CNE/1.0/. Am I misunderstanding the error here?
The text was updated successfully, but these errors were encountered:
I have some partial turtle that looks like this:
When I try to create my dot file from this
it fails with
ValueError: Can't split 'http://rightsstatements.org/vocab/CNE/1.0/'
.If I remove the trailing slash in the URI, the dot file is created just fine. As you can see in here, it says the URI should be
http://rightsstatements.org/vocab/CNE/1.0/
. Am I misunderstanding the error here?The text was updated successfully, but these errors were encountered: