From 57da8541b64db0e77fdc5066d709530b77df9dc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 19:45:57 +0000 Subject: [PATCH] GitHub Action: convert *.model.csv to *.model.jsonld --- HTAN.model.jsonld | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/HTAN.model.jsonld b/HTAN.model.jsonld index 20d1d236..4c0b4dcf 100644 --- a/HTAN.model.jsonld +++ b/HTAN.model.jsonld @@ -34903,7 +34903,7 @@ { "@id": "bts:MicroarrayPlatformID", "@type": "rdfs:Class", - "rdfs:comment": "The NCBI GEO Microarray Platform ID or Agilent Design ID that links to the table containing the array definition", + "rdfs:comment": "The NCBI GEO Microarray Platform ID that links to the table containing the array definition", "rdfs:label": "MicroarrayPlatformID", "rdfs:subClassOf": [ { @@ -34915,7 +34915,9 @@ }, "sms:displayName": "Microarray Platform ID", "sms:required": "sms:true", - "sms:validationRules": [] + "sms:validationRules": [ + "regex match GPL\\d+" + ] }, { "@id": "bts:MicroarrayMolecule", @@ -34983,32 +34985,17 @@ "rdfs:label": "MicroarrayProtocolAuxiliaryFile", "rdfs:subClassOf": [ { - "@id": "bts:Assay" + "@id": "bts:MicroarrayLevel1" } ], "schema:isPartOf": { "@id": "http://schema.biothings.io" }, "sms:displayName": "Microarray Protocol Auxiliary File", - "sms:required": "sms:false", - "sms:requiresDependency": [ - { - "@id": "bts:Component" - }, - { - "@id": "bts:Filename" - }, - { - "@id": "bts:FileFormat" - }, - { - "@id": "bts:HTANParentDataFileID" - }, - { - "@id": "bts:HTANDataFileID" - } - ], - "sms:validationRules": [] + "sms:required": "sms:true", + "sms:validationRules": [ + "regex match syn\\d+" + ] }, { "@id": "bts:MicroarrayLevel2",