|
59 | 59 | <#sole_blankNodePropertyList>
|
60 | 60 | <#blankNodePropertyList_as_subject>
|
61 | 61 | <#blankNodePropertyList_as_object>
|
| 62 | + <#blankNodePropertyList_as_object_containing_objectList> |
| 63 | + <#blankNodePropertyList_as_object_containing_objectList_of_two_objects> |
62 | 64 | <#blankNodePropertyList_with_multiple_triples>
|
63 | 65 | <#nested_blankNodePropertyLists>
|
64 | 66 | <#blankNodePropertyList_containing_collection>
|
|
115 | 117 | <#lantag_with_subtag>
|
116 | 118 | <#objectList_with_two_objects>
|
117 | 119 | <#predicateObjectList_with_two_objectLists>
|
| 120 | + <#predicateObjectList_with_blankNodePropertyList_as_object> |
118 | 121 | <#repeated_semis_at_end>
|
119 | 122 | <#repeated_semis_not_at_end>
|
120 | 123 |
|
|
636 | 639 | mf:result <blankNodePropertyList_as_object.nt> ;
|
637 | 640 | .
|
638 | 641 |
|
| 642 | +<#blankNodePropertyList_as_object_containing_objectList> rdf:type rdft:TestTurtleEval ; |
| 643 | + mf:name "blankNodePropertyList_as_object_containing_objectList" ; |
| 644 | + rdfs:comment "blankNodePropertyList as object containing objectList <s> <p> [ <p2> <o>,<o2> ] ." ; |
| 645 | + rdft:approval rdft:Approved ; |
| 646 | + mf:action <blankNodePropertyList_as_object_containing_objectList.ttl> ; |
| 647 | + mf:result <blankNodePropertyList_as_object_containing_objectList.nt> ; |
| 648 | + . |
| 649 | + |
| 650 | +<#blankNodePropertyList_as_object_containing_objectList_of_two_objects> rdf:type rdft:TestTurtleEval ; |
| 651 | + mf:name "blankNodePropertyList_as_object_containing_objectList_of_two_objects" ; |
| 652 | + rdfs:comment "blankNodePropertyList as object containing objectList of two objects <s> <p> [ <p2 <o> ] , <o2> ." ; |
| 653 | + rdft:approval rdft:Approved ; |
| 654 | + mf:action <blankNodePropertyList_as_object_containing_objectList_of_two_objects.ttl> ; |
| 655 | + mf:result <blankNodePropertyList_as_object_containing_objectList_of_two_objects.nt> ; |
| 656 | + . |
| 657 | + |
639 | 658 | <#blankNodePropertyList_with_multiple_triples> rdf:type rdft:TestTurtleEval ;
|
640 | 659 | mf:name "blankNodePropertyList_with_multiple_triples" ;
|
641 | 660 | rdfs:comment "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]" ;
|
|
1084 | 1103 | mf:result <predicateObjectList_with_two_objectLists.nt> ;
|
1085 | 1104 | .
|
1086 | 1105 |
|
| 1106 | +<#predicateObjectList_with_blankNodePropertyList_as_object> rdf:type rdft:TestTurtleEval ; |
| 1107 | + mf:name "predicateObjectList_with_blankNodePropertyList_as_object" ; |
| 1108 | + rdfs:comment "predicateObjectList_with_blankNodePropertyList_as_object <s> <p> [ <p2> <o> ] ; <p3> [ <p4> <o2> , <o3> ] " ; |
| 1109 | + rdft:approval rdft:Approved ; |
| 1110 | + mf:action <predicateObjectList_with_blankNodePropertyList_as_object.ttl> ; |
| 1111 | + mf:result <predicateObjectList_with_blankNodePropertyList_as_object.nt> ; |
| 1112 | + . |
| 1113 | + |
1087 | 1114 | <#repeated_semis_at_end> rdf:type rdft:TestTurtleEval ;
|
1088 | 1115 | mf:name "repeated_semis_at_end" ;
|
1089 | 1116 | rdfs:comment "repeated semis at end <s> <p> <o> ;; <p2> <o2> ." ;
|
|
0 commit comments