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
@zheyxu:
The first line declares a "default" prefix: there's no prefix associated with the IRI http://example.org/stuff/1.0/.
The first triple is expanded in the following way:
(subject, predicate, object)
subject: <http://example.org/stuff/1.0/a>
predicate: <http://example.org/stuff/1.0/b>
object: It's an RDF list of strings. It will yield [ "apple", "banana" ]
Some turtle formats are not supported by the Rdflib parser. Following are some examples.
Example 1
Example 2
The issue is the extension of issue #34
The text was updated successfully, but these errors were encountered: