From bf344cfccf69157c5290cacecab5c6097350f307 Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:06:35 +0200 Subject: [PATCH 1/2] Update text_x-fastq.jsonld --- .../latest/contentTypes/text_x-fastq.jsonld | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/instances/latest/contentTypes/text_x-fastq.jsonld b/instances/latest/contentTypes/text_x-fastq.jsonld index 9b015dd48c..a3116d92fa 100644 --- a/instances/latest/contentTypes/text_x-fastq.jsonld +++ b/instances/latest/contentTypes/text_x-fastq.jsonld @@ -4,18 +4,20 @@ }, "@id": "https://openminds.om-i.org/instances/contentTypes/text_x-fastq", "@type": "https://openminds.om-i.org/types/ContentType", - "dataType": null, + "dataType": [ + { + "id": "https://openminds.om-i.org/instances/dataType/table" + } + ], "definingSource": null, "description": "A text-based format for storing both a biological sequence (usually nucleotide sequence) and its corresponding quality scores.", - "displayLabel": null, + "displayLabel": "FASTQ Format", "fileExtension": [ - ".fg", - ".fg.gz" + ".fastq", + ".fq" ], "isBasedOn": null, "name": "text/x-fastq", - "specification": "https://en.wikipedia.org/wiki/FASTQ_format", - "synonym": [ - "FASTQ Format" - ] + "specification": "https://maq.sourceforge.net/fastq.shtml", + "synonym": null } From bf2982f089895c084681b5152d41439a2361a29b Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:14:01 +0200 Subject: [PATCH 2/2] Fix JSON-LD syntax for text_x-fastq.jsonld --- instances/latest/contentTypes/text_x-fastq.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/latest/contentTypes/text_x-fastq.jsonld b/instances/latest/contentTypes/text_x-fastq.jsonld index a3116d92fa..33ab58d0b9 100644 --- a/instances/latest/contentTypes/text_x-fastq.jsonld +++ b/instances/latest/contentTypes/text_x-fastq.jsonld @@ -6,7 +6,7 @@ "@type": "https://openminds.om-i.org/types/ContentType", "dataType": [ { - "id": "https://openminds.om-i.org/instances/dataType/table" + "@id": "https://openminds.om-i.org/instances/dataType/table" } ], "definingSource": null,