@@ -120,25 +120,13 @@ void shouldMapConceptForm() {
120
120
return focusEdges -> {
121
121
assertThat (focusEdges ).hasSize (4 );
122
122
validateEdge (focusEdges .getFirst (), predicate , List .of (FORM ),
123
- Map .of (
124
- "http://bibfra.me/vocab/lite/name" , List .of ("Catalogs" ),
125
- "http://library.link/vocab/resourcePreferred" , List .of ("true" )
126
- ), "Catalogs" );
123
+ Map .of ("http://bibfra.me/vocab/lite/name" , List .of ("Catalogs" )), "Catalogs" );
127
124
validateEdge (focusEdges .get (1 ), predicate , List .of (FORM ),
128
- Map .of (
129
- "http://bibfra.me/vocab/lite/name" , List .of ("Indexes" ),
130
- "http://library.link/vocab/resourcePreferred" , List .of ("true" )
131
- ), "Indexes" );
125
+ Map .of ("http://bibfra.me/vocab/lite/name" , List .of ("Indexes" )), "Indexes" );
132
126
validateEdge (focusEdges .get (2 ), predicate , List .of (FORM ),
133
- Map .of (
134
- "http://bibfra.me/vocab/lite/name" , List .of ("Calendars" ),
135
- "http://library.link/vocab/resourcePreferred" , List .of ("true" )
136
- ), "Calendars" );
127
+ Map .of ("http://bibfra.me/vocab/lite/name" , List .of ("Calendars" )), "Calendars" );
137
128
validateEdge (focusEdges .get (3 ), predicate , List .of (FORM ),
138
- Map .of (
139
- "http://bibfra.me/vocab/lite/name" , List .of ("Comics (Graphic works)" ),
140
- "http://library.link/vocab/resourcePreferred" , List .of ("true" )
141
- ), "Comics (Graphic works)" );
129
+ Map .of ("http://bibfra.me/vocab/lite/name" , List .of ("Comics (Graphic works)" )), "Comics (Graphic works)" );
142
130
};
143
131
}
144
132
}
0 commit comments