|
597 | 597 | <sf code="i" chopPunct="true"> |
598 | 598 | <select xpath="ancestor::bf:Relation/bf:relationship[ |
599 | 599 | ( |
600 | | - exists(@rdf:resource) and |
| 600 | + @rdf:resource and |
601 | 601 | not(contains($vRelStrs, @rdf:resource)) and |
602 | 602 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
603 | 603 | ) or |
604 | 604 | ( |
605 | | - exists(bf:Relationship/@rdf:about) and |
| 605 | + bf:Relationship/@rdf:about and |
606 | 606 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
607 | 607 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
608 | 608 | ) |
|
612 | 612 | |
613 | 613 | ancestor::bflc:Relationship/bflc:relation[ |
614 | 614 | ( |
615 | | - exists(@rdf:resource) and |
| 615 | + @rdf:resource and |
616 | 616 | not(contains($vRelStrs, @rdf:resource)) and |
617 | 617 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
618 | 618 | ) or |
619 | 619 | ( |
620 | | - exists(bf:Relationship/@rdf:about) and |
| 620 | + bf:Relationship/@rdf:about and |
621 | 621 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
622 | 622 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
623 | 623 | ) |
|
680 | 680 | <sf code="4" chopPunct="true"> |
681 | 681 | <select xpath="ancestor::bf:Relation/bf:relationship[ |
682 | 682 | ( |
683 | | - exists(@rdf:resource) and |
| 683 | + @rdf:resource and |
684 | 684 | not(contains($vRelStrs, @rdf:resource)) and |
685 | 685 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
686 | 686 | ) or |
687 | 687 | ( |
688 | | - exists(bf:Relationship/@rdf:about) and |
| 688 | + bf:Relationship/@rdf:about and |
689 | 689 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
690 | 690 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
691 | 691 | ) |
|
695 | 695 | |
696 | 696 | ancestor::bflc:Relationship/bflc:relation[ |
697 | 697 | ( |
698 | | - exists(@rdf:resource) and |
| 698 | + @rdf:resource and |
699 | 699 | not(contains($vRelStrs, @rdf:resource)) and |
700 | 700 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
701 | 701 | ) or |
702 | 702 | ( |
703 | | - exists(bf:Relationship/@rdf:about) and |
| 703 | + bf:Relationship/@rdf:about and |
704 | 704 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
705 | 705 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
706 | 706 | ) |
|
1603 | 1603 | <sf code="i" chopPunct="true"> |
1604 | 1604 | <select xpath="ancestor::bf:Relation/bf:relationship[ |
1605 | 1605 | ( |
1606 | | - exists(@rdf:resource) and |
| 1606 | + @rdf:resource and |
1607 | 1607 | not(contains($vRelStrs, @rdf:resource)) and |
1608 | 1608 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
1609 | 1609 | ) or |
1610 | 1610 | ( |
1611 | | - exists(bf:Relationship/@rdf:about) and |
| 1611 | + bf:Relationship/@rdf:about and |
1612 | 1612 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
1613 | 1613 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
1614 | 1614 | ) |
|
1622 | 1622 | <sf code="4"> |
1623 | 1623 | <select xpath="ancestor::bf:Relation/bf:relationship[ |
1624 | 1624 | ( |
1625 | | - exists(@rdf:resource) and |
| 1625 | + @rdf:resource and |
1626 | 1626 | not(contains($vRelStrs, @rdf:resource)) and |
1627 | 1627 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
1628 | 1628 | ) or |
1629 | 1629 | ( |
1630 | | - exists(bf:Relationship/@rdf:about) and |
| 1630 | + bf:Relationship/@rdf:about and |
1631 | 1631 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
1632 | 1632 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
1633 | 1633 | ) |
|
1643 | 1643 | <sf code="4"> |
1644 | 1644 | <select xpath="ancestor::bf:Relation/bf:relationship[ |
1645 | 1645 | ( |
1646 | | - exists(@rdf:resource) and |
| 1646 | + @rdf:resource and |
1647 | 1647 | not(contains($vRelStrs, @rdf:resource)) and |
1648 | 1648 | not(contains(@rdf:resource, 'ontologies/bibframe')) |
1649 | 1649 | ) or |
1650 | 1650 | ( |
1651 | | - exists(bf:Relationship/@rdf:about) and |
| 1651 | + bf:Relationship/@rdf:about and |
1652 | 1652 | not(contains($vRelStrs, bf:Relationship/@rdf:about)) and |
1653 | 1653 | not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe')) |
1654 | 1654 | ) |
|
0 commit comments