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
...python2.7/site-packages/rdflib-4.1_dev-py2.7.egg/rdflib/plugins/parsers/notation3.pyc in join(here, there)
109
110 assert(here.find("#") < 0), \
--> 111 "Base may not contain hash: '%s'" % here # why must caller splitFrag?
112
113 slashl = there.find('/')
AssertionError: Base may not contain hash: 'http://rohub.linkeddata.es/motifs_bundle_page-FGCS/index.html#'
i was getting this error:
according to the RDF 1.1 specs:
http://www.w3.org/TR/2014/REC-turtle-20140225/#grammar-production-base
@base and @Prefix share the same exact IRIREF pattern. is there a reason why this check exists?
The text was updated successfully, but these errors were encountered: