Skip to content

Commit

Permalink
Fixed labels to match term IDs, so tests pass again.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbri committed Oct 10, 2016
1 parent dbf195c commit 7f9ef8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ext/pending/issue-1253.rdfa
Expand Up @@ -79,7 +79,7 @@
</div>

<div typeof="rdf:Property" resource="http://schema.org/accountOverdraftLimit">
<span class="h" property="rdfs:label">overdraftLimit</span>
<span class="h" property="rdfs:label">accountOverdraftLimit</span>
<span property="rdfs:comment">An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BankAccount">BankAccount</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
Expand All @@ -90,7 +90,7 @@
</div>

<div typeof="rdf:Property" resource="http://schema.org/accountMinimumInflow">
<span class="h" property="rdfs:label">minimumInflow</span>
<span class="h" property="rdfs:label">accountMinimumInflow</span>
<span property="rdfs:comment">A minimum amount that has to be paid in every month.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BankAccount">BankAccount</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
Expand Down

0 comments on commit 7f9ef8a

Please sign in to comment.