Skip to content

Commit bd91fc1

Browse files
authored
Merge pull request #2 from mpievolbio-scicomp/main
Update idr_annotations.py
2 parents 84b64fc + 261648e commit bd91fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omero_rdf/idr_annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __call__(
6464
thing = self.handler.get_identity("MapAnnotation", data.get("@id"))
6565

6666
if container is not None:
67-
yield (_id, WDP.P180, thing) # P180 = depict
67+
yield (container, WDP.P180, thing) # Container depicts thing described in annotation
6868

6969
yield (thing, RDF.type, WD.Q35120) # Q35120 = THING
7070

0 commit comments

Comments
 (0)