Skip to content

Commit 90af068

Browse files
committed
Fix SXP result issue emergent using SXP 1.2.
1 parent 7074ab7 commit 90af068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/parser_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
} .
264264
),
265265
result: %(
266-
(prefix ((rdfs <http://www.w3.org/2000/01/rdf-schema#>) (schema <http://schema.org/>))
266+
(prefix ((rdfs: <http://www.w3.org/2000/01/rdf-schema#>) (schema: <http://schema.org/>))
267267
(patch
268268
(bind ?b3 "W3C/MIT" (path (reverse schema:name)))
269269
(bind ?b2 ?b3 (path (reverse schema:workLocation)))

0 commit comments

Comments
 (0)