Skip to content

Commit

Permalink
Merge pull request #2 from mpievolbio-scicomp/main
Browse files Browse the repository at this point in the history
Update idr_annotations.py
  • Loading branch information
joshmoore authored Nov 15, 2023
2 parents 84b64fc + 261648e commit bd91fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero_rdf/idr_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __call__(
thing = self.handler.get_identity("MapAnnotation", data.get("@id"))

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

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

Expand Down

0 comments on commit bd91fc1

Please sign in to comment.