We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6362a commit 294c079Copy full SHA for 294c079
1 file changed
tests/test_to_rdf.py
@@ -46,9 +46,8 @@ def test_conflicting_property_names_in_nested_node():
46
"dublinCore": {"title": "Chapter 1: Jonathan Harker's Journal"},
47
}
48
49
- expected = """<http://foo.bar/obj/test> <http://foo.bar/dc> _:b0 .
50
-<http://foo.bar/obj/test> <http://foo.bar/title> "test" .
51
-_:b0 <http://purl.org/dc/terms/title> "Chapter 1: Jonathan Harker's Journal" .
+ expected = """<http://foo.bar/obj/test> <http://foo.bar/title> "test" .
+<http://foo.bar/obj/test> <http://purl.org/dc/terms/title> "Chapter 1: Jonathan Harker's Journal" .
52
"""
53
54
nquads = jsonld.to_rdf(input, options={'format': 'application/n-quads'})
0 commit comments