Skip to content

New example for annotated AI dataset#5

Merged
tzulueta merged 2 commits intomainfrom
ai_example
Apr 25, 2025
Merged

New example for annotated AI dataset#5
tzulueta merged 2 commits intomainfrom
ai_example

Conversation

@tzulueta
Copy link
Contributor

Added a new example for a dataset that contains annotations (segmentation masks): https://www.ebi.ac.uk/biostudies/bioimages/studies/S-BIAD843

The main focus here was getting segmentations linked to their parent images.

@tzulueta tzulueta requested a review from sherwoodf April 24, 2025 15:18
],
"hasPart": [
{
"@id": "data/annotations/"
Copy link
Contributor

@sherwoodf sherwoodf Apr 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit) but i'm intending to shorten these to just be the id as a string, rather than id objects. I.e:

"has_part": [
"data/annotations/",
"data/images/confocal/",
...
]

same for any situation with an id-only refernce.

"@type": "bia:Contributor",
"display_name": "Giulia Paci",
"@id": "https://orcid.org/0000-0003-0565-4356",
"role": "data acquisition, data curator",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this should be a list of strings

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! will fix this

"associated_specimen_image_acquisition_protocol": [
"Confocal imaging"
],
"genotype": "; ubiCAAX-GFP/+ ; neuPH-RFP/+"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this isn't the main aim of this example, but the genotype property would need to be defined in this document.

Copy link
Contributor Author

@tzulueta tzulueta Apr 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I did, just a few lines below:

{
"@id": "_:genotype",
"@type": "rdf:Property",
"name": "genotype",
"description": "Genotype of the line imaged"
},

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry i missed that in the datatypes - yep that's fine!

"associated_bio_sample": [
"Wing disk"
],
"associated_specimen_imaging_preparation_protocol": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently moving these to just be on the dataset, rather than association & remove the Association class - but again, i don't think its relevant for the aims of this PR.

@tzulueta tzulueta merged commit a88ff03 into main Apr 25, 2025
4 of 6 checks passed
@tzulueta tzulueta deleted the ai_example branch April 25, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants