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
yield(entity, "schema:hasPart", f"https://aql.webis.de/specialcontentsresultblock/{specialcontentsresultblock.id}") # iterate over all specialcontentsresultblocks of a serp
117
-
129
+
# TODO werden hier direkt resultblocks connected oder die Kindklasse websearchresultblock/specialcontentsresultblock?
130
+
131
+
118
132
#TODO how to model superclass of resultblock? we dont have a python class for it
119
133
120
-
# Model result block as superclass in python first, then in knowledgegraph
134
+
# Model result block as superclass in python first, then in knowledgegraph
135
+
# Update this once heinrich has pushed his code
136
+
137
+
138
+
#TODO model WebSearchResultBlock and SpecialContentsResultBlock, as well as resultblock, as soon as heinrich has pushed his code
139
+
140
+
141
+
142
+
# def iter_turtle_triples(result: Result) -> Iterator[tuple[str, str, str]]: # TODO result doesnt exist in python classes, since results not yet downloaded
# yield(entity, "schema:identifier", result.id)# TODO all identifiers have been modeled, even though we didnt model grayed out values, some are grayed out why
0 commit comments