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
Copy file name to clipboardExpand all lines: test/ConvSpec-010-048.xspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
<x:expectlabel="020 creates identifiedBy/Isbn properties of the Instance"test="count(//bf:Instance[1]/bf:identifiedBy/bf:Isbn) = 3"/>
53
53
<x:expectlabel="$a is the rdf:value of the Isbn (without parenthetical qualifier)"test="//bf:Instance[1]/bf:identifiedBy[9]/bf:Isbn/rdf:value = '0877790086'"/>
54
54
<x:expectlabel="$a can include qualifier in parentheses"test="//bf:Instance[1]/bf:identifiedBy[9]/bf:Isbn/bf:qualifier = 'pbk'"/>
55
-
<x:expectlabel="$c creates an acqusitionTerms property of the Instance"test="//bf:Instance[1]/bf:acquisitionTerms[1] = '$10.00'"/>
55
+
<x:expectlabel="$c creates an acqusitionTerms property of the Instance"test="//bf:Instance[1]/bf:identifiedBy[9]/bf:acquisitionTerms[1] = '$10.00'"/>
56
56
<x:expectlabel="$q creates a qualifier property of the Isbn"test="//bf:Instance[1]/bf:identifiedBy[10]/bf:Isbn/bf:qualifier = 'black leather'"/>
57
57
<x:expectlabel="$z creates a status/Status property of the Isbn"test="//bf:Instance[1]/bf:identifiedBy[11]/bf:Isbn/bf:status/bf:Status/@rdf:about = 'http://id.loc.gov/vocabulary/mstatus/cancinv'"/>
<x:expectlabel="$a creates an identifiedBy/Identifier property of the Instance"test="//bf:Instance[1]/bf:identifiedBy[12]/bf:Isrc/rdf:value = 'NLC018413261'"/>
91
91
<x:expectlabel="...except if $2 = 'eidr', then it creates an identifiedBy property on the Work"test="//bf:Work[1]/bf:identifiedBy[6]/bf:Eidr/rdf:value = '10.5240/EA73-79D7-1B2B-B378-3A73-M'"/>
92
92
<x:expectlabel="$a can include qualifier in parentheses"test="//bf:Instance[1]/bf:identifiedBy[18]/bf:Identifier/bf:qualifier = 'v. 1'"/>
93
-
<x:expectlabel="$c creates an acquisitionTerms property of the instance"test="//bf:Instance[1]/bf:acquisitionTerms[3] = 'EUR28.50'"/>
93
+
<x:expectlabel="$c creates an acquisitionTerms property of the instance"test="//bf:Instance[1]/bf:identifiedBy[18]/bf:acquisitionTerms[1] = 'EUR28.50'"/>
94
94
<x:expectlabel="$d creates a note property of the Identifier"test="//bf:Instance[1]/bf:identifiedBy[15]/bf:Ean/bf:note/bf:Note/rdfs:label = '51000'"/>
95
95
<x:expectlabel="$q creates a qualifier property of the Identifier"test="//bf:Instance[1]/bf:identifiedBy[14]/bf:Ismn/bf:qualifier[2] = 'sewn'"/>
96
96
<x:expectlabel="$z creates a status/Status property of the Identifier with rdfs:label 'invalid'"test="//bf:Instance[1]/bf:identifiedBy[13]/bf:Upc/bf:status/bf:Status/rdfs:label = 'invalid'"/>
0 commit comments