Skip to content

Commit

Permalink
Fix SXP result issue emergent using SXP 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 16, 2021
1 parent 7074ab7 commit 90af068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
} .
),
result: %(
(prefix ((rdfs <http://www.w3.org/2000/01/rdf-schema#>) (schema <http://schema.org/>))
(prefix ((rdfs: <http://www.w3.org/2000/01/rdf-schema#>) (schema: <http://schema.org/>))
(patch
(bind ?b3 "W3C/MIT" (path (reverse schema:name)))
(bind ?b2 ?b3 (path (reverse schema:workLocation)))
Expand Down

0 comments on commit 90af068

Please sign in to comment.