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
and reading it via rdf_read_turtle(stream(In), Triples, [base_uri(Arg), format(trig), prefixes(Pfxs), on_error(error)]),
works fine but the Pfxs is [rdfs-'http://www.w3.org/2000/01/rdf-schema#'] whereas I would expect it to be [rdfs-'http://www.w3.org/2000/01/rdf-schema#', ''-'http://example.org/ns#']
The text was updated successfully, but these errors were encountered:
The following TriG file has an empty namespace prefix
and reading it via
rdf_read_turtle(stream(In), Triples, [base_uri(Arg), format(trig), prefixes(Pfxs), on_error(error)]),
works fine but the
Pfxs
is[rdfs-'http://www.w3.org/2000/01/rdf-schema#']
whereas I would expect it to be[rdfs-'http://www.w3.org/2000/01/rdf-schema#', ''-'http://example.org/ns#']
The text was updated successfully, but these errors were encountered: