We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b64fc + 261648e commit bd91fc1Copy full SHA for bd91fc1
src/omero_rdf/idr_annotations.py
@@ -64,7 +64,7 @@ def __call__(
64
thing = self.handler.get_identity("MapAnnotation", data.get("@id"))
65
66
if container is not None:
67
- yield (_id, WDP.P180, thing) # P180 = depict
+ yield (container, WDP.P180, thing) # Container depicts thing described in annotation
68
69
yield (thing, RDF.type, WD.Q35120) # Q35120 = THING
70
0 commit comments