From 4a1b42b55f68a1ded6c5c2196b9557aeb6041a8f Mon Sep 17 00:00:00 2001 From: Mark Andrew Miller Date: Tue, 2 Jun 2026 12:15:02 -0400 Subject: [PATCH] fix(deprecation): type owl:deprecated as xsd:boolean (clears ~4000 ROBOT findings) deprecated.tsv used the directive `A owl:deprecated`, which emits an untyped plain literal: true. OWL expects a typed boolean, so ROBOT (and OWL API) did not recognize the 1217 deprecated terms as actually deprecated. That cascaded into the default ROBOT report: deprecated_boolean_datatype 1216 ERROR misused_obsolete_label 1216 ERROR (obsolete-labeled but "not deprecated") duplicate_label 438 ERROR (deprecated terms not excluded) missing_definition 1395 WARN (deprecated terms not excluded) Changed the directive to `AT owl:deprecated^^xsd:boolean`. owl:deprecated now serializes as "true"^^xsd:boolean, the terms are recognized as deprecated, and the default-profile report drops from 4342 to 256 findings: the three ERROR categories go to 0 and missing_definition falls to 179 (live terms only, the #377 work). Remaining: duplicate_exact_synonym (70, separate) + a few minor. deprecated.tsv is the hand-maintained source template (not generated), so this is a one-cell source fix; rebuilt all release artifacts. Co-Authored-By: Claude Opus 4.8 --- metpo-base.json | 7304 ++++++++--------------- metpo-base.owl | 2432 ++++---- metpo-full.json | 7304 ++++++++--------------- metpo-full.owl | 2432 ++++---- metpo.json | 7304 ++++++++--------------- metpo.owl | 2432 ++++---- src/ontology/components/metpo_sheet.owl | 2432 ++++---- src/templates/deprecated.tsv | 2 +- 8 files changed, 12173 insertions(+), 19469 deletions(-) diff --git a/metpo-base.json b/metpo-base.json index 893d6e82..c7eb366c 100644 --- a/metpo-base.json +++ b/metpo-base.json @@ -52,10 +52,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000002", @@ -65,10 +63,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000003", @@ -78,10 +74,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000004", @@ -91,10 +85,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000005", @@ -104,10 +96,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000006", @@ -117,10 +107,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000007", @@ -130,10 +118,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000008", @@ -143,10 +129,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000009", @@ -156,10 +140,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000001", @@ -169,10 +151,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000010", @@ -182,10 +162,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000011", @@ -195,10 +173,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000012", @@ -208,10 +184,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000013", @@ -221,10 +195,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000014", @@ -234,10 +206,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000015", @@ -247,10 +217,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000016", @@ -260,10 +228,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000017", @@ -273,10 +239,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000018", @@ -286,10 +250,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000019", @@ -299,10 +261,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000002", @@ -312,10 +272,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000020", @@ -325,10 +283,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000021", @@ -338,10 +294,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000022", @@ -351,10 +305,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000023", @@ -364,10 +316,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000024", @@ -377,10 +327,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000025", @@ -390,10 +338,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000026", @@ -403,10 +349,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000027", @@ -416,10 +360,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000028", @@ -429,10 +371,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000029", @@ -442,10 +382,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000003", @@ -455,10 +393,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000030", @@ -468,10 +404,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000031", @@ -481,10 +415,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000032", @@ -494,10 +426,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000033", @@ -507,10 +437,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000034", @@ -520,10 +448,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000035", @@ -533,10 +459,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000036", @@ -546,10 +470,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000037", @@ -559,10 +481,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000038", @@ -572,10 +492,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000039", @@ -585,10 +503,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000004", @@ -598,10 +514,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000040", @@ -611,10 +525,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000041", @@ -624,10 +536,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000042", @@ -637,10 +547,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000043", @@ -650,10 +558,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000044", @@ -663,10 +569,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000045", @@ -676,10 +580,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000046", @@ -689,10 +591,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000047", @@ -702,10 +602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000048", @@ -715,10 +613,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000049", @@ -728,10 +624,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000005", @@ -741,10 +635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000050", @@ -754,10 +646,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000051", @@ -767,10 +657,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000052", @@ -780,10 +668,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000053", @@ -793,10 +679,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000054", @@ -806,10 +690,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000055", @@ -819,10 +701,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000056", @@ -832,10 +712,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000057", @@ -845,10 +723,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000058", @@ -858,10 +734,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000059", @@ -871,10 +745,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000006", @@ -884,10 +756,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000060", @@ -897,10 +767,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000061", @@ -910,10 +778,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000062", @@ -923,10 +789,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000063", @@ -936,10 +800,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000064", @@ -949,10 +811,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000065", @@ -962,10 +822,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000066", @@ -975,10 +833,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000067", @@ -988,10 +844,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000068", @@ -1001,10 +855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000069", @@ -1014,10 +866,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000007", @@ -1027,10 +877,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000070", @@ -1040,10 +888,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000071", @@ -1053,10 +899,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000072", @@ -1066,10 +910,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000073", @@ -1079,10 +921,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000074", @@ -1092,10 +932,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000075", @@ -1105,10 +943,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000076", @@ -1118,10 +954,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000077", @@ -1131,10 +965,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000078", @@ -1144,10 +976,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000079", @@ -1157,10 +987,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000008", @@ -1170,10 +998,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000080", @@ -1183,10 +1009,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000081", @@ -1196,10 +1020,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000082", @@ -1209,10 +1031,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000083", @@ -1222,10 +1042,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000084", @@ -1235,10 +1053,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000085", @@ -1248,10 +1064,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000086", @@ -1261,10 +1075,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000087", @@ -1274,10 +1086,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000088", @@ -1287,10 +1097,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000089", @@ -1300,10 +1108,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000009", @@ -1313,10 +1119,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000090", @@ -1326,10 +1130,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000091", @@ -1339,10 +1141,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000092", @@ -1352,10 +1152,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000093", @@ -1365,10 +1163,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000094", @@ -1378,10 +1174,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000095", @@ -1391,10 +1185,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000096", @@ -1404,10 +1196,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000097", @@ -1417,10 +1207,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000098", @@ -1430,10 +1218,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000099", @@ -1443,10 +1229,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000010", @@ -1456,10 +1240,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000100", @@ -1469,10 +1251,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000101", @@ -1482,10 +1262,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000102", @@ -1495,10 +1273,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000103", @@ -1508,10 +1284,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000104", @@ -1521,10 +1295,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000105", @@ -1534,10 +1306,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000106", @@ -1547,10 +1317,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000107", @@ -1560,10 +1328,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000108", @@ -1573,10 +1339,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000109", @@ -1586,10 +1350,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000011", @@ -1599,10 +1361,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000110", @@ -1612,10 +1372,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000111", @@ -1625,10 +1383,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000112", @@ -1638,10 +1394,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000113", @@ -1651,10 +1405,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000114", @@ -1664,10 +1416,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000115", @@ -1677,10 +1427,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000116", @@ -1690,10 +1438,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000117", @@ -1703,10 +1449,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000118", @@ -1716,10 +1460,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000119", @@ -1729,10 +1471,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000012", @@ -1742,10 +1482,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000120", @@ -1755,10 +1493,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000121", @@ -1768,10 +1504,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000122", @@ -1781,10 +1515,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000123", @@ -1794,10 +1526,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000124", @@ -1807,10 +1537,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000125", @@ -1820,10 +1548,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000126", @@ -1833,10 +1559,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000127", @@ -1846,10 +1570,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000128", @@ -1859,10 +1581,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000129", @@ -1872,10 +1592,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000013", @@ -1885,10 +1603,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000130", @@ -1898,10 +1614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000131", @@ -1911,10 +1625,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000132", @@ -1924,10 +1636,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000133", @@ -1937,10 +1647,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000134", @@ -1950,10 +1658,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000135", @@ -1963,10 +1669,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000136", @@ -1976,10 +1680,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000137", @@ -1989,10 +1691,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000138", @@ -2002,10 +1702,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000139", @@ -2015,10 +1713,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000014", @@ -2028,10 +1724,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000140", @@ -2041,10 +1735,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000141", @@ -2054,10 +1746,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000142", @@ -2067,10 +1757,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000143", @@ -2080,10 +1768,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000144", @@ -2093,10 +1779,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000145", @@ -2106,10 +1790,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000146", @@ -2119,10 +1801,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000147", @@ -2132,10 +1812,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000148", @@ -2145,10 +1823,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000149", @@ -2158,10 +1834,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000015", @@ -2171,10 +1845,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000150", @@ -2184,10 +1856,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000151", @@ -2197,10 +1867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000152", @@ -2210,10 +1878,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000153", @@ -2223,10 +1889,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000154", @@ -2236,10 +1900,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000155", @@ -2249,10 +1911,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000156", @@ -2262,10 +1922,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000157", @@ -2275,10 +1933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000158", @@ -2288,10 +1944,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000159", @@ -2301,10 +1955,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000016", @@ -2314,10 +1966,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000160", @@ -2327,10 +1977,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000161", @@ -2340,10 +1988,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000162", @@ -2353,10 +1999,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000163", @@ -2366,10 +2010,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000164", @@ -2379,10 +2021,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000165", @@ -2392,10 +2032,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000166", @@ -2405,10 +2043,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000167", @@ -2418,10 +2054,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000168", @@ -2431,10 +2065,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000169", @@ -2444,10 +2076,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000017", @@ -2457,10 +2087,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000170", @@ -2470,10 +2098,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000171", @@ -2483,10 +2109,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000172", @@ -2496,10 +2120,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000173", @@ -2509,10 +2131,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000174", @@ -2522,10 +2142,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000175", @@ -2535,10 +2153,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000176", @@ -2548,10 +2164,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000177", @@ -2561,10 +2175,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000178", @@ -2574,10 +2186,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000179", @@ -2587,10 +2197,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000018", @@ -2600,10 +2208,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000180", @@ -2613,10 +2219,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000181", @@ -2626,10 +2230,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000182", @@ -2639,10 +2241,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000183", @@ -2652,10 +2252,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000184", @@ -2665,10 +2263,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000185", @@ -2678,10 +2274,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000186", @@ -2691,10 +2285,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000187", @@ -2704,10 +2296,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000188", @@ -2717,10 +2307,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000189", @@ -2730,10 +2318,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000019", @@ -2743,10 +2329,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000190", @@ -2756,10 +2340,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000191", @@ -2769,10 +2351,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000192", @@ -2782,10 +2362,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000193", @@ -2795,10 +2373,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000194", @@ -2808,10 +2384,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000195", @@ -2821,10 +2395,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000196", @@ -2834,10 +2406,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000197", @@ -2847,10 +2417,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000198", @@ -2860,10 +2428,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000199", @@ -2873,10 +2439,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000020", @@ -2886,10 +2450,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000200", @@ -2899,10 +2461,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000201", @@ -2912,10 +2472,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000202", @@ -2925,10 +2483,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000203", @@ -2938,10 +2494,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000204", @@ -2951,10 +2505,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000205", @@ -2964,10 +2516,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000206", @@ -2977,10 +2527,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000207", @@ -2990,10 +2538,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000208", @@ -3003,10 +2549,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000209", @@ -3016,10 +2560,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000021", @@ -3029,10 +2571,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000210", @@ -3042,10 +2582,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000211", @@ -3055,10 +2593,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000212", @@ -3068,10 +2604,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000213", @@ -3081,10 +2615,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000214", @@ -3094,10 +2626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000215", @@ -3107,10 +2637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000216", @@ -3120,10 +2648,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000217", @@ -3133,10 +2659,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000218", @@ -3146,10 +2670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000219", @@ -3159,10 +2681,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000022", @@ -3172,10 +2692,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000220", @@ -3185,10 +2703,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000221", @@ -3198,10 +2714,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000222", @@ -3211,10 +2725,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000223", @@ -3224,10 +2736,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000224", @@ -3237,10 +2747,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000225", @@ -3250,10 +2758,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000226", @@ -3263,10 +2769,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000227", @@ -3276,10 +2780,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000228", @@ -3289,10 +2791,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000229", @@ -3302,10 +2802,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000023", @@ -3315,10 +2813,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000230", @@ -3328,10 +2824,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000231", @@ -3341,10 +2835,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000232", @@ -3354,10 +2846,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000233", @@ -3367,10 +2857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000234", @@ -3380,10 +2868,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000235", @@ -3393,10 +2879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000236", @@ -3406,10 +2890,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000237", @@ -3419,10 +2901,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000238", @@ -3432,10 +2912,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000239", @@ -3445,10 +2923,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000024", @@ -3458,10 +2934,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000240", @@ -3471,10 +2945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000241", @@ -3484,10 +2956,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000242", @@ -3497,10 +2967,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000243", @@ -3510,10 +2978,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000244", @@ -3523,10 +2989,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000245", @@ -3536,10 +3000,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000246", @@ -3549,10 +3011,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000247", @@ -3562,10 +3022,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000248", @@ -3575,10 +3033,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000249", @@ -3588,10 +3044,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000025", @@ -3601,10 +3055,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000250", @@ -3614,10 +3066,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000251", @@ -3627,10 +3077,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000252", @@ -3640,10 +3088,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000253", @@ -3653,10 +3099,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000254", @@ -3666,10 +3110,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000255", @@ -3679,10 +3121,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000256", @@ -3692,10 +3132,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000257", @@ -3705,10 +3143,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000258", @@ -3718,10 +3154,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000259", @@ -3731,10 +3165,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000026", @@ -3744,10 +3176,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000260", @@ -3757,10 +3187,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000261", @@ -3770,10 +3198,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000262", @@ -3783,10 +3209,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000263", @@ -3796,10 +3220,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000264", @@ -3809,10 +3231,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000265", @@ -3822,10 +3242,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000266", @@ -3835,10 +3253,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000267", @@ -3848,10 +3264,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000268", @@ -3861,10 +3275,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000269", @@ -3874,10 +3286,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000027", @@ -3887,10 +3297,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000270", @@ -3900,10 +3308,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000271", @@ -3913,10 +3319,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000272", @@ -3926,10 +3330,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000273", @@ -3939,10 +3341,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000274", @@ -3952,10 +3352,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000275", @@ -3965,10 +3363,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000276", @@ -3978,10 +3374,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000277", @@ -3991,10 +3385,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000278", @@ -4004,10 +3396,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000279", @@ -4017,10 +3407,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000028", @@ -4030,10 +3418,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000280", @@ -4043,10 +3429,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000281", @@ -4056,10 +3440,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000282", @@ -4069,10 +3451,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000029", @@ -4082,10 +3462,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000030", @@ -4095,10 +3473,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000031", @@ -4108,10 +3484,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000032", @@ -4121,10 +3495,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000033", @@ -4134,10 +3506,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000034", @@ -4147,10 +3517,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000035", @@ -4160,10 +3528,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000036", @@ -4173,10 +3539,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000037", @@ -4186,10 +3550,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000038", @@ -4199,10 +3561,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000039", @@ -4212,10 +3572,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000040", @@ -4225,10 +3583,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000041", @@ -4238,10 +3594,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000042", @@ -4251,10 +3605,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000043", @@ -4264,10 +3616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000044", @@ -4277,10 +3627,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000045", @@ -4290,10 +3638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000046", @@ -4303,10 +3649,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000047", @@ -4316,10 +3660,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000048", @@ -4329,10 +3671,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000049", @@ -4342,10 +3682,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000050", @@ -4355,10 +3693,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000051", @@ -4368,10 +3704,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000052", @@ -4381,10 +3715,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000053", @@ -4394,10 +3726,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000054", @@ -4407,10 +3737,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000055", @@ -4420,10 +3748,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000056", @@ -4433,10 +3759,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000057", @@ -4446,10 +3770,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000058", @@ -4459,10 +3781,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000059", @@ -4472,10 +3792,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000060", @@ -4485,10 +3803,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000061", @@ -4498,10 +3814,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000062", @@ -4511,10 +3825,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000063", @@ -4524,10 +3836,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000064", @@ -4537,10 +3847,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000065", @@ -4550,10 +3858,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000066", @@ -4563,10 +3869,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000067", @@ -4576,10 +3880,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000068", @@ -4589,10 +3891,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000069", @@ -4602,10 +3902,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000070", @@ -4615,10 +3913,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000071", @@ -4628,10 +3924,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000072", @@ -4641,10 +3935,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000073", @@ -4654,10 +3946,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000074", @@ -4667,10 +3957,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000075", @@ -4680,10 +3968,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000076", @@ -4693,10 +3979,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000077", @@ -4706,10 +3990,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000078", @@ -4719,10 +4001,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000079", @@ -4732,10 +4012,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000080", @@ -4745,10 +4023,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000081", @@ -4758,10 +4034,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000082", @@ -4771,10 +4045,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000083", @@ -4784,10 +4056,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000084", @@ -4797,10 +4067,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000085", @@ -4810,10 +4078,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000086", @@ -4823,10 +4089,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000087", @@ -4836,10 +4100,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000088", @@ -4849,10 +4111,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000089", @@ -4862,10 +4122,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000090", @@ -4875,10 +4133,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000091", @@ -4888,10 +4144,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000092", @@ -4901,10 +4155,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000093", @@ -4914,10 +4166,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000094", @@ -4927,10 +4177,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000095", @@ -4940,10 +4188,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000096", @@ -4953,10 +4199,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000097", @@ -4966,10 +4210,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000098", @@ -4979,10 +4221,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000099", @@ -4992,10 +4232,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000100", @@ -5005,10 +4243,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001000", @@ -5018,10 +4254,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001001", @@ -5031,10 +4265,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001002", @@ -5044,10 +4276,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001003", @@ -5057,10 +4287,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001004", @@ -5070,10 +4298,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001006", @@ -5083,10 +4309,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001007", @@ -5096,10 +4320,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001008", @@ -5109,10 +4331,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001009", @@ -5122,10 +4342,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000101", @@ -5135,10 +4353,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001010", @@ -5148,10 +4364,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001012", @@ -5161,10 +4375,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001013", @@ -5174,10 +4386,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001014", @@ -5187,10 +4397,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001016", @@ -5200,10 +4408,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001017", @@ -5213,10 +4419,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001018", @@ -5226,10 +4430,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001019", @@ -5239,10 +4441,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000102", @@ -5252,10 +4452,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001020", @@ -5265,10 +4463,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001021", @@ -5278,10 +4474,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000103", @@ -5291,10 +4485,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000104", @@ -5304,10 +4496,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000105", @@ -5317,10 +4507,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000106", @@ -5330,10 +4518,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000107", @@ -5343,10 +4529,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000108", @@ -5356,10 +4540,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000109", @@ -5369,10 +4551,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000110", @@ -5382,10 +4562,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000111", @@ -5395,10 +4573,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000112", @@ -5408,10 +4584,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000113", @@ -5421,10 +4595,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000114", @@ -5434,10 +4606,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000115", @@ -5447,10 +4617,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000116", @@ -5460,10 +4628,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000117", @@ -5473,10 +4639,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000118", @@ -5486,10 +4650,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000119", @@ -5499,10 +4661,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000120", @@ -5512,10 +4672,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000121", @@ -5525,10 +4683,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000122", @@ -5538,10 +4694,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000123", @@ -5551,10 +4705,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000124", @@ -5564,10 +4716,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000125", @@ -5577,10 +4727,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000126", @@ -5590,10 +4738,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000127", @@ -5603,10 +4749,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000128", @@ -5616,10 +4760,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000129", @@ -5629,10 +4771,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000130", @@ -5642,10 +4782,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000131", @@ -5655,10 +4793,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000132", @@ -5668,10 +4804,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000133", @@ -5681,10 +4815,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000134", @@ -5694,10 +4826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000135", @@ -5707,10 +4837,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000136", @@ -5720,10 +4848,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000137", @@ -5733,10 +4859,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000138", @@ -5746,10 +4870,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000139", @@ -5759,10 +4881,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000140", @@ -5772,10 +4892,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000141", @@ -5785,10 +4903,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000142", @@ -5798,10 +4914,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000143", @@ -5811,10 +4925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000144", @@ -5824,10 +4936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000145", @@ -5837,10 +4947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000146", @@ -5850,10 +4958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000147", @@ -5863,10 +4969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000148", @@ -5876,10 +4980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000149", @@ -5889,10 +4991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000150", @@ -5902,10 +5002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000151", @@ -5915,10 +5013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000152", @@ -5928,10 +5024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000153", @@ -5941,10 +5035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000154", @@ -5954,10 +5046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000155", @@ -5967,10 +5057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000156", @@ -5980,10 +5068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000157", @@ -5993,10 +5079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000158", @@ -6006,10 +5090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000159", @@ -6019,10 +5101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000160", @@ -6032,10 +5112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000161", @@ -6045,10 +5123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000162", @@ -6058,10 +5134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000163", @@ -6071,10 +5145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000164", @@ -6084,10 +5156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000165", @@ -6097,10 +5167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000166", @@ -6110,10 +5178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000167", @@ -6123,10 +5189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000168", @@ -6136,10 +5200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000169", @@ -6149,10 +5211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000170", @@ -6162,10 +5222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000171", @@ -6175,10 +5233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000172", @@ -6188,10 +5244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000173", @@ -6201,10 +5255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000174", @@ -6214,10 +5266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000175", @@ -6227,10 +5277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000176", @@ -6240,10 +5288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000177", @@ -6253,10 +5299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000178", @@ -6266,10 +5310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000179", @@ -6279,10 +5321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000180", @@ -6292,10 +5332,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000181", @@ -6305,10 +5343,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000182", @@ -6318,10 +5354,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000183", @@ -6331,10 +5365,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000184", @@ -6344,10 +5376,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000185", @@ -6357,10 +5387,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000186", @@ -6370,10 +5398,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000187", @@ -6383,10 +5409,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000188", @@ -6396,10 +5420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000189", @@ -6409,10 +5431,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000190", @@ -6422,10 +5442,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000191", @@ -6435,10 +5453,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000192", @@ -6448,10 +5464,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000193", @@ -6461,10 +5475,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000194", @@ -6474,10 +5486,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000195", @@ -6487,10 +5497,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000196", @@ -6500,10 +5508,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000197", @@ -6513,10 +5519,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000198", @@ -6526,10 +5530,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000199", @@ -6539,10 +5541,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000200", @@ -6552,10 +5552,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000201", @@ -6565,10 +5563,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000202", @@ -6578,10 +5574,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000203", @@ -6591,10 +5585,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000204", @@ -6604,10 +5596,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000205", @@ -6617,10 +5607,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000206", @@ -6630,10 +5618,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000207", @@ -6643,10 +5629,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000208", @@ -6656,10 +5640,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000209", @@ -6669,10 +5651,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000210", @@ -6682,10 +5662,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000211", @@ -6695,10 +5673,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000212", @@ -6708,10 +5684,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000213", @@ -6721,10 +5695,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000214", @@ -6734,10 +5706,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000215", @@ -6747,10 +5717,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000216", @@ -6760,10 +5728,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000217", @@ -6773,10 +5739,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000218", @@ -6786,10 +5750,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000219", @@ -6799,10 +5761,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000220", @@ -6812,10 +5772,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000221", @@ -6825,10 +5783,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000222", @@ -6838,10 +5794,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000223", @@ -6851,10 +5805,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000224", @@ -6864,10 +5816,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000225", @@ -6877,10 +5827,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000226", @@ -6890,10 +5838,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000227", @@ -6903,10 +5849,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000228", @@ -6916,10 +5860,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000229", @@ -6929,10 +5871,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000230", @@ -6942,10 +5882,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000231", @@ -6955,10 +5893,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000232", @@ -6968,10 +5904,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000233", @@ -6981,10 +5915,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000234", @@ -6994,10 +5926,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000235", @@ -7006,11 +5936,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000236", @@ -7020,10 +5948,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000237", @@ -7033,10 +5959,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000238", @@ -7046,10 +5970,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000239", @@ -7059,10 +5981,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000240", @@ -7072,10 +5992,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000241", @@ -7085,10 +6003,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000242", @@ -7098,10 +6014,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000243", @@ -7111,10 +6025,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000244", @@ -7124,10 +6036,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000245", @@ -7137,10 +6047,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000246", @@ -7150,10 +6058,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000247", @@ -7163,10 +6069,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000248", @@ -7176,10 +6080,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000249", @@ -7189,10 +6091,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000250", @@ -7202,10 +6102,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000251", @@ -7215,10 +6113,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000252", @@ -7228,10 +6124,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000253", @@ -7241,10 +6135,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000254", @@ -7254,10 +6146,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000255", @@ -7267,10 +6157,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000256", @@ -7280,10 +6168,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000257", @@ -7293,10 +6179,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000258", @@ -7306,10 +6190,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000259", @@ -7319,10 +6201,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000260", @@ -7332,10 +6212,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000261", @@ -7345,10 +6223,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000262", @@ -7358,10 +6234,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000263", @@ -7371,10 +6245,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000264", @@ -7384,10 +6256,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000265", @@ -7397,10 +6267,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000266", @@ -7410,10 +6278,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000267", @@ -7423,10 +6289,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000268", @@ -7436,10 +6300,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000269", @@ -7449,10 +6311,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000270", @@ -7462,10 +6322,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000271", @@ -7475,10 +6333,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000272", @@ -7488,10 +6344,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000273", @@ -7501,10 +6355,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000274", @@ -7514,10 +6366,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000001", @@ -7527,10 +6377,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000002", @@ -7540,10 +6388,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000003", @@ -7553,10 +6399,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000004", @@ -7566,10 +6410,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000005", @@ -7579,10 +6421,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000006", @@ -7592,10 +6432,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000007", @@ -7605,10 +6443,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000008", @@ -7618,10 +6454,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000009", @@ -7631,10 +6465,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000010", @@ -7644,10 +6476,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000011", @@ -7657,10 +6487,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000012", @@ -7670,10 +6498,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000013", @@ -7683,10 +6509,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000014", @@ -7696,10 +6520,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000015", @@ -7709,10 +6531,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000016", @@ -7722,10 +6542,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000017", @@ -7735,10 +6553,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000018", @@ -7748,10 +6564,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000019", @@ -7761,10 +6575,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000020", @@ -7774,10 +6586,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000021", @@ -7787,10 +6597,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000022", @@ -7800,10 +6608,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000023", @@ -7813,10 +6619,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000024", @@ -7826,10 +6630,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000025", @@ -7839,10 +6641,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000026", @@ -7852,10 +6652,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000027", @@ -7865,10 +6663,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000028", @@ -7878,10 +6674,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000029", @@ -7891,10 +6685,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000030", @@ -7904,10 +6696,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000031", @@ -7917,10 +6707,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000032", @@ -7930,10 +6718,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000033", @@ -7943,10 +6729,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000034", @@ -7956,10 +6740,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000035", @@ -7969,10 +6751,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000036", @@ -7982,10 +6762,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000037", @@ -7995,10 +6773,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000038", @@ -8008,10 +6784,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000039", @@ -8021,10 +6795,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000040", @@ -8034,10 +6806,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000041", @@ -8047,10 +6817,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000042", @@ -8060,10 +6828,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000043", @@ -8073,10 +6839,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000044", @@ -8086,10 +6850,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000045", @@ -8099,10 +6861,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000046", @@ -8112,10 +6872,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000047", @@ -8125,10 +6883,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000048", @@ -8138,10 +6894,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000049", @@ -8151,10 +6905,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000050", @@ -8164,10 +6916,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000051", @@ -8177,10 +6927,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000052", @@ -8190,10 +6938,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000053", @@ -8203,10 +6949,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000054", @@ -8216,10 +6960,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000055", @@ -8229,10 +6971,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000056", @@ -8242,10 +6982,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000057", @@ -8255,10 +6993,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000058", @@ -8268,10 +7004,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000059", @@ -8328,10 +7062,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000062", @@ -8341,10 +7073,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000063", @@ -8354,10 +7084,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000064", @@ -8367,10 +7095,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000065", @@ -8380,10 +7106,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000066", @@ -8393,10 +7117,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000067", @@ -8406,10 +7128,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000068", @@ -8419,10 +7139,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000069", @@ -8432,10 +7150,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000070", @@ -8445,10 +7161,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000071", @@ -8458,10 +7172,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000072", @@ -8471,10 +7183,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000073", @@ -8484,10 +7194,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000074", @@ -8497,10 +7205,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000075", @@ -8510,10 +7216,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000076", @@ -8523,10 +7227,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000077", @@ -8536,10 +7238,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000078", @@ -8549,10 +7249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000079", @@ -8562,10 +7260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000080", @@ -8575,10 +7271,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000081", @@ -8588,10 +7282,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000082", @@ -8601,10 +7293,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000083", @@ -8614,10 +7304,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000084", @@ -8627,10 +7315,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000085", @@ -8640,10 +7326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000086", @@ -8653,10 +7337,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000087", @@ -8666,10 +7348,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000088", @@ -8679,10 +7359,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000089", @@ -8692,10 +7370,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000090", @@ -8705,10 +7381,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000091", @@ -8718,10 +7392,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000092", @@ -8731,10 +7403,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000093", @@ -8744,10 +7414,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000094", @@ -8757,10 +7425,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000095", @@ -8770,10 +7436,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000096", @@ -8783,10 +7447,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000097", @@ -8796,10 +7458,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000098", @@ -8809,10 +7469,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000099", @@ -8822,10 +7480,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000100", @@ -8835,10 +7491,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000101", @@ -8848,10 +7502,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000102", @@ -8861,10 +7513,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000103", @@ -8874,10 +7524,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000104", @@ -8887,10 +7535,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000105", @@ -8900,10 +7546,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000106", @@ -8913,10 +7557,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000107", @@ -8926,10 +7568,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000108", @@ -8939,10 +7579,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000109", @@ -8952,10 +7590,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000110", @@ -8965,10 +7601,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000111", @@ -8978,10 +7612,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000112", @@ -8991,10 +7623,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000113", @@ -9004,10 +7634,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000114", @@ -9017,10 +7645,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000115", @@ -9030,10 +7656,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000116", @@ -9043,10 +7667,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000117", @@ -9056,10 +7678,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000118", @@ -9069,10 +7689,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000119", @@ -9082,10 +7700,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000120", @@ -9095,10 +7711,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000121", @@ -9108,10 +7722,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000122", @@ -9121,10 +7733,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000123", @@ -9134,10 +7744,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000124", @@ -9147,10 +7755,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000125", @@ -9160,10 +7766,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000126", @@ -9173,10 +7777,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000127", @@ -9215,10 +7817,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000129", @@ -9228,10 +7828,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000130", @@ -9241,10 +7839,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000131", @@ -9254,10 +7850,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000132", @@ -9267,10 +7861,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000133", @@ -9280,10 +7872,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000134", @@ -9292,11 +7882,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000135", @@ -9306,10 +7894,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000136", @@ -9319,10 +7905,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000137", @@ -9332,10 +7916,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000138", @@ -9345,10 +7927,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000139", @@ -9358,10 +7938,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000140", @@ -9371,10 +7949,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000141", @@ -9384,10 +7960,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000142", @@ -9397,10 +7971,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000143", @@ -9410,10 +7982,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000144", @@ -9423,10 +7993,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000145", @@ -9436,10 +8004,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000146", @@ -9449,10 +8015,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000147", @@ -9462,10 +8026,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000148", @@ -9475,10 +8037,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000149", @@ -9488,10 +8048,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000150", @@ -9501,10 +8059,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000151", @@ -9514,10 +8070,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000152", @@ -9527,10 +8081,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000153", @@ -9540,10 +8092,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000154", @@ -9553,10 +8103,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000155", @@ -9566,10 +8114,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000156", @@ -9579,10 +8125,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000157", @@ -9592,10 +8136,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000158", @@ -9605,10 +8147,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000159", @@ -9618,10 +8158,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000160", @@ -9631,10 +8169,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000161", @@ -9644,10 +8180,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000162", @@ -9657,10 +8191,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000163", @@ -9670,10 +8202,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000164", @@ -9683,10 +8213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000165", @@ -9696,10 +8224,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000166", @@ -9709,10 +8235,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000167", @@ -9722,10 +8246,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000168", @@ -9735,10 +8257,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000169", @@ -9748,10 +8268,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000170", @@ -9761,10 +8279,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000171", @@ -9774,10 +8290,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000172", @@ -9787,10 +8301,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000173", @@ -9800,10 +8312,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000174", @@ -9813,10 +8323,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000175", @@ -9826,10 +8334,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000176", @@ -9839,10 +8345,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000177", @@ -9852,10 +8356,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000178", @@ -9865,10 +8367,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000179", @@ -9878,10 +8378,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000180", @@ -9891,10 +8389,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000181", @@ -9904,10 +8400,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000182", @@ -9917,10 +8411,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000183", @@ -9930,10 +8422,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000184", @@ -9943,10 +8433,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000185", @@ -9956,10 +8444,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000186", @@ -9988,10 +8474,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000188", @@ -10010,10 +8494,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000190", @@ -10023,10 +8505,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000191", @@ -10036,10 +8516,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000192", @@ -10049,10 +8527,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000193", @@ -10062,10 +8538,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000194", @@ -10075,10 +8549,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000195", @@ -10088,10 +8560,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000196", @@ -10101,10 +8571,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000197", @@ -10114,10 +8582,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000198", @@ -10127,10 +8593,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000199", @@ -10140,10 +8604,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000200", @@ -10153,10 +8615,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000201", @@ -10166,10 +8626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000202", @@ -10179,10 +8637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000203", @@ -10192,10 +8648,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000204", @@ -10205,10 +8659,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000205", @@ -10218,10 +8670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000206", @@ -10231,10 +8681,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000207", @@ -10244,10 +8692,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000208", @@ -10257,10 +8703,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000209", @@ -10270,10 +8714,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000210", @@ -10283,10 +8725,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000211", @@ -10296,10 +8736,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000212", @@ -10309,10 +8747,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000213", @@ -10322,10 +8758,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000214", @@ -10335,10 +8769,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000215", @@ -10348,10 +8780,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000216", @@ -10361,10 +8791,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000217", @@ -10374,10 +8802,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000218", @@ -10387,10 +8813,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000219", @@ -10400,10 +8824,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000220", @@ -10413,10 +8835,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000221", @@ -10426,10 +8846,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000222", @@ -10439,10 +8857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000223", @@ -10452,10 +8868,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000224", @@ -10465,10 +8879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000225", @@ -10478,10 +8890,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000226", @@ -10491,10 +8901,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000227", @@ -10504,10 +8912,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000228", @@ -10517,10 +8923,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000229", @@ -10530,10 +8934,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000230", @@ -10543,10 +8945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000231", @@ -10556,10 +8956,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000232", @@ -10573,10 +8971,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000234", @@ -10586,10 +8982,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000235", @@ -10599,10 +8993,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000236", @@ -10612,10 +9004,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000237", @@ -10625,10 +9015,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000238", @@ -10638,10 +9026,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000239", @@ -10651,10 +9037,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000240", @@ -10664,10 +9048,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000241", @@ -10677,10 +9059,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000242", @@ -10690,10 +9070,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000243", @@ -10703,10 +9081,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000244", @@ -10716,10 +9092,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000245", @@ -10729,10 +9103,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000246", @@ -10742,10 +9114,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000247", @@ -10755,10 +9125,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000248", @@ -10768,10 +9136,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000249", @@ -10781,10 +9147,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000250", @@ -10794,10 +9158,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000251", @@ -10807,10 +9169,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000252", @@ -10820,10 +9180,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000253", @@ -10833,10 +9191,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000254", @@ -10846,10 +9202,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000255", @@ -10859,10 +9213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000256", @@ -10872,10 +9224,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000257", @@ -10885,10 +9235,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000258", @@ -10898,10 +9246,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000259", @@ -10911,10 +9257,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000260", @@ -10924,10 +9268,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000261", @@ -10937,10 +9279,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000262", @@ -10950,10 +9290,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000263", @@ -10963,10 +9301,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000264", @@ -10976,10 +9312,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000265", @@ -10989,10 +9323,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000266", @@ -11002,10 +9334,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000267", @@ -11015,10 +9345,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000268", @@ -11028,10 +9356,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000269", @@ -11041,10 +9367,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000270", @@ -11054,10 +9378,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000271", @@ -11067,10 +9389,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000272", @@ -11080,10 +9400,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000273", @@ -11093,10 +9411,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000274", @@ -11106,10 +9422,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000275", @@ -11119,10 +9433,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000276", @@ -11132,10 +9444,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000277", @@ -11145,10 +9455,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000278", @@ -11158,10 +9466,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000279", @@ -11171,10 +9477,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000280", @@ -11184,10 +9488,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000281", @@ -11197,10 +9499,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000282", @@ -11210,10 +9510,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000283", @@ -11223,10 +9521,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000284", @@ -11236,10 +9532,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000285", @@ -11249,10 +9543,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000286", @@ -11262,10 +9554,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000287", @@ -11275,10 +9565,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000288", @@ -11288,10 +9576,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000289", @@ -11301,10 +9587,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000290", @@ -11314,10 +9598,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000291", @@ -11327,10 +9609,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000292", @@ -11340,10 +9620,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000293", @@ -11353,10 +9631,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000294", @@ -11366,10 +9642,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000295", @@ -11379,10 +9653,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000296", @@ -11392,10 +9664,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000297", @@ -11405,10 +9675,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000298", @@ -11418,10 +9686,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000299", @@ -11431,10 +9697,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000300", @@ -11444,10 +9708,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000301", @@ -11457,10 +9719,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000302", @@ -11470,10 +9730,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000303", @@ -11506,10 +9764,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000306", @@ -11523,10 +9779,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000308", @@ -11536,10 +9790,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000309", @@ -11549,10 +9801,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000310", @@ -11561,11 +9811,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000311", @@ -11575,10 +9823,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000312", @@ -11588,10 +9834,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000313", @@ -11601,10 +9845,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000314", @@ -11614,10 +9856,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000315", @@ -11627,10 +9867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000316", @@ -11640,10 +9878,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000317", @@ -11653,10 +9889,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000318", @@ -11666,10 +9900,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000319", @@ -11679,10 +9911,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000320", @@ -11692,10 +9922,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000321", @@ -11705,10 +9933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000322", @@ -11718,10 +9944,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000323", @@ -11731,10 +9955,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000324", @@ -11744,10 +9966,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000325", @@ -11757,10 +9977,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000326", @@ -11770,10 +9988,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000327", @@ -11783,10 +9999,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000328", @@ -11796,10 +10010,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000329", @@ -11809,10 +10021,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000330", @@ -11822,10 +10032,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000331", @@ -11887,10 +10095,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000337", @@ -11900,10 +10106,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000338", @@ -11913,10 +10117,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000339", @@ -11926,10 +10128,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000340", @@ -11939,10 +10139,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000341", @@ -11952,10 +10150,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000342", @@ -11965,10 +10161,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000343", @@ -11978,10 +10172,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000344", @@ -11991,10 +10183,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000345", @@ -12004,10 +10194,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000346", @@ -12017,10 +10205,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000347", @@ -12030,10 +10216,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000348", @@ -12043,10 +10227,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000349", @@ -12056,10 +10238,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000350", @@ -12069,10 +10249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000351", @@ -12082,10 +10260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000352", @@ -12095,10 +10271,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000353", @@ -12108,10 +10282,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000354", @@ -12121,10 +10293,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000355", @@ -12134,10 +10304,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000356", @@ -12147,10 +10315,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000357", @@ -12160,10 +10326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000358", @@ -12173,10 +10337,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000359", @@ -12186,10 +10348,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000360", @@ -12199,10 +10359,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000361", @@ -12212,10 +10370,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000362", @@ -12225,10 +10381,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000363", @@ -12238,10 +10392,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000364", @@ -12251,10 +10403,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000365", @@ -12264,10 +10414,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000366", @@ -12277,10 +10425,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000367", @@ -12290,10 +10436,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000368", @@ -12303,10 +10447,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000369", @@ -12316,10 +10458,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000370", @@ -12329,10 +10469,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000371", @@ -12342,10 +10480,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000372", @@ -12355,10 +10491,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000373", @@ -12368,10 +10502,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000374", @@ -12381,10 +10513,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000375", @@ -12394,10 +10524,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000376", @@ -12407,10 +10535,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000377", @@ -12420,10 +10546,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000378", @@ -12433,10 +10557,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000379", @@ -12446,10 +10568,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000380", @@ -12459,10 +10579,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000381", @@ -12472,10 +10590,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000382", @@ -12485,10 +10601,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000383", @@ -12498,10 +10612,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000384", @@ -12511,10 +10623,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000385", @@ -12524,10 +10634,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000386", @@ -12537,10 +10645,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000387", @@ -12550,10 +10656,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000388", @@ -12563,10 +10667,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000389", @@ -12576,10 +10678,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000390", @@ -12589,10 +10689,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000391", @@ -12602,10 +10700,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000392", @@ -12615,10 +10711,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000393", @@ -12628,10 +10722,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000394", @@ -12641,10 +10733,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000395", @@ -12654,10 +10744,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000396", @@ -12667,10 +10755,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000397", @@ -12680,10 +10766,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000398", @@ -12693,10 +10777,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000399", @@ -12706,10 +10788,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000400", @@ -12719,10 +10799,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000401", @@ -12732,10 +10810,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000402", @@ -12745,10 +10821,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000403", @@ -12758,10 +10832,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000404", @@ -12771,10 +10843,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000405", @@ -12784,10 +10854,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000406", @@ -12797,10 +10865,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000407", @@ -12810,10 +10876,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000408", @@ -12823,10 +10887,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000409", @@ -12836,10 +10898,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000410", @@ -12849,10 +10909,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000411", @@ -12862,10 +10920,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000412", @@ -12875,10 +10931,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000413", @@ -12888,10 +10942,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000414", @@ -12901,10 +10953,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000415", @@ -12914,10 +10964,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000416", @@ -12927,10 +10975,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000417", @@ -12940,10 +10986,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000418", @@ -12953,10 +10997,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000419", @@ -12966,10 +11008,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000420", @@ -12979,10 +11019,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000421", @@ -12992,10 +11030,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000422", @@ -13005,10 +11041,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000423", @@ -13018,10 +11052,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000424", @@ -13031,10 +11063,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000425", @@ -13044,10 +11074,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000426", @@ -13057,10 +11085,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000427", @@ -13070,10 +11096,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000428", @@ -13083,10 +11107,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000429", @@ -13182,10 +11204,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000434", @@ -13195,10 +11215,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000435", @@ -13208,10 +11226,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000436", @@ -13221,10 +11237,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000437", @@ -13234,10 +11248,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000438", @@ -13247,10 +11259,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000439", @@ -13260,10 +11270,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000440", @@ -13273,10 +11281,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000441", @@ -14622,10 +12628,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000489", @@ -14635,10 +12639,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000490", @@ -14648,10 +12650,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000491", @@ -14661,10 +12661,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000492", @@ -14674,10 +12672,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000493", @@ -14687,10 +12683,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000494", @@ -14700,10 +12694,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000495", @@ -14713,10 +12705,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000496", @@ -14726,10 +12716,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000497", @@ -14739,10 +12727,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000498", @@ -14752,10 +12738,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000499", @@ -14765,10 +12749,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000500", @@ -14778,10 +12760,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000501", @@ -14791,10 +12771,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000502", @@ -14804,10 +12782,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000503", @@ -14817,10 +12793,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000504", @@ -14830,10 +12804,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000505", @@ -14843,10 +12815,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000506", @@ -14856,10 +12826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000507", @@ -14869,10 +12837,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000508", @@ -14882,10 +12848,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000509", @@ -14895,10 +12859,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000510", @@ -14908,10 +12870,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000511", @@ -14921,10 +12881,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000512", @@ -14934,10 +12892,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000513", @@ -14947,10 +12903,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000514", @@ -14960,10 +12914,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000515", @@ -14973,10 +12925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000516", @@ -14986,10 +12936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000517", @@ -14999,10 +12947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000518", @@ -15012,10 +12958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000519", @@ -15025,10 +12969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000520", @@ -15038,10 +12980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000521", @@ -15051,10 +12991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000522", @@ -15064,10 +13002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000523", @@ -15077,10 +13013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000524", @@ -15090,10 +13024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000525", @@ -15149,10 +13081,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000529", @@ -15162,10 +13092,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000531", @@ -16709,10 +14637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000644", @@ -16774,10 +14700,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000646", @@ -17004,10 +14928,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000654", @@ -17329,10 +15251,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000662", @@ -17342,10 +15262,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000663", @@ -19009,10 +16927,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000808", @@ -19022,10 +16938,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000809", @@ -19035,10 +16949,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000810", @@ -19048,10 +16960,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000811", @@ -19060,11 +16970,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/IAO_0000226" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000812", @@ -19074,10 +16982,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000813", @@ -19087,10 +16993,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000814", @@ -19100,10 +17004,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000815", @@ -19113,10 +17015,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000816", @@ -19126,10 +17026,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000817", @@ -19139,10 +17037,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000818", @@ -19152,10 +17048,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000819", @@ -19165,10 +17059,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000820", @@ -19178,10 +17070,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000821", @@ -19191,10 +17081,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000822", @@ -19204,10 +17092,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000823", @@ -19217,10 +17103,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000824", @@ -19230,10 +17114,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000825", @@ -19243,10 +17125,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000826", @@ -19256,10 +17136,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000827", @@ -19269,10 +17147,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000828", @@ -19282,10 +17158,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000829", @@ -19295,10 +17169,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000830", @@ -19308,10 +17180,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000831", @@ -19321,10 +17191,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000832", @@ -19334,10 +17202,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000833", @@ -19347,10 +17213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000834", @@ -19360,10 +17224,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000835", @@ -19373,10 +17235,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000836", @@ -19386,10 +17246,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000837", @@ -19399,10 +17257,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000838", @@ -19412,10 +17268,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000839", @@ -19425,10 +17279,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000840", @@ -19438,10 +17290,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000841", @@ -19451,10 +17301,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000842", @@ -19464,10 +17312,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000843", @@ -19477,10 +17323,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000844", @@ -19576,10 +17420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000848", @@ -19589,10 +17431,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000849", @@ -19602,10 +17442,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000850", @@ -19615,10 +17453,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000851", @@ -19628,10 +17464,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000852", @@ -19641,10 +17475,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000853", @@ -19654,10 +17486,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000854", @@ -19667,10 +17497,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000855", @@ -19680,10 +17508,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000856", @@ -19693,10 +17519,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000857", @@ -19706,10 +17530,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000858", @@ -19719,10 +17541,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000859", @@ -19732,10 +17552,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000860", @@ -19745,10 +17563,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000861", @@ -19758,10 +17574,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000862", @@ -19771,10 +17585,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000863", @@ -19784,10 +17596,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000864", @@ -19797,10 +17607,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000865", @@ -19810,10 +17618,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000866", @@ -19823,10 +17629,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000867", @@ -19836,10 +17640,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000868", @@ -19849,10 +17651,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000869", @@ -19862,10 +17662,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000870", @@ -20277,10 +18075,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001001", @@ -20290,10 +18086,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001002", @@ -20303,10 +18097,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001003", @@ -20316,10 +18108,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001004", @@ -20329,10 +18119,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001005", @@ -20342,10 +18130,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001006", @@ -20355,10 +18141,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001007", @@ -20368,10 +18152,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001008", @@ -20381,10 +18163,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001009", @@ -20394,10 +18174,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001010", @@ -20407,10 +18185,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001011", @@ -20420,10 +18196,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001012", @@ -20433,10 +18207,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001013", @@ -20446,10 +18218,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001014", @@ -20459,10 +18229,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001015", @@ -20472,10 +18240,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001016", @@ -20485,10 +18251,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001017", @@ -20498,10 +18262,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001018", @@ -20511,10 +18273,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001019", @@ -20524,10 +18284,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001020", @@ -20537,10 +18295,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001021", @@ -20550,10 +18306,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001022", @@ -20563,10 +18317,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001023", @@ -20576,10 +18328,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001101", @@ -20729,10 +18479,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002001", @@ -20742,10 +18490,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002002", @@ -20755,10 +18501,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002003", @@ -20828,10 +18572,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002008", @@ -20841,10 +18583,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002009", @@ -20854,10 +18594,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002010", @@ -20867,10 +18605,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002011", @@ -20880,10 +18616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002012", @@ -20893,10 +18627,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002013", @@ -20906,10 +18638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002014", @@ -20919,10 +18649,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002015", @@ -20932,10 +18660,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002016", @@ -20945,10 +18671,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002017", @@ -20958,10 +18682,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002018", @@ -20971,10 +18693,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002019", @@ -20984,10 +18704,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002020", @@ -20997,10 +18715,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002021", @@ -21010,10 +18726,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002022", @@ -21023,10 +18737,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002023", @@ -21036,10 +18748,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002024", @@ -21049,10 +18759,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002025", @@ -21062,10 +18770,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002026", @@ -21075,10 +18781,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002027", @@ -21088,10 +18792,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002028", @@ -21101,10 +18803,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002029", @@ -21114,10 +18814,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002030", @@ -21127,10 +18825,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002031", @@ -21140,10 +18836,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002032", @@ -21153,10 +18847,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002033", @@ -21166,10 +18858,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002034", @@ -21179,10 +18869,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002035", @@ -21192,10 +18880,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002036", @@ -21205,10 +18891,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002037", @@ -21218,10 +18902,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002038", @@ -21231,10 +18913,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002039", @@ -21244,10 +18924,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002040", @@ -21257,10 +18935,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1003000", @@ -23099,10 +20775,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000000", @@ -23113,10 +20787,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000001", @@ -24000,10 +21672,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000053", @@ -24014,10 +21684,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000054", @@ -24028,10 +21696,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000055", @@ -24042,10 +21708,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000056", @@ -24056,10 +21720,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000057", @@ -24070,10 +21732,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000064", @@ -24168,10 +21828,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000202", @@ -24199,10 +21857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000204", @@ -24213,10 +21869,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000205", @@ -24227,10 +21881,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000206", @@ -24241,10 +21893,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000207", @@ -24285,10 +21935,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000214", @@ -24299,10 +21947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000215", @@ -24313,10 +21959,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000216", @@ -24327,10 +21971,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000217", @@ -24341,10 +21983,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000218", @@ -24355,10 +21995,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000219", @@ -24369,10 +22007,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000220", @@ -24400,10 +22036,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000222", @@ -24431,10 +22065,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000224", @@ -24445,10 +22077,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000225", @@ -24459,10 +22089,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000226", @@ -24473,10 +22101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000227", @@ -24517,10 +22143,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000234", @@ -24531,10 +22155,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000235", @@ -24545,10 +22167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000236", @@ -24559,10 +22179,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000237", @@ -24573,10 +22191,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000238", @@ -24587,10 +22203,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000239", @@ -24601,10 +22215,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000301", @@ -24666,10 +22278,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000502", @@ -24680,10 +22290,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000503", @@ -24694,10 +22302,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000504", @@ -24708,10 +22314,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000505", @@ -24722,10 +22326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000506", @@ -24736,10 +22338,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000507", @@ -24750,10 +22350,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000508", @@ -24764,10 +22362,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000509", @@ -24778,10 +22374,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000510", @@ -24792,10 +22386,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000511", @@ -24806,10 +22398,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000512", @@ -24820,10 +22410,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000513", @@ -24834,10 +22422,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000514", @@ -24848,10 +22434,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000515", @@ -24862,10 +22446,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000516", @@ -24876,10 +22458,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000517", @@ -25012,10 +22592,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000059", @@ -25026,10 +22604,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000060", @@ -25040,10 +22616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000061", @@ -25054,10 +22628,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000062", @@ -25068,10 +22640,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000063", @@ -25082,10 +22652,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000071", diff --git a/metpo-base.owl b/metpo-base.owl index e312894b..c38ee281 100644 --- a/metpo-base.owl +++ b/metpo-base.owl @@ -173,7 +173,7 @@ obsolete has susceptibility profile - true + true @@ -1007,7 +1007,7 @@ obsolete has temperature observation - true + true @@ -1017,7 +1017,7 @@ obsolete has optimum temperature observation - true + true @@ -1027,7 +1027,7 @@ obsolete has growth temperature observation - true + true @@ -1037,7 +1037,7 @@ obsolete has range temperature observation - true + true @@ -1047,7 +1047,7 @@ obsolete has temperature delta observation - true + true @@ -1057,7 +1057,7 @@ obsolete has culture temperature observation - true + true @@ -1160,7 +1160,7 @@ obsolete lyses - true + true @@ -1186,7 +1186,7 @@ obsolete fixes - true + true @@ -1196,7 +1196,7 @@ obsolete catabolizes - true + true @@ -1206,7 +1206,7 @@ obsolete mineralizes - true + true @@ -1216,7 +1216,7 @@ obsolete conjugates - true + true @@ -1288,7 +1288,7 @@ obsolete binds - true + true @@ -1298,7 +1298,7 @@ obsolete chelates - true + true @@ -1308,7 +1308,7 @@ obsolete precipitates - true + true @@ -1318,7 +1318,7 @@ obsolete solubilizes - true + true @@ -1328,7 +1328,7 @@ obsolete volatilizes - true + true @@ -1338,7 +1338,7 @@ obsolete crystallizes - true + true @@ -1348,7 +1348,7 @@ obsolete adsorbs - true + true @@ -1374,7 +1374,7 @@ obsolete does not lyse - true + true @@ -1400,7 +1400,7 @@ obsolete does not fix - true + true @@ -1410,7 +1410,7 @@ obsolete does not catabolize - true + true @@ -1420,7 +1420,7 @@ obsolete does not mineralize - true + true @@ -1430,7 +1430,7 @@ obsolete does not conjugate - true + true @@ -1502,7 +1502,7 @@ obsolete does not bind - true + true @@ -1512,7 +1512,7 @@ obsolete does not chelate - true + true @@ -1522,7 +1522,7 @@ obsolete does not precipitate - true + true @@ -1532,7 +1532,7 @@ obsolete does not solubilize - true + true @@ -1542,7 +1542,7 @@ obsolete does not volatilize - true + true @@ -1552,7 +1552,7 @@ obsolete does not crystallize - true + true @@ -1562,7 +1562,7 @@ obsolete has pH observation - true + true @@ -1625,7 +1625,7 @@ obsolete has optimum pH observation - true + true @@ -1635,7 +1635,7 @@ obsolete has growth pH observation - true + true @@ -1645,7 +1645,7 @@ obsolete has range pH observation - true + true @@ -1655,7 +1655,7 @@ obsolete has pH delta observation - true + true @@ -1665,7 +1665,7 @@ obsolete has culture pH observation - true + true @@ -1675,7 +1675,7 @@ obsolete has NaCl observation - true + true @@ -1685,7 +1685,7 @@ obsolete has optimum NaCl observation - true + true @@ -1695,7 +1695,7 @@ obsolete has growth NaCl observation - true + true @@ -1705,7 +1705,7 @@ obsolete has range NaCl observation - true + true @@ -1715,7 +1715,7 @@ obsolete has NaCl delta observation - true + true @@ -1725,7 +1725,7 @@ obsolete has observation - true + true @@ -1735,7 +1735,7 @@ obsolete has oxygen observation - true + true @@ -1745,7 +1745,7 @@ obsolete has optimum oxygen observation - true + true @@ -1755,7 +1755,7 @@ obsolete has growth oxygen observation - true + true @@ -1765,7 +1765,7 @@ obsolete has range oxygen observation - true + true @@ -1775,7 +1775,7 @@ obsolete has oxygen delta observation - true + true @@ -1914,7 +1914,7 @@ obsolete has observed spot value - true + true @@ -1924,7 +1924,7 @@ obsolete has minimum observed value - true + true @@ -1934,7 +1934,7 @@ obsolete has maximum observed value - true + true @@ -1944,7 +1944,7 @@ obsolete has value comments - true + true @@ -1954,7 +1954,7 @@ obsolete is negative data - true + true @@ -1964,7 +1964,7 @@ obsolete observation data property - true + true @@ -2468,7 +2468,7 @@ obsolete Temperature - true + true @@ -2479,7 +2479,7 @@ obsolete Salinity - true + true @@ -2490,7 +2490,7 @@ obsolete pH - true + true @@ -2501,7 +2501,7 @@ obsolete Oxygen - true + true @@ -2512,7 +2512,7 @@ obsolete Trophic type - true + true @@ -2523,7 +2523,7 @@ obsolete Motility - true + true @@ -2534,7 +2534,7 @@ obsolete Sporulation - true + true @@ -2545,7 +2545,7 @@ obsolete Pressure - true + true @@ -2556,7 +2556,7 @@ obsolete GC content - true + true @@ -2567,7 +2567,7 @@ obsolete Temperature - true + true @@ -2578,7 +2578,7 @@ obsolete Cell Width - true + true @@ -2589,7 +2589,7 @@ obsolete Cell Length - true + true @@ -2600,7 +2600,7 @@ obsolete Temperature Optimum - true + true @@ -2611,7 +2611,7 @@ obsolete Temperature Range - true + true @@ -2622,7 +2622,7 @@ obsolete pH Optimum - true + true @@ -2633,7 +2633,7 @@ obsolete pH Range - true + true @@ -2644,7 +2644,7 @@ obsolete NaCl Optimum - true + true @@ -2655,7 +2655,7 @@ obsolete NaCl Range - true + true @@ -2666,7 +2666,7 @@ obsolete pH delta - true + true @@ -2677,7 +2677,7 @@ obsolete NaCl delta - true + true @@ -2688,7 +2688,7 @@ obsolete Salinity - true + true @@ -2699,7 +2699,7 @@ obsolete Temperature Delta - true + true @@ -2710,7 +2710,7 @@ obsolete METPO Morphology - true + true @@ -2721,7 +2721,7 @@ obsolete Psychrophile - true + true @@ -2732,7 +2732,7 @@ obsolete Psychrotolerant - true + true @@ -2743,7 +2743,7 @@ obsolete Mesophilie - true + true @@ -2754,7 +2754,7 @@ obsolete Thermotolerant - true + true @@ -2765,7 +2765,7 @@ obsolete Thermophile - true + true @@ -2776,7 +2776,7 @@ obsolete Extreme thermophile - true + true @@ -2787,7 +2787,7 @@ obsolete Hyperthermophile - true + true @@ -2798,7 +2798,7 @@ obsolete Extreme hyperthermophile - true + true @@ -2809,7 +2809,7 @@ obsolete pH - true + true @@ -2820,7 +2820,7 @@ obsolete Halophile - true + true @@ -2831,7 +2831,7 @@ obsolete Non-halophile - true + true @@ -2842,7 +2842,7 @@ obsolete Slight halophile - true + true @@ -2853,7 +2853,7 @@ obsolete Moderate halophile - true + true @@ -2864,7 +2864,7 @@ obsolete Extreme halophile - true + true @@ -2875,7 +2875,7 @@ obsolete Halotolerant - true + true @@ -2886,7 +2886,7 @@ obsolete Haloalkaliphile - true + true @@ -2897,7 +2897,7 @@ obsolete Extreme Acidophile - true + true @@ -2908,7 +2908,7 @@ obsolete Acidophile - true + true @@ -2919,7 +2919,7 @@ obsolete Neutrophile - true + true @@ -2930,7 +2930,7 @@ obsolete Oxygen - true + true @@ -2941,7 +2941,7 @@ obsolete Alkaliphile - true + true @@ -2952,7 +2952,7 @@ obsolete Acid Tolerant - true + true @@ -2963,7 +2963,7 @@ obsolete Alkali Tolerant - true + true @@ -2974,7 +2974,7 @@ obsolete Extreme Alkaliphile - true + true @@ -2985,7 +2985,7 @@ obsolete Facultative acidophile - true + true @@ -2996,7 +2996,7 @@ obsolete Obligative acidophile - true + true @@ -3007,7 +3007,7 @@ obsolete Aerobe - true + true @@ -3018,7 +3018,7 @@ obsolete Anaerobe - true + true @@ -3029,7 +3029,7 @@ obsolete Facultative anaerobe - true + true @@ -3040,7 +3040,7 @@ obsolete Facultative aerobe - true + true @@ -3051,7 +3051,7 @@ obsolete Trophic type - true + true @@ -3062,7 +3062,7 @@ obsolete Microaerophile - true + true @@ -3073,7 +3073,7 @@ obsolete Aerotolerant - true + true @@ -3084,7 +3084,7 @@ obsolete Microaerotolerant - true + true @@ -3095,7 +3095,7 @@ obsolete Aerotolerant anaerobe - true + true @@ -3106,7 +3106,7 @@ obsolete Obligate aerobe - true + true @@ -3117,7 +3117,7 @@ obsolete Obligate anaerobe - true + true @@ -3128,7 +3128,7 @@ obsolete Oxygenic phototroph - true + true @@ -3139,7 +3139,7 @@ obsolete Anoxygenic phototroph - true + true @@ -3150,7 +3150,7 @@ obsolete Autotroph - true + true @@ -3161,7 +3161,7 @@ obsolete Photoautotroph - true + true @@ -3172,7 +3172,7 @@ obsolete Motility - true + true @@ -3183,7 +3183,7 @@ obsolete Chemoautotroph - true + true @@ -3194,7 +3194,7 @@ obsolete Heterotroph - true + true @@ -3205,7 +3205,7 @@ obsolete Photoheterotroph - true + true @@ -3216,7 +3216,7 @@ obsolete Chemoheterotroph - true + true @@ -3227,7 +3227,7 @@ obsolete Lithotroph - true + true @@ -3238,7 +3238,7 @@ obsolete Organotroph - true + true @@ -3249,7 +3249,7 @@ obsolete Phototroph - true + true @@ -3260,7 +3260,7 @@ obsolete Chemotroph - true + true @@ -3271,7 +3271,7 @@ obsolete Oligotroph - true + true @@ -3282,7 +3282,7 @@ obsolete Copiotroph - true + true @@ -3293,7 +3293,7 @@ obsolete Sporulation - true + true @@ -3304,7 +3304,7 @@ obsolete Lithoautotroph - true + true @@ -3315,7 +3315,7 @@ obsolete Mixotroph - true + true @@ -3326,7 +3326,7 @@ obsolete Lithoheterotroph - true + true @@ -3337,7 +3337,7 @@ obsolete Chemoorganoheterotroph - true + true @@ -3348,7 +3348,7 @@ obsolete Chemolithoautotroph - true + true @@ -3359,7 +3359,7 @@ obsolete Methylotroph - true + true @@ -3370,7 +3370,7 @@ obsolete Methanotroph - true + true @@ -3381,7 +3381,7 @@ obsolete Carboxydotroph - true + true @@ -3392,7 +3392,7 @@ obsolete Hydrogenotroph - true + true @@ -3403,7 +3403,7 @@ obsolete Hydrogen oxidizer - true + true @@ -3414,7 +3414,7 @@ obsolete Pressure - true + true @@ -3425,7 +3425,7 @@ obsolete Hydrogen producer - true + true @@ -3436,7 +3436,7 @@ obsolete Nitrogen fixer - true + true @@ -3447,7 +3447,7 @@ obsolete Methanogen - true + true @@ -3458,7 +3458,7 @@ obsolete Sulfate reducer - true + true @@ -3469,7 +3469,7 @@ obsolete Sulfur oxidizer - true + true @@ -3480,7 +3480,7 @@ obsolete Denitrifier - true + true @@ -3491,7 +3491,7 @@ obsolete Capnophile - true + true @@ -3502,7 +3502,7 @@ obsolete Motile - true + true @@ -3513,7 +3513,7 @@ obsolete Non-motile - true + true @@ -3524,7 +3524,7 @@ obsolete Flagellated - true + true @@ -3535,7 +3535,7 @@ obsolete GC content - true + true @@ -3546,7 +3546,7 @@ obsolete Peritrichous - true + true @@ -3557,7 +3557,7 @@ obsolete Lophotrichous - true + true @@ -3568,7 +3568,7 @@ obsolete Monotrichous - true + true @@ -3579,7 +3579,7 @@ obsolete Ciliated - true + true @@ -3590,7 +3590,7 @@ obsolete Gliding - true + true @@ -3601,7 +3601,7 @@ obsolete Twitching - true + true @@ -3612,7 +3612,7 @@ obsolete Sliding - true + true @@ -3623,7 +3623,7 @@ obsolete Swarming - true + true @@ -3634,7 +3634,7 @@ obsolete Endospores - true + true @@ -3645,7 +3645,7 @@ obsolete Exospores - true + true @@ -3656,7 +3656,7 @@ obsolete Cell Width - true + true @@ -3667,7 +3667,7 @@ obsolete Myxospores - true + true @@ -3678,7 +3678,7 @@ obsolete Arthrospores - true + true @@ -3689,7 +3689,7 @@ obsolete Conidia - true + true @@ -3700,7 +3700,7 @@ obsolete Sporangiospores - true + true @@ -3711,7 +3711,7 @@ obsolete Zygospores - true + true @@ -3722,7 +3722,7 @@ obsolete Akinetes - true + true @@ -3733,7 +3733,7 @@ obsolete Chlamydospores - true + true @@ -3744,7 +3744,7 @@ obsolete Sporocysts - true + true @@ -3755,7 +3755,7 @@ obsolete Hypnospores - true + true @@ -3766,7 +3766,7 @@ obsolete Gemmae - true + true @@ -3777,7 +3777,7 @@ obsolete Cell Length - true + true @@ -3788,7 +3788,7 @@ obsolete Oospores - true + true @@ -3799,7 +3799,7 @@ obsolete Azygospores - true + true @@ -3810,7 +3810,7 @@ obsolete Cysts - true + true @@ -3821,7 +3821,7 @@ obsolete Ascospores - true + true @@ -3832,7 +3832,7 @@ obsolete Basidiospores - true + true @@ -3843,7 +3843,7 @@ obsolete Aleuriospores - true + true @@ -3854,7 +3854,7 @@ obsolete Stylospores - true + true @@ -3865,7 +3865,7 @@ obsolete Sclerotia - true + true @@ -3876,7 +3876,7 @@ obsolete Zoospores - true + true @@ -3887,7 +3887,7 @@ obsolete Teliospores - true + true @@ -3898,7 +3898,7 @@ obsolete Temperature Optimum - true + true @@ -3909,7 +3909,7 @@ obsolete Urediniospores - true + true @@ -3920,7 +3920,7 @@ obsolete Pycnidiospores - true + true @@ -3931,7 +3931,7 @@ obsolete Acriospores - true + true @@ -3942,7 +3942,7 @@ obsolete Aplanospores - true + true @@ -3953,7 +3953,7 @@ obsolete Statismospores - true + true @@ -3964,7 +3964,7 @@ obsolete Barotolerant - true + true @@ -3975,7 +3975,7 @@ obsolete Piezophile - true + true @@ -3986,7 +3986,7 @@ obsolete Piezotolerant - true + true @@ -3997,7 +3997,7 @@ obsolete Piezosensitive - true + true @@ -4008,7 +4008,7 @@ obsolete Obligate barophile - true + true @@ -4019,7 +4019,7 @@ obsolete Temperature Range - true + true @@ -4030,7 +4030,7 @@ obsolete Facultative barophile - true + true @@ -4041,7 +4041,7 @@ obsolete Hyperbarophile - true + true @@ -4052,7 +4052,7 @@ obsolete Hypobarophile - true + true @@ -4063,7 +4063,7 @@ obsolete Atmospheric pressure-adapted - true + true @@ -4074,7 +4074,7 @@ obsolete Moderate piezophile - true + true @@ -4085,7 +4085,7 @@ obsolete Extreme piezophile - true + true @@ -4096,7 +4096,7 @@ obsolete Stenopiezic - true + true @@ -4107,7 +4107,7 @@ obsolete Eurypiezic - true + true @@ -4118,7 +4118,7 @@ obsolete Pressure-sensitive - true + true @@ -4129,7 +4129,7 @@ obsolete Pressure-resistant - true + true @@ -4140,7 +4140,7 @@ obsolete pH Optimum - true + true @@ -4151,7 +4151,7 @@ obsolete Pressure-adapted - true + true @@ -4162,7 +4162,7 @@ obsolete Piezo-acidophile - true + true @@ -4173,7 +4173,7 @@ obsolete Piezo-alkaliphile - true + true @@ -4184,7 +4184,7 @@ obsolete Piezo-halophile - true + true @@ -4195,7 +4195,7 @@ obsolete Piezo-psychrophile - true + true @@ -4206,7 +4206,7 @@ obsolete Piezo-thermophile - true + true @@ -4217,7 +4217,7 @@ obsolete Piezo-lithoautotrophe - true + true @@ -4228,7 +4228,7 @@ obsolete Piezo-chemoheterotroph - true + true @@ -4239,7 +4239,7 @@ obsolete Piezo-oligotroph - true + true @@ -4250,7 +4250,7 @@ obsolete Piezo-endolithic - true + true @@ -4261,7 +4261,7 @@ obsolete pH Range - true + true @@ -4272,7 +4272,7 @@ obsolete Piezo-tolerant - true + true @@ -4283,7 +4283,7 @@ obsolete GC low - true + true @@ -4294,7 +4294,7 @@ obsolete GC mid1 - true + true @@ -4305,7 +4305,7 @@ obsolete GC mid2 - true + true @@ -4316,7 +4316,7 @@ obsolete GC high - true + true @@ -4327,7 +4327,7 @@ obsolete Cell width very low - true + true @@ -4338,7 +4338,7 @@ obsolete Cell width low - true + true @@ -4349,7 +4349,7 @@ obsolete Cell width mid - true + true @@ -4360,7 +4360,7 @@ obsolete Cell width high - true + true @@ -4371,7 +4371,7 @@ obsolete Cell length very low - true + true @@ -4382,7 +4382,7 @@ obsolete NaCl Optimum - true + true @@ -4393,7 +4393,7 @@ obsolete Cell length low - true + true @@ -4404,7 +4404,7 @@ obsolete Cell length mid - true + true @@ -4415,7 +4415,7 @@ obsolete Cell length high - true + true @@ -4426,7 +4426,7 @@ obsolete Temperature Optimum very low - true + true @@ -4437,7 +4437,7 @@ obsolete Temperature Optimum low - true + true @@ -4448,7 +4448,7 @@ obsolete Temperature Optimum mid1 - true + true @@ -4459,7 +4459,7 @@ obsolete Temperature Optimum mid2 - true + true @@ -4470,7 +4470,7 @@ obsolete Temperature Optimum mid3 - true + true @@ -4481,7 +4481,7 @@ obsolete Temperature Optimum mid4 - true + true @@ -4492,7 +4492,7 @@ obsolete Temperature Optimum high - true + true @@ -4503,7 +4503,7 @@ obsolete NaCl Range - true + true @@ -4514,7 +4514,7 @@ obsolete Temperature Range very low - true + true @@ -4525,7 +4525,7 @@ obsolete Temperature Range low - true + true @@ -4536,7 +4536,7 @@ obsolete Temperature Range mid1 - true + true @@ -4547,7 +4547,7 @@ obsolete Temperature Range mid2 - true + true @@ -4558,7 +4558,7 @@ obsolete Temperature Range mid3 - true + true @@ -4569,7 +4569,7 @@ obsolete Temperature Range mid4 - true + true @@ -4580,7 +4580,7 @@ obsolete Temperature Range high - true + true @@ -4591,7 +4591,7 @@ obsolete pH Optimum low - true + true @@ -4602,7 +4602,7 @@ obsolete pH Optimum mid1 - true + true @@ -4613,7 +4613,7 @@ obsolete pH Optimum mid2 - true + true @@ -4624,7 +4624,7 @@ obsolete pH delta - true + true @@ -4635,7 +4635,7 @@ obsolete pH Optimum high - true + true @@ -4646,7 +4646,7 @@ obsolete pH Range very low - true + true @@ -4657,7 +4657,7 @@ obsolete pH Range low - true + true @@ -4668,7 +4668,7 @@ obsolete pH Range mid1 - true + true @@ -4679,7 +4679,7 @@ obsolete pH Range mid2 - true + true @@ -4690,7 +4690,7 @@ obsolete pH Range mid3 - true + true @@ -4701,7 +4701,7 @@ obsolete pH Range high - true + true @@ -4712,7 +4712,7 @@ obsolete NaCl Optimum low - true + true @@ -4723,7 +4723,7 @@ obsolete NaCl Optimum mid1 - true + true @@ -4734,7 +4734,7 @@ obsolete NaCl Optimum mid2 - true + true @@ -4745,7 +4745,7 @@ obsolete NaCl delta - true + true @@ -4756,7 +4756,7 @@ obsolete NaCl Optimum high - true + true @@ -4767,7 +4767,7 @@ obsolete NaCl Range low - true + true @@ -4778,7 +4778,7 @@ obsolete NaCl Range mid1 - true + true @@ -4789,7 +4789,7 @@ obsolete NaCl Range mid2 - true + true @@ -4800,7 +4800,7 @@ obsolete NaCl Range high - true + true @@ -4811,7 +4811,7 @@ obsolete pH Delta very low - true + true @@ -4822,7 +4822,7 @@ obsolete pH Delta low - true + true @@ -4833,7 +4833,7 @@ obsolete pH Delta mid1 - true + true @@ -4844,7 +4844,7 @@ obsolete pH Delta mid2 - true + true @@ -4855,7 +4855,7 @@ obsolete pH Delta mid3 - true + true @@ -4866,7 +4866,7 @@ obsolete Temperature Delta - true + true @@ -4877,7 +4877,7 @@ obsolete pH Delta high - true + true @@ -4888,7 +4888,7 @@ obsolete NaCl Delta low - true + true @@ -4899,7 +4899,7 @@ obsolete NaCl Delta mid2 - true + true @@ -4910,7 +4910,7 @@ obsolete NaCl Delta mid2 - true + true @@ -4921,7 +4921,7 @@ obsolete NaCl Delta high - true + true @@ -4932,7 +4932,7 @@ obsolete Temperature Delta very low - true + true @@ -4943,7 +4943,7 @@ obsolete Temperature Delta low - true + true @@ -4954,7 +4954,7 @@ obsolete Temperature Delta mid1 - true + true @@ -4965,7 +4965,7 @@ obsolete Temperature Delta mid2 - true + true @@ -4976,7 +4976,7 @@ obsolete Temperature Delta high - true + true @@ -4987,7 +4987,7 @@ obsolete Morphology - true + true @@ -4998,7 +4998,7 @@ obsolete Bacillus - true + true @@ -5009,7 +5009,7 @@ obsolete Branced - true + true @@ -5020,7 +5020,7 @@ obsolete Coccobacillus - true + true @@ -5031,7 +5031,7 @@ obsolete Coccus - true + true @@ -5042,7 +5042,7 @@ obsolete Crescent - true + true @@ -5053,7 +5053,7 @@ obsolete Curved - true + true @@ -5064,7 +5064,7 @@ obsolete Curved Spiral - true + true @@ -5075,7 +5075,7 @@ obsolete Diplococcus - true + true @@ -5086,7 +5086,7 @@ obsolete Disc - true + true @@ -5097,7 +5097,7 @@ obsolete Dumbbell - true + true @@ -5108,7 +5108,7 @@ obsolete Other - true + true @@ -5119,7 +5119,7 @@ obsolete Ellipsoidal - true + true @@ -5130,7 +5130,7 @@ obsolete Filament - true + true @@ -5141,7 +5141,7 @@ obsolete Flask - true + true @@ -5152,7 +5152,7 @@ obsolete Fusiform - true + true @@ -5163,7 +5163,7 @@ obsolete Helical - true + true @@ -5174,7 +5174,7 @@ obsolete Irregular - true + true @@ -5185,7 +5185,7 @@ obsolete Oval - true + true @@ -5196,7 +5196,7 @@ obsolete Ovoid - true + true @@ -5207,7 +5207,7 @@ obsolete Pleomorphic - true + true @@ -5218,7 +5218,7 @@ obsolete Ring - true + true @@ -5229,7 +5229,7 @@ obsolete Psychrophile - true + true @@ -5240,7 +5240,7 @@ obsolete Rod - true + true @@ -5251,7 +5251,7 @@ obsolete Sphere - true + true @@ -5262,7 +5262,7 @@ obsolete Spindle - true + true @@ -5273,7 +5273,7 @@ obsolete Spiral - true + true @@ -5284,7 +5284,7 @@ obsolete Spirochete - true + true @@ -5295,7 +5295,7 @@ obsolete Spore - true + true @@ -5306,7 +5306,7 @@ obsolete Square - true + true @@ -5317,7 +5317,7 @@ obsolete Star - true + true @@ -5328,7 +5328,7 @@ obsolete Star - Dumbbell - Pleomorphic - true + true @@ -5339,7 +5339,7 @@ obsolete Tailed - true + true @@ -5350,7 +5350,7 @@ obsolete Psychrotolerant - true + true @@ -5361,7 +5361,7 @@ obsolete Triangular - true + true @@ -5372,7 +5372,7 @@ obsolete Vibrio - true + true @@ -5383,7 +5383,7 @@ obsolete Environmental Parameter - true + true @@ -5394,7 +5394,7 @@ obsolete Growth Condition - true + true @@ -5405,7 +5405,7 @@ obsolete Physiological Trait - true + true @@ -5416,7 +5416,7 @@ obsolete Metabolic Classification - true + true @@ -5427,7 +5427,7 @@ obsolete Cellular Characteristic - true + true @@ -5438,7 +5438,7 @@ obsolete Taxonomic Feature - true + true @@ -5449,7 +5449,7 @@ obsolete Microbial Adaptation - true + true @@ -5460,7 +5460,7 @@ obsolete Growth Parameter - true + true @@ -5471,7 +5471,7 @@ obsolete Mesophilie - true + true @@ -5482,7 +5482,7 @@ obsolete Structural Feature - true + true @@ -5493,7 +5493,7 @@ obsolete Temperature Adaptation - true + true @@ -5504,7 +5504,7 @@ obsolete Salinity Adaptation - true + true @@ -5515,7 +5515,7 @@ obsolete pH Adaptation - true + true @@ -5526,7 +5526,7 @@ obsolete Oxygen Requirement - true + true @@ -5537,7 +5537,7 @@ obsolete Carbon Source Utilization - true + true @@ -5548,7 +5548,7 @@ obsolete Energy Acquisition Mode - true + true @@ -5559,7 +5559,7 @@ obsolete Electron Donor Type - true + true @@ -5570,7 +5570,7 @@ obsolete Motility Mechanism - true + true @@ -5581,7 +5581,7 @@ obsolete Motility Structure - true + true @@ -5592,7 +5592,7 @@ obsolete Thermotolerant - true + true @@ -5603,7 +5603,7 @@ obsolete Bacterial Spore Type - true + true @@ -5614,7 +5614,7 @@ obsolete Fungal Spore Type - true + true @@ -5625,7 +5625,7 @@ obsolete Reproductive Structure - true + true @@ -5636,7 +5636,7 @@ obsolete Dormancy Structure - true + true @@ -5647,7 +5647,7 @@ obsolete Pressure Adaptation Type - true + true @@ -5658,7 +5658,7 @@ obsolete Pressure Tolerance Range - true + true @@ -5669,7 +5669,7 @@ obsolete Genomic Feature - true + true @@ -5680,7 +5680,7 @@ obsolete Cell Dimension - true + true @@ -5691,7 +5691,7 @@ obsolete Optimal Growth Parameter - true + true @@ -5702,7 +5702,7 @@ obsolete Growth Range Parameter - true + true @@ -5713,7 +5713,7 @@ obsolete Thermophile - true + true @@ -5724,7 +5724,7 @@ obsolete Growth Tolerance Metric - true + true @@ -5735,7 +5735,7 @@ obsolete Cell Shape - true + true @@ -5746,7 +5746,7 @@ obsolete Cell Arrangement - true + true @@ -5757,7 +5757,7 @@ obsolete Colony Morphology - true + true @@ -5768,7 +5768,7 @@ obsolete Physical Property - true + true @@ -5779,7 +5779,7 @@ obsolete Environmental Context - true + true @@ -5790,7 +5790,7 @@ obsolete Biological Property - true + true @@ -5801,7 +5801,7 @@ obsolete Functional Classification - true + true @@ -5812,7 +5812,7 @@ obsolete Classification Property - true + true @@ -5823,7 +5823,7 @@ obsolete METPO Biological Process - true + true @@ -5834,7 +5834,7 @@ obsolete Extreme thermophile - true + true @@ -5845,7 +5845,7 @@ obsolete Measurable Property - true + true @@ -5856,7 +5856,7 @@ obsolete Gram-stain negative - true + true @@ -5867,7 +5867,7 @@ obsolete Gram-stain positive - true + true @@ -5878,7 +5878,7 @@ obsolete Hyperthermophile - true + true @@ -5889,7 +5889,7 @@ obsolete Extreme hyperthermophile - true + true @@ -5900,7 +5900,7 @@ obsolete Halophile - true + true @@ -5911,7 +5911,7 @@ obsolete Non-halophile - true + true @@ -5922,7 +5922,7 @@ obsolete Slight halophile - true + true @@ -5933,7 +5933,7 @@ obsolete Moderate halophile - true + true @@ -5944,7 +5944,7 @@ obsolete Extreme halophile - true + true @@ -5955,7 +5955,7 @@ obsolete Halotolerant - true + true @@ -5966,7 +5966,7 @@ obsolete Haloalkaliphile - true + true @@ -5977,7 +5977,7 @@ obsolete Extreme Acidophile - true + true @@ -5988,7 +5988,7 @@ obsolete Acidophile - true + true @@ -5999,7 +5999,7 @@ obsolete Neutrophile - true + true @@ -6010,7 +6010,7 @@ obsolete Alkaliphile - true + true @@ -6021,7 +6021,7 @@ obsolete Acid Tolerant - true + true @@ -6032,7 +6032,7 @@ obsolete Alkali Tolerant - true + true @@ -6043,7 +6043,7 @@ obsolete Extreme Alkaliphile - true + true @@ -6054,7 +6054,7 @@ obsolete Facultative acidophile - true + true @@ -6065,7 +6065,7 @@ obsolete Obligative acidophile - true + true @@ -6076,7 +6076,7 @@ obsolete Aerobe - true + true @@ -6087,7 +6087,7 @@ obsolete Anaerobe - true + true @@ -6098,7 +6098,7 @@ obsolete Facultative anaerobe - true + true @@ -6109,7 +6109,7 @@ obsolete Facultative aerobe - true + true @@ -6120,7 +6120,7 @@ obsolete Microaerophile - true + true @@ -6131,7 +6131,7 @@ obsolete Aerotolerant - true + true @@ -6142,7 +6142,7 @@ obsolete Microaerotolerant - true + true @@ -6153,7 +6153,7 @@ obsolete Aerotolerant anaerobe - true + true @@ -6164,7 +6164,7 @@ obsolete Obligate aerobe - true + true @@ -6175,7 +6175,7 @@ obsolete Obligate anaerobe - true + true @@ -6186,7 +6186,7 @@ obsolete Oxygenic phototroph - true + true @@ -6197,7 +6197,7 @@ obsolete Anoxygenic phototroph - true + true @@ -6208,7 +6208,7 @@ obsolete Autotroph - true + true @@ -6219,7 +6219,7 @@ obsolete Photoautotroph - true + true @@ -6230,7 +6230,7 @@ obsolete Chemoautotroph - true + true @@ -6241,7 +6241,7 @@ obsolete Heterotroph - true + true @@ -6252,7 +6252,7 @@ obsolete Photoheterotroph - true + true @@ -6263,7 +6263,7 @@ obsolete Chemoheterotroph - true + true @@ -6274,7 +6274,7 @@ obsolete Lithotroph - true + true @@ -6285,7 +6285,7 @@ obsolete Organotroph - true + true @@ -6296,7 +6296,7 @@ obsolete Phototroph - true + true @@ -6307,7 +6307,7 @@ obsolete Chemotroph - true + true @@ -6318,7 +6318,7 @@ obsolete Oligotroph - true + true @@ -6329,7 +6329,7 @@ obsolete Copiotroph - true + true @@ -6340,7 +6340,7 @@ obsolete Lithoautotroph - true + true @@ -6351,7 +6351,7 @@ obsolete Mixotroph - true + true @@ -6362,7 +6362,7 @@ obsolete Lithoheterotroph - true + true @@ -6373,7 +6373,7 @@ obsolete Chemoorganoheterotroph - true + true @@ -6384,7 +6384,7 @@ obsolete Chemolithoautotroph - true + true @@ -6395,7 +6395,7 @@ obsolete Methylotroph - true + true @@ -6406,7 +6406,7 @@ obsolete Methanotroph - true + true @@ -6417,7 +6417,7 @@ obsolete Carboxydotroph - true + true @@ -6428,7 +6428,7 @@ obsolete Hydrogenotroph - true + true @@ -6439,7 +6439,7 @@ obsolete Hydrogen oxidizer - true + true @@ -6450,7 +6450,7 @@ obsolete Hydrogen producer - true + true @@ -6461,7 +6461,7 @@ obsolete Nitrogen fixer - true + true @@ -6472,7 +6472,7 @@ obsolete Methanogen - true + true @@ -6483,7 +6483,7 @@ obsolete Sulfate reducer - true + true @@ -6494,7 +6494,7 @@ obsolete Sulfur oxidizer - true + true @@ -6505,7 +6505,7 @@ obsolete Denitrifier - true + true @@ -6516,7 +6516,7 @@ obsolete Capnophile - true + true @@ -6527,7 +6527,7 @@ obsolete Motile - true + true @@ -6538,7 +6538,7 @@ obsolete Non-motile - true + true @@ -6549,7 +6549,7 @@ obsolete Flagellated - true + true @@ -6560,7 +6560,7 @@ obsolete Peritrichous - true + true @@ -6571,7 +6571,7 @@ obsolete Lophotrichous - true + true @@ -6582,7 +6582,7 @@ obsolete Monotrichous - true + true @@ -6593,7 +6593,7 @@ obsolete Ciliated - true + true @@ -6604,7 +6604,7 @@ obsolete Gliding - true + true @@ -6615,7 +6615,7 @@ obsolete Twitching - true + true @@ -6626,7 +6626,7 @@ obsolete Sliding - true + true @@ -6637,7 +6637,7 @@ obsolete Swarming - true + true @@ -6648,7 +6648,7 @@ obsolete Endospores - true + true @@ -6659,7 +6659,7 @@ obsolete Exospores - true + true @@ -6670,7 +6670,7 @@ obsolete sensitivity to oxygen - true + true @@ -6681,7 +6681,7 @@ obsolete sensitivity toward - true + true @@ -6692,7 +6692,7 @@ obsolete 'organismal quality' - true + true @@ -6703,7 +6703,7 @@ obsolete 'physicial object quality' - true + true @@ -6714,7 +6714,7 @@ obsolete 'quality' - true + true @@ -6725,7 +6725,7 @@ obsolete size - true + true @@ -6736,7 +6736,7 @@ obsolete 1-D extent - true + true @@ -6747,7 +6747,7 @@ obsolete width - true + true @@ -6758,7 +6758,7 @@ obsolete length - true + true @@ -6769,7 +6769,7 @@ obsolete Myxospores - true + true @@ -6780,7 +6780,7 @@ obsolete 'prokaryotic metabolically differentiated cell' - true + true @@ -6791,7 +6791,7 @@ obsolete heterotrophy - true + true @@ -6802,7 +6802,7 @@ obsolete structure - true + true @@ -6813,7 +6813,7 @@ obsolete spore type - true + true @@ -6824,7 +6824,7 @@ obsolete sensitivity toward pressure - true + true @@ -6835,7 +6835,7 @@ obsolete sensitivity toward NaCl - true + true @@ -6846,7 +6846,7 @@ obsolete sensitivity toward pH - true + true @@ -6857,7 +6857,7 @@ obsolete sensitivity toward temperature - true + true @@ -6868,7 +6868,7 @@ obsolete Arthrospores - true + true @@ -6879,7 +6879,7 @@ obsolete metabolic constraints - true + true @@ -6890,7 +6890,7 @@ obsolete cell by chemical produced - true + true @@ -6901,7 +6901,7 @@ obsolete Conidia - true + true @@ -6912,7 +6912,7 @@ obsolete Sporangiospores - true + true @@ -6923,7 +6923,7 @@ obsolete Zygospores - true + true @@ -6934,7 +6934,7 @@ obsolete Akinetes - true + true @@ -6945,7 +6945,7 @@ obsolete Chlamydospores - true + true @@ -6956,7 +6956,7 @@ obsolete Sporocysts - true + true @@ -6967,7 +6967,7 @@ obsolete Hypnospores - true + true @@ -6978,7 +6978,7 @@ obsolete Gemmae - true + true @@ -6989,7 +6989,7 @@ obsolete Oospores - true + true @@ -7000,7 +7000,7 @@ obsolete Azygospores - true + true @@ -7011,7 +7011,7 @@ obsolete Cysts - true + true @@ -7022,7 +7022,7 @@ obsolete Ascospores - true + true @@ -7033,7 +7033,7 @@ obsolete Basidiospores - true + true @@ -7044,7 +7044,7 @@ obsolete Aleuriospores - true + true @@ -7055,7 +7055,7 @@ obsolete Stylospores - true + true @@ -7066,7 +7066,7 @@ obsolete Sclerotia - true + true @@ -7077,7 +7077,7 @@ obsolete Zoospores - true + true @@ -7088,7 +7088,7 @@ obsolete Teliospores - true + true @@ -7099,7 +7099,7 @@ obsolete Urediniospores - true + true @@ -7110,7 +7110,7 @@ obsolete Pycnidiospores - true + true @@ -7121,7 +7121,7 @@ obsolete Acriospores - true + true @@ -7132,7 +7132,7 @@ obsolete Aplanospores - true + true @@ -7143,7 +7143,7 @@ obsolete Statismospores - true + true @@ -7154,7 +7154,7 @@ obsolete Barotolerant - true + true @@ -7165,7 +7165,7 @@ obsolete Piezophile - true + true @@ -7176,7 +7176,7 @@ obsolete Piezotolerant - true + true @@ -7187,7 +7187,7 @@ obsolete Piezosensitive - true + true @@ -7198,7 +7198,7 @@ obsolete Obligate barophile - true + true @@ -7209,7 +7209,7 @@ obsolete Facultative barophile - true + true @@ -7220,7 +7220,7 @@ obsolete Hyperbarophile - true + true @@ -7231,7 +7231,7 @@ obsolete Hypobarophile - true + true @@ -7242,7 +7242,7 @@ obsolete Atmospheric pressure-adapted - true + true @@ -7253,7 +7253,7 @@ obsolete Moderate piezophile - true + true @@ -7264,7 +7264,7 @@ obsolete Extreme piezophile - true + true @@ -7275,7 +7275,7 @@ obsolete Stenopiezic - true + true @@ -7286,7 +7286,7 @@ obsolete Eurypiezic - true + true @@ -7297,7 +7297,7 @@ obsolete Pressure-sensitive - true + true @@ -7308,7 +7308,7 @@ obsolete Pressure-resistant - true + true @@ -7319,7 +7319,7 @@ obsolete Pressure-adapted - true + true @@ -7330,7 +7330,7 @@ obsolete Piezo-acidophile - true + true @@ -7341,7 +7341,7 @@ obsolete Piezo-alkaliphile - true + true @@ -7352,7 +7352,7 @@ obsolete Piezo-halophile - true + true @@ -7363,7 +7363,7 @@ obsolete Piezo-psychrophile - true + true @@ -7374,7 +7374,7 @@ obsolete Piezo-thermophile - true + true @@ -7385,7 +7385,7 @@ obsolete Piezo-lithoautotrophe - true + true @@ -7396,7 +7396,7 @@ obsolete Piezo-chemoheterotroph - true + true @@ -7407,7 +7407,7 @@ obsolete Piezo-oligotroph - true + true @@ -7418,7 +7418,7 @@ obsolete Piezo-endolithic - true + true @@ -7429,7 +7429,7 @@ obsolete Piezo-tolerant - true + true @@ -7440,7 +7440,7 @@ obsolete GC% low ( < 42.65) - true + true @@ -7451,7 +7451,7 @@ obsolete GC% mid1 (42.65 - 57) - true + true @@ -7462,7 +7462,7 @@ obsolete GC% mid2 (57 - 66.3) - true + true @@ -7473,7 +7473,7 @@ obsolete GC% high ( > 66.3) - true + true @@ -7484,7 +7484,7 @@ obsolete Cell width uM very low (< 0.5) - true + true @@ -7495,7 +7495,7 @@ obsolete Cell width uM low (0.5 - 0.65) - true + true @@ -7506,7 +7506,7 @@ obsolete Cell width uM mid (0.65 - 0.9) - true + true @@ -7517,7 +7517,7 @@ obsolete Cell width uM high (> 0.9) - true + true @@ -7528,7 +7528,7 @@ obsolete Cell length uM very low (<= 1.3) - true + true @@ -7539,7 +7539,7 @@ obsolete Cell length uM low (1.3 - 2) - true + true @@ -7550,7 +7550,7 @@ obsolete Cell length uM mid (2 - 3) - true + true @@ -7561,7 +7561,7 @@ obsolete Cell length uM high (> 3) - true + true @@ -7572,7 +7572,7 @@ obsolete Temperature Optimum C very low (<= 10) - true + true @@ -7583,7 +7583,7 @@ obsolete Temperature Optimum C low (10 - 22) - true + true @@ -7594,7 +7594,7 @@ obsolete Temperature Optimum C mid1 (22 - 27) - true + true @@ -7605,7 +7605,7 @@ obsolete Temperature Optimum C mid2 (27 - 30) - true + true @@ -7616,7 +7616,7 @@ obsolete Temperature Optimum C mid3 (30 - 34) - true + true @@ -7627,7 +7627,7 @@ obsolete Temperature Optimum C mid4 (34 - 40) - true + true @@ -7638,7 +7638,7 @@ obsolete Temperature Optimum C high (> 40) - true + true @@ -7649,7 +7649,7 @@ obsolete Temperature Range C very low (<= 10) - true + true @@ -7660,7 +7660,7 @@ obsolete Temperature Range C low (10 - 22) - true + true @@ -7671,7 +7671,7 @@ obsolete Temperature Range C mid1 (22 - 27) - true + true @@ -7682,7 +7682,7 @@ obsolete Temperature Range C mid2 (27 - 30) - true + true @@ -7693,7 +7693,7 @@ obsolete Temperature Range C mid3 (30 - 34) - true + true @@ -7704,7 +7704,7 @@ obsolete Temperature Range C mid4 (34 - 40) - true + true @@ -7715,7 +7715,7 @@ obsolete Temperature Range C high (> 40) - true + true @@ -7726,7 +7726,7 @@ obsolete pH Optimum low (0 - 6) - true + true @@ -7737,7 +7737,7 @@ obsolete pH Optimum mid1 (6 - 7) - true + true @@ -7748,7 +7748,7 @@ obsolete pH Optimum mid2 (7 - 8) - true + true @@ -7759,7 +7759,7 @@ obsolete pH Optimum high (8 - 14) - true + true @@ -7770,7 +7770,7 @@ obsolete pH Range very low (0 - 4) - true + true @@ -7781,7 +7781,7 @@ obsolete pH Range low (4 - 6) - true + true @@ -7792,7 +7792,7 @@ obsolete pH Range mid1 (6 - 7) - true + true @@ -7803,7 +7803,7 @@ obsolete pH Range mid2 (7 - 8) - true + true @@ -7814,7 +7814,7 @@ obsolete pH Range mid3 (8 - 10) - true + true @@ -7825,7 +7825,7 @@ obsolete pH Range high (10 - 14) - true + true @@ -7836,7 +7836,7 @@ obsolete % NaCl Optimum low (<= 1) - true + true @@ -7847,7 +7847,7 @@ obsolete % NaCl Optimum mid1 (1 - 3) - true + true @@ -7858,7 +7858,7 @@ obsolete % NaCl Optimum mid2 (3 - 8) - true + true @@ -7869,7 +7869,7 @@ obsolete % NaCl Optimum high (> 8) - true + true @@ -7880,7 +7880,7 @@ obsolete % NaCl Range low (<= 1) - true + true @@ -7891,7 +7891,7 @@ obsolete % NaCl Range mid1 (1 - 3) - true + true @@ -7902,7 +7902,7 @@ obsolete % NaCl Range mid2 (3 - 8) - true + true @@ -7913,7 +7913,7 @@ obsolete % NaCl Range high (> 8) - true + true @@ -7924,7 +7924,7 @@ obsolete pH delta very low (<= 1) - true + true @@ -7935,7 +7935,7 @@ obsolete pH delta low (1 - 2) - true + true @@ -7946,7 +7946,7 @@ obsolete pH delta mid1 (2 - 3) - true + true @@ -7957,7 +7957,7 @@ obsolete pH delta mid2 (3 - 4) - true + true @@ -7968,7 +7968,7 @@ obsolete pH delta mid3 (4 - 5) - true + true @@ -7979,7 +7979,7 @@ obsolete pH delta high (5 - 9) - true + true @@ -7990,7 +7990,7 @@ obsolete % NaCl delta low (<= 1) - true + true @@ -8001,7 +8001,7 @@ obsolete % NaCl delta mid2 (1 - 3) - true + true @@ -8012,7 +8012,7 @@ obsolete % NaCl delta mid2 (3 - 8) - true + true @@ -8023,7 +8023,7 @@ obsolete % NaCl delta high (>= 8) - true + true @@ -8034,7 +8034,7 @@ obsolete Temperature C delta very low (1 - 5) - true + true @@ -8045,7 +8045,7 @@ obsolete Temperature C delta low (5 - 10) - true + true @@ -8056,7 +8056,7 @@ obsolete Temperature C delta mid1 (10 - 20) - true + true @@ -8067,7 +8067,7 @@ obsolete Temperature C delta mid2 (20 - 30) - true + true @@ -8078,7 +8078,7 @@ obsolete Temperature C delta high (>= 30) - true + true @@ -8089,7 +8089,7 @@ obsolete bacillus - true + true @@ -8100,7 +8100,7 @@ obsolete branced - true + true @@ -8111,7 +8111,7 @@ obsolete coccobacillus - true + true @@ -8122,7 +8122,7 @@ obsolete coccus - true + true @@ -8133,7 +8133,7 @@ obsolete crescent - true + true @@ -8144,7 +8144,7 @@ obsolete curved - true + true @@ -8155,7 +8155,7 @@ obsolete curved spiral - true + true @@ -8166,7 +8166,7 @@ obsolete diplococcus - true + true @@ -8177,7 +8177,7 @@ obsolete disc - true + true @@ -8188,7 +8188,7 @@ obsolete dumbbell - true + true @@ -8199,7 +8199,7 @@ obsolete ellipsoidal - true + true @@ -8210,7 +8210,7 @@ obsolete filament - true + true @@ -8221,7 +8221,7 @@ obsolete flask - true + true @@ -8232,7 +8232,7 @@ obsolete fusiform - true + true @@ -8243,7 +8243,7 @@ obsolete helical - true + true @@ -8254,7 +8254,7 @@ obsolete irregular - true + true @@ -8265,7 +8265,7 @@ obsolete oval - true + true @@ -8276,7 +8276,7 @@ obsolete ovoid - true + true @@ -8287,7 +8287,7 @@ obsolete pleomorphic - true + true @@ -8298,7 +8298,7 @@ obsolete ring - true + true @@ -8309,7 +8309,7 @@ obsolete rod - true + true @@ -8320,7 +8320,7 @@ obsolete sphere - true + true @@ -8331,7 +8331,7 @@ obsolete spindle - true + true @@ -8342,7 +8342,7 @@ obsolete spiral - true + true @@ -8353,7 +8353,7 @@ obsolete spirochete - true + true @@ -8364,7 +8364,7 @@ obsolete spore - true + true @@ -8375,7 +8375,7 @@ obsolete square - true + true @@ -8386,7 +8386,7 @@ obsolete star - true + true @@ -8397,7 +8397,7 @@ obsolete star - dumbbell - pleomorphic - true + true @@ -8408,7 +8408,7 @@ obsolete tailed - true + true @@ -8419,7 +8419,7 @@ obsolete triangular - true + true @@ -8430,7 +8430,7 @@ obsolete vibrio - true + true @@ -8441,7 +8441,7 @@ obsolete Environmental Parameter - true + true @@ -8452,7 +8452,7 @@ obsolete Growth Condition - true + true @@ -8463,7 +8463,7 @@ obsolete Physiological Trait - true + true @@ -8474,7 +8474,7 @@ obsolete Metabolic Classification - true + true @@ -8485,7 +8485,7 @@ obsolete Cellular Characteristic - true + true @@ -8496,7 +8496,7 @@ obsolete Taxonomic Feature - true + true @@ -8507,7 +8507,7 @@ obsolete Microbial Adaptation - true + true @@ -8518,7 +8518,7 @@ obsolete Growth Parameter - true + true @@ -8529,7 +8529,7 @@ obsolete Structural Feature - true + true @@ -8540,7 +8540,7 @@ obsolete Temperature Adaptation - true + true @@ -8551,7 +8551,7 @@ obsolete Salinity Adaptation - true + true @@ -8562,7 +8562,7 @@ obsolete pH Adaptation - true + true @@ -8573,7 +8573,7 @@ obsolete Oxygen Requirement - true + true @@ -8584,7 +8584,7 @@ obsolete Carbon Source Utilization - true + true @@ -8595,7 +8595,7 @@ obsolete Energy Acquisition Mode - true + true @@ -8606,7 +8606,7 @@ obsolete Electron Donor Type - true + true @@ -8617,7 +8617,7 @@ obsolete Motility Mechanism - true + true @@ -8628,7 +8628,7 @@ obsolete Motility Structure - true + true @@ -8639,7 +8639,7 @@ obsolete Bacterial Spore Type - true + true @@ -8650,7 +8650,7 @@ obsolete Fungal Spore Type - true + true @@ -8661,7 +8661,7 @@ obsolete Reproductive Structure - true + true @@ -8672,7 +8672,7 @@ obsolete Dormancy Structure - true + true @@ -8683,7 +8683,7 @@ obsolete Pressure Adaptation Type - true + true @@ -8694,7 +8694,7 @@ obsolete Pressure Tolerance Range - true + true @@ -8705,7 +8705,7 @@ obsolete GenomicFeature - true + true @@ -8716,7 +8716,7 @@ obsolete Cell Dimension - true + true @@ -8727,7 +8727,7 @@ obsolete Optimal Growth Parameter - true + true @@ -8738,7 +8738,7 @@ obsolete Growth Range Parameter - true + true @@ -8749,7 +8749,7 @@ obsolete Growth Tolerance Metric - true + true @@ -8760,7 +8760,7 @@ obsolete Cell Shape - true + true @@ -8771,7 +8771,7 @@ obsolete Cell Arrangement - true + true @@ -8782,7 +8782,7 @@ obsolete Colony Morphology - true + true @@ -8793,7 +8793,7 @@ obsolete acid-fast - true + true @@ -8804,7 +8804,7 @@ obsolete acidophile - true + true @@ -8815,7 +8815,7 @@ obsolete active transport - true + true @@ -8826,7 +8826,7 @@ obsolete adaptation - true + true @@ -8837,7 +8837,7 @@ obsolete adaptive trait - true + true @@ -8848,7 +8848,7 @@ obsolete adhesin - true + true @@ -8859,7 +8859,7 @@ obsolete adhesion structure - true + true @@ -8870,7 +8870,7 @@ obsolete aerobe - true + true @@ -8881,7 +8881,7 @@ obsolete aerobic respiration - true + true @@ -8892,7 +8892,7 @@ obsolete aerotolerant - true + true @@ -8903,7 +8903,7 @@ obsolete aggregate - true + true @@ -8914,7 +8914,7 @@ obsolete akinete - true + true @@ -8925,7 +8925,7 @@ obsolete alkaliphile - true + true @@ -8936,7 +8936,7 @@ obsolete ammonification - true + true @@ -8947,7 +8947,7 @@ obsolete amylolysis - true + true @@ -8958,7 +8958,7 @@ obsolete anaerobe - true + true @@ -8969,7 +8969,7 @@ obsolete anaerobic respiration - true + true @@ -8980,7 +8980,7 @@ obsolete anoxygenic photosynthesis - true + true @@ -8991,7 +8991,7 @@ obsolete antibiotic production - true + true @@ -9002,7 +9002,7 @@ obsolete antibiotic resistance - true + true @@ -9013,7 +9013,7 @@ obsolete antimicrobial resistance - true + true @@ -9024,7 +9024,7 @@ obsolete appendage - true + true @@ -9035,7 +9035,7 @@ obsolete arthrospore - true + true @@ -9046,7 +9046,7 @@ obsolete ascospore - true + true @@ -9057,7 +9057,7 @@ obsolete autotroph - true + true @@ -9068,7 +9068,7 @@ obsolete autotrophic process - true + true @@ -9079,7 +9079,7 @@ obsolete auxotroph - true + true @@ -9090,7 +9090,7 @@ obsolete axial filament - true + true @@ -9101,7 +9101,7 @@ obsolete bacillus - true + true @@ -9112,7 +9112,7 @@ obsolete barophile - true + true @@ -9123,7 +9123,7 @@ obsolete barotolerant - true + true @@ -9134,7 +9134,7 @@ obsolete basidiospore - true + true @@ -9145,7 +9145,7 @@ obsolete binary fission - true + true @@ -9156,7 +9156,7 @@ obsolete biofilm - true + true @@ -9167,7 +9167,7 @@ obsolete biofilm component - true + true @@ -9178,7 +9178,7 @@ obsolete biofilm formation - true + true @@ -9189,7 +9189,7 @@ obsolete biogeochemical cycling - true + true @@ -9200,7 +9200,7 @@ obsolete bioluminescence - true + true @@ -9211,7 +9211,7 @@ obsolete budding - true + true @@ -9222,7 +9222,7 @@ obsolete buoyancy structure - true + true @@ -9233,7 +9233,7 @@ obsolete capnophile - true + true @@ -9244,7 +9244,7 @@ obsolete capsule - true + true @@ -9255,7 +9255,7 @@ obsolete carbon fixation - true + true @@ -9266,7 +9266,7 @@ obsolete carbon source - true + true @@ -9277,7 +9277,7 @@ obsolete carboxydotroph - true + true @@ -9288,7 +9288,7 @@ obsolete cell arrangement - true + true @@ -9299,7 +9299,7 @@ obsolete cell envelope - true + true @@ -9310,7 +9310,7 @@ obsolete cell length category - true + true @@ -9321,7 +9321,7 @@ obsolete cell shape - true + true @@ -9332,7 +9332,7 @@ obsolete cell size - true + true @@ -9343,7 +9343,7 @@ obsolete cell wall characteristic - true + true @@ -9354,7 +9354,7 @@ obsolete cell wall component - true + true @@ -9365,7 +9365,7 @@ obsolete cell width category - true + true @@ -9376,7 +9376,7 @@ obsolete cellular characteristic - true + true @@ -9387,7 +9387,7 @@ obsolete cellular component - true + true @@ -9398,7 +9398,7 @@ obsolete cellular process - true + true @@ -9409,7 +9409,7 @@ obsolete cellular product - true + true @@ -9420,7 +9420,7 @@ obsolete cellulolysis - true + true @@ -9468,7 +9468,7 @@ obsolete chemoheterotroph - true + true @@ -9479,7 +9479,7 @@ obsolete chemotaxis - true + true @@ -9490,7 +9490,7 @@ obsolete chlamydospore - true + true @@ -9501,7 +9501,7 @@ obsolete class - true + true @@ -9512,7 +9512,7 @@ obsolete clinically relevant feature - true + true @@ -9523,7 +9523,7 @@ obsolete coccus - true + true @@ -9534,7 +9534,7 @@ obsolete cold shock protein - true + true @@ -9545,7 +9545,7 @@ obsolete cold shock response - true + true @@ -9556,7 +9556,7 @@ obsolete colonization - true + true @@ -9567,7 +9567,7 @@ obsolete colony elevation - true + true @@ -9578,7 +9578,7 @@ obsolete colony margin - true + true @@ -9589,7 +9589,7 @@ obsolete colony morphology - true + true @@ -9600,7 +9600,7 @@ obsolete colony texture - true + true @@ -9611,7 +9611,7 @@ obsolete commensalism - true + true @@ -9622,7 +9622,7 @@ obsolete community behavior - true + true @@ -9633,7 +9633,7 @@ obsolete community structure - true + true @@ -9644,7 +9644,7 @@ obsolete compatible solute - true + true @@ -9655,7 +9655,7 @@ obsolete competence - true + true @@ -9666,7 +9666,7 @@ obsolete component - true + true @@ -9677,7 +9677,7 @@ obsolete conidium - true + true @@ -9688,7 +9688,7 @@ obsolete conjugation - true + true @@ -9699,7 +9699,7 @@ obsolete CRISPR - true + true @@ -9710,7 +9710,7 @@ obsolete culturability - true + true @@ -9721,7 +9721,7 @@ obsolete cyst - true + true @@ -9732,7 +9732,7 @@ obsolete death phase - true + true @@ -9743,7 +9743,7 @@ obsolete denitrification - true + true @@ -9754,7 +9754,7 @@ obsolete developmental process - true + true @@ -9765,7 +9765,7 @@ obsolete diagnostic enzyme - true + true @@ -9776,7 +9776,7 @@ obsolete diagnostic feature - true + true @@ -9787,7 +9787,7 @@ obsolete diazotroph - true + true @@ -9798,7 +9798,7 @@ obsolete differentiation - true + true @@ -9809,7 +9809,7 @@ obsolete dimorphism - true + true @@ -9820,7 +9820,7 @@ obsolete disc-shaped cell - true + true @@ -9831,7 +9831,7 @@ obsolete domain - true + true @@ -9842,7 +9842,7 @@ obsolete dormancy - true + true @@ -9853,7 +9853,7 @@ obsolete dormancy structure - true + true @@ -9864,7 +9864,7 @@ obsolete dumbbell-shaped cell - true + true @@ -9875,7 +9875,7 @@ obsolete ecological niche - true + true @@ -9886,7 +9886,7 @@ obsolete ecological process - true + true @@ -9897,7 +9897,7 @@ obsolete ecological trait - true + true @@ -9908,7 +9908,7 @@ obsolete ectosymbiosis - true + true @@ -9919,7 +9919,7 @@ obsolete electron acceptor - true + true @@ -9930,7 +9930,7 @@ obsolete electron donor - true + true @@ -9941,7 +9941,7 @@ obsolete endospore - true + true @@ -9952,7 +9952,7 @@ obsolete endosymbiosis - true + true @@ -9963,7 +9963,7 @@ obsolete energy metabolism process - true + true @@ -9974,7 +9974,7 @@ obsolete enzyme activity - true + true @@ -9985,7 +9985,7 @@ obsolete epigenetic modification - true + true @@ -9996,7 +9996,7 @@ obsolete evolutionary process - true + true @@ -10007,7 +10007,7 @@ obsolete exospore - true + true @@ -10018,7 +10018,7 @@ obsolete exponential phase - true + true @@ -10029,7 +10029,7 @@ obsolete extracellular - true + true @@ -10040,7 +10040,7 @@ obsolete extracellular polysaccharide - true + true @@ -10051,7 +10051,7 @@ obsolete extreme halophile - true + true @@ -10062,7 +10062,7 @@ obsolete extremophile - true + true @@ -10073,7 +10073,7 @@ obsolete facultative - true + true @@ -10084,7 +10084,7 @@ obsolete facultative anaerobe - true + true @@ -10095,7 +10095,7 @@ obsolete family - true + true @@ -10106,7 +10106,7 @@ obsolete fastidious - true + true @@ -10117,7 +10117,7 @@ obsolete fermentation - true + true @@ -10128,7 +10128,7 @@ obsolete filamentous - true + true @@ -10139,7 +10139,7 @@ obsolete fimbriae - true + true @@ -10150,7 +10150,7 @@ obsolete flagellum - true + true @@ -10161,7 +10161,7 @@ obsolete flask-shaped cell - true + true @@ -10172,7 +10172,7 @@ obsolete fungal spore - true + true @@ -10183,7 +10183,7 @@ obsolete gas vesicle - true + true @@ -10218,7 +10218,7 @@ obsolete high GC content - true + true @@ -10229,7 +10229,7 @@ obsolete low GC content - true + true @@ -10240,7 +10240,7 @@ obsolete lower-mid GC content - true + true @@ -10251,7 +10251,7 @@ obsolete upper-mid GC content - true + true @@ -10262,7 +10262,7 @@ obsolete generation time - true + true @@ -10273,7 +10273,7 @@ obsolete genetic element - true + true @@ -10284,7 +10284,7 @@ obsolete genetic exchange - true + true @@ -10295,7 +10295,7 @@ obsolete genetic process - true + true @@ -10306,7 +10306,7 @@ obsolete genome size - true + true @@ -10317,7 +10317,7 @@ obsolete genomic element - true + true @@ -10328,7 +10328,7 @@ obsolete genomic island - true + true @@ -10339,7 +10339,7 @@ obsolete genomic trait - true + true @@ -10350,7 +10350,7 @@ obsolete genus - true + true @@ -10361,7 +10361,7 @@ obsolete gliding motility - true + true @@ -10372,7 +10372,7 @@ obsolete global regulator - true + true @@ -10383,7 +10383,7 @@ obsolete Gram-negative - true + true @@ -10394,7 +10394,7 @@ obsolete Gram-positive - true + true @@ -10405,7 +10405,7 @@ obsolete Gram stain - true + true @@ -10416,7 +10416,7 @@ obsolete growth characteristic - true + true @@ -10427,7 +10427,7 @@ obsolete growth conditions constraints - true + true @@ -10438,7 +10438,7 @@ obsolete growth pattern - true + true @@ -10449,7 +10449,7 @@ obsolete growth rate - true + true @@ -10460,7 +10460,7 @@ obsolete habitat - true + true @@ -10471,7 +10471,7 @@ obsolete halophile - true + true @@ -10482,7 +10482,7 @@ obsolete halotolerant - true + true @@ -10493,7 +10493,7 @@ obsolete heat shock protein - true + true @@ -10504,7 +10504,7 @@ obsolete heat shock response - true + true @@ -10515,7 +10515,7 @@ obsolete hemolysis - true + true @@ -10526,7 +10526,7 @@ obsolete heterocyst - true + true @@ -10537,7 +10537,7 @@ obsolete heterotroph - true + true @@ -10548,7 +10548,7 @@ obsolete holdfast - true + true @@ -10559,7 +10559,7 @@ obsolete horizontal gene transfer - true + true @@ -10570,7 +10570,7 @@ obsolete hydrolase - true + true @@ -10581,7 +10581,7 @@ obsolete hyperthermophile - true + true @@ -10592,7 +10592,7 @@ obsolete inclusion body - true + true @@ -10603,7 +10603,7 @@ obsolete infection - true + true @@ -10614,7 +10614,7 @@ obsolete interaction - true + true @@ -10625,7 +10625,7 @@ obsolete interaction with a phage - true + true @@ -10636,7 +10636,7 @@ obsolete interaction with an environment - true + true @@ -10647,7 +10647,7 @@ obsolete interaction with host - true + true @@ -10658,7 +10658,7 @@ obsolete interaction within a community - true + true @@ -10669,7 +10669,7 @@ obsolete intracellular - true + true @@ -10680,7 +10680,7 @@ obsolete invasion - true + true @@ -10691,7 +10691,7 @@ obsolete laboratory characteristic - true + true @@ -10702,7 +10702,7 @@ obsolete lag phase - true + true @@ -10713,7 +10713,7 @@ obsolete life cycle - true + true @@ -10724,7 +10724,7 @@ obsolete life cycle phase - true + true @@ -10735,7 +10735,7 @@ obsolete lipolysis - true + true @@ -10746,7 +10746,7 @@ obsolete lipopolysaccharide - true + true @@ -10757,7 +10757,7 @@ obsolete localization - true + true @@ -10768,7 +10768,7 @@ obsolete lysogeny - true + true @@ -10779,7 +10779,7 @@ obsolete macroscopic trait - true + true @@ -10790,7 +10790,7 @@ obsolete magnetotaxis - true + true @@ -10801,7 +10801,7 @@ obsolete mesophile - true + true @@ -10812,7 +10812,7 @@ obsolete metabolic partner - true + true @@ -10823,7 +10823,7 @@ obsolete metabolic trait - true + true @@ -10834,7 +10834,7 @@ obsolete methanogenesis - true + true @@ -10845,7 +10845,7 @@ obsolete methylation - true + true @@ -10872,7 +10872,7 @@ obsolete process - true + true @@ -10892,7 +10892,7 @@ obsolete system - true + true @@ -10903,7 +10903,7 @@ obsolete microaerophile - true + true @@ -10914,7 +10914,7 @@ obsolete mobile genetic element - true + true @@ -10925,7 +10925,7 @@ obsolete moderate halophile - true + true @@ -10936,7 +10936,7 @@ obsolete morphological trait - true + true @@ -10947,7 +10947,7 @@ obsolete motility process - true + true @@ -10958,7 +10958,7 @@ obsolete motility structure - true + true @@ -10969,7 +10969,7 @@ obsolete mutualism - true + true @@ -10980,7 +10980,7 @@ obsolete mycolic acid - true + true @@ -10991,7 +10991,7 @@ obsolete mycorrhization - true + true @@ -11002,7 +11002,7 @@ obsolete neutrophile - true + true @@ -11013,7 +11013,7 @@ obsolete nitrification - true + true @@ -11024,7 +11024,7 @@ obsolete nitrogen fixation - true + true @@ -11035,7 +11035,7 @@ obsolete nodulation - true + true @@ -11046,7 +11046,7 @@ obsolete nucleoid - true + true @@ -11057,7 +11057,7 @@ obsolete nutrient utilization - true + true @@ -11068,7 +11068,7 @@ obsolete obligate - true + true @@ -11079,7 +11079,7 @@ obsolete obligate aerobe - true + true @@ -11090,7 +11090,7 @@ obsolete obligate anaerobe - true + true @@ -11101,7 +11101,7 @@ obsolete oospore - true + true @@ -11112,7 +11112,7 @@ obsolete order - true + true @@ -11123,7 +11123,7 @@ obsolete microbe characterized by growth conditions - true + true @@ -11134,7 +11134,7 @@ obsolete microbe characterized by nutritional requirement - true + true @@ -11145,7 +11145,7 @@ obsolete microbe characterized by product produced - true + true @@ -11156,7 +11156,7 @@ obsolete microbe characterized by relation to oxygen - true + true @@ -11167,7 +11167,7 @@ obsolete microbe characterized by relation to ph - true + true @@ -11178,7 +11178,7 @@ obsolete microbe characterized by relation to pressure - true + true @@ -11189,7 +11189,7 @@ obsolete microbe characterized by relation to salt concentration - true + true @@ -11200,7 +11200,7 @@ obsolete microbe characterized by relation to temperature - true + true @@ -11211,7 +11211,7 @@ obsolete microbe characterized by shape - true + true @@ -11222,7 +11222,7 @@ obsolete microbe characterized by trophic type - true + true @@ -11233,7 +11233,7 @@ obsolete osmophile - true + true @@ -11244,7 +11244,7 @@ obsolete osmoregulation - true + true @@ -11255,7 +11255,7 @@ obsolete oxidative stress response - true + true @@ -11266,7 +11266,7 @@ obsolete oxidoreductase - true + true @@ -11277,7 +11277,7 @@ obsolete oxygen requirement - true + true @@ -11288,7 +11288,7 @@ obsolete oxygenic photosynthesis - true + true @@ -11299,7 +11299,7 @@ obsolete pan-genome - true + true @@ -11310,7 +11310,7 @@ obsolete parasitism - true + true @@ -11321,7 +11321,7 @@ obsolete passive transport - true + true @@ -11332,7 +11332,7 @@ obsolete pathogenicity - true + true @@ -11343,7 +11343,7 @@ obsolete pathogenicity island - true + true @@ -11354,7 +11354,7 @@ obsolete peptidoglycan - true + true @@ -11375,7 +11375,7 @@ obsolete pH optimum (growth range) - true + true @@ -11386,7 +11386,7 @@ obsolete pH preference - true + true @@ -11397,7 +11397,7 @@ obsolete pH range (growth tolerance) - true + true @@ -11408,7 +11408,7 @@ obsolete pH tolerance - true + true @@ -11419,7 +11419,7 @@ obsolete phage defense - true + true @@ -11430,7 +11430,7 @@ obsolete photoautotroph - true + true @@ -11441,7 +11441,7 @@ obsolete photoheterotroph - true + true @@ -11452,7 +11452,7 @@ obsolete photosynthesis - true + true @@ -11463,7 +11463,7 @@ obsolete phototaxis - true + true @@ -11474,7 +11474,7 @@ obsolete phylum - true + true @@ -11485,7 +11485,7 @@ obsolete physiological process - true + true @@ -11496,7 +11496,7 @@ obsolete physiological state - true + true @@ -11507,7 +11507,7 @@ obsolete physiological trait - true + true @@ -11518,7 +11518,7 @@ obsolete piezophile - true + true @@ -11529,7 +11529,7 @@ obsolete pigment - true + true @@ -11540,7 +11540,7 @@ obsolete pigmentation - true + true @@ -11551,7 +11551,7 @@ obsolete pilus - true + true @@ -11562,7 +11562,7 @@ obsolete plant growth promotion - true + true @@ -11573,7 +11573,7 @@ obsolete plasmid - true + true @@ -11584,7 +11584,7 @@ obsolete pleomorphism - true + true @@ -11595,7 +11595,7 @@ obsolete process - true + true @@ -11606,7 +11606,7 @@ obsolete prophage - true + true @@ -11617,7 +11617,7 @@ obsolete prostheca - true + true @@ -11628,7 +11628,7 @@ obsolete protein synthesis - true + true @@ -11639,7 +11639,7 @@ obsolete proteolysis - true + true @@ -11650,7 +11650,7 @@ obsolete prototroph - true + true @@ -11661,7 +11661,7 @@ obsolete psychrophile - true + true @@ -11672,7 +11672,7 @@ obsolete qualifier - true + true @@ -11683,7 +11683,7 @@ obsolete quorum sensing - true + true @@ -11694,7 +11694,7 @@ obsolete regulation - true + true @@ -11705,7 +11705,7 @@ obsolete regulatory mechanism - true + true @@ -11716,7 +11716,7 @@ obsolete reproductive process - true + true @@ -11727,7 +11727,7 @@ obsolete reproductive structure - true + true @@ -11738,7 +11738,7 @@ obsolete resistance mechanism - true + true @@ -11749,7 +11749,7 @@ obsolete respiration - true + true @@ -11760,7 +11760,7 @@ obsolete restriction-modification system - true + true @@ -11771,7 +11771,7 @@ obsolete ribosome - true + true @@ -11782,7 +11782,7 @@ obsolete S-layer - true + true @@ -11793,7 +11793,7 @@ obsolete salinity delta - true + true @@ -11804,7 +11804,7 @@ obsolete salinity preference - true + true @@ -11815,7 +11815,7 @@ obsolete secondary metabolite - true + true @@ -11826,7 +11826,7 @@ obsolete secretion - true + true @@ -11837,7 +11837,7 @@ obsolete secretion system - true + true @@ -11848,7 +11848,7 @@ obsolete sheathed - true + true @@ -11859,7 +11859,7 @@ obsolete siderophore - true + true @@ -11870,7 +11870,7 @@ obsolete sigma factor - true + true @@ -11881,7 +11881,7 @@ obsolete signaling - true + true @@ -11892,7 +11892,7 @@ obsolete slime layer - true + true @@ -11903,7 +11903,7 @@ obsolete specialized cell - true + true @@ -11914,7 +11914,7 @@ obsolete species - true + true @@ -11925,7 +11925,7 @@ obsolete spirillum - true + true @@ -11936,7 +11936,7 @@ obsolete spirochete - true + true @@ -11947,7 +11947,7 @@ obsolete sporangiospore - true + true @@ -11958,7 +11958,7 @@ obsolete sporulation - true + true @@ -11969,7 +11969,7 @@ obsolete square cell - true + true @@ -11980,7 +11980,7 @@ obsolete stalk - true + true @@ -11991,7 +11991,7 @@ obsolete star-shaped cell - true + true @@ -12002,7 +12002,7 @@ obsolete stationary phase - true + true @@ -12013,7 +12013,7 @@ obsolete storage structure - true + true @@ -12024,7 +12024,7 @@ obsolete strain - true + true @@ -12035,7 +12035,7 @@ obsolete stress response - true + true @@ -12046,7 +12046,7 @@ obsolete structure - true + true @@ -12057,7 +12057,7 @@ obsolete sulfate reducer - true + true @@ -12068,7 +12068,7 @@ obsolete swarming - true + true @@ -12079,7 +12079,7 @@ obsolete symbiosis - true + true @@ -12090,7 +12090,7 @@ obsolete symbiotic process - true + true @@ -12101,7 +12101,7 @@ obsolete syntrophy - true + true @@ -12112,7 +12112,7 @@ obsolete taxonomic identifier - true + true @@ -12123,7 +12123,7 @@ obsolete taxonomic rank - true + true @@ -12134,7 +12134,7 @@ obsolete teichoic acid - true + true @@ -12173,7 +12173,7 @@ obsolete temperature preference - true + true @@ -12194,7 +12194,7 @@ obsolete thermal tolerance - true + true @@ -12205,7 +12205,7 @@ obsolete thermophile - true + true @@ -12216,7 +12216,7 @@ obsolete toxin - true + true @@ -12227,7 +12227,7 @@ obsolete transcription factor - true + true @@ -12238,7 +12238,7 @@ obsolete transduction - true + true @@ -12249,7 +12249,7 @@ obsolete transferase - true + true @@ -12260,7 +12260,7 @@ obsolete transformation - true + true @@ -12271,7 +12271,7 @@ obsolete transport system - true + true @@ -12282,7 +12282,7 @@ obsolete transposon - true + true @@ -12293,7 +12293,7 @@ obsolete triangular cell - true + true @@ -12304,7 +12304,7 @@ obsolete trichome - true + true @@ -12315,7 +12315,7 @@ obsolete twitching motility - true + true @@ -12326,7 +12326,7 @@ obsolete two-component system - true + true @@ -12337,7 +12337,7 @@ obsolete viable but non-culturable - true + true @@ -12348,7 +12348,7 @@ obsolete vibrio - true + true @@ -12359,7 +12359,7 @@ obsolete virulence - true + true @@ -12370,7 +12370,7 @@ obsolete virulence factor - true + true @@ -12381,7 +12381,7 @@ obsolete virulence process - true + true @@ -12392,7 +12392,7 @@ obsolete xylanolysis - true + true @@ -12403,7 +12403,7 @@ obsolete zoospore - true + true @@ -12414,7 +12414,7 @@ obsolete zygospore - true + true @@ -12425,7 +12425,7 @@ obsolete pressure - true + true @@ -12436,7 +12436,7 @@ obsolete temperature optimum (metabolic activity) - true + true @@ -12447,7 +12447,7 @@ obsolete temperature range (metabolic viability) - true + true @@ -12519,7 +12519,7 @@ obsolete psychrotolerant - true + true @@ -12530,7 +12530,7 @@ obsolete thermotolerant - true + true @@ -12541,7 +12541,7 @@ obsolete extreme thermophile - true + true @@ -12552,7 +12552,7 @@ obsolete extreme hyperthermophile - true + true @@ -12563,7 +12563,7 @@ obsolete non-halophile - true + true @@ -12574,7 +12574,7 @@ obsolete slight halophile - true + true @@ -12585,7 +12585,7 @@ obsolete haloalkaliphile - true + true @@ -12596,7 +12596,7 @@ obsolete extreme acidophile - true + true @@ -12607,7 +12607,7 @@ obsolete acid tolerant - true + true @@ -12618,7 +12618,7 @@ obsolete alkali tolerant - true + true @@ -12629,7 +12629,7 @@ obsolete extreme alkaliphile - true + true @@ -12640,7 +12640,7 @@ obsolete facultative acidophile - true + true @@ -12651,7 +12651,7 @@ obsolete obligative acidophile - true + true @@ -12662,7 +12662,7 @@ obsolete facultative aerobe - true + true @@ -12673,7 +12673,7 @@ obsolete microaerophile - true + true @@ -12684,7 +12684,7 @@ obsolete microaerotolerant - true + true @@ -12695,7 +12695,7 @@ obsolete aerotolerant anaerobe - true + true @@ -12706,7 +12706,7 @@ obsolete obligate aerobe - true + true @@ -12717,7 +12717,7 @@ obsolete obligate anaerobe - true + true @@ -12728,7 +12728,7 @@ obsolete oxygenic phototroph - true + true @@ -12739,7 +12739,7 @@ obsolete anoxygenic phototroph - true + true @@ -12750,7 +12750,7 @@ obsolete chemoautotroph - true + true @@ -12761,7 +12761,7 @@ obsolete chemoheterotroph - true + true @@ -12772,7 +12772,7 @@ obsolete lithotroph - true + true @@ -12783,7 +12783,7 @@ obsolete organotroph - true + true @@ -12794,7 +12794,7 @@ obsolete phototroph - true + true @@ -12805,7 +12805,7 @@ obsolete chemotroph - true + true @@ -12816,7 +12816,7 @@ obsolete oligotroph - true + true @@ -12827,7 +12827,7 @@ obsolete copiotroph - true + true @@ -12838,7 +12838,7 @@ obsolete lithoautotroph - true + true @@ -12849,7 +12849,7 @@ obsolete mixotroph - true + true @@ -12860,7 +12860,7 @@ obsolete lithoheterotroph - true + true @@ -12871,7 +12871,7 @@ obsolete chemoorganoheterotroph - true + true @@ -12882,7 +12882,7 @@ obsolete chemolithoautotroph - true + true @@ -12893,7 +12893,7 @@ obsolete methylotroph - true + true @@ -12904,7 +12904,7 @@ obsolete methanotroph - true + true @@ -12915,7 +12915,7 @@ obsolete hydrogenotroph - true + true @@ -12926,7 +12926,7 @@ obsolete hydrogen oxidizer - true + true @@ -12937,7 +12937,7 @@ obsolete hydrogen producer - true + true @@ -12948,7 +12948,7 @@ obsolete nitrogen fixer - true + true @@ -12959,7 +12959,7 @@ obsolete methanogen - true + true @@ -12970,7 +12970,7 @@ obsolete sulfur oxidizer - true + true @@ -12981,7 +12981,7 @@ obsolete denitrifier - true + true @@ -12992,7 +12992,7 @@ obsolete motile - true + true @@ -13003,7 +13003,7 @@ obsolete non-motile - true + true @@ -13014,7 +13014,7 @@ obsolete flagellated - true + true @@ -13025,7 +13025,7 @@ obsolete peritrichous - true + true @@ -13036,7 +13036,7 @@ obsolete lophotrichous - true + true @@ -13047,7 +13047,7 @@ obsolete monotrichous - true + true @@ -13058,7 +13058,7 @@ obsolete ciliated - true + true @@ -13069,7 +13069,7 @@ obsolete gliding - true + true @@ -13080,7 +13080,7 @@ obsolete twitching - true + true @@ -13091,7 +13091,7 @@ obsolete sliding - true + true @@ -13102,7 +13102,7 @@ obsolete myxospores - true + true @@ -13113,7 +13113,7 @@ obsolete conidia - true + true @@ -13124,7 +13124,7 @@ obsolete chlamydospores - true + true @@ -13135,7 +13135,7 @@ obsolete sporocysts - true + true @@ -13146,7 +13146,7 @@ obsolete hypnospores - true + true @@ -13157,7 +13157,7 @@ obsolete gemmae - true + true @@ -13168,7 +13168,7 @@ obsolete azygospores - true + true @@ -13179,7 +13179,7 @@ obsolete aleuriospores - true + true @@ -13190,7 +13190,7 @@ obsolete stylospores - true + true @@ -13201,7 +13201,7 @@ obsolete sclerotia - true + true @@ -13212,7 +13212,7 @@ obsolete teliospores - true + true @@ -13223,7 +13223,7 @@ obsolete urediniospores - true + true @@ -13234,7 +13234,7 @@ obsolete pycnidiospores - true + true @@ -13245,7 +13245,7 @@ obsolete acriospores - true + true @@ -13256,7 +13256,7 @@ obsolete aplanospores - true + true @@ -13267,7 +13267,7 @@ obsolete statismospores - true + true @@ -13278,7 +13278,7 @@ obsolete piezotolerant - true + true @@ -13289,7 +13289,7 @@ obsolete piezosensitive - true + true @@ -13300,7 +13300,7 @@ obsolete obligate barophile - true + true @@ -13311,7 +13311,7 @@ obsolete facultative barophile - true + true @@ -13322,7 +13322,7 @@ obsolete hyperbarophile - true + true @@ -13333,7 +13333,7 @@ obsolete hypobarophile - true + true @@ -13344,7 +13344,7 @@ obsolete atmospheric pressure-adapted - true + true @@ -13355,7 +13355,7 @@ obsolete moderate piezophile - true + true @@ -13366,7 +13366,7 @@ obsolete extreme piezophile - true + true @@ -13377,7 +13377,7 @@ obsolete stenopiezic - true + true @@ -13388,7 +13388,7 @@ obsolete eurypiezic - true + true @@ -13399,7 +13399,7 @@ obsolete pressure-sensitive - true + true @@ -13410,7 +13410,7 @@ obsolete pressure-resistant - true + true @@ -13421,7 +13421,7 @@ obsolete pressure-adapted - true + true @@ -13432,7 +13432,7 @@ obsolete piezo-acidophile - true + true @@ -13443,7 +13443,7 @@ obsolete piezo-alkaliphile - true + true @@ -13454,7 +13454,7 @@ obsolete piezo-halophile - true + true @@ -13465,7 +13465,7 @@ obsolete piezo-psychrophile - true + true @@ -13476,7 +13476,7 @@ obsolete piezo-thermophile - true + true @@ -13487,7 +13487,7 @@ obsolete piezo-lithoautotrophe - true + true @@ -13498,7 +13498,7 @@ obsolete piezo-chemoheterotroph - true + true @@ -13509,7 +13509,7 @@ obsolete piezo-oligotroph - true + true @@ -13520,7 +13520,7 @@ obsolete piezo-endolithic - true + true @@ -13531,7 +13531,7 @@ obsolete piezo-tolerant - true + true @@ -13698,7 +13698,7 @@ obsolete cell width very low - true + true @@ -13709,7 +13709,7 @@ obsolete cell width low - true + true @@ -13720,7 +13720,7 @@ obsolete cell width mid - true + true @@ -13731,7 +13731,7 @@ obsolete cell width high - true + true @@ -13742,7 +13742,7 @@ obsolete cell length very low - true + true @@ -13753,7 +13753,7 @@ obsolete cell length low - true + true @@ -13764,7 +13764,7 @@ obsolete cell length mid - true + true @@ -13775,7 +13775,7 @@ obsolete cell length high - true + true @@ -15762,7 +15762,7 @@ obsolete branched - true + true @@ -15773,7 +15773,7 @@ obsolete coccobacillus - true + true @@ -15784,7 +15784,7 @@ obsolete crescent - true + true @@ -15795,7 +15795,7 @@ obsolete curved - true + true @@ -15806,7 +15806,7 @@ obsolete curved spiral - true + true @@ -15817,7 +15817,7 @@ obsolete diplococcus - true + true @@ -15828,7 +15828,7 @@ obsolete ellipsoidal - true + true @@ -15839,7 +15839,7 @@ obsolete filament - true + true @@ -15850,7 +15850,7 @@ obsolete fusiform - true + true @@ -15861,7 +15861,7 @@ obsolete helical - true + true @@ -15872,7 +15872,7 @@ obsolete irregular - true + true @@ -15883,7 +15883,7 @@ obsolete oval - true + true @@ -15894,7 +15894,7 @@ obsolete ovoid - true + true @@ -15905,7 +15905,7 @@ obsolete pleomorphic - true + true @@ -15916,7 +15916,7 @@ obsolete ring - true + true @@ -15927,7 +15927,7 @@ obsolete rod - true + true @@ -15938,7 +15938,7 @@ obsolete sphere - true + true @@ -15949,7 +15949,7 @@ obsolete spindle - true + true @@ -15960,7 +15960,7 @@ obsolete spiral - true + true @@ -15971,7 +15971,7 @@ obsolete star - dumbbell - pleomorphic - true + true @@ -15982,7 +15982,7 @@ obsolete tailed - true + true @@ -15993,7 +15993,7 @@ obsolete temperature adaptation - true + true @@ -16004,7 +16004,7 @@ obsolete salinity adaptation - true + true @@ -16015,7 +16015,7 @@ obsolete pH adaptation - true + true @@ -16026,7 +16026,7 @@ obsolete bacterial spore - true + true @@ -16037,7 +16037,7 @@ obsolete pressure adaptation type - true + true @@ -16048,7 +16048,7 @@ obsolete pressure tolerance range - true + true @@ -16059,7 +16059,7 @@ obsolete sensitivity to oxygen - true + true @@ -16070,7 +16070,7 @@ obsolete sensitivity toward - true + true @@ -16081,7 +16081,7 @@ obsolete size - true + true @@ -16092,7 +16092,7 @@ obsolete 1-D extent - true + true @@ -16103,7 +16103,7 @@ obsolete width - true + true @@ -16114,7 +16114,7 @@ obsolete length - true + true @@ -16125,7 +16125,7 @@ obsolete sensitivity toward pressure - true + true @@ -16136,7 +16136,7 @@ obsolete sensitivity toward nacl - true + true @@ -16147,7 +16147,7 @@ obsolete sensitivity toward ph - true + true @@ -16158,7 +16158,7 @@ obsolete sensitivity toward temperature - true + true @@ -16214,7 +16214,7 @@ obsolete structured susceptibility detail - true + true @@ -16225,7 +16225,7 @@ obsolete facultative psychrophile - true + true @@ -17503,7 +17503,7 @@ obsolete denitrifying - true + true @@ -17558,7 +17558,7 @@ obsolete hydrogen-oxidizing - true + true @@ -17739,7 +17739,7 @@ obsolete nitrogen-fixing - true + true @@ -17995,7 +17995,7 @@ obsolete sulfate-reducing - true + true @@ -18006,7 +18006,7 @@ obsolete sulfur-oxidizing - true + true @@ -19367,7 +19367,7 @@ obsolete Nitrogen compound respiration - true + true @@ -19378,7 +19378,7 @@ obsolete Nitrate reduction - true + true @@ -19389,7 +19389,7 @@ obsolete Denitrification - true + true @@ -19400,7 +19400,7 @@ obsolete Dissimilatory nitrate reduction to ammonium - true + true @@ -19411,7 +19411,7 @@ obsolete Nitrite reduction - true + true @@ -19422,7 +19422,7 @@ obsolete Anaerobic ammonium oxidation - true + true @@ -19433,7 +19433,7 @@ obsolete Nitric oxide reduction - true + true @@ -19444,7 +19444,7 @@ obsolete Nitrous oxide reduction - true + true @@ -19455,7 +19455,7 @@ obsolete Sulfur and sulfoxide compound respiration - true + true @@ -19466,7 +19466,7 @@ obsolete Sulfate reduction - true + true @@ -19477,7 +19477,7 @@ obsolete Sulfur reduction - true + true @@ -19488,7 +19488,7 @@ obsolete Sulfite reduction - true + true @@ -19499,7 +19499,7 @@ obsolete Thiosulfate reduction - true + true @@ -19510,7 +19510,7 @@ obsolete Sulfoxide respiration - true + true @@ -19521,7 +19521,7 @@ obsolete Dimethyl sulfoxide respiration - true + true @@ -19532,7 +19532,7 @@ obsolete Methionine sulfoxide respiration - true + true @@ -19543,7 +19543,7 @@ obsolete Sulfide oxidation - true + true @@ -19554,7 +19554,7 @@ obsolete Thiosulfate oxidation - true + true @@ -19565,7 +19565,7 @@ obsolete Sulfite oxidation - true + true @@ -19576,7 +19576,7 @@ obsolete Tetrathionate reduction - true + true @@ -19587,7 +19587,7 @@ obsolete Polysulfide reduction - true + true @@ -19598,7 +19598,7 @@ obsolete Metal and metalloid respiration - true + true @@ -19609,7 +19609,7 @@ obsolete Iron reduction - true + true @@ -19620,7 +19620,7 @@ obsolete Iron oxidation - true + true @@ -19631,7 +19631,7 @@ obsolete Nitrate-dependent Fe(II) oxidation - true + true @@ -19642,7 +19642,7 @@ obsolete Manganese reduction - true + true @@ -19653,7 +19653,7 @@ obsolete Manganese oxidation - true + true @@ -19664,7 +19664,7 @@ obsolete Uranium reduction - true + true @@ -19675,7 +19675,7 @@ obsolete Vanadium reduction - true + true @@ -19686,7 +19686,7 @@ obsolete Chromium reduction - true + true @@ -19697,7 +19697,7 @@ obsolete Technetium reduction - true + true @@ -19708,7 +19708,7 @@ obsolete Cobalt reduction - true + true @@ -19719,7 +19719,7 @@ obsolete Arsenate reduction - true + true @@ -19730,7 +19730,7 @@ obsolete Arsenite oxidation - true + true @@ -19741,7 +19741,7 @@ obsolete Selenate reduction - true + true @@ -19752,7 +19752,7 @@ obsolete Selenite reduction - true + true @@ -19763,7 +19763,7 @@ obsolete Carbon and organic compound respiration - true + true @@ -19834,7 +19834,7 @@ obsolete Fumarate respiration - true + true @@ -19845,7 +19845,7 @@ obsolete Trimethylamine N-oxide respiration - true + true @@ -19856,7 +19856,7 @@ obsolete Humus respiration - true + true @@ -19867,7 +19867,7 @@ obsolete Halogenated compound respiration - true + true @@ -19878,7 +19878,7 @@ obsolete Organohalide respiration - true + true @@ -19889,7 +19889,7 @@ obsolete (Per)chlorate respiration - true + true @@ -19900,7 +19900,7 @@ obsolete Perchlorate respiration - true + true @@ -19911,7 +19911,7 @@ obsolete Chlorate respiration - true + true @@ -19922,7 +19922,7 @@ obsolete Bromate reduction - true + true @@ -19933,7 +19933,7 @@ obsolete Iodate reduction - true + true @@ -19944,7 +19944,7 @@ obsolete Nitrite-dependent methane oxidation - true + true @@ -19955,7 +19955,7 @@ obsolete Nitrate-dependent methane oxidation - true + true @@ -19966,7 +19966,7 @@ obsolete Hydrogen oxidation - true + true @@ -19977,7 +19977,7 @@ obsolete Sulfur oxidation - true + true @@ -19988,7 +19988,7 @@ obsolete Nitrification - true + true @@ -19999,7 +19999,7 @@ obsolete Complete ammonia oxidation - true + true @@ -20010,7 +20010,7 @@ obsolete Carbon monoxide oxidation - true + true @@ -20021,7 +20021,7 @@ obsolete Hydrogenotrophic methanogenesis - true + true @@ -20032,7 +20032,7 @@ obsolete Acetoclastic methanogenesis - true + true @@ -20043,7 +20043,7 @@ obsolete Methylotrophic methanogenesis - true + true @@ -20054,7 +20054,7 @@ obsolete Anaerobic methane oxidation - true + true @@ -20065,7 +20065,7 @@ obsolete Lanthanide reduction - true + true @@ -20076,7 +20076,7 @@ obsolete Lanthanide oxidation - true + true @@ -20574,7 +20574,7 @@ obsolete observation - true + true @@ -20585,7 +20585,7 @@ obsolete optimum temperature observation - true + true @@ -20596,7 +20596,7 @@ obsolete growth temperature observation - true + true @@ -20607,7 +20607,7 @@ obsolete temperature range observation - true + true @@ -20618,7 +20618,7 @@ obsolete temperature delta observation - true + true @@ -20629,7 +20629,7 @@ obsolete culture temperature observation - true + true @@ -20640,7 +20640,7 @@ obsolete culture NaCl observation - true + true @@ -20651,7 +20651,7 @@ obsolete growth NaCl observation - true + true @@ -20662,7 +20662,7 @@ obsolete NaCl delta observation - true + true @@ -20673,7 +20673,7 @@ obsolete NaCl range observation - true + true @@ -20684,7 +20684,7 @@ obsolete optimum NaCl observation - true + true @@ -20695,7 +20695,7 @@ obsolete culture pH observation - true + true @@ -20706,7 +20706,7 @@ obsolete growth pH observation - true + true @@ -20717,7 +20717,7 @@ obsolete optimum pH observation - true + true @@ -20728,7 +20728,7 @@ obsolete pH delta observation - true + true @@ -20739,7 +20739,7 @@ obsolete pH range observation - true + true @@ -20750,7 +20750,7 @@ obsolete optimum oxygen observation - true + true @@ -20761,7 +20761,7 @@ obsolete growth oxygen observation - true + true @@ -20772,7 +20772,7 @@ obsolete oxygen range observation - true + true @@ -20783,7 +20783,7 @@ obsolete oxygen delta observation - true + true @@ -20794,7 +20794,7 @@ obsolete oxygen observation - true + true @@ -20805,7 +20805,7 @@ obsolete temperature observation - true + true @@ -20816,7 +20816,7 @@ obsolete NaCl observation - true + true @@ -20827,7 +20827,7 @@ obsolete pH observation - true + true @@ -20956,7 +20956,7 @@ obsolete Sulfate-dependent methane oxidation - true + true @@ -20967,7 +20967,7 @@ obsolete Fe(III)-dependent methane oxidation - true + true @@ -20978,7 +20978,7 @@ obsolete Mn(IV)-dependent methane oxidation - true + true @@ -21040,7 +21040,7 @@ obsolete Sulfur disproportionation - true + true @@ -21051,7 +21051,7 @@ obsolete Nitrogen fixation - true + true @@ -21062,7 +21062,7 @@ obsolete Nitrate-reducing - true + true @@ -21073,7 +21073,7 @@ obsolete Anaerobic ammonium-oxidizing - true + true @@ -21084,7 +21084,7 @@ obsolete Nitrous oxide-reducing - true + true @@ -21095,7 +21095,7 @@ obsolete Sulfate-reducing - true + true @@ -21106,7 +21106,7 @@ obsolete Sulfur-reducing - true + true @@ -21117,7 +21117,7 @@ obsolete Sulfite-reducing - true + true @@ -21128,7 +21128,7 @@ obsolete Thiosulfate-reducing - true + true @@ -21139,7 +21139,7 @@ obsolete Sulfur-disproportionating - true + true @@ -21150,7 +21150,7 @@ obsolete Sulfide-oxidizing - true + true @@ -21161,7 +21161,7 @@ obsolete Thiosulfate-oxidizing - true + true @@ -21172,7 +21172,7 @@ obsolete Sulfite-oxidizing - true + true @@ -21183,7 +21183,7 @@ obsolete Iron-reducing - true + true @@ -21194,7 +21194,7 @@ obsolete Iron-oxidizing - true + true @@ -21205,7 +21205,7 @@ obsolete Nitrate-dependent Fe(II)-oxidizing - true + true @@ -21216,7 +21216,7 @@ obsolete Manganese-reducing - true + true @@ -21227,7 +21227,7 @@ obsolete Manganese-oxidizing - true + true @@ -21238,7 +21238,7 @@ obsolete Uranium-reducing - true + true @@ -21249,7 +21249,7 @@ obsolete Arsenate-reducing - true + true @@ -21260,7 +21260,7 @@ obsolete Selenate-reducing - true + true @@ -21271,7 +21271,7 @@ obsolete Selenite-reducing - true + true @@ -21282,7 +21282,7 @@ obsolete Perchlorate-reducing - true + true @@ -21293,7 +21293,7 @@ obsolete Chlorate-reducing - true + true @@ -21304,7 +21304,7 @@ obsolete Bromate-reducing - true + true @@ -21315,7 +21315,7 @@ obsolete Iodate-reducing - true + true @@ -21326,7 +21326,7 @@ obsolete Hydrogen-oxidizing - true + true @@ -21337,7 +21337,7 @@ obsolete Sulfur-oxidizing - true + true @@ -21348,7 +21348,7 @@ obsolete Ammonia oxidation - true + true @@ -21359,7 +21359,7 @@ obsolete Nitrite oxidation - true + true @@ -21370,7 +21370,7 @@ obsolete Complete ammonia-oxidizing - true + true @@ -21381,7 +21381,7 @@ obsolete Methane oxidation - true + true @@ -21392,7 +21392,7 @@ obsolete Carbon monoxide-oxidizing - true + true @@ -21403,7 +21403,7 @@ obsolete Nitrogen-fixing - true + true @@ -22932,7 +22932,7 @@ obsolete obsolete - true + true diff --git a/metpo-full.json b/metpo-full.json index a996c28e..abf25c84 100644 --- a/metpo-full.json +++ b/metpo-full.json @@ -50,10 +50,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000002", @@ -63,10 +61,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000003", @@ -76,10 +72,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000004", @@ -89,10 +83,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000005", @@ -102,10 +94,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000006", @@ -115,10 +105,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000007", @@ -128,10 +116,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000008", @@ -141,10 +127,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000009", @@ -154,10 +138,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000001", @@ -167,10 +149,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000010", @@ -180,10 +160,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000011", @@ -193,10 +171,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000012", @@ -206,10 +182,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000013", @@ -219,10 +193,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000014", @@ -232,10 +204,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000015", @@ -245,10 +215,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000016", @@ -258,10 +226,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000017", @@ -271,10 +237,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000018", @@ -284,10 +248,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000019", @@ -297,10 +259,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000002", @@ -310,10 +270,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000020", @@ -323,10 +281,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000021", @@ -336,10 +292,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000022", @@ -349,10 +303,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000023", @@ -362,10 +314,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000024", @@ -375,10 +325,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000025", @@ -388,10 +336,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000026", @@ -401,10 +347,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000027", @@ -414,10 +358,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000028", @@ -427,10 +369,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000029", @@ -440,10 +380,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000003", @@ -453,10 +391,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000030", @@ -466,10 +402,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000031", @@ -479,10 +413,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000032", @@ -492,10 +424,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000033", @@ -505,10 +435,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000034", @@ -518,10 +446,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000035", @@ -531,10 +457,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000036", @@ -544,10 +468,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000037", @@ -557,10 +479,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000038", @@ -570,10 +490,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000039", @@ -583,10 +501,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000004", @@ -596,10 +512,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000040", @@ -609,10 +523,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000041", @@ -622,10 +534,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000042", @@ -635,10 +545,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000043", @@ -648,10 +556,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000044", @@ -661,10 +567,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000045", @@ -674,10 +578,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000046", @@ -687,10 +589,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000047", @@ -700,10 +600,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000048", @@ -713,10 +611,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000049", @@ -726,10 +622,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000005", @@ -739,10 +633,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000050", @@ -752,10 +644,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000051", @@ -765,10 +655,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000052", @@ -778,10 +666,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000053", @@ -791,10 +677,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000054", @@ -804,10 +688,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000055", @@ -817,10 +699,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000056", @@ -830,10 +710,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000057", @@ -843,10 +721,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000058", @@ -856,10 +732,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000059", @@ -869,10 +743,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000006", @@ -882,10 +754,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000060", @@ -895,10 +765,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000061", @@ -908,10 +776,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000062", @@ -921,10 +787,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000063", @@ -934,10 +798,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000064", @@ -947,10 +809,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000065", @@ -960,10 +820,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000066", @@ -973,10 +831,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000067", @@ -986,10 +842,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000068", @@ -999,10 +853,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000069", @@ -1012,10 +864,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000007", @@ -1025,10 +875,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000070", @@ -1038,10 +886,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000071", @@ -1051,10 +897,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000072", @@ -1064,10 +908,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000073", @@ -1077,10 +919,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000074", @@ -1090,10 +930,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000075", @@ -1103,10 +941,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000076", @@ -1116,10 +952,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000077", @@ -1129,10 +963,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000078", @@ -1142,10 +974,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000079", @@ -1155,10 +985,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000008", @@ -1168,10 +996,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000080", @@ -1181,10 +1007,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000081", @@ -1194,10 +1018,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000082", @@ -1207,10 +1029,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000083", @@ -1220,10 +1040,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000084", @@ -1233,10 +1051,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000085", @@ -1246,10 +1062,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000086", @@ -1259,10 +1073,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000087", @@ -1272,10 +1084,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000088", @@ -1285,10 +1095,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000089", @@ -1298,10 +1106,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000009", @@ -1311,10 +1117,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000090", @@ -1324,10 +1128,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000091", @@ -1337,10 +1139,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000092", @@ -1350,10 +1150,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000093", @@ -1363,10 +1161,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000094", @@ -1376,10 +1172,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000095", @@ -1389,10 +1183,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000096", @@ -1402,10 +1194,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000097", @@ -1415,10 +1205,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000098", @@ -1428,10 +1216,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000099", @@ -1441,10 +1227,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000010", @@ -1454,10 +1238,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000100", @@ -1467,10 +1249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000101", @@ -1480,10 +1260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000102", @@ -1493,10 +1271,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000103", @@ -1506,10 +1282,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000104", @@ -1519,10 +1293,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000105", @@ -1532,10 +1304,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000106", @@ -1545,10 +1315,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000107", @@ -1558,10 +1326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000108", @@ -1571,10 +1337,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000109", @@ -1584,10 +1348,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000011", @@ -1597,10 +1359,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000110", @@ -1610,10 +1370,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000111", @@ -1623,10 +1381,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000112", @@ -1636,10 +1392,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000113", @@ -1649,10 +1403,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000114", @@ -1662,10 +1414,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000115", @@ -1675,10 +1425,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000116", @@ -1688,10 +1436,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000117", @@ -1701,10 +1447,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000118", @@ -1714,10 +1458,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000119", @@ -1727,10 +1469,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000012", @@ -1740,10 +1480,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000120", @@ -1753,10 +1491,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000121", @@ -1766,10 +1502,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000122", @@ -1779,10 +1513,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000123", @@ -1792,10 +1524,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000124", @@ -1805,10 +1535,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000125", @@ -1818,10 +1546,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000126", @@ -1831,10 +1557,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000127", @@ -1844,10 +1568,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000128", @@ -1857,10 +1579,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000129", @@ -1870,10 +1590,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000013", @@ -1883,10 +1601,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000130", @@ -1896,10 +1612,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000131", @@ -1909,10 +1623,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000132", @@ -1922,10 +1634,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000133", @@ -1935,10 +1645,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000134", @@ -1948,10 +1656,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000135", @@ -1961,10 +1667,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000136", @@ -1974,10 +1678,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000137", @@ -1987,10 +1689,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000138", @@ -2000,10 +1700,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000139", @@ -2013,10 +1711,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000014", @@ -2026,10 +1722,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000140", @@ -2039,10 +1733,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000141", @@ -2052,10 +1744,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000142", @@ -2065,10 +1755,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000143", @@ -2078,10 +1766,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000144", @@ -2091,10 +1777,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000145", @@ -2104,10 +1788,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000146", @@ -2117,10 +1799,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000147", @@ -2130,10 +1810,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000148", @@ -2143,10 +1821,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000149", @@ -2156,10 +1832,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000015", @@ -2169,10 +1843,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000150", @@ -2182,10 +1854,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000151", @@ -2195,10 +1865,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000152", @@ -2208,10 +1876,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000153", @@ -2221,10 +1887,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000154", @@ -2234,10 +1898,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000155", @@ -2247,10 +1909,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000156", @@ -2260,10 +1920,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000157", @@ -2273,10 +1931,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000158", @@ -2286,10 +1942,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000159", @@ -2299,10 +1953,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000016", @@ -2312,10 +1964,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000160", @@ -2325,10 +1975,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000161", @@ -2338,10 +1986,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000162", @@ -2351,10 +1997,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000163", @@ -2364,10 +2008,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000164", @@ -2377,10 +2019,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000165", @@ -2390,10 +2030,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000166", @@ -2403,10 +2041,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000167", @@ -2416,10 +2052,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000168", @@ -2429,10 +2063,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000169", @@ -2442,10 +2074,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000017", @@ -2455,10 +2085,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000170", @@ -2468,10 +2096,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000171", @@ -2481,10 +2107,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000172", @@ -2494,10 +2118,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000173", @@ -2507,10 +2129,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000174", @@ -2520,10 +2140,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000175", @@ -2533,10 +2151,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000176", @@ -2546,10 +2162,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000177", @@ -2559,10 +2173,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000178", @@ -2572,10 +2184,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000179", @@ -2585,10 +2195,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000018", @@ -2598,10 +2206,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000180", @@ -2611,10 +2217,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000181", @@ -2624,10 +2228,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000182", @@ -2637,10 +2239,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000183", @@ -2650,10 +2250,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000184", @@ -2663,10 +2261,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000185", @@ -2676,10 +2272,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000186", @@ -2689,10 +2283,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000187", @@ -2702,10 +2294,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000188", @@ -2715,10 +2305,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000189", @@ -2728,10 +2316,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000019", @@ -2741,10 +2327,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000190", @@ -2754,10 +2338,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000191", @@ -2767,10 +2349,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000192", @@ -2780,10 +2360,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000193", @@ -2793,10 +2371,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000194", @@ -2806,10 +2382,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000195", @@ -2819,10 +2393,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000196", @@ -2832,10 +2404,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000197", @@ -2845,10 +2415,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000198", @@ -2858,10 +2426,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000199", @@ -2871,10 +2437,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000020", @@ -2884,10 +2448,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000200", @@ -2897,10 +2459,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000201", @@ -2910,10 +2470,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000202", @@ -2923,10 +2481,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000203", @@ -2936,10 +2492,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000204", @@ -2949,10 +2503,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000205", @@ -2962,10 +2514,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000206", @@ -2975,10 +2525,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000207", @@ -2988,10 +2536,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000208", @@ -3001,10 +2547,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000209", @@ -3014,10 +2558,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000021", @@ -3027,10 +2569,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000210", @@ -3040,10 +2580,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000211", @@ -3053,10 +2591,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000212", @@ -3066,10 +2602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000213", @@ -3079,10 +2613,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000214", @@ -3092,10 +2624,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000215", @@ -3105,10 +2635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000216", @@ -3118,10 +2646,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000217", @@ -3131,10 +2657,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000218", @@ -3144,10 +2668,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000219", @@ -3157,10 +2679,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000022", @@ -3170,10 +2690,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000220", @@ -3183,10 +2701,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000221", @@ -3196,10 +2712,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000222", @@ -3209,10 +2723,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000223", @@ -3222,10 +2734,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000224", @@ -3235,10 +2745,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000225", @@ -3248,10 +2756,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000226", @@ -3261,10 +2767,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000227", @@ -3274,10 +2778,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000228", @@ -3287,10 +2789,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000229", @@ -3300,10 +2800,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000023", @@ -3313,10 +2811,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000230", @@ -3326,10 +2822,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000231", @@ -3339,10 +2833,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000232", @@ -3352,10 +2844,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000233", @@ -3365,10 +2855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000234", @@ -3378,10 +2866,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000235", @@ -3391,10 +2877,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000236", @@ -3404,10 +2888,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000237", @@ -3417,10 +2899,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000238", @@ -3430,10 +2910,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000239", @@ -3443,10 +2921,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000024", @@ -3456,10 +2932,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000240", @@ -3469,10 +2943,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000241", @@ -3482,10 +2954,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000242", @@ -3495,10 +2965,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000243", @@ -3508,10 +2976,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000244", @@ -3521,10 +2987,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000245", @@ -3534,10 +2998,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000246", @@ -3547,10 +3009,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000247", @@ -3560,10 +3020,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000248", @@ -3573,10 +3031,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000249", @@ -3586,10 +3042,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000025", @@ -3599,10 +3053,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000250", @@ -3612,10 +3064,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000251", @@ -3625,10 +3075,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000252", @@ -3638,10 +3086,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000253", @@ -3651,10 +3097,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000254", @@ -3664,10 +3108,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000255", @@ -3677,10 +3119,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000256", @@ -3690,10 +3130,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000257", @@ -3703,10 +3141,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000258", @@ -3716,10 +3152,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000259", @@ -3729,10 +3163,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000026", @@ -3742,10 +3174,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000260", @@ -3755,10 +3185,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000261", @@ -3768,10 +3196,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000262", @@ -3781,10 +3207,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000263", @@ -3794,10 +3218,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000264", @@ -3807,10 +3229,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000265", @@ -3820,10 +3240,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000266", @@ -3833,10 +3251,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000267", @@ -3846,10 +3262,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000268", @@ -3859,10 +3273,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000269", @@ -3872,10 +3284,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000027", @@ -3885,10 +3295,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000270", @@ -3898,10 +3306,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000271", @@ -3911,10 +3317,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000272", @@ -3924,10 +3328,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000273", @@ -3937,10 +3339,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000274", @@ -3950,10 +3350,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000275", @@ -3963,10 +3361,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000276", @@ -3976,10 +3372,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000277", @@ -3989,10 +3383,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000278", @@ -4002,10 +3394,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000279", @@ -4015,10 +3405,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000028", @@ -4028,10 +3416,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000280", @@ -4041,10 +3427,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000281", @@ -4054,10 +3438,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000282", @@ -4067,10 +3449,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000029", @@ -4080,10 +3460,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000030", @@ -4093,10 +3471,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000031", @@ -4106,10 +3482,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000032", @@ -4119,10 +3493,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000033", @@ -4132,10 +3504,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000034", @@ -4145,10 +3515,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000035", @@ -4158,10 +3526,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000036", @@ -4171,10 +3537,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000037", @@ -4184,10 +3548,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000038", @@ -4197,10 +3559,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000039", @@ -4210,10 +3570,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000040", @@ -4223,10 +3581,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000041", @@ -4236,10 +3592,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000042", @@ -4249,10 +3603,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000043", @@ -4262,10 +3614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000044", @@ -4275,10 +3625,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000045", @@ -4288,10 +3636,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000046", @@ -4301,10 +3647,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000047", @@ -4314,10 +3658,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000048", @@ -4327,10 +3669,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000049", @@ -4340,10 +3680,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000050", @@ -4353,10 +3691,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000051", @@ -4366,10 +3702,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000052", @@ -4379,10 +3713,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000053", @@ -4392,10 +3724,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000054", @@ -4405,10 +3735,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000055", @@ -4418,10 +3746,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000056", @@ -4431,10 +3757,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000057", @@ -4444,10 +3768,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000058", @@ -4457,10 +3779,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000059", @@ -4470,10 +3790,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000060", @@ -4483,10 +3801,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000061", @@ -4496,10 +3812,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000062", @@ -4509,10 +3823,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000063", @@ -4522,10 +3834,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000064", @@ -4535,10 +3845,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000065", @@ -4548,10 +3856,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000066", @@ -4561,10 +3867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000067", @@ -4574,10 +3878,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000068", @@ -4587,10 +3889,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000069", @@ -4600,10 +3900,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000070", @@ -4613,10 +3911,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000071", @@ -4626,10 +3922,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000072", @@ -4639,10 +3933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000073", @@ -4652,10 +3944,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000074", @@ -4665,10 +3955,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000075", @@ -4678,10 +3966,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000076", @@ -4691,10 +3977,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000077", @@ -4704,10 +3988,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000078", @@ -4717,10 +3999,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000079", @@ -4730,10 +4010,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000080", @@ -4743,10 +4021,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000081", @@ -4756,10 +4032,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000082", @@ -4769,10 +4043,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000083", @@ -4782,10 +4054,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000084", @@ -4795,10 +4065,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000085", @@ -4808,10 +4076,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000086", @@ -4821,10 +4087,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000087", @@ -4834,10 +4098,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000088", @@ -4847,10 +4109,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000089", @@ -4860,10 +4120,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000090", @@ -4873,10 +4131,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000091", @@ -4886,10 +4142,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000092", @@ -4899,10 +4153,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000093", @@ -4912,10 +4164,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000094", @@ -4925,10 +4175,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000095", @@ -4938,10 +4186,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000096", @@ -4951,10 +4197,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000097", @@ -4964,10 +4208,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000098", @@ -4977,10 +4219,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000099", @@ -4990,10 +4230,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000100", @@ -5003,10 +4241,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001000", @@ -5016,10 +4252,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001001", @@ -5029,10 +4263,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001002", @@ -5042,10 +4274,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001003", @@ -5055,10 +4285,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001004", @@ -5068,10 +4296,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001006", @@ -5081,10 +4307,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001007", @@ -5094,10 +4318,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001008", @@ -5107,10 +4329,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001009", @@ -5120,10 +4340,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000101", @@ -5133,10 +4351,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001010", @@ -5146,10 +4362,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001012", @@ -5159,10 +4373,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001013", @@ -5172,10 +4384,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001014", @@ -5185,10 +4395,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001016", @@ -5198,10 +4406,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001017", @@ -5211,10 +4417,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001018", @@ -5224,10 +4428,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001019", @@ -5237,10 +4439,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000102", @@ -5250,10 +4450,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001020", @@ -5263,10 +4461,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001021", @@ -5276,10 +4472,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000103", @@ -5289,10 +4483,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000104", @@ -5302,10 +4494,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000105", @@ -5315,10 +4505,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000106", @@ -5328,10 +4516,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000107", @@ -5341,10 +4527,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000108", @@ -5354,10 +4538,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000109", @@ -5367,10 +4549,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000110", @@ -5380,10 +4560,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000111", @@ -5393,10 +4571,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000112", @@ -5406,10 +4582,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000113", @@ -5419,10 +4593,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000114", @@ -5432,10 +4604,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000115", @@ -5445,10 +4615,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000116", @@ -5458,10 +4626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000117", @@ -5471,10 +4637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000118", @@ -5484,10 +4648,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000119", @@ -5497,10 +4659,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000120", @@ -5510,10 +4670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000121", @@ -5523,10 +4681,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000122", @@ -5536,10 +4692,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000123", @@ -5549,10 +4703,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000124", @@ -5562,10 +4714,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000125", @@ -5575,10 +4725,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000126", @@ -5588,10 +4736,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000127", @@ -5601,10 +4747,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000128", @@ -5614,10 +4758,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000129", @@ -5627,10 +4769,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000130", @@ -5640,10 +4780,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000131", @@ -5653,10 +4791,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000132", @@ -5666,10 +4802,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000133", @@ -5679,10 +4813,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000134", @@ -5692,10 +4824,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000135", @@ -5705,10 +4835,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000136", @@ -5718,10 +4846,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000137", @@ -5731,10 +4857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000138", @@ -5744,10 +4868,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000139", @@ -5757,10 +4879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000140", @@ -5770,10 +4890,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000141", @@ -5783,10 +4901,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000142", @@ -5796,10 +4912,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000143", @@ -5809,10 +4923,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000144", @@ -5822,10 +4934,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000145", @@ -5835,10 +4945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000146", @@ -5848,10 +4956,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000147", @@ -5861,10 +4967,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000148", @@ -5874,10 +4978,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000149", @@ -5887,10 +4989,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000150", @@ -5900,10 +5000,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000151", @@ -5913,10 +5011,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000152", @@ -5926,10 +5022,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000153", @@ -5939,10 +5033,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000154", @@ -5952,10 +5044,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000155", @@ -5965,10 +5055,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000156", @@ -5978,10 +5066,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000157", @@ -5991,10 +5077,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000158", @@ -6004,10 +5088,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000159", @@ -6017,10 +5099,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000160", @@ -6030,10 +5110,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000161", @@ -6043,10 +5121,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000162", @@ -6056,10 +5132,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000163", @@ -6069,10 +5143,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000164", @@ -6082,10 +5154,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000165", @@ -6095,10 +5165,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000166", @@ -6108,10 +5176,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000167", @@ -6121,10 +5187,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000168", @@ -6134,10 +5198,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000169", @@ -6147,10 +5209,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000170", @@ -6160,10 +5220,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000171", @@ -6173,10 +5231,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000172", @@ -6186,10 +5242,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000173", @@ -6199,10 +5253,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000174", @@ -6212,10 +5264,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000175", @@ -6225,10 +5275,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000176", @@ -6238,10 +5286,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000177", @@ -6251,10 +5297,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000178", @@ -6264,10 +5308,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000179", @@ -6277,10 +5319,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000180", @@ -6290,10 +5330,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000181", @@ -6303,10 +5341,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000182", @@ -6316,10 +5352,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000183", @@ -6329,10 +5363,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000184", @@ -6342,10 +5374,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000185", @@ -6355,10 +5385,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000186", @@ -6368,10 +5396,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000187", @@ -6381,10 +5407,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000188", @@ -6394,10 +5418,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000189", @@ -6407,10 +5429,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000190", @@ -6420,10 +5440,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000191", @@ -6433,10 +5451,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000192", @@ -6446,10 +5462,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000193", @@ -6459,10 +5473,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000194", @@ -6472,10 +5484,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000195", @@ -6485,10 +5495,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000196", @@ -6498,10 +5506,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000197", @@ -6511,10 +5517,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000198", @@ -6524,10 +5528,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000199", @@ -6537,10 +5539,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000200", @@ -6550,10 +5550,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000201", @@ -6563,10 +5561,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000202", @@ -6576,10 +5572,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000203", @@ -6589,10 +5583,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000204", @@ -6602,10 +5594,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000205", @@ -6615,10 +5605,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000206", @@ -6628,10 +5616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000207", @@ -6641,10 +5627,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000208", @@ -6654,10 +5638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000209", @@ -6667,10 +5649,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000210", @@ -6680,10 +5660,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000211", @@ -6693,10 +5671,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000212", @@ -6706,10 +5682,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000213", @@ -6719,10 +5693,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000214", @@ -6732,10 +5704,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000215", @@ -6745,10 +5715,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000216", @@ -6758,10 +5726,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000217", @@ -6771,10 +5737,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000218", @@ -6784,10 +5748,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000219", @@ -6797,10 +5759,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000220", @@ -6810,10 +5770,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000221", @@ -6823,10 +5781,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000222", @@ -6836,10 +5792,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000223", @@ -6849,10 +5803,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000224", @@ -6862,10 +5814,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000225", @@ -6875,10 +5825,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000226", @@ -6888,10 +5836,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000227", @@ -6901,10 +5847,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000228", @@ -6914,10 +5858,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000229", @@ -6927,10 +5869,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000230", @@ -6940,10 +5880,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000231", @@ -6953,10 +5891,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000232", @@ -6966,10 +5902,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000233", @@ -6979,10 +5913,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000234", @@ -6992,10 +5924,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000235", @@ -7004,11 +5934,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000236", @@ -7018,10 +5946,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000237", @@ -7031,10 +5957,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000238", @@ -7044,10 +5968,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000239", @@ -7057,10 +5979,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000240", @@ -7070,10 +5990,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000241", @@ -7083,10 +6001,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000242", @@ -7096,10 +6012,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000243", @@ -7109,10 +6023,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000244", @@ -7122,10 +6034,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000245", @@ -7135,10 +6045,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000246", @@ -7148,10 +6056,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000247", @@ -7161,10 +6067,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000248", @@ -7174,10 +6078,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000249", @@ -7187,10 +6089,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000250", @@ -7200,10 +6100,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000251", @@ -7213,10 +6111,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000252", @@ -7226,10 +6122,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000253", @@ -7239,10 +6133,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000254", @@ -7252,10 +6144,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000255", @@ -7265,10 +6155,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000256", @@ -7278,10 +6166,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000257", @@ -7291,10 +6177,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000258", @@ -7304,10 +6188,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000259", @@ -7317,10 +6199,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000260", @@ -7330,10 +6210,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000261", @@ -7343,10 +6221,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000262", @@ -7356,10 +6232,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000263", @@ -7369,10 +6243,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000264", @@ -7382,10 +6254,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000265", @@ -7395,10 +6265,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000266", @@ -7408,10 +6276,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000267", @@ -7421,10 +6287,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000268", @@ -7434,10 +6298,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000269", @@ -7447,10 +6309,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000270", @@ -7460,10 +6320,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000271", @@ -7473,10 +6331,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000272", @@ -7486,10 +6342,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000273", @@ -7499,10 +6353,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000274", @@ -7512,10 +6364,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000001", @@ -7525,10 +6375,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000002", @@ -7538,10 +6386,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000003", @@ -7551,10 +6397,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000004", @@ -7564,10 +6408,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000005", @@ -7577,10 +6419,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000006", @@ -7590,10 +6430,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000007", @@ -7603,10 +6441,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000008", @@ -7616,10 +6452,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000009", @@ -7629,10 +6463,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000010", @@ -7642,10 +6474,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000011", @@ -7655,10 +6485,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000012", @@ -7668,10 +6496,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000013", @@ -7681,10 +6507,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000014", @@ -7694,10 +6518,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000015", @@ -7707,10 +6529,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000016", @@ -7720,10 +6540,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000017", @@ -7733,10 +6551,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000018", @@ -7746,10 +6562,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000019", @@ -7759,10 +6573,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000020", @@ -7772,10 +6584,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000021", @@ -7785,10 +6595,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000022", @@ -7798,10 +6606,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000023", @@ -7811,10 +6617,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000024", @@ -7824,10 +6628,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000025", @@ -7837,10 +6639,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000026", @@ -7850,10 +6650,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000027", @@ -7863,10 +6661,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000028", @@ -7876,10 +6672,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000029", @@ -7889,10 +6683,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000030", @@ -7902,10 +6694,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000031", @@ -7915,10 +6705,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000032", @@ -7928,10 +6716,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000033", @@ -7941,10 +6727,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000034", @@ -7954,10 +6738,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000035", @@ -7967,10 +6749,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000036", @@ -7980,10 +6760,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000037", @@ -7993,10 +6771,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000038", @@ -8006,10 +6782,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000039", @@ -8019,10 +6793,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000040", @@ -8032,10 +6804,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000041", @@ -8045,10 +6815,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000042", @@ -8058,10 +6826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000043", @@ -8071,10 +6837,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000044", @@ -8084,10 +6848,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000045", @@ -8097,10 +6859,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000046", @@ -8110,10 +6870,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000047", @@ -8123,10 +6881,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000048", @@ -8136,10 +6892,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000049", @@ -8149,10 +6903,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000050", @@ -8162,10 +6914,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000051", @@ -8175,10 +6925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000052", @@ -8188,10 +6936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000053", @@ -8201,10 +6947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000054", @@ -8214,10 +6958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000055", @@ -8227,10 +6969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000056", @@ -8240,10 +6980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000057", @@ -8253,10 +6991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000058", @@ -8266,10 +7002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000059", @@ -8326,10 +7060,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000062", @@ -8339,10 +7071,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000063", @@ -8352,10 +7082,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000064", @@ -8365,10 +7093,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000065", @@ -8378,10 +7104,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000066", @@ -8391,10 +7115,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000067", @@ -8404,10 +7126,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000068", @@ -8417,10 +7137,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000069", @@ -8430,10 +7148,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000070", @@ -8443,10 +7159,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000071", @@ -8456,10 +7170,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000072", @@ -8469,10 +7181,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000073", @@ -8482,10 +7192,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000074", @@ -8495,10 +7203,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000075", @@ -8508,10 +7214,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000076", @@ -8521,10 +7225,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000077", @@ -8534,10 +7236,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000078", @@ -8547,10 +7247,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000079", @@ -8560,10 +7258,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000080", @@ -8573,10 +7269,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000081", @@ -8586,10 +7280,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000082", @@ -8599,10 +7291,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000083", @@ -8612,10 +7302,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000084", @@ -8625,10 +7313,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000085", @@ -8638,10 +7324,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000086", @@ -8651,10 +7335,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000087", @@ -8664,10 +7346,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000088", @@ -8677,10 +7357,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000089", @@ -8690,10 +7368,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000090", @@ -8703,10 +7379,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000091", @@ -8716,10 +7390,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000092", @@ -8729,10 +7401,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000093", @@ -8742,10 +7412,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000094", @@ -8755,10 +7423,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000095", @@ -8768,10 +7434,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000096", @@ -8781,10 +7445,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000097", @@ -8794,10 +7456,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000098", @@ -8807,10 +7467,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000099", @@ -8820,10 +7478,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000100", @@ -8833,10 +7489,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000101", @@ -8846,10 +7500,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000102", @@ -8859,10 +7511,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000103", @@ -8872,10 +7522,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000104", @@ -8885,10 +7533,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000105", @@ -8898,10 +7544,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000106", @@ -8911,10 +7555,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000107", @@ -8924,10 +7566,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000108", @@ -8937,10 +7577,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000109", @@ -8950,10 +7588,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000110", @@ -8963,10 +7599,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000111", @@ -8976,10 +7610,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000112", @@ -8989,10 +7621,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000113", @@ -9002,10 +7632,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000114", @@ -9015,10 +7643,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000115", @@ -9028,10 +7654,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000116", @@ -9041,10 +7665,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000117", @@ -9054,10 +7676,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000118", @@ -9067,10 +7687,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000119", @@ -9080,10 +7698,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000120", @@ -9093,10 +7709,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000121", @@ -9106,10 +7720,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000122", @@ -9119,10 +7731,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000123", @@ -9132,10 +7742,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000124", @@ -9145,10 +7753,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000125", @@ -9158,10 +7764,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000126", @@ -9171,10 +7775,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000127", @@ -9213,10 +7815,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000129", @@ -9226,10 +7826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000130", @@ -9239,10 +7837,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000131", @@ -9252,10 +7848,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000132", @@ -9265,10 +7859,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000133", @@ -9278,10 +7870,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000134", @@ -9290,11 +7880,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000135", @@ -9304,10 +7892,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000136", @@ -9317,10 +7903,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000137", @@ -9330,10 +7914,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000138", @@ -9343,10 +7925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000139", @@ -9356,10 +7936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000140", @@ -9369,10 +7947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000141", @@ -9382,10 +7958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000142", @@ -9395,10 +7969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000143", @@ -9408,10 +7980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000144", @@ -9421,10 +7991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000145", @@ -9434,10 +8002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000146", @@ -9447,10 +8013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000147", @@ -9460,10 +8024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000148", @@ -9473,10 +8035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000149", @@ -9486,10 +8046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000150", @@ -9499,10 +8057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000151", @@ -9512,10 +8068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000152", @@ -9525,10 +8079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000153", @@ -9538,10 +8090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000154", @@ -9551,10 +8101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000155", @@ -9564,10 +8112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000156", @@ -9577,10 +8123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000157", @@ -9590,10 +8134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000158", @@ -9603,10 +8145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000159", @@ -9616,10 +8156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000160", @@ -9629,10 +8167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000161", @@ -9642,10 +8178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000162", @@ -9655,10 +8189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000163", @@ -9668,10 +8200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000164", @@ -9681,10 +8211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000165", @@ -9694,10 +8222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000166", @@ -9707,10 +8233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000167", @@ -9720,10 +8244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000168", @@ -9733,10 +8255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000169", @@ -9746,10 +8266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000170", @@ -9759,10 +8277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000171", @@ -9772,10 +8288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000172", @@ -9785,10 +8299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000173", @@ -9798,10 +8310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000174", @@ -9811,10 +8321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000175", @@ -9824,10 +8332,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000176", @@ -9837,10 +8343,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000177", @@ -9850,10 +8354,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000178", @@ -9863,10 +8365,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000179", @@ -9876,10 +8376,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000180", @@ -9889,10 +8387,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000181", @@ -9902,10 +8398,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000182", @@ -9915,10 +8409,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000183", @@ -9928,10 +8420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000184", @@ -9941,10 +8431,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000185", @@ -9954,10 +8442,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000186", @@ -9986,10 +8472,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000188", @@ -10008,10 +8492,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000190", @@ -10021,10 +8503,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000191", @@ -10034,10 +8514,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000192", @@ -10047,10 +8525,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000193", @@ -10060,10 +8536,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000194", @@ -10073,10 +8547,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000195", @@ -10086,10 +8558,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000196", @@ -10099,10 +8569,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000197", @@ -10112,10 +8580,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000198", @@ -10125,10 +8591,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000199", @@ -10138,10 +8602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000200", @@ -10151,10 +8613,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000201", @@ -10164,10 +8624,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000202", @@ -10177,10 +8635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000203", @@ -10190,10 +8646,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000204", @@ -10203,10 +8657,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000205", @@ -10216,10 +8668,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000206", @@ -10229,10 +8679,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000207", @@ -10242,10 +8690,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000208", @@ -10255,10 +8701,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000209", @@ -10268,10 +8712,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000210", @@ -10281,10 +8723,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000211", @@ -10294,10 +8734,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000212", @@ -10307,10 +8745,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000213", @@ -10320,10 +8756,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000214", @@ -10333,10 +8767,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000215", @@ -10346,10 +8778,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000216", @@ -10359,10 +8789,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000217", @@ -10372,10 +8800,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000218", @@ -10385,10 +8811,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000219", @@ -10398,10 +8822,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000220", @@ -10411,10 +8833,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000221", @@ -10424,10 +8844,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000222", @@ -10437,10 +8855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000223", @@ -10450,10 +8866,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000224", @@ -10463,10 +8877,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000225", @@ -10476,10 +8888,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000226", @@ -10489,10 +8899,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000227", @@ -10502,10 +8910,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000228", @@ -10515,10 +8921,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000229", @@ -10528,10 +8932,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000230", @@ -10541,10 +8943,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000231", @@ -10554,10 +8954,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000232", @@ -10571,10 +8969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000234", @@ -10584,10 +8980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000235", @@ -10597,10 +8991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000236", @@ -10610,10 +9002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000237", @@ -10623,10 +9013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000238", @@ -10636,10 +9024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000239", @@ -10649,10 +9035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000240", @@ -10662,10 +9046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000241", @@ -10675,10 +9057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000242", @@ -10688,10 +9068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000243", @@ -10701,10 +9079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000244", @@ -10714,10 +9090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000245", @@ -10727,10 +9101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000246", @@ -10740,10 +9112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000247", @@ -10753,10 +9123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000248", @@ -10766,10 +9134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000249", @@ -10779,10 +9145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000250", @@ -10792,10 +9156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000251", @@ -10805,10 +9167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000252", @@ -10818,10 +9178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000253", @@ -10831,10 +9189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000254", @@ -10844,10 +9200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000255", @@ -10857,10 +9211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000256", @@ -10870,10 +9222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000257", @@ -10883,10 +9233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000258", @@ -10896,10 +9244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000259", @@ -10909,10 +9255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000260", @@ -10922,10 +9266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000261", @@ -10935,10 +9277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000262", @@ -10948,10 +9288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000263", @@ -10961,10 +9299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000264", @@ -10974,10 +9310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000265", @@ -10987,10 +9321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000266", @@ -11000,10 +9332,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000267", @@ -11013,10 +9343,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000268", @@ -11026,10 +9354,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000269", @@ -11039,10 +9365,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000270", @@ -11052,10 +9376,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000271", @@ -11065,10 +9387,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000272", @@ -11078,10 +9398,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000273", @@ -11091,10 +9409,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000274", @@ -11104,10 +9420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000275", @@ -11117,10 +9431,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000276", @@ -11130,10 +9442,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000277", @@ -11143,10 +9453,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000278", @@ -11156,10 +9464,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000279", @@ -11169,10 +9475,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000280", @@ -11182,10 +9486,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000281", @@ -11195,10 +9497,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000282", @@ -11208,10 +9508,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000283", @@ -11221,10 +9519,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000284", @@ -11234,10 +9530,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000285", @@ -11247,10 +9541,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000286", @@ -11260,10 +9552,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000287", @@ -11273,10 +9563,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000288", @@ -11286,10 +9574,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000289", @@ -11299,10 +9585,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000290", @@ -11312,10 +9596,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000291", @@ -11325,10 +9607,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000292", @@ -11338,10 +9618,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000293", @@ -11351,10 +9629,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000294", @@ -11364,10 +9640,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000295", @@ -11377,10 +9651,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000296", @@ -11390,10 +9662,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000297", @@ -11403,10 +9673,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000298", @@ -11416,10 +9684,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000299", @@ -11429,10 +9695,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000300", @@ -11442,10 +9706,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000301", @@ -11455,10 +9717,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000302", @@ -11468,10 +9728,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000303", @@ -11504,10 +9762,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000306", @@ -11521,10 +9777,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000308", @@ -11534,10 +9788,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000309", @@ -11547,10 +9799,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000310", @@ -11559,11 +9809,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000311", @@ -11573,10 +9821,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000312", @@ -11586,10 +9832,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000313", @@ -11599,10 +9843,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000314", @@ -11612,10 +9854,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000315", @@ -11625,10 +9865,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000316", @@ -11638,10 +9876,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000317", @@ -11651,10 +9887,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000318", @@ -11664,10 +9898,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000319", @@ -11677,10 +9909,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000320", @@ -11690,10 +9920,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000321", @@ -11703,10 +9931,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000322", @@ -11716,10 +9942,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000323", @@ -11729,10 +9953,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000324", @@ -11742,10 +9964,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000325", @@ -11755,10 +9975,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000326", @@ -11768,10 +9986,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000327", @@ -11781,10 +9997,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000328", @@ -11794,10 +10008,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000329", @@ -11807,10 +10019,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000330", @@ -11820,10 +10030,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000331", @@ -11885,10 +10093,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000337", @@ -11898,10 +10104,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000338", @@ -11911,10 +10115,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000339", @@ -11924,10 +10126,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000340", @@ -11937,10 +10137,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000341", @@ -11950,10 +10148,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000342", @@ -11963,10 +10159,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000343", @@ -11976,10 +10170,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000344", @@ -11989,10 +10181,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000345", @@ -12002,10 +10192,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000346", @@ -12015,10 +10203,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000347", @@ -12028,10 +10214,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000348", @@ -12041,10 +10225,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000349", @@ -12054,10 +10236,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000350", @@ -12067,10 +10247,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000351", @@ -12080,10 +10258,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000352", @@ -12093,10 +10269,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000353", @@ -12106,10 +10280,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000354", @@ -12119,10 +10291,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000355", @@ -12132,10 +10302,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000356", @@ -12145,10 +10313,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000357", @@ -12158,10 +10324,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000358", @@ -12171,10 +10335,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000359", @@ -12184,10 +10346,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000360", @@ -12197,10 +10357,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000361", @@ -12210,10 +10368,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000362", @@ -12223,10 +10379,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000363", @@ -12236,10 +10390,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000364", @@ -12249,10 +10401,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000365", @@ -12262,10 +10412,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000366", @@ -12275,10 +10423,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000367", @@ -12288,10 +10434,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000368", @@ -12301,10 +10445,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000369", @@ -12314,10 +10456,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000370", @@ -12327,10 +10467,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000371", @@ -12340,10 +10478,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000372", @@ -12353,10 +10489,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000373", @@ -12366,10 +10500,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000374", @@ -12379,10 +10511,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000375", @@ -12392,10 +10522,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000376", @@ -12405,10 +10533,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000377", @@ -12418,10 +10544,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000378", @@ -12431,10 +10555,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000379", @@ -12444,10 +10566,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000380", @@ -12457,10 +10577,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000381", @@ -12470,10 +10588,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000382", @@ -12483,10 +10599,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000383", @@ -12496,10 +10610,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000384", @@ -12509,10 +10621,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000385", @@ -12522,10 +10632,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000386", @@ -12535,10 +10643,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000387", @@ -12548,10 +10654,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000388", @@ -12561,10 +10665,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000389", @@ -12574,10 +10676,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000390", @@ -12587,10 +10687,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000391", @@ -12600,10 +10698,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000392", @@ -12613,10 +10709,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000393", @@ -12626,10 +10720,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000394", @@ -12639,10 +10731,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000395", @@ -12652,10 +10742,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000396", @@ -12665,10 +10753,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000397", @@ -12678,10 +10764,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000398", @@ -12691,10 +10775,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000399", @@ -12704,10 +10786,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000400", @@ -12717,10 +10797,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000401", @@ -12730,10 +10808,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000402", @@ -12743,10 +10819,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000403", @@ -12756,10 +10830,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000404", @@ -12769,10 +10841,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000405", @@ -12782,10 +10852,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000406", @@ -12795,10 +10863,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000407", @@ -12808,10 +10874,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000408", @@ -12821,10 +10885,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000409", @@ -12834,10 +10896,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000410", @@ -12847,10 +10907,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000411", @@ -12860,10 +10918,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000412", @@ -12873,10 +10929,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000413", @@ -12886,10 +10940,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000414", @@ -12899,10 +10951,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000415", @@ -12912,10 +10962,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000416", @@ -12925,10 +10973,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000417", @@ -12938,10 +10984,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000418", @@ -12951,10 +10995,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000419", @@ -12964,10 +11006,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000420", @@ -12977,10 +11017,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000421", @@ -12990,10 +11028,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000422", @@ -13003,10 +11039,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000423", @@ -13016,10 +11050,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000424", @@ -13029,10 +11061,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000425", @@ -13042,10 +11072,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000426", @@ -13055,10 +11083,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000427", @@ -13068,10 +11094,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000428", @@ -13081,10 +11105,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000429", @@ -13180,10 +11202,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000434", @@ -13193,10 +11213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000435", @@ -13206,10 +11224,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000436", @@ -13219,10 +11235,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000437", @@ -13232,10 +11246,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000438", @@ -13245,10 +11257,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000439", @@ -13258,10 +11268,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000440", @@ -13271,10 +11279,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000441", @@ -14620,10 +12626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000489", @@ -14633,10 +12637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000490", @@ -14646,10 +12648,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000491", @@ -14659,10 +12659,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000492", @@ -14672,10 +12670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000493", @@ -14685,10 +12681,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000494", @@ -14698,10 +12692,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000495", @@ -14711,10 +12703,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000496", @@ -14724,10 +12714,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000497", @@ -14737,10 +12725,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000498", @@ -14750,10 +12736,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000499", @@ -14763,10 +12747,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000500", @@ -14776,10 +12758,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000501", @@ -14789,10 +12769,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000502", @@ -14802,10 +12780,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000503", @@ -14815,10 +12791,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000504", @@ -14828,10 +12802,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000505", @@ -14841,10 +12813,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000506", @@ -14854,10 +12824,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000507", @@ -14867,10 +12835,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000508", @@ -14880,10 +12846,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000509", @@ -14893,10 +12857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000510", @@ -14906,10 +12868,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000511", @@ -14919,10 +12879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000512", @@ -14932,10 +12890,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000513", @@ -14945,10 +12901,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000514", @@ -14958,10 +12912,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000515", @@ -14971,10 +12923,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000516", @@ -14984,10 +12934,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000517", @@ -14997,10 +12945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000518", @@ -15010,10 +12956,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000519", @@ -15023,10 +12967,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000520", @@ -15036,10 +12978,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000521", @@ -15049,10 +12989,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000522", @@ -15062,10 +13000,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000523", @@ -15075,10 +13011,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000524", @@ -15088,10 +13022,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000525", @@ -15147,10 +13079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000529", @@ -15160,10 +13090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000531", @@ -16707,10 +14635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000644", @@ -16772,10 +14698,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000646", @@ -17002,10 +14926,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000654", @@ -17327,10 +15249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000662", @@ -17340,10 +15260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000663", @@ -19007,10 +16925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000808", @@ -19020,10 +16936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000809", @@ -19033,10 +16947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000810", @@ -19046,10 +16958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000811", @@ -19058,11 +16968,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/IAO_0000226" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000812", @@ -19072,10 +16980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000813", @@ -19085,10 +16991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000814", @@ -19098,10 +17002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000815", @@ -19111,10 +17013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000816", @@ -19124,10 +17024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000817", @@ -19137,10 +17035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000818", @@ -19150,10 +17046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000819", @@ -19163,10 +17057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000820", @@ -19176,10 +17068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000821", @@ -19189,10 +17079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000822", @@ -19202,10 +17090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000823", @@ -19215,10 +17101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000824", @@ -19228,10 +17112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000825", @@ -19241,10 +17123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000826", @@ -19254,10 +17134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000827", @@ -19267,10 +17145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000828", @@ -19280,10 +17156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000829", @@ -19293,10 +17167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000830", @@ -19306,10 +17178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000831", @@ -19319,10 +17189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000832", @@ -19332,10 +17200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000833", @@ -19345,10 +17211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000834", @@ -19358,10 +17222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000835", @@ -19371,10 +17233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000836", @@ -19384,10 +17244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000837", @@ -19397,10 +17255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000838", @@ -19410,10 +17266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000839", @@ -19423,10 +17277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000840", @@ -19436,10 +17288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000841", @@ -19449,10 +17299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000842", @@ -19462,10 +17310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000843", @@ -19475,10 +17321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000844", @@ -19574,10 +17418,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000848", @@ -19587,10 +17429,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000849", @@ -19600,10 +17440,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000850", @@ -19613,10 +17451,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000851", @@ -19626,10 +17462,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000852", @@ -19639,10 +17473,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000853", @@ -19652,10 +17484,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000854", @@ -19665,10 +17495,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000855", @@ -19678,10 +17506,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000856", @@ -19691,10 +17517,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000857", @@ -19704,10 +17528,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000858", @@ -19717,10 +17539,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000859", @@ -19730,10 +17550,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000860", @@ -19743,10 +17561,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000861", @@ -19756,10 +17572,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000862", @@ -19769,10 +17583,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000863", @@ -19782,10 +17594,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000864", @@ -19795,10 +17605,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000865", @@ -19808,10 +17616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000866", @@ -19821,10 +17627,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000867", @@ -19834,10 +17638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000868", @@ -19847,10 +17649,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000869", @@ -19860,10 +17660,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000870", @@ -20275,10 +18073,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001001", @@ -20288,10 +18084,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001002", @@ -20301,10 +18095,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001003", @@ -20314,10 +18106,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001004", @@ -20327,10 +18117,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001005", @@ -20340,10 +18128,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001006", @@ -20353,10 +18139,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001007", @@ -20366,10 +18150,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001008", @@ -20379,10 +18161,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001009", @@ -20392,10 +18172,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001010", @@ -20405,10 +18183,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001011", @@ -20418,10 +18194,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001012", @@ -20431,10 +18205,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001013", @@ -20444,10 +18216,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001014", @@ -20457,10 +18227,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001015", @@ -20470,10 +18238,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001016", @@ -20483,10 +18249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001017", @@ -20496,10 +18260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001018", @@ -20509,10 +18271,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001019", @@ -20522,10 +18282,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001020", @@ -20535,10 +18293,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001021", @@ -20548,10 +18304,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001022", @@ -20561,10 +18315,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001023", @@ -20574,10 +18326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001101", @@ -20727,10 +18477,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002001", @@ -20740,10 +18488,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002002", @@ -20753,10 +18499,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002003", @@ -20826,10 +18570,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002008", @@ -20839,10 +18581,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002009", @@ -20852,10 +18592,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002010", @@ -20865,10 +18603,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002011", @@ -20878,10 +18614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002012", @@ -20891,10 +18625,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002013", @@ -20904,10 +18636,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002014", @@ -20917,10 +18647,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002015", @@ -20930,10 +18658,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002016", @@ -20943,10 +18669,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002017", @@ -20956,10 +18680,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002018", @@ -20969,10 +18691,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002019", @@ -20982,10 +18702,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002020", @@ -20995,10 +18713,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002021", @@ -21008,10 +18724,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002022", @@ -21021,10 +18735,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002023", @@ -21034,10 +18746,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002024", @@ -21047,10 +18757,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002025", @@ -21060,10 +18768,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002026", @@ -21073,10 +18779,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002027", @@ -21086,10 +18790,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002028", @@ -21099,10 +18801,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002029", @@ -21112,10 +18812,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002030", @@ -21125,10 +18823,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002031", @@ -21138,10 +18834,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002032", @@ -21151,10 +18845,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002033", @@ -21164,10 +18856,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002034", @@ -21177,10 +18867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002035", @@ -21190,10 +18878,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002036", @@ -21203,10 +18889,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002037", @@ -21216,10 +18900,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002038", @@ -21229,10 +18911,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002039", @@ -21242,10 +18922,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002040", @@ -21255,10 +18933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1003000", @@ -23097,10 +20773,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000000", @@ -23111,10 +20785,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000001", @@ -23998,10 +21670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000053", @@ -24012,10 +21682,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000054", @@ -24026,10 +21694,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000055", @@ -24040,10 +21706,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000056", @@ -24054,10 +21718,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000057", @@ -24068,10 +21730,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000064", @@ -24166,10 +21826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000202", @@ -24197,10 +21855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000204", @@ -24211,10 +21867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000205", @@ -24225,10 +21879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000206", @@ -24239,10 +21891,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000207", @@ -24283,10 +21933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000214", @@ -24297,10 +21945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000215", @@ -24311,10 +21957,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000216", @@ -24325,10 +21969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000217", @@ -24339,10 +21981,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000218", @@ -24353,10 +21993,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000219", @@ -24367,10 +22005,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000220", @@ -24398,10 +22034,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000222", @@ -24429,10 +22063,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000224", @@ -24443,10 +22075,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000225", @@ -24457,10 +22087,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000226", @@ -24471,10 +22099,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000227", @@ -24515,10 +22141,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000234", @@ -24529,10 +22153,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000235", @@ -24543,10 +22165,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000236", @@ -24557,10 +22177,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000237", @@ -24571,10 +22189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000238", @@ -24585,10 +22201,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000239", @@ -24599,10 +22213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000301", @@ -24664,10 +22276,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000502", @@ -24678,10 +22288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000503", @@ -24692,10 +22300,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000504", @@ -24706,10 +22312,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000505", @@ -24720,10 +22324,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000506", @@ -24734,10 +22336,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000507", @@ -24748,10 +22348,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000508", @@ -24762,10 +22360,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000509", @@ -24776,10 +22372,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000510", @@ -24790,10 +22384,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000511", @@ -24804,10 +22396,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000512", @@ -24818,10 +22408,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000513", @@ -24832,10 +22420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000514", @@ -24846,10 +22432,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000515", @@ -24860,10 +22444,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000516", @@ -24874,10 +22456,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000517", @@ -25010,10 +22590,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000059", @@ -25024,10 +22602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000060", @@ -25038,10 +22614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000061", @@ -25052,10 +22626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000062", @@ -25066,10 +22638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000063", @@ -25080,10 +22650,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000071", diff --git a/metpo-full.owl b/metpo-full.owl index 1333c94b..e4479e0b 100644 --- a/metpo-full.owl +++ b/metpo-full.owl @@ -181,7 +181,7 @@ obsolete has susceptibility profile - true + true @@ -1015,7 +1015,7 @@ obsolete has temperature observation - true + true @@ -1025,7 +1025,7 @@ obsolete has optimum temperature observation - true + true @@ -1035,7 +1035,7 @@ obsolete has growth temperature observation - true + true @@ -1045,7 +1045,7 @@ obsolete has range temperature observation - true + true @@ -1055,7 +1055,7 @@ obsolete has temperature delta observation - true + true @@ -1065,7 +1065,7 @@ obsolete has culture temperature observation - true + true @@ -1168,7 +1168,7 @@ obsolete lyses - true + true @@ -1194,7 +1194,7 @@ obsolete fixes - true + true @@ -1204,7 +1204,7 @@ obsolete catabolizes - true + true @@ -1214,7 +1214,7 @@ obsolete mineralizes - true + true @@ -1224,7 +1224,7 @@ obsolete conjugates - true + true @@ -1296,7 +1296,7 @@ obsolete binds - true + true @@ -1306,7 +1306,7 @@ obsolete chelates - true + true @@ -1316,7 +1316,7 @@ obsolete precipitates - true + true @@ -1326,7 +1326,7 @@ obsolete solubilizes - true + true @@ -1336,7 +1336,7 @@ obsolete volatilizes - true + true @@ -1346,7 +1346,7 @@ obsolete crystallizes - true + true @@ -1356,7 +1356,7 @@ obsolete adsorbs - true + true @@ -1382,7 +1382,7 @@ obsolete does not lyse - true + true @@ -1408,7 +1408,7 @@ obsolete does not fix - true + true @@ -1418,7 +1418,7 @@ obsolete does not catabolize - true + true @@ -1428,7 +1428,7 @@ obsolete does not mineralize - true + true @@ -1438,7 +1438,7 @@ obsolete does not conjugate - true + true @@ -1510,7 +1510,7 @@ obsolete does not bind - true + true @@ -1520,7 +1520,7 @@ obsolete does not chelate - true + true @@ -1530,7 +1530,7 @@ obsolete does not precipitate - true + true @@ -1540,7 +1540,7 @@ obsolete does not solubilize - true + true @@ -1550,7 +1550,7 @@ obsolete does not volatilize - true + true @@ -1560,7 +1560,7 @@ obsolete does not crystallize - true + true @@ -1570,7 +1570,7 @@ obsolete has pH observation - true + true @@ -1633,7 +1633,7 @@ obsolete has optimum pH observation - true + true @@ -1643,7 +1643,7 @@ obsolete has growth pH observation - true + true @@ -1653,7 +1653,7 @@ obsolete has range pH observation - true + true @@ -1663,7 +1663,7 @@ obsolete has pH delta observation - true + true @@ -1673,7 +1673,7 @@ obsolete has culture pH observation - true + true @@ -1683,7 +1683,7 @@ obsolete has NaCl observation - true + true @@ -1693,7 +1693,7 @@ obsolete has optimum NaCl observation - true + true @@ -1703,7 +1703,7 @@ obsolete has growth NaCl observation - true + true @@ -1713,7 +1713,7 @@ obsolete has range NaCl observation - true + true @@ -1723,7 +1723,7 @@ obsolete has NaCl delta observation - true + true @@ -1733,7 +1733,7 @@ obsolete has observation - true + true @@ -1743,7 +1743,7 @@ obsolete has oxygen observation - true + true @@ -1753,7 +1753,7 @@ obsolete has optimum oxygen observation - true + true @@ -1763,7 +1763,7 @@ obsolete has growth oxygen observation - true + true @@ -1773,7 +1773,7 @@ obsolete has range oxygen observation - true + true @@ -1783,7 +1783,7 @@ obsolete has oxygen delta observation - true + true @@ -1922,7 +1922,7 @@ obsolete has observed spot value - true + true @@ -1932,7 +1932,7 @@ obsolete has minimum observed value - true + true @@ -1942,7 +1942,7 @@ obsolete has maximum observed value - true + true @@ -1952,7 +1952,7 @@ obsolete has value comments - true + true @@ -1962,7 +1962,7 @@ obsolete is negative data - true + true @@ -1972,7 +1972,7 @@ obsolete observation data property - true + true @@ -2478,7 +2478,7 @@ obsolete Temperature - true + true @@ -2489,7 +2489,7 @@ obsolete Salinity - true + true @@ -2500,7 +2500,7 @@ obsolete pH - true + true @@ -2511,7 +2511,7 @@ obsolete Oxygen - true + true @@ -2522,7 +2522,7 @@ obsolete Trophic type - true + true @@ -2533,7 +2533,7 @@ obsolete Motility - true + true @@ -2544,7 +2544,7 @@ obsolete Sporulation - true + true @@ -2555,7 +2555,7 @@ obsolete Pressure - true + true @@ -2566,7 +2566,7 @@ obsolete GC content - true + true @@ -2577,7 +2577,7 @@ obsolete Temperature - true + true @@ -2588,7 +2588,7 @@ obsolete Cell Width - true + true @@ -2599,7 +2599,7 @@ obsolete Cell Length - true + true @@ -2610,7 +2610,7 @@ obsolete Temperature Optimum - true + true @@ -2621,7 +2621,7 @@ obsolete Temperature Range - true + true @@ -2632,7 +2632,7 @@ obsolete pH Optimum - true + true @@ -2643,7 +2643,7 @@ obsolete pH Range - true + true @@ -2654,7 +2654,7 @@ obsolete NaCl Optimum - true + true @@ -2665,7 +2665,7 @@ obsolete NaCl Range - true + true @@ -2676,7 +2676,7 @@ obsolete pH delta - true + true @@ -2687,7 +2687,7 @@ obsolete NaCl delta - true + true @@ -2698,7 +2698,7 @@ obsolete Salinity - true + true @@ -2709,7 +2709,7 @@ obsolete Temperature Delta - true + true @@ -2720,7 +2720,7 @@ obsolete METPO Morphology - true + true @@ -2731,7 +2731,7 @@ obsolete Psychrophile - true + true @@ -2742,7 +2742,7 @@ obsolete Psychrotolerant - true + true @@ -2753,7 +2753,7 @@ obsolete Mesophilie - true + true @@ -2764,7 +2764,7 @@ obsolete Thermotolerant - true + true @@ -2775,7 +2775,7 @@ obsolete Thermophile - true + true @@ -2786,7 +2786,7 @@ obsolete Extreme thermophile - true + true @@ -2797,7 +2797,7 @@ obsolete Hyperthermophile - true + true @@ -2808,7 +2808,7 @@ obsolete Extreme hyperthermophile - true + true @@ -2819,7 +2819,7 @@ obsolete pH - true + true @@ -2830,7 +2830,7 @@ obsolete Halophile - true + true @@ -2841,7 +2841,7 @@ obsolete Non-halophile - true + true @@ -2852,7 +2852,7 @@ obsolete Slight halophile - true + true @@ -2863,7 +2863,7 @@ obsolete Moderate halophile - true + true @@ -2874,7 +2874,7 @@ obsolete Extreme halophile - true + true @@ -2885,7 +2885,7 @@ obsolete Halotolerant - true + true @@ -2896,7 +2896,7 @@ obsolete Haloalkaliphile - true + true @@ -2907,7 +2907,7 @@ obsolete Extreme Acidophile - true + true @@ -2918,7 +2918,7 @@ obsolete Acidophile - true + true @@ -2929,7 +2929,7 @@ obsolete Neutrophile - true + true @@ -2940,7 +2940,7 @@ obsolete Oxygen - true + true @@ -2951,7 +2951,7 @@ obsolete Alkaliphile - true + true @@ -2962,7 +2962,7 @@ obsolete Acid Tolerant - true + true @@ -2973,7 +2973,7 @@ obsolete Alkali Tolerant - true + true @@ -2984,7 +2984,7 @@ obsolete Extreme Alkaliphile - true + true @@ -2995,7 +2995,7 @@ obsolete Facultative acidophile - true + true @@ -3006,7 +3006,7 @@ obsolete Obligative acidophile - true + true @@ -3017,7 +3017,7 @@ obsolete Aerobe - true + true @@ -3028,7 +3028,7 @@ obsolete Anaerobe - true + true @@ -3039,7 +3039,7 @@ obsolete Facultative anaerobe - true + true @@ -3050,7 +3050,7 @@ obsolete Facultative aerobe - true + true @@ -3061,7 +3061,7 @@ obsolete Trophic type - true + true @@ -3072,7 +3072,7 @@ obsolete Microaerophile - true + true @@ -3083,7 +3083,7 @@ obsolete Aerotolerant - true + true @@ -3094,7 +3094,7 @@ obsolete Microaerotolerant - true + true @@ -3105,7 +3105,7 @@ obsolete Aerotolerant anaerobe - true + true @@ -3116,7 +3116,7 @@ obsolete Obligate aerobe - true + true @@ -3127,7 +3127,7 @@ obsolete Obligate anaerobe - true + true @@ -3138,7 +3138,7 @@ obsolete Oxygenic phototroph - true + true @@ -3149,7 +3149,7 @@ obsolete Anoxygenic phototroph - true + true @@ -3160,7 +3160,7 @@ obsolete Autotroph - true + true @@ -3171,7 +3171,7 @@ obsolete Photoautotroph - true + true @@ -3182,7 +3182,7 @@ obsolete Motility - true + true @@ -3193,7 +3193,7 @@ obsolete Chemoautotroph - true + true @@ -3204,7 +3204,7 @@ obsolete Heterotroph - true + true @@ -3215,7 +3215,7 @@ obsolete Photoheterotroph - true + true @@ -3226,7 +3226,7 @@ obsolete Chemoheterotroph - true + true @@ -3237,7 +3237,7 @@ obsolete Lithotroph - true + true @@ -3248,7 +3248,7 @@ obsolete Organotroph - true + true @@ -3259,7 +3259,7 @@ obsolete Phototroph - true + true @@ -3270,7 +3270,7 @@ obsolete Chemotroph - true + true @@ -3281,7 +3281,7 @@ obsolete Oligotroph - true + true @@ -3292,7 +3292,7 @@ obsolete Copiotroph - true + true @@ -3303,7 +3303,7 @@ obsolete Sporulation - true + true @@ -3314,7 +3314,7 @@ obsolete Lithoautotroph - true + true @@ -3325,7 +3325,7 @@ obsolete Mixotroph - true + true @@ -3336,7 +3336,7 @@ obsolete Lithoheterotroph - true + true @@ -3347,7 +3347,7 @@ obsolete Chemoorganoheterotroph - true + true @@ -3358,7 +3358,7 @@ obsolete Chemolithoautotroph - true + true @@ -3369,7 +3369,7 @@ obsolete Methylotroph - true + true @@ -3380,7 +3380,7 @@ obsolete Methanotroph - true + true @@ -3391,7 +3391,7 @@ obsolete Carboxydotroph - true + true @@ -3402,7 +3402,7 @@ obsolete Hydrogenotroph - true + true @@ -3413,7 +3413,7 @@ obsolete Hydrogen oxidizer - true + true @@ -3424,7 +3424,7 @@ obsolete Pressure - true + true @@ -3435,7 +3435,7 @@ obsolete Hydrogen producer - true + true @@ -3446,7 +3446,7 @@ obsolete Nitrogen fixer - true + true @@ -3457,7 +3457,7 @@ obsolete Methanogen - true + true @@ -3468,7 +3468,7 @@ obsolete Sulfate reducer - true + true @@ -3479,7 +3479,7 @@ obsolete Sulfur oxidizer - true + true @@ -3490,7 +3490,7 @@ obsolete Denitrifier - true + true @@ -3501,7 +3501,7 @@ obsolete Capnophile - true + true @@ -3512,7 +3512,7 @@ obsolete Motile - true + true @@ -3523,7 +3523,7 @@ obsolete Non-motile - true + true @@ -3534,7 +3534,7 @@ obsolete Flagellated - true + true @@ -3545,7 +3545,7 @@ obsolete GC content - true + true @@ -3556,7 +3556,7 @@ obsolete Peritrichous - true + true @@ -3567,7 +3567,7 @@ obsolete Lophotrichous - true + true @@ -3578,7 +3578,7 @@ obsolete Monotrichous - true + true @@ -3589,7 +3589,7 @@ obsolete Ciliated - true + true @@ -3600,7 +3600,7 @@ obsolete Gliding - true + true @@ -3611,7 +3611,7 @@ obsolete Twitching - true + true @@ -3622,7 +3622,7 @@ obsolete Sliding - true + true @@ -3633,7 +3633,7 @@ obsolete Swarming - true + true @@ -3644,7 +3644,7 @@ obsolete Endospores - true + true @@ -3655,7 +3655,7 @@ obsolete Exospores - true + true @@ -3666,7 +3666,7 @@ obsolete Cell Width - true + true @@ -3677,7 +3677,7 @@ obsolete Myxospores - true + true @@ -3688,7 +3688,7 @@ obsolete Arthrospores - true + true @@ -3699,7 +3699,7 @@ obsolete Conidia - true + true @@ -3710,7 +3710,7 @@ obsolete Sporangiospores - true + true @@ -3721,7 +3721,7 @@ obsolete Zygospores - true + true @@ -3732,7 +3732,7 @@ obsolete Akinetes - true + true @@ -3743,7 +3743,7 @@ obsolete Chlamydospores - true + true @@ -3754,7 +3754,7 @@ obsolete Sporocysts - true + true @@ -3765,7 +3765,7 @@ obsolete Hypnospores - true + true @@ -3776,7 +3776,7 @@ obsolete Gemmae - true + true @@ -3787,7 +3787,7 @@ obsolete Cell Length - true + true @@ -3798,7 +3798,7 @@ obsolete Oospores - true + true @@ -3809,7 +3809,7 @@ obsolete Azygospores - true + true @@ -3820,7 +3820,7 @@ obsolete Cysts - true + true @@ -3831,7 +3831,7 @@ obsolete Ascospores - true + true @@ -3842,7 +3842,7 @@ obsolete Basidiospores - true + true @@ -3853,7 +3853,7 @@ obsolete Aleuriospores - true + true @@ -3864,7 +3864,7 @@ obsolete Stylospores - true + true @@ -3875,7 +3875,7 @@ obsolete Sclerotia - true + true @@ -3886,7 +3886,7 @@ obsolete Zoospores - true + true @@ -3897,7 +3897,7 @@ obsolete Teliospores - true + true @@ -3908,7 +3908,7 @@ obsolete Temperature Optimum - true + true @@ -3919,7 +3919,7 @@ obsolete Urediniospores - true + true @@ -3930,7 +3930,7 @@ obsolete Pycnidiospores - true + true @@ -3941,7 +3941,7 @@ obsolete Acriospores - true + true @@ -3952,7 +3952,7 @@ obsolete Aplanospores - true + true @@ -3963,7 +3963,7 @@ obsolete Statismospores - true + true @@ -3974,7 +3974,7 @@ obsolete Barotolerant - true + true @@ -3985,7 +3985,7 @@ obsolete Piezophile - true + true @@ -3996,7 +3996,7 @@ obsolete Piezotolerant - true + true @@ -4007,7 +4007,7 @@ obsolete Piezosensitive - true + true @@ -4018,7 +4018,7 @@ obsolete Obligate barophile - true + true @@ -4029,7 +4029,7 @@ obsolete Temperature Range - true + true @@ -4040,7 +4040,7 @@ obsolete Facultative barophile - true + true @@ -4051,7 +4051,7 @@ obsolete Hyperbarophile - true + true @@ -4062,7 +4062,7 @@ obsolete Hypobarophile - true + true @@ -4073,7 +4073,7 @@ obsolete Atmospheric pressure-adapted - true + true @@ -4084,7 +4084,7 @@ obsolete Moderate piezophile - true + true @@ -4095,7 +4095,7 @@ obsolete Extreme piezophile - true + true @@ -4106,7 +4106,7 @@ obsolete Stenopiezic - true + true @@ -4117,7 +4117,7 @@ obsolete Eurypiezic - true + true @@ -4128,7 +4128,7 @@ obsolete Pressure-sensitive - true + true @@ -4139,7 +4139,7 @@ obsolete Pressure-resistant - true + true @@ -4150,7 +4150,7 @@ obsolete pH Optimum - true + true @@ -4161,7 +4161,7 @@ obsolete Pressure-adapted - true + true @@ -4172,7 +4172,7 @@ obsolete Piezo-acidophile - true + true @@ -4183,7 +4183,7 @@ obsolete Piezo-alkaliphile - true + true @@ -4194,7 +4194,7 @@ obsolete Piezo-halophile - true + true @@ -4205,7 +4205,7 @@ obsolete Piezo-psychrophile - true + true @@ -4216,7 +4216,7 @@ obsolete Piezo-thermophile - true + true @@ -4227,7 +4227,7 @@ obsolete Piezo-lithoautotrophe - true + true @@ -4238,7 +4238,7 @@ obsolete Piezo-chemoheterotroph - true + true @@ -4249,7 +4249,7 @@ obsolete Piezo-oligotroph - true + true @@ -4260,7 +4260,7 @@ obsolete Piezo-endolithic - true + true @@ -4271,7 +4271,7 @@ obsolete pH Range - true + true @@ -4282,7 +4282,7 @@ obsolete Piezo-tolerant - true + true @@ -4293,7 +4293,7 @@ obsolete GC low - true + true @@ -4304,7 +4304,7 @@ obsolete GC mid1 - true + true @@ -4315,7 +4315,7 @@ obsolete GC mid2 - true + true @@ -4326,7 +4326,7 @@ obsolete GC high - true + true @@ -4337,7 +4337,7 @@ obsolete Cell width very low - true + true @@ -4348,7 +4348,7 @@ obsolete Cell width low - true + true @@ -4359,7 +4359,7 @@ obsolete Cell width mid - true + true @@ -4370,7 +4370,7 @@ obsolete Cell width high - true + true @@ -4381,7 +4381,7 @@ obsolete Cell length very low - true + true @@ -4392,7 +4392,7 @@ obsolete NaCl Optimum - true + true @@ -4403,7 +4403,7 @@ obsolete Cell length low - true + true @@ -4414,7 +4414,7 @@ obsolete Cell length mid - true + true @@ -4425,7 +4425,7 @@ obsolete Cell length high - true + true @@ -4436,7 +4436,7 @@ obsolete Temperature Optimum very low - true + true @@ -4447,7 +4447,7 @@ obsolete Temperature Optimum low - true + true @@ -4458,7 +4458,7 @@ obsolete Temperature Optimum mid1 - true + true @@ -4469,7 +4469,7 @@ obsolete Temperature Optimum mid2 - true + true @@ -4480,7 +4480,7 @@ obsolete Temperature Optimum mid3 - true + true @@ -4491,7 +4491,7 @@ obsolete Temperature Optimum mid4 - true + true @@ -4502,7 +4502,7 @@ obsolete Temperature Optimum high - true + true @@ -4513,7 +4513,7 @@ obsolete NaCl Range - true + true @@ -4524,7 +4524,7 @@ obsolete Temperature Range very low - true + true @@ -4535,7 +4535,7 @@ obsolete Temperature Range low - true + true @@ -4546,7 +4546,7 @@ obsolete Temperature Range mid1 - true + true @@ -4557,7 +4557,7 @@ obsolete Temperature Range mid2 - true + true @@ -4568,7 +4568,7 @@ obsolete Temperature Range mid3 - true + true @@ -4579,7 +4579,7 @@ obsolete Temperature Range mid4 - true + true @@ -4590,7 +4590,7 @@ obsolete Temperature Range high - true + true @@ -4601,7 +4601,7 @@ obsolete pH Optimum low - true + true @@ -4612,7 +4612,7 @@ obsolete pH Optimum mid1 - true + true @@ -4623,7 +4623,7 @@ obsolete pH Optimum mid2 - true + true @@ -4634,7 +4634,7 @@ obsolete pH delta - true + true @@ -4645,7 +4645,7 @@ obsolete pH Optimum high - true + true @@ -4656,7 +4656,7 @@ obsolete pH Range very low - true + true @@ -4667,7 +4667,7 @@ obsolete pH Range low - true + true @@ -4678,7 +4678,7 @@ obsolete pH Range mid1 - true + true @@ -4689,7 +4689,7 @@ obsolete pH Range mid2 - true + true @@ -4700,7 +4700,7 @@ obsolete pH Range mid3 - true + true @@ -4711,7 +4711,7 @@ obsolete pH Range high - true + true @@ -4722,7 +4722,7 @@ obsolete NaCl Optimum low - true + true @@ -4733,7 +4733,7 @@ obsolete NaCl Optimum mid1 - true + true @@ -4744,7 +4744,7 @@ obsolete NaCl Optimum mid2 - true + true @@ -4755,7 +4755,7 @@ obsolete NaCl delta - true + true @@ -4766,7 +4766,7 @@ obsolete NaCl Optimum high - true + true @@ -4777,7 +4777,7 @@ obsolete NaCl Range low - true + true @@ -4788,7 +4788,7 @@ obsolete NaCl Range mid1 - true + true @@ -4799,7 +4799,7 @@ obsolete NaCl Range mid2 - true + true @@ -4810,7 +4810,7 @@ obsolete NaCl Range high - true + true @@ -4821,7 +4821,7 @@ obsolete pH Delta very low - true + true @@ -4832,7 +4832,7 @@ obsolete pH Delta low - true + true @@ -4843,7 +4843,7 @@ obsolete pH Delta mid1 - true + true @@ -4854,7 +4854,7 @@ obsolete pH Delta mid2 - true + true @@ -4865,7 +4865,7 @@ obsolete pH Delta mid3 - true + true @@ -4876,7 +4876,7 @@ obsolete Temperature Delta - true + true @@ -4887,7 +4887,7 @@ obsolete pH Delta high - true + true @@ -4898,7 +4898,7 @@ obsolete NaCl Delta low - true + true @@ -4909,7 +4909,7 @@ obsolete NaCl Delta mid2 - true + true @@ -4920,7 +4920,7 @@ obsolete NaCl Delta mid2 - true + true @@ -4931,7 +4931,7 @@ obsolete NaCl Delta high - true + true @@ -4942,7 +4942,7 @@ obsolete Temperature Delta very low - true + true @@ -4953,7 +4953,7 @@ obsolete Temperature Delta low - true + true @@ -4964,7 +4964,7 @@ obsolete Temperature Delta mid1 - true + true @@ -4975,7 +4975,7 @@ obsolete Temperature Delta mid2 - true + true @@ -4986,7 +4986,7 @@ obsolete Temperature Delta high - true + true @@ -4997,7 +4997,7 @@ obsolete Morphology - true + true @@ -5008,7 +5008,7 @@ obsolete Bacillus - true + true @@ -5019,7 +5019,7 @@ obsolete Branced - true + true @@ -5030,7 +5030,7 @@ obsolete Coccobacillus - true + true @@ -5041,7 +5041,7 @@ obsolete Coccus - true + true @@ -5052,7 +5052,7 @@ obsolete Crescent - true + true @@ -5063,7 +5063,7 @@ obsolete Curved - true + true @@ -5074,7 +5074,7 @@ obsolete Curved Spiral - true + true @@ -5085,7 +5085,7 @@ obsolete Diplococcus - true + true @@ -5096,7 +5096,7 @@ obsolete Disc - true + true @@ -5107,7 +5107,7 @@ obsolete Dumbbell - true + true @@ -5118,7 +5118,7 @@ obsolete Other - true + true @@ -5129,7 +5129,7 @@ obsolete Ellipsoidal - true + true @@ -5140,7 +5140,7 @@ obsolete Filament - true + true @@ -5151,7 +5151,7 @@ obsolete Flask - true + true @@ -5162,7 +5162,7 @@ obsolete Fusiform - true + true @@ -5173,7 +5173,7 @@ obsolete Helical - true + true @@ -5184,7 +5184,7 @@ obsolete Irregular - true + true @@ -5195,7 +5195,7 @@ obsolete Oval - true + true @@ -5206,7 +5206,7 @@ obsolete Ovoid - true + true @@ -5217,7 +5217,7 @@ obsolete Pleomorphic - true + true @@ -5228,7 +5228,7 @@ obsolete Ring - true + true @@ -5239,7 +5239,7 @@ obsolete Psychrophile - true + true @@ -5250,7 +5250,7 @@ obsolete Rod - true + true @@ -5261,7 +5261,7 @@ obsolete Sphere - true + true @@ -5272,7 +5272,7 @@ obsolete Spindle - true + true @@ -5283,7 +5283,7 @@ obsolete Spiral - true + true @@ -5294,7 +5294,7 @@ obsolete Spirochete - true + true @@ -5305,7 +5305,7 @@ obsolete Spore - true + true @@ -5316,7 +5316,7 @@ obsolete Square - true + true @@ -5327,7 +5327,7 @@ obsolete Star - true + true @@ -5338,7 +5338,7 @@ obsolete Star - Dumbbell - Pleomorphic - true + true @@ -5349,7 +5349,7 @@ obsolete Tailed - true + true @@ -5360,7 +5360,7 @@ obsolete Psychrotolerant - true + true @@ -5371,7 +5371,7 @@ obsolete Triangular - true + true @@ -5382,7 +5382,7 @@ obsolete Vibrio - true + true @@ -5393,7 +5393,7 @@ obsolete Environmental Parameter - true + true @@ -5404,7 +5404,7 @@ obsolete Growth Condition - true + true @@ -5415,7 +5415,7 @@ obsolete Physiological Trait - true + true @@ -5426,7 +5426,7 @@ obsolete Metabolic Classification - true + true @@ -5437,7 +5437,7 @@ obsolete Cellular Characteristic - true + true @@ -5448,7 +5448,7 @@ obsolete Taxonomic Feature - true + true @@ -5459,7 +5459,7 @@ obsolete Microbial Adaptation - true + true @@ -5470,7 +5470,7 @@ obsolete Growth Parameter - true + true @@ -5481,7 +5481,7 @@ obsolete Mesophilie - true + true @@ -5492,7 +5492,7 @@ obsolete Structural Feature - true + true @@ -5503,7 +5503,7 @@ obsolete Temperature Adaptation - true + true @@ -5514,7 +5514,7 @@ obsolete Salinity Adaptation - true + true @@ -5525,7 +5525,7 @@ obsolete pH Adaptation - true + true @@ -5536,7 +5536,7 @@ obsolete Oxygen Requirement - true + true @@ -5547,7 +5547,7 @@ obsolete Carbon Source Utilization - true + true @@ -5558,7 +5558,7 @@ obsolete Energy Acquisition Mode - true + true @@ -5569,7 +5569,7 @@ obsolete Electron Donor Type - true + true @@ -5580,7 +5580,7 @@ obsolete Motility Mechanism - true + true @@ -5591,7 +5591,7 @@ obsolete Motility Structure - true + true @@ -5602,7 +5602,7 @@ obsolete Thermotolerant - true + true @@ -5613,7 +5613,7 @@ obsolete Bacterial Spore Type - true + true @@ -5624,7 +5624,7 @@ obsolete Fungal Spore Type - true + true @@ -5635,7 +5635,7 @@ obsolete Reproductive Structure - true + true @@ -5646,7 +5646,7 @@ obsolete Dormancy Structure - true + true @@ -5657,7 +5657,7 @@ obsolete Pressure Adaptation Type - true + true @@ -5668,7 +5668,7 @@ obsolete Pressure Tolerance Range - true + true @@ -5679,7 +5679,7 @@ obsolete Genomic Feature - true + true @@ -5690,7 +5690,7 @@ obsolete Cell Dimension - true + true @@ -5701,7 +5701,7 @@ obsolete Optimal Growth Parameter - true + true @@ -5712,7 +5712,7 @@ obsolete Growth Range Parameter - true + true @@ -5723,7 +5723,7 @@ obsolete Thermophile - true + true @@ -5734,7 +5734,7 @@ obsolete Growth Tolerance Metric - true + true @@ -5745,7 +5745,7 @@ obsolete Cell Shape - true + true @@ -5756,7 +5756,7 @@ obsolete Cell Arrangement - true + true @@ -5767,7 +5767,7 @@ obsolete Colony Morphology - true + true @@ -5778,7 +5778,7 @@ obsolete Physical Property - true + true @@ -5789,7 +5789,7 @@ obsolete Environmental Context - true + true @@ -5800,7 +5800,7 @@ obsolete Biological Property - true + true @@ -5811,7 +5811,7 @@ obsolete Functional Classification - true + true @@ -5822,7 +5822,7 @@ obsolete Classification Property - true + true @@ -5833,7 +5833,7 @@ obsolete METPO Biological Process - true + true @@ -5844,7 +5844,7 @@ obsolete Extreme thermophile - true + true @@ -5855,7 +5855,7 @@ obsolete Measurable Property - true + true @@ -5866,7 +5866,7 @@ obsolete Gram-stain negative - true + true @@ -5877,7 +5877,7 @@ obsolete Gram-stain positive - true + true @@ -5888,7 +5888,7 @@ obsolete Hyperthermophile - true + true @@ -5899,7 +5899,7 @@ obsolete Extreme hyperthermophile - true + true @@ -5910,7 +5910,7 @@ obsolete Halophile - true + true @@ -5921,7 +5921,7 @@ obsolete Non-halophile - true + true @@ -5932,7 +5932,7 @@ obsolete Slight halophile - true + true @@ -5943,7 +5943,7 @@ obsolete Moderate halophile - true + true @@ -5954,7 +5954,7 @@ obsolete Extreme halophile - true + true @@ -5965,7 +5965,7 @@ obsolete Halotolerant - true + true @@ -5976,7 +5976,7 @@ obsolete Haloalkaliphile - true + true @@ -5987,7 +5987,7 @@ obsolete Extreme Acidophile - true + true @@ -5998,7 +5998,7 @@ obsolete Acidophile - true + true @@ -6009,7 +6009,7 @@ obsolete Neutrophile - true + true @@ -6020,7 +6020,7 @@ obsolete Alkaliphile - true + true @@ -6031,7 +6031,7 @@ obsolete Acid Tolerant - true + true @@ -6042,7 +6042,7 @@ obsolete Alkali Tolerant - true + true @@ -6053,7 +6053,7 @@ obsolete Extreme Alkaliphile - true + true @@ -6064,7 +6064,7 @@ obsolete Facultative acidophile - true + true @@ -6075,7 +6075,7 @@ obsolete Obligative acidophile - true + true @@ -6086,7 +6086,7 @@ obsolete Aerobe - true + true @@ -6097,7 +6097,7 @@ obsolete Anaerobe - true + true @@ -6108,7 +6108,7 @@ obsolete Facultative anaerobe - true + true @@ -6119,7 +6119,7 @@ obsolete Facultative aerobe - true + true @@ -6130,7 +6130,7 @@ obsolete Microaerophile - true + true @@ -6141,7 +6141,7 @@ obsolete Aerotolerant - true + true @@ -6152,7 +6152,7 @@ obsolete Microaerotolerant - true + true @@ -6163,7 +6163,7 @@ obsolete Aerotolerant anaerobe - true + true @@ -6174,7 +6174,7 @@ obsolete Obligate aerobe - true + true @@ -6185,7 +6185,7 @@ obsolete Obligate anaerobe - true + true @@ -6196,7 +6196,7 @@ obsolete Oxygenic phototroph - true + true @@ -6207,7 +6207,7 @@ obsolete Anoxygenic phototroph - true + true @@ -6218,7 +6218,7 @@ obsolete Autotroph - true + true @@ -6229,7 +6229,7 @@ obsolete Photoautotroph - true + true @@ -6240,7 +6240,7 @@ obsolete Chemoautotroph - true + true @@ -6251,7 +6251,7 @@ obsolete Heterotroph - true + true @@ -6262,7 +6262,7 @@ obsolete Photoheterotroph - true + true @@ -6273,7 +6273,7 @@ obsolete Chemoheterotroph - true + true @@ -6284,7 +6284,7 @@ obsolete Lithotroph - true + true @@ -6295,7 +6295,7 @@ obsolete Organotroph - true + true @@ -6306,7 +6306,7 @@ obsolete Phototroph - true + true @@ -6317,7 +6317,7 @@ obsolete Chemotroph - true + true @@ -6328,7 +6328,7 @@ obsolete Oligotroph - true + true @@ -6339,7 +6339,7 @@ obsolete Copiotroph - true + true @@ -6350,7 +6350,7 @@ obsolete Lithoautotroph - true + true @@ -6361,7 +6361,7 @@ obsolete Mixotroph - true + true @@ -6372,7 +6372,7 @@ obsolete Lithoheterotroph - true + true @@ -6383,7 +6383,7 @@ obsolete Chemoorganoheterotroph - true + true @@ -6394,7 +6394,7 @@ obsolete Chemolithoautotroph - true + true @@ -6405,7 +6405,7 @@ obsolete Methylotroph - true + true @@ -6416,7 +6416,7 @@ obsolete Methanotroph - true + true @@ -6427,7 +6427,7 @@ obsolete Carboxydotroph - true + true @@ -6438,7 +6438,7 @@ obsolete Hydrogenotroph - true + true @@ -6449,7 +6449,7 @@ obsolete Hydrogen oxidizer - true + true @@ -6460,7 +6460,7 @@ obsolete Hydrogen producer - true + true @@ -6471,7 +6471,7 @@ obsolete Nitrogen fixer - true + true @@ -6482,7 +6482,7 @@ obsolete Methanogen - true + true @@ -6493,7 +6493,7 @@ obsolete Sulfate reducer - true + true @@ -6504,7 +6504,7 @@ obsolete Sulfur oxidizer - true + true @@ -6515,7 +6515,7 @@ obsolete Denitrifier - true + true @@ -6526,7 +6526,7 @@ obsolete Capnophile - true + true @@ -6537,7 +6537,7 @@ obsolete Motile - true + true @@ -6548,7 +6548,7 @@ obsolete Non-motile - true + true @@ -6559,7 +6559,7 @@ obsolete Flagellated - true + true @@ -6570,7 +6570,7 @@ obsolete Peritrichous - true + true @@ -6581,7 +6581,7 @@ obsolete Lophotrichous - true + true @@ -6592,7 +6592,7 @@ obsolete Monotrichous - true + true @@ -6603,7 +6603,7 @@ obsolete Ciliated - true + true @@ -6614,7 +6614,7 @@ obsolete Gliding - true + true @@ -6625,7 +6625,7 @@ obsolete Twitching - true + true @@ -6636,7 +6636,7 @@ obsolete Sliding - true + true @@ -6647,7 +6647,7 @@ obsolete Swarming - true + true @@ -6658,7 +6658,7 @@ obsolete Endospores - true + true @@ -6669,7 +6669,7 @@ obsolete Exospores - true + true @@ -6680,7 +6680,7 @@ obsolete sensitivity to oxygen - true + true @@ -6691,7 +6691,7 @@ obsolete sensitivity toward - true + true @@ -6702,7 +6702,7 @@ obsolete 'organismal quality' - true + true @@ -6713,7 +6713,7 @@ obsolete 'physicial object quality' - true + true @@ -6724,7 +6724,7 @@ obsolete 'quality' - true + true @@ -6735,7 +6735,7 @@ obsolete size - true + true @@ -6746,7 +6746,7 @@ obsolete 1-D extent - true + true @@ -6757,7 +6757,7 @@ obsolete width - true + true @@ -6768,7 +6768,7 @@ obsolete length - true + true @@ -6779,7 +6779,7 @@ obsolete Myxospores - true + true @@ -6790,7 +6790,7 @@ obsolete 'prokaryotic metabolically differentiated cell' - true + true @@ -6801,7 +6801,7 @@ obsolete heterotrophy - true + true @@ -6812,7 +6812,7 @@ obsolete structure - true + true @@ -6823,7 +6823,7 @@ obsolete spore type - true + true @@ -6834,7 +6834,7 @@ obsolete sensitivity toward pressure - true + true @@ -6845,7 +6845,7 @@ obsolete sensitivity toward NaCl - true + true @@ -6856,7 +6856,7 @@ obsolete sensitivity toward pH - true + true @@ -6867,7 +6867,7 @@ obsolete sensitivity toward temperature - true + true @@ -6878,7 +6878,7 @@ obsolete Arthrospores - true + true @@ -6889,7 +6889,7 @@ obsolete metabolic constraints - true + true @@ -6900,7 +6900,7 @@ obsolete cell by chemical produced - true + true @@ -6911,7 +6911,7 @@ obsolete Conidia - true + true @@ -6922,7 +6922,7 @@ obsolete Sporangiospores - true + true @@ -6933,7 +6933,7 @@ obsolete Zygospores - true + true @@ -6944,7 +6944,7 @@ obsolete Akinetes - true + true @@ -6955,7 +6955,7 @@ obsolete Chlamydospores - true + true @@ -6966,7 +6966,7 @@ obsolete Sporocysts - true + true @@ -6977,7 +6977,7 @@ obsolete Hypnospores - true + true @@ -6988,7 +6988,7 @@ obsolete Gemmae - true + true @@ -6999,7 +6999,7 @@ obsolete Oospores - true + true @@ -7010,7 +7010,7 @@ obsolete Azygospores - true + true @@ -7021,7 +7021,7 @@ obsolete Cysts - true + true @@ -7032,7 +7032,7 @@ obsolete Ascospores - true + true @@ -7043,7 +7043,7 @@ obsolete Basidiospores - true + true @@ -7054,7 +7054,7 @@ obsolete Aleuriospores - true + true @@ -7065,7 +7065,7 @@ obsolete Stylospores - true + true @@ -7076,7 +7076,7 @@ obsolete Sclerotia - true + true @@ -7087,7 +7087,7 @@ obsolete Zoospores - true + true @@ -7098,7 +7098,7 @@ obsolete Teliospores - true + true @@ -7109,7 +7109,7 @@ obsolete Urediniospores - true + true @@ -7120,7 +7120,7 @@ obsolete Pycnidiospores - true + true @@ -7131,7 +7131,7 @@ obsolete Acriospores - true + true @@ -7142,7 +7142,7 @@ obsolete Aplanospores - true + true @@ -7153,7 +7153,7 @@ obsolete Statismospores - true + true @@ -7164,7 +7164,7 @@ obsolete Barotolerant - true + true @@ -7175,7 +7175,7 @@ obsolete Piezophile - true + true @@ -7186,7 +7186,7 @@ obsolete Piezotolerant - true + true @@ -7197,7 +7197,7 @@ obsolete Piezosensitive - true + true @@ -7208,7 +7208,7 @@ obsolete Obligate barophile - true + true @@ -7219,7 +7219,7 @@ obsolete Facultative barophile - true + true @@ -7230,7 +7230,7 @@ obsolete Hyperbarophile - true + true @@ -7241,7 +7241,7 @@ obsolete Hypobarophile - true + true @@ -7252,7 +7252,7 @@ obsolete Atmospheric pressure-adapted - true + true @@ -7263,7 +7263,7 @@ obsolete Moderate piezophile - true + true @@ -7274,7 +7274,7 @@ obsolete Extreme piezophile - true + true @@ -7285,7 +7285,7 @@ obsolete Stenopiezic - true + true @@ -7296,7 +7296,7 @@ obsolete Eurypiezic - true + true @@ -7307,7 +7307,7 @@ obsolete Pressure-sensitive - true + true @@ -7318,7 +7318,7 @@ obsolete Pressure-resistant - true + true @@ -7329,7 +7329,7 @@ obsolete Pressure-adapted - true + true @@ -7340,7 +7340,7 @@ obsolete Piezo-acidophile - true + true @@ -7351,7 +7351,7 @@ obsolete Piezo-alkaliphile - true + true @@ -7362,7 +7362,7 @@ obsolete Piezo-halophile - true + true @@ -7373,7 +7373,7 @@ obsolete Piezo-psychrophile - true + true @@ -7384,7 +7384,7 @@ obsolete Piezo-thermophile - true + true @@ -7395,7 +7395,7 @@ obsolete Piezo-lithoautotrophe - true + true @@ -7406,7 +7406,7 @@ obsolete Piezo-chemoheterotroph - true + true @@ -7417,7 +7417,7 @@ obsolete Piezo-oligotroph - true + true @@ -7428,7 +7428,7 @@ obsolete Piezo-endolithic - true + true @@ -7439,7 +7439,7 @@ obsolete Piezo-tolerant - true + true @@ -7450,7 +7450,7 @@ obsolete GC% low ( < 42.65) - true + true @@ -7461,7 +7461,7 @@ obsolete GC% mid1 (42.65 - 57) - true + true @@ -7472,7 +7472,7 @@ obsolete GC% mid2 (57 - 66.3) - true + true @@ -7483,7 +7483,7 @@ obsolete GC% high ( > 66.3) - true + true @@ -7494,7 +7494,7 @@ obsolete Cell width uM very low (< 0.5) - true + true @@ -7505,7 +7505,7 @@ obsolete Cell width uM low (0.5 - 0.65) - true + true @@ -7516,7 +7516,7 @@ obsolete Cell width uM mid (0.65 - 0.9) - true + true @@ -7527,7 +7527,7 @@ obsolete Cell width uM high (> 0.9) - true + true @@ -7538,7 +7538,7 @@ obsolete Cell length uM very low (<= 1.3) - true + true @@ -7549,7 +7549,7 @@ obsolete Cell length uM low (1.3 - 2) - true + true @@ -7560,7 +7560,7 @@ obsolete Cell length uM mid (2 - 3) - true + true @@ -7571,7 +7571,7 @@ obsolete Cell length uM high (> 3) - true + true @@ -7582,7 +7582,7 @@ obsolete Temperature Optimum C very low (<= 10) - true + true @@ -7593,7 +7593,7 @@ obsolete Temperature Optimum C low (10 - 22) - true + true @@ -7604,7 +7604,7 @@ obsolete Temperature Optimum C mid1 (22 - 27) - true + true @@ -7615,7 +7615,7 @@ obsolete Temperature Optimum C mid2 (27 - 30) - true + true @@ -7626,7 +7626,7 @@ obsolete Temperature Optimum C mid3 (30 - 34) - true + true @@ -7637,7 +7637,7 @@ obsolete Temperature Optimum C mid4 (34 - 40) - true + true @@ -7648,7 +7648,7 @@ obsolete Temperature Optimum C high (> 40) - true + true @@ -7659,7 +7659,7 @@ obsolete Temperature Range C very low (<= 10) - true + true @@ -7670,7 +7670,7 @@ obsolete Temperature Range C low (10 - 22) - true + true @@ -7681,7 +7681,7 @@ obsolete Temperature Range C mid1 (22 - 27) - true + true @@ -7692,7 +7692,7 @@ obsolete Temperature Range C mid2 (27 - 30) - true + true @@ -7703,7 +7703,7 @@ obsolete Temperature Range C mid3 (30 - 34) - true + true @@ -7714,7 +7714,7 @@ obsolete Temperature Range C mid4 (34 - 40) - true + true @@ -7725,7 +7725,7 @@ obsolete Temperature Range C high (> 40) - true + true @@ -7736,7 +7736,7 @@ obsolete pH Optimum low (0 - 6) - true + true @@ -7747,7 +7747,7 @@ obsolete pH Optimum mid1 (6 - 7) - true + true @@ -7758,7 +7758,7 @@ obsolete pH Optimum mid2 (7 - 8) - true + true @@ -7769,7 +7769,7 @@ obsolete pH Optimum high (8 - 14) - true + true @@ -7780,7 +7780,7 @@ obsolete pH Range very low (0 - 4) - true + true @@ -7791,7 +7791,7 @@ obsolete pH Range low (4 - 6) - true + true @@ -7802,7 +7802,7 @@ obsolete pH Range mid1 (6 - 7) - true + true @@ -7813,7 +7813,7 @@ obsolete pH Range mid2 (7 - 8) - true + true @@ -7824,7 +7824,7 @@ obsolete pH Range mid3 (8 - 10) - true + true @@ -7835,7 +7835,7 @@ obsolete pH Range high (10 - 14) - true + true @@ -7846,7 +7846,7 @@ obsolete % NaCl Optimum low (<= 1) - true + true @@ -7857,7 +7857,7 @@ obsolete % NaCl Optimum mid1 (1 - 3) - true + true @@ -7868,7 +7868,7 @@ obsolete % NaCl Optimum mid2 (3 - 8) - true + true @@ -7879,7 +7879,7 @@ obsolete % NaCl Optimum high (> 8) - true + true @@ -7890,7 +7890,7 @@ obsolete % NaCl Range low (<= 1) - true + true @@ -7901,7 +7901,7 @@ obsolete % NaCl Range mid1 (1 - 3) - true + true @@ -7912,7 +7912,7 @@ obsolete % NaCl Range mid2 (3 - 8) - true + true @@ -7923,7 +7923,7 @@ obsolete % NaCl Range high (> 8) - true + true @@ -7934,7 +7934,7 @@ obsolete pH delta very low (<= 1) - true + true @@ -7945,7 +7945,7 @@ obsolete pH delta low (1 - 2) - true + true @@ -7956,7 +7956,7 @@ obsolete pH delta mid1 (2 - 3) - true + true @@ -7967,7 +7967,7 @@ obsolete pH delta mid2 (3 - 4) - true + true @@ -7978,7 +7978,7 @@ obsolete pH delta mid3 (4 - 5) - true + true @@ -7989,7 +7989,7 @@ obsolete pH delta high (5 - 9) - true + true @@ -8000,7 +8000,7 @@ obsolete % NaCl delta low (<= 1) - true + true @@ -8011,7 +8011,7 @@ obsolete % NaCl delta mid2 (1 - 3) - true + true @@ -8022,7 +8022,7 @@ obsolete % NaCl delta mid2 (3 - 8) - true + true @@ -8033,7 +8033,7 @@ obsolete % NaCl delta high (>= 8) - true + true @@ -8044,7 +8044,7 @@ obsolete Temperature C delta very low (1 - 5) - true + true @@ -8055,7 +8055,7 @@ obsolete Temperature C delta low (5 - 10) - true + true @@ -8066,7 +8066,7 @@ obsolete Temperature C delta mid1 (10 - 20) - true + true @@ -8077,7 +8077,7 @@ obsolete Temperature C delta mid2 (20 - 30) - true + true @@ -8088,7 +8088,7 @@ obsolete Temperature C delta high (>= 30) - true + true @@ -8099,7 +8099,7 @@ obsolete bacillus - true + true @@ -8110,7 +8110,7 @@ obsolete branced - true + true @@ -8121,7 +8121,7 @@ obsolete coccobacillus - true + true @@ -8132,7 +8132,7 @@ obsolete coccus - true + true @@ -8143,7 +8143,7 @@ obsolete crescent - true + true @@ -8154,7 +8154,7 @@ obsolete curved - true + true @@ -8165,7 +8165,7 @@ obsolete curved spiral - true + true @@ -8176,7 +8176,7 @@ obsolete diplococcus - true + true @@ -8187,7 +8187,7 @@ obsolete disc - true + true @@ -8198,7 +8198,7 @@ obsolete dumbbell - true + true @@ -8209,7 +8209,7 @@ obsolete ellipsoidal - true + true @@ -8220,7 +8220,7 @@ obsolete filament - true + true @@ -8231,7 +8231,7 @@ obsolete flask - true + true @@ -8242,7 +8242,7 @@ obsolete fusiform - true + true @@ -8253,7 +8253,7 @@ obsolete helical - true + true @@ -8264,7 +8264,7 @@ obsolete irregular - true + true @@ -8275,7 +8275,7 @@ obsolete oval - true + true @@ -8286,7 +8286,7 @@ obsolete ovoid - true + true @@ -8297,7 +8297,7 @@ obsolete pleomorphic - true + true @@ -8308,7 +8308,7 @@ obsolete ring - true + true @@ -8319,7 +8319,7 @@ obsolete rod - true + true @@ -8330,7 +8330,7 @@ obsolete sphere - true + true @@ -8341,7 +8341,7 @@ obsolete spindle - true + true @@ -8352,7 +8352,7 @@ obsolete spiral - true + true @@ -8363,7 +8363,7 @@ obsolete spirochete - true + true @@ -8374,7 +8374,7 @@ obsolete spore - true + true @@ -8385,7 +8385,7 @@ obsolete square - true + true @@ -8396,7 +8396,7 @@ obsolete star - true + true @@ -8407,7 +8407,7 @@ obsolete star - dumbbell - pleomorphic - true + true @@ -8418,7 +8418,7 @@ obsolete tailed - true + true @@ -8429,7 +8429,7 @@ obsolete triangular - true + true @@ -8440,7 +8440,7 @@ obsolete vibrio - true + true @@ -8451,7 +8451,7 @@ obsolete Environmental Parameter - true + true @@ -8462,7 +8462,7 @@ obsolete Growth Condition - true + true @@ -8473,7 +8473,7 @@ obsolete Physiological Trait - true + true @@ -8484,7 +8484,7 @@ obsolete Metabolic Classification - true + true @@ -8495,7 +8495,7 @@ obsolete Cellular Characteristic - true + true @@ -8506,7 +8506,7 @@ obsolete Taxonomic Feature - true + true @@ -8517,7 +8517,7 @@ obsolete Microbial Adaptation - true + true @@ -8528,7 +8528,7 @@ obsolete Growth Parameter - true + true @@ -8539,7 +8539,7 @@ obsolete Structural Feature - true + true @@ -8550,7 +8550,7 @@ obsolete Temperature Adaptation - true + true @@ -8561,7 +8561,7 @@ obsolete Salinity Adaptation - true + true @@ -8572,7 +8572,7 @@ obsolete pH Adaptation - true + true @@ -8583,7 +8583,7 @@ obsolete Oxygen Requirement - true + true @@ -8594,7 +8594,7 @@ obsolete Carbon Source Utilization - true + true @@ -8605,7 +8605,7 @@ obsolete Energy Acquisition Mode - true + true @@ -8616,7 +8616,7 @@ obsolete Electron Donor Type - true + true @@ -8627,7 +8627,7 @@ obsolete Motility Mechanism - true + true @@ -8638,7 +8638,7 @@ obsolete Motility Structure - true + true @@ -8649,7 +8649,7 @@ obsolete Bacterial Spore Type - true + true @@ -8660,7 +8660,7 @@ obsolete Fungal Spore Type - true + true @@ -8671,7 +8671,7 @@ obsolete Reproductive Structure - true + true @@ -8682,7 +8682,7 @@ obsolete Dormancy Structure - true + true @@ -8693,7 +8693,7 @@ obsolete Pressure Adaptation Type - true + true @@ -8704,7 +8704,7 @@ obsolete Pressure Tolerance Range - true + true @@ -8715,7 +8715,7 @@ obsolete GenomicFeature - true + true @@ -8726,7 +8726,7 @@ obsolete Cell Dimension - true + true @@ -8737,7 +8737,7 @@ obsolete Optimal Growth Parameter - true + true @@ -8748,7 +8748,7 @@ obsolete Growth Range Parameter - true + true @@ -8759,7 +8759,7 @@ obsolete Growth Tolerance Metric - true + true @@ -8770,7 +8770,7 @@ obsolete Cell Shape - true + true @@ -8781,7 +8781,7 @@ obsolete Cell Arrangement - true + true @@ -8792,7 +8792,7 @@ obsolete Colony Morphology - true + true @@ -8803,7 +8803,7 @@ obsolete acid-fast - true + true @@ -8814,7 +8814,7 @@ obsolete acidophile - true + true @@ -8825,7 +8825,7 @@ obsolete active transport - true + true @@ -8836,7 +8836,7 @@ obsolete adaptation - true + true @@ -8847,7 +8847,7 @@ obsolete adaptive trait - true + true @@ -8858,7 +8858,7 @@ obsolete adhesin - true + true @@ -8869,7 +8869,7 @@ obsolete adhesion structure - true + true @@ -8880,7 +8880,7 @@ obsolete aerobe - true + true @@ -8891,7 +8891,7 @@ obsolete aerobic respiration - true + true @@ -8902,7 +8902,7 @@ obsolete aerotolerant - true + true @@ -8913,7 +8913,7 @@ obsolete aggregate - true + true @@ -8924,7 +8924,7 @@ obsolete akinete - true + true @@ -8935,7 +8935,7 @@ obsolete alkaliphile - true + true @@ -8946,7 +8946,7 @@ obsolete ammonification - true + true @@ -8957,7 +8957,7 @@ obsolete amylolysis - true + true @@ -8968,7 +8968,7 @@ obsolete anaerobe - true + true @@ -8979,7 +8979,7 @@ obsolete anaerobic respiration - true + true @@ -8990,7 +8990,7 @@ obsolete anoxygenic photosynthesis - true + true @@ -9001,7 +9001,7 @@ obsolete antibiotic production - true + true @@ -9012,7 +9012,7 @@ obsolete antibiotic resistance - true + true @@ -9023,7 +9023,7 @@ obsolete antimicrobial resistance - true + true @@ -9034,7 +9034,7 @@ obsolete appendage - true + true @@ -9045,7 +9045,7 @@ obsolete arthrospore - true + true @@ -9056,7 +9056,7 @@ obsolete ascospore - true + true @@ -9067,7 +9067,7 @@ obsolete autotroph - true + true @@ -9078,7 +9078,7 @@ obsolete autotrophic process - true + true @@ -9089,7 +9089,7 @@ obsolete auxotroph - true + true @@ -9100,7 +9100,7 @@ obsolete axial filament - true + true @@ -9111,7 +9111,7 @@ obsolete bacillus - true + true @@ -9122,7 +9122,7 @@ obsolete barophile - true + true @@ -9133,7 +9133,7 @@ obsolete barotolerant - true + true @@ -9144,7 +9144,7 @@ obsolete basidiospore - true + true @@ -9155,7 +9155,7 @@ obsolete binary fission - true + true @@ -9166,7 +9166,7 @@ obsolete biofilm - true + true @@ -9177,7 +9177,7 @@ obsolete biofilm component - true + true @@ -9188,7 +9188,7 @@ obsolete biofilm formation - true + true @@ -9199,7 +9199,7 @@ obsolete biogeochemical cycling - true + true @@ -9210,7 +9210,7 @@ obsolete bioluminescence - true + true @@ -9221,7 +9221,7 @@ obsolete budding - true + true @@ -9232,7 +9232,7 @@ obsolete buoyancy structure - true + true @@ -9243,7 +9243,7 @@ obsolete capnophile - true + true @@ -9254,7 +9254,7 @@ obsolete capsule - true + true @@ -9265,7 +9265,7 @@ obsolete carbon fixation - true + true @@ -9276,7 +9276,7 @@ obsolete carbon source - true + true @@ -9287,7 +9287,7 @@ obsolete carboxydotroph - true + true @@ -9298,7 +9298,7 @@ obsolete cell arrangement - true + true @@ -9309,7 +9309,7 @@ obsolete cell envelope - true + true @@ -9320,7 +9320,7 @@ obsolete cell length category - true + true @@ -9331,7 +9331,7 @@ obsolete cell shape - true + true @@ -9342,7 +9342,7 @@ obsolete cell size - true + true @@ -9353,7 +9353,7 @@ obsolete cell wall characteristic - true + true @@ -9364,7 +9364,7 @@ obsolete cell wall component - true + true @@ -9375,7 +9375,7 @@ obsolete cell width category - true + true @@ -9386,7 +9386,7 @@ obsolete cellular characteristic - true + true @@ -9397,7 +9397,7 @@ obsolete cellular component - true + true @@ -9408,7 +9408,7 @@ obsolete cellular process - true + true @@ -9419,7 +9419,7 @@ obsolete cellular product - true + true @@ -9430,7 +9430,7 @@ obsolete cellulolysis - true + true @@ -9478,7 +9478,7 @@ obsolete chemoheterotroph - true + true @@ -9489,7 +9489,7 @@ obsolete chemotaxis - true + true @@ -9500,7 +9500,7 @@ obsolete chlamydospore - true + true @@ -9511,7 +9511,7 @@ obsolete class - true + true @@ -9522,7 +9522,7 @@ obsolete clinically relevant feature - true + true @@ -9533,7 +9533,7 @@ obsolete coccus - true + true @@ -9544,7 +9544,7 @@ obsolete cold shock protein - true + true @@ -9555,7 +9555,7 @@ obsolete cold shock response - true + true @@ -9566,7 +9566,7 @@ obsolete colonization - true + true @@ -9577,7 +9577,7 @@ obsolete colony elevation - true + true @@ -9588,7 +9588,7 @@ obsolete colony margin - true + true @@ -9599,7 +9599,7 @@ obsolete colony morphology - true + true @@ -9610,7 +9610,7 @@ obsolete colony texture - true + true @@ -9621,7 +9621,7 @@ obsolete commensalism - true + true @@ -9632,7 +9632,7 @@ obsolete community behavior - true + true @@ -9643,7 +9643,7 @@ obsolete community structure - true + true @@ -9654,7 +9654,7 @@ obsolete compatible solute - true + true @@ -9665,7 +9665,7 @@ obsolete competence - true + true @@ -9676,7 +9676,7 @@ obsolete component - true + true @@ -9687,7 +9687,7 @@ obsolete conidium - true + true @@ -9698,7 +9698,7 @@ obsolete conjugation - true + true @@ -9709,7 +9709,7 @@ obsolete CRISPR - true + true @@ -9720,7 +9720,7 @@ obsolete culturability - true + true @@ -9731,7 +9731,7 @@ obsolete cyst - true + true @@ -9742,7 +9742,7 @@ obsolete death phase - true + true @@ -9753,7 +9753,7 @@ obsolete denitrification - true + true @@ -9764,7 +9764,7 @@ obsolete developmental process - true + true @@ -9775,7 +9775,7 @@ obsolete diagnostic enzyme - true + true @@ -9786,7 +9786,7 @@ obsolete diagnostic feature - true + true @@ -9797,7 +9797,7 @@ obsolete diazotroph - true + true @@ -9808,7 +9808,7 @@ obsolete differentiation - true + true @@ -9819,7 +9819,7 @@ obsolete dimorphism - true + true @@ -9830,7 +9830,7 @@ obsolete disc-shaped cell - true + true @@ -9841,7 +9841,7 @@ obsolete domain - true + true @@ -9852,7 +9852,7 @@ obsolete dormancy - true + true @@ -9863,7 +9863,7 @@ obsolete dormancy structure - true + true @@ -9874,7 +9874,7 @@ obsolete dumbbell-shaped cell - true + true @@ -9885,7 +9885,7 @@ obsolete ecological niche - true + true @@ -9896,7 +9896,7 @@ obsolete ecological process - true + true @@ -9907,7 +9907,7 @@ obsolete ecological trait - true + true @@ -9918,7 +9918,7 @@ obsolete ectosymbiosis - true + true @@ -9929,7 +9929,7 @@ obsolete electron acceptor - true + true @@ -9940,7 +9940,7 @@ obsolete electron donor - true + true @@ -9951,7 +9951,7 @@ obsolete endospore - true + true @@ -9962,7 +9962,7 @@ obsolete endosymbiosis - true + true @@ -9973,7 +9973,7 @@ obsolete energy metabolism process - true + true @@ -9984,7 +9984,7 @@ obsolete enzyme activity - true + true @@ -9995,7 +9995,7 @@ obsolete epigenetic modification - true + true @@ -10006,7 +10006,7 @@ obsolete evolutionary process - true + true @@ -10017,7 +10017,7 @@ obsolete exospore - true + true @@ -10028,7 +10028,7 @@ obsolete exponential phase - true + true @@ -10039,7 +10039,7 @@ obsolete extracellular - true + true @@ -10050,7 +10050,7 @@ obsolete extracellular polysaccharide - true + true @@ -10061,7 +10061,7 @@ obsolete extreme halophile - true + true @@ -10072,7 +10072,7 @@ obsolete extremophile - true + true @@ -10083,7 +10083,7 @@ obsolete facultative - true + true @@ -10094,7 +10094,7 @@ obsolete facultative anaerobe - true + true @@ -10105,7 +10105,7 @@ obsolete family - true + true @@ -10116,7 +10116,7 @@ obsolete fastidious - true + true @@ -10127,7 +10127,7 @@ obsolete fermentation - true + true @@ -10138,7 +10138,7 @@ obsolete filamentous - true + true @@ -10149,7 +10149,7 @@ obsolete fimbriae - true + true @@ -10160,7 +10160,7 @@ obsolete flagellum - true + true @@ -10171,7 +10171,7 @@ obsolete flask-shaped cell - true + true @@ -10182,7 +10182,7 @@ obsolete fungal spore - true + true @@ -10193,7 +10193,7 @@ obsolete gas vesicle - true + true @@ -10228,7 +10228,7 @@ obsolete high GC content - true + true @@ -10239,7 +10239,7 @@ obsolete low GC content - true + true @@ -10250,7 +10250,7 @@ obsolete lower-mid GC content - true + true @@ -10261,7 +10261,7 @@ obsolete upper-mid GC content - true + true @@ -10272,7 +10272,7 @@ obsolete generation time - true + true @@ -10283,7 +10283,7 @@ obsolete genetic element - true + true @@ -10294,7 +10294,7 @@ obsolete genetic exchange - true + true @@ -10305,7 +10305,7 @@ obsolete genetic process - true + true @@ -10316,7 +10316,7 @@ obsolete genome size - true + true @@ -10327,7 +10327,7 @@ obsolete genomic element - true + true @@ -10338,7 +10338,7 @@ obsolete genomic island - true + true @@ -10349,7 +10349,7 @@ obsolete genomic trait - true + true @@ -10360,7 +10360,7 @@ obsolete genus - true + true @@ -10371,7 +10371,7 @@ obsolete gliding motility - true + true @@ -10382,7 +10382,7 @@ obsolete global regulator - true + true @@ -10393,7 +10393,7 @@ obsolete Gram-negative - true + true @@ -10404,7 +10404,7 @@ obsolete Gram-positive - true + true @@ -10415,7 +10415,7 @@ obsolete Gram stain - true + true @@ -10426,7 +10426,7 @@ obsolete growth characteristic - true + true @@ -10437,7 +10437,7 @@ obsolete growth conditions constraints - true + true @@ -10448,7 +10448,7 @@ obsolete growth pattern - true + true @@ -10459,7 +10459,7 @@ obsolete growth rate - true + true @@ -10470,7 +10470,7 @@ obsolete habitat - true + true @@ -10481,7 +10481,7 @@ obsolete halophile - true + true @@ -10492,7 +10492,7 @@ obsolete halotolerant - true + true @@ -10503,7 +10503,7 @@ obsolete heat shock protein - true + true @@ -10514,7 +10514,7 @@ obsolete heat shock response - true + true @@ -10525,7 +10525,7 @@ obsolete hemolysis - true + true @@ -10536,7 +10536,7 @@ obsolete heterocyst - true + true @@ -10547,7 +10547,7 @@ obsolete heterotroph - true + true @@ -10558,7 +10558,7 @@ obsolete holdfast - true + true @@ -10569,7 +10569,7 @@ obsolete horizontal gene transfer - true + true @@ -10580,7 +10580,7 @@ obsolete hydrolase - true + true @@ -10591,7 +10591,7 @@ obsolete hyperthermophile - true + true @@ -10602,7 +10602,7 @@ obsolete inclusion body - true + true @@ -10613,7 +10613,7 @@ obsolete infection - true + true @@ -10624,7 +10624,7 @@ obsolete interaction - true + true @@ -10635,7 +10635,7 @@ obsolete interaction with a phage - true + true @@ -10646,7 +10646,7 @@ obsolete interaction with an environment - true + true @@ -10657,7 +10657,7 @@ obsolete interaction with host - true + true @@ -10668,7 +10668,7 @@ obsolete interaction within a community - true + true @@ -10679,7 +10679,7 @@ obsolete intracellular - true + true @@ -10690,7 +10690,7 @@ obsolete invasion - true + true @@ -10701,7 +10701,7 @@ obsolete laboratory characteristic - true + true @@ -10712,7 +10712,7 @@ obsolete lag phase - true + true @@ -10723,7 +10723,7 @@ obsolete life cycle - true + true @@ -10734,7 +10734,7 @@ obsolete life cycle phase - true + true @@ -10745,7 +10745,7 @@ obsolete lipolysis - true + true @@ -10756,7 +10756,7 @@ obsolete lipopolysaccharide - true + true @@ -10767,7 +10767,7 @@ obsolete localization - true + true @@ -10778,7 +10778,7 @@ obsolete lysogeny - true + true @@ -10789,7 +10789,7 @@ obsolete macroscopic trait - true + true @@ -10800,7 +10800,7 @@ obsolete magnetotaxis - true + true @@ -10811,7 +10811,7 @@ obsolete mesophile - true + true @@ -10822,7 +10822,7 @@ obsolete metabolic partner - true + true @@ -10833,7 +10833,7 @@ obsolete metabolic trait - true + true @@ -10844,7 +10844,7 @@ obsolete methanogenesis - true + true @@ -10855,7 +10855,7 @@ obsolete methylation - true + true @@ -10882,7 +10882,7 @@ obsolete process - true + true @@ -10902,7 +10902,7 @@ obsolete system - true + true @@ -10913,7 +10913,7 @@ obsolete microaerophile - true + true @@ -10924,7 +10924,7 @@ obsolete mobile genetic element - true + true @@ -10935,7 +10935,7 @@ obsolete moderate halophile - true + true @@ -10946,7 +10946,7 @@ obsolete morphological trait - true + true @@ -10957,7 +10957,7 @@ obsolete motility process - true + true @@ -10968,7 +10968,7 @@ obsolete motility structure - true + true @@ -10979,7 +10979,7 @@ obsolete mutualism - true + true @@ -10990,7 +10990,7 @@ obsolete mycolic acid - true + true @@ -11001,7 +11001,7 @@ obsolete mycorrhization - true + true @@ -11012,7 +11012,7 @@ obsolete neutrophile - true + true @@ -11023,7 +11023,7 @@ obsolete nitrification - true + true @@ -11034,7 +11034,7 @@ obsolete nitrogen fixation - true + true @@ -11045,7 +11045,7 @@ obsolete nodulation - true + true @@ -11056,7 +11056,7 @@ obsolete nucleoid - true + true @@ -11067,7 +11067,7 @@ obsolete nutrient utilization - true + true @@ -11078,7 +11078,7 @@ obsolete obligate - true + true @@ -11089,7 +11089,7 @@ obsolete obligate aerobe - true + true @@ -11100,7 +11100,7 @@ obsolete obligate anaerobe - true + true @@ -11111,7 +11111,7 @@ obsolete oospore - true + true @@ -11122,7 +11122,7 @@ obsolete order - true + true @@ -11133,7 +11133,7 @@ obsolete microbe characterized by growth conditions - true + true @@ -11144,7 +11144,7 @@ obsolete microbe characterized by nutritional requirement - true + true @@ -11155,7 +11155,7 @@ obsolete microbe characterized by product produced - true + true @@ -11166,7 +11166,7 @@ obsolete microbe characterized by relation to oxygen - true + true @@ -11177,7 +11177,7 @@ obsolete microbe characterized by relation to ph - true + true @@ -11188,7 +11188,7 @@ obsolete microbe characterized by relation to pressure - true + true @@ -11199,7 +11199,7 @@ obsolete microbe characterized by relation to salt concentration - true + true @@ -11210,7 +11210,7 @@ obsolete microbe characterized by relation to temperature - true + true @@ -11221,7 +11221,7 @@ obsolete microbe characterized by shape - true + true @@ -11232,7 +11232,7 @@ obsolete microbe characterized by trophic type - true + true @@ -11243,7 +11243,7 @@ obsolete osmophile - true + true @@ -11254,7 +11254,7 @@ obsolete osmoregulation - true + true @@ -11265,7 +11265,7 @@ obsolete oxidative stress response - true + true @@ -11276,7 +11276,7 @@ obsolete oxidoreductase - true + true @@ -11287,7 +11287,7 @@ obsolete oxygen requirement - true + true @@ -11298,7 +11298,7 @@ obsolete oxygenic photosynthesis - true + true @@ -11309,7 +11309,7 @@ obsolete pan-genome - true + true @@ -11320,7 +11320,7 @@ obsolete parasitism - true + true @@ -11331,7 +11331,7 @@ obsolete passive transport - true + true @@ -11342,7 +11342,7 @@ obsolete pathogenicity - true + true @@ -11353,7 +11353,7 @@ obsolete pathogenicity island - true + true @@ -11364,7 +11364,7 @@ obsolete peptidoglycan - true + true @@ -11385,7 +11385,7 @@ obsolete pH optimum (growth range) - true + true @@ -11396,7 +11396,7 @@ obsolete pH preference - true + true @@ -11407,7 +11407,7 @@ obsolete pH range (growth tolerance) - true + true @@ -11418,7 +11418,7 @@ obsolete pH tolerance - true + true @@ -11429,7 +11429,7 @@ obsolete phage defense - true + true @@ -11440,7 +11440,7 @@ obsolete photoautotroph - true + true @@ -11451,7 +11451,7 @@ obsolete photoheterotroph - true + true @@ -11462,7 +11462,7 @@ obsolete photosynthesis - true + true @@ -11473,7 +11473,7 @@ obsolete phototaxis - true + true @@ -11484,7 +11484,7 @@ obsolete phylum - true + true @@ -11495,7 +11495,7 @@ obsolete physiological process - true + true @@ -11506,7 +11506,7 @@ obsolete physiological state - true + true @@ -11517,7 +11517,7 @@ obsolete physiological trait - true + true @@ -11528,7 +11528,7 @@ obsolete piezophile - true + true @@ -11539,7 +11539,7 @@ obsolete pigment - true + true @@ -11550,7 +11550,7 @@ obsolete pigmentation - true + true @@ -11561,7 +11561,7 @@ obsolete pilus - true + true @@ -11572,7 +11572,7 @@ obsolete plant growth promotion - true + true @@ -11583,7 +11583,7 @@ obsolete plasmid - true + true @@ -11594,7 +11594,7 @@ obsolete pleomorphism - true + true @@ -11605,7 +11605,7 @@ obsolete process - true + true @@ -11616,7 +11616,7 @@ obsolete prophage - true + true @@ -11627,7 +11627,7 @@ obsolete prostheca - true + true @@ -11638,7 +11638,7 @@ obsolete protein synthesis - true + true @@ -11649,7 +11649,7 @@ obsolete proteolysis - true + true @@ -11660,7 +11660,7 @@ obsolete prototroph - true + true @@ -11671,7 +11671,7 @@ obsolete psychrophile - true + true @@ -11682,7 +11682,7 @@ obsolete qualifier - true + true @@ -11693,7 +11693,7 @@ obsolete quorum sensing - true + true @@ -11704,7 +11704,7 @@ obsolete regulation - true + true @@ -11715,7 +11715,7 @@ obsolete regulatory mechanism - true + true @@ -11726,7 +11726,7 @@ obsolete reproductive process - true + true @@ -11737,7 +11737,7 @@ obsolete reproductive structure - true + true @@ -11748,7 +11748,7 @@ obsolete resistance mechanism - true + true @@ -11759,7 +11759,7 @@ obsolete respiration - true + true @@ -11770,7 +11770,7 @@ obsolete restriction-modification system - true + true @@ -11781,7 +11781,7 @@ obsolete ribosome - true + true @@ -11792,7 +11792,7 @@ obsolete S-layer - true + true @@ -11803,7 +11803,7 @@ obsolete salinity delta - true + true @@ -11814,7 +11814,7 @@ obsolete salinity preference - true + true @@ -11825,7 +11825,7 @@ obsolete secondary metabolite - true + true @@ -11836,7 +11836,7 @@ obsolete secretion - true + true @@ -11847,7 +11847,7 @@ obsolete secretion system - true + true @@ -11858,7 +11858,7 @@ obsolete sheathed - true + true @@ -11869,7 +11869,7 @@ obsolete siderophore - true + true @@ -11880,7 +11880,7 @@ obsolete sigma factor - true + true @@ -11891,7 +11891,7 @@ obsolete signaling - true + true @@ -11902,7 +11902,7 @@ obsolete slime layer - true + true @@ -11913,7 +11913,7 @@ obsolete specialized cell - true + true @@ -11924,7 +11924,7 @@ obsolete species - true + true @@ -11935,7 +11935,7 @@ obsolete spirillum - true + true @@ -11946,7 +11946,7 @@ obsolete spirochete - true + true @@ -11957,7 +11957,7 @@ obsolete sporangiospore - true + true @@ -11968,7 +11968,7 @@ obsolete sporulation - true + true @@ -11979,7 +11979,7 @@ obsolete square cell - true + true @@ -11990,7 +11990,7 @@ obsolete stalk - true + true @@ -12001,7 +12001,7 @@ obsolete star-shaped cell - true + true @@ -12012,7 +12012,7 @@ obsolete stationary phase - true + true @@ -12023,7 +12023,7 @@ obsolete storage structure - true + true @@ -12034,7 +12034,7 @@ obsolete strain - true + true @@ -12045,7 +12045,7 @@ obsolete stress response - true + true @@ -12056,7 +12056,7 @@ obsolete structure - true + true @@ -12067,7 +12067,7 @@ obsolete sulfate reducer - true + true @@ -12078,7 +12078,7 @@ obsolete swarming - true + true @@ -12089,7 +12089,7 @@ obsolete symbiosis - true + true @@ -12100,7 +12100,7 @@ obsolete symbiotic process - true + true @@ -12111,7 +12111,7 @@ obsolete syntrophy - true + true @@ -12122,7 +12122,7 @@ obsolete taxonomic identifier - true + true @@ -12133,7 +12133,7 @@ obsolete taxonomic rank - true + true @@ -12144,7 +12144,7 @@ obsolete teichoic acid - true + true @@ -12183,7 +12183,7 @@ obsolete temperature preference - true + true @@ -12204,7 +12204,7 @@ obsolete thermal tolerance - true + true @@ -12215,7 +12215,7 @@ obsolete thermophile - true + true @@ -12226,7 +12226,7 @@ obsolete toxin - true + true @@ -12237,7 +12237,7 @@ obsolete transcription factor - true + true @@ -12248,7 +12248,7 @@ obsolete transduction - true + true @@ -12259,7 +12259,7 @@ obsolete transferase - true + true @@ -12270,7 +12270,7 @@ obsolete transformation - true + true @@ -12281,7 +12281,7 @@ obsolete transport system - true + true @@ -12292,7 +12292,7 @@ obsolete transposon - true + true @@ -12303,7 +12303,7 @@ obsolete triangular cell - true + true @@ -12314,7 +12314,7 @@ obsolete trichome - true + true @@ -12325,7 +12325,7 @@ obsolete twitching motility - true + true @@ -12336,7 +12336,7 @@ obsolete two-component system - true + true @@ -12347,7 +12347,7 @@ obsolete viable but non-culturable - true + true @@ -12358,7 +12358,7 @@ obsolete vibrio - true + true @@ -12369,7 +12369,7 @@ obsolete virulence - true + true @@ -12380,7 +12380,7 @@ obsolete virulence factor - true + true @@ -12391,7 +12391,7 @@ obsolete virulence process - true + true @@ -12402,7 +12402,7 @@ obsolete xylanolysis - true + true @@ -12413,7 +12413,7 @@ obsolete zoospore - true + true @@ -12424,7 +12424,7 @@ obsolete zygospore - true + true @@ -12435,7 +12435,7 @@ obsolete pressure - true + true @@ -12446,7 +12446,7 @@ obsolete temperature optimum (metabolic activity) - true + true @@ -12457,7 +12457,7 @@ obsolete temperature range (metabolic viability) - true + true @@ -12529,7 +12529,7 @@ obsolete psychrotolerant - true + true @@ -12540,7 +12540,7 @@ obsolete thermotolerant - true + true @@ -12551,7 +12551,7 @@ obsolete extreme thermophile - true + true @@ -12562,7 +12562,7 @@ obsolete extreme hyperthermophile - true + true @@ -12573,7 +12573,7 @@ obsolete non-halophile - true + true @@ -12584,7 +12584,7 @@ obsolete slight halophile - true + true @@ -12595,7 +12595,7 @@ obsolete haloalkaliphile - true + true @@ -12606,7 +12606,7 @@ obsolete extreme acidophile - true + true @@ -12617,7 +12617,7 @@ obsolete acid tolerant - true + true @@ -12628,7 +12628,7 @@ obsolete alkali tolerant - true + true @@ -12639,7 +12639,7 @@ obsolete extreme alkaliphile - true + true @@ -12650,7 +12650,7 @@ obsolete facultative acidophile - true + true @@ -12661,7 +12661,7 @@ obsolete obligative acidophile - true + true @@ -12672,7 +12672,7 @@ obsolete facultative aerobe - true + true @@ -12683,7 +12683,7 @@ obsolete microaerophile - true + true @@ -12694,7 +12694,7 @@ obsolete microaerotolerant - true + true @@ -12705,7 +12705,7 @@ obsolete aerotolerant anaerobe - true + true @@ -12716,7 +12716,7 @@ obsolete obligate aerobe - true + true @@ -12727,7 +12727,7 @@ obsolete obligate anaerobe - true + true @@ -12738,7 +12738,7 @@ obsolete oxygenic phototroph - true + true @@ -12749,7 +12749,7 @@ obsolete anoxygenic phototroph - true + true @@ -12760,7 +12760,7 @@ obsolete chemoautotroph - true + true @@ -12771,7 +12771,7 @@ obsolete chemoheterotroph - true + true @@ -12782,7 +12782,7 @@ obsolete lithotroph - true + true @@ -12793,7 +12793,7 @@ obsolete organotroph - true + true @@ -12804,7 +12804,7 @@ obsolete phototroph - true + true @@ -12815,7 +12815,7 @@ obsolete chemotroph - true + true @@ -12826,7 +12826,7 @@ obsolete oligotroph - true + true @@ -12837,7 +12837,7 @@ obsolete copiotroph - true + true @@ -12848,7 +12848,7 @@ obsolete lithoautotroph - true + true @@ -12859,7 +12859,7 @@ obsolete mixotroph - true + true @@ -12870,7 +12870,7 @@ obsolete lithoheterotroph - true + true @@ -12881,7 +12881,7 @@ obsolete chemoorganoheterotroph - true + true @@ -12892,7 +12892,7 @@ obsolete chemolithoautotroph - true + true @@ -12903,7 +12903,7 @@ obsolete methylotroph - true + true @@ -12914,7 +12914,7 @@ obsolete methanotroph - true + true @@ -12925,7 +12925,7 @@ obsolete hydrogenotroph - true + true @@ -12936,7 +12936,7 @@ obsolete hydrogen oxidizer - true + true @@ -12947,7 +12947,7 @@ obsolete hydrogen producer - true + true @@ -12958,7 +12958,7 @@ obsolete nitrogen fixer - true + true @@ -12969,7 +12969,7 @@ obsolete methanogen - true + true @@ -12980,7 +12980,7 @@ obsolete sulfur oxidizer - true + true @@ -12991,7 +12991,7 @@ obsolete denitrifier - true + true @@ -13002,7 +13002,7 @@ obsolete motile - true + true @@ -13013,7 +13013,7 @@ obsolete non-motile - true + true @@ -13024,7 +13024,7 @@ obsolete flagellated - true + true @@ -13035,7 +13035,7 @@ obsolete peritrichous - true + true @@ -13046,7 +13046,7 @@ obsolete lophotrichous - true + true @@ -13057,7 +13057,7 @@ obsolete monotrichous - true + true @@ -13068,7 +13068,7 @@ obsolete ciliated - true + true @@ -13079,7 +13079,7 @@ obsolete gliding - true + true @@ -13090,7 +13090,7 @@ obsolete twitching - true + true @@ -13101,7 +13101,7 @@ obsolete sliding - true + true @@ -13112,7 +13112,7 @@ obsolete myxospores - true + true @@ -13123,7 +13123,7 @@ obsolete conidia - true + true @@ -13134,7 +13134,7 @@ obsolete chlamydospores - true + true @@ -13145,7 +13145,7 @@ obsolete sporocysts - true + true @@ -13156,7 +13156,7 @@ obsolete hypnospores - true + true @@ -13167,7 +13167,7 @@ obsolete gemmae - true + true @@ -13178,7 +13178,7 @@ obsolete azygospores - true + true @@ -13189,7 +13189,7 @@ obsolete aleuriospores - true + true @@ -13200,7 +13200,7 @@ obsolete stylospores - true + true @@ -13211,7 +13211,7 @@ obsolete sclerotia - true + true @@ -13222,7 +13222,7 @@ obsolete teliospores - true + true @@ -13233,7 +13233,7 @@ obsolete urediniospores - true + true @@ -13244,7 +13244,7 @@ obsolete pycnidiospores - true + true @@ -13255,7 +13255,7 @@ obsolete acriospores - true + true @@ -13266,7 +13266,7 @@ obsolete aplanospores - true + true @@ -13277,7 +13277,7 @@ obsolete statismospores - true + true @@ -13288,7 +13288,7 @@ obsolete piezotolerant - true + true @@ -13299,7 +13299,7 @@ obsolete piezosensitive - true + true @@ -13310,7 +13310,7 @@ obsolete obligate barophile - true + true @@ -13321,7 +13321,7 @@ obsolete facultative barophile - true + true @@ -13332,7 +13332,7 @@ obsolete hyperbarophile - true + true @@ -13343,7 +13343,7 @@ obsolete hypobarophile - true + true @@ -13354,7 +13354,7 @@ obsolete atmospheric pressure-adapted - true + true @@ -13365,7 +13365,7 @@ obsolete moderate piezophile - true + true @@ -13376,7 +13376,7 @@ obsolete extreme piezophile - true + true @@ -13387,7 +13387,7 @@ obsolete stenopiezic - true + true @@ -13398,7 +13398,7 @@ obsolete eurypiezic - true + true @@ -13409,7 +13409,7 @@ obsolete pressure-sensitive - true + true @@ -13420,7 +13420,7 @@ obsolete pressure-resistant - true + true @@ -13431,7 +13431,7 @@ obsolete pressure-adapted - true + true @@ -13442,7 +13442,7 @@ obsolete piezo-acidophile - true + true @@ -13453,7 +13453,7 @@ obsolete piezo-alkaliphile - true + true @@ -13464,7 +13464,7 @@ obsolete piezo-halophile - true + true @@ -13475,7 +13475,7 @@ obsolete piezo-psychrophile - true + true @@ -13486,7 +13486,7 @@ obsolete piezo-thermophile - true + true @@ -13497,7 +13497,7 @@ obsolete piezo-lithoautotrophe - true + true @@ -13508,7 +13508,7 @@ obsolete piezo-chemoheterotroph - true + true @@ -13519,7 +13519,7 @@ obsolete piezo-oligotroph - true + true @@ -13530,7 +13530,7 @@ obsolete piezo-endolithic - true + true @@ -13541,7 +13541,7 @@ obsolete piezo-tolerant - true + true @@ -13708,7 +13708,7 @@ obsolete cell width very low - true + true @@ -13719,7 +13719,7 @@ obsolete cell width low - true + true @@ -13730,7 +13730,7 @@ obsolete cell width mid - true + true @@ -13741,7 +13741,7 @@ obsolete cell width high - true + true @@ -13752,7 +13752,7 @@ obsolete cell length very low - true + true @@ -13763,7 +13763,7 @@ obsolete cell length low - true + true @@ -13774,7 +13774,7 @@ obsolete cell length mid - true + true @@ -13785,7 +13785,7 @@ obsolete cell length high - true + true @@ -15772,7 +15772,7 @@ obsolete branched - true + true @@ -15783,7 +15783,7 @@ obsolete coccobacillus - true + true @@ -15794,7 +15794,7 @@ obsolete crescent - true + true @@ -15805,7 +15805,7 @@ obsolete curved - true + true @@ -15816,7 +15816,7 @@ obsolete curved spiral - true + true @@ -15827,7 +15827,7 @@ obsolete diplococcus - true + true @@ -15838,7 +15838,7 @@ obsolete ellipsoidal - true + true @@ -15849,7 +15849,7 @@ obsolete filament - true + true @@ -15860,7 +15860,7 @@ obsolete fusiform - true + true @@ -15871,7 +15871,7 @@ obsolete helical - true + true @@ -15882,7 +15882,7 @@ obsolete irregular - true + true @@ -15893,7 +15893,7 @@ obsolete oval - true + true @@ -15904,7 +15904,7 @@ obsolete ovoid - true + true @@ -15915,7 +15915,7 @@ obsolete pleomorphic - true + true @@ -15926,7 +15926,7 @@ obsolete ring - true + true @@ -15937,7 +15937,7 @@ obsolete rod - true + true @@ -15948,7 +15948,7 @@ obsolete sphere - true + true @@ -15959,7 +15959,7 @@ obsolete spindle - true + true @@ -15970,7 +15970,7 @@ obsolete spiral - true + true @@ -15981,7 +15981,7 @@ obsolete star - dumbbell - pleomorphic - true + true @@ -15992,7 +15992,7 @@ obsolete tailed - true + true @@ -16003,7 +16003,7 @@ obsolete temperature adaptation - true + true @@ -16014,7 +16014,7 @@ obsolete salinity adaptation - true + true @@ -16025,7 +16025,7 @@ obsolete pH adaptation - true + true @@ -16036,7 +16036,7 @@ obsolete bacterial spore - true + true @@ -16047,7 +16047,7 @@ obsolete pressure adaptation type - true + true @@ -16058,7 +16058,7 @@ obsolete pressure tolerance range - true + true @@ -16069,7 +16069,7 @@ obsolete sensitivity to oxygen - true + true @@ -16080,7 +16080,7 @@ obsolete sensitivity toward - true + true @@ -16091,7 +16091,7 @@ obsolete size - true + true @@ -16102,7 +16102,7 @@ obsolete 1-D extent - true + true @@ -16113,7 +16113,7 @@ obsolete width - true + true @@ -16124,7 +16124,7 @@ obsolete length - true + true @@ -16135,7 +16135,7 @@ obsolete sensitivity toward pressure - true + true @@ -16146,7 +16146,7 @@ obsolete sensitivity toward nacl - true + true @@ -16157,7 +16157,7 @@ obsolete sensitivity toward ph - true + true @@ -16168,7 +16168,7 @@ obsolete sensitivity toward temperature - true + true @@ -16224,7 +16224,7 @@ obsolete structured susceptibility detail - true + true @@ -16235,7 +16235,7 @@ obsolete facultative psychrophile - true + true @@ -17513,7 +17513,7 @@ obsolete denitrifying - true + true @@ -17568,7 +17568,7 @@ obsolete hydrogen-oxidizing - true + true @@ -17749,7 +17749,7 @@ obsolete nitrogen-fixing - true + true @@ -18005,7 +18005,7 @@ obsolete sulfate-reducing - true + true @@ -18016,7 +18016,7 @@ obsolete sulfur-oxidizing - true + true @@ -19377,7 +19377,7 @@ obsolete Nitrogen compound respiration - true + true @@ -19388,7 +19388,7 @@ obsolete Nitrate reduction - true + true @@ -19399,7 +19399,7 @@ obsolete Denitrification - true + true @@ -19410,7 +19410,7 @@ obsolete Dissimilatory nitrate reduction to ammonium - true + true @@ -19421,7 +19421,7 @@ obsolete Nitrite reduction - true + true @@ -19432,7 +19432,7 @@ obsolete Anaerobic ammonium oxidation - true + true @@ -19443,7 +19443,7 @@ obsolete Nitric oxide reduction - true + true @@ -19454,7 +19454,7 @@ obsolete Nitrous oxide reduction - true + true @@ -19465,7 +19465,7 @@ obsolete Sulfur and sulfoxide compound respiration - true + true @@ -19476,7 +19476,7 @@ obsolete Sulfate reduction - true + true @@ -19487,7 +19487,7 @@ obsolete Sulfur reduction - true + true @@ -19498,7 +19498,7 @@ obsolete Sulfite reduction - true + true @@ -19509,7 +19509,7 @@ obsolete Thiosulfate reduction - true + true @@ -19520,7 +19520,7 @@ obsolete Sulfoxide respiration - true + true @@ -19531,7 +19531,7 @@ obsolete Dimethyl sulfoxide respiration - true + true @@ -19542,7 +19542,7 @@ obsolete Methionine sulfoxide respiration - true + true @@ -19553,7 +19553,7 @@ obsolete Sulfide oxidation - true + true @@ -19564,7 +19564,7 @@ obsolete Thiosulfate oxidation - true + true @@ -19575,7 +19575,7 @@ obsolete Sulfite oxidation - true + true @@ -19586,7 +19586,7 @@ obsolete Tetrathionate reduction - true + true @@ -19597,7 +19597,7 @@ obsolete Polysulfide reduction - true + true @@ -19608,7 +19608,7 @@ obsolete Metal and metalloid respiration - true + true @@ -19619,7 +19619,7 @@ obsolete Iron reduction - true + true @@ -19630,7 +19630,7 @@ obsolete Iron oxidation - true + true @@ -19641,7 +19641,7 @@ obsolete Nitrate-dependent Fe(II) oxidation - true + true @@ -19652,7 +19652,7 @@ obsolete Manganese reduction - true + true @@ -19663,7 +19663,7 @@ obsolete Manganese oxidation - true + true @@ -19674,7 +19674,7 @@ obsolete Uranium reduction - true + true @@ -19685,7 +19685,7 @@ obsolete Vanadium reduction - true + true @@ -19696,7 +19696,7 @@ obsolete Chromium reduction - true + true @@ -19707,7 +19707,7 @@ obsolete Technetium reduction - true + true @@ -19718,7 +19718,7 @@ obsolete Cobalt reduction - true + true @@ -19729,7 +19729,7 @@ obsolete Arsenate reduction - true + true @@ -19740,7 +19740,7 @@ obsolete Arsenite oxidation - true + true @@ -19751,7 +19751,7 @@ obsolete Selenate reduction - true + true @@ -19762,7 +19762,7 @@ obsolete Selenite reduction - true + true @@ -19773,7 +19773,7 @@ obsolete Carbon and organic compound respiration - true + true @@ -19844,7 +19844,7 @@ obsolete Fumarate respiration - true + true @@ -19855,7 +19855,7 @@ obsolete Trimethylamine N-oxide respiration - true + true @@ -19866,7 +19866,7 @@ obsolete Humus respiration - true + true @@ -19877,7 +19877,7 @@ obsolete Halogenated compound respiration - true + true @@ -19888,7 +19888,7 @@ obsolete Organohalide respiration - true + true @@ -19899,7 +19899,7 @@ obsolete (Per)chlorate respiration - true + true @@ -19910,7 +19910,7 @@ obsolete Perchlorate respiration - true + true @@ -19921,7 +19921,7 @@ obsolete Chlorate respiration - true + true @@ -19932,7 +19932,7 @@ obsolete Bromate reduction - true + true @@ -19943,7 +19943,7 @@ obsolete Iodate reduction - true + true @@ -19954,7 +19954,7 @@ obsolete Nitrite-dependent methane oxidation - true + true @@ -19965,7 +19965,7 @@ obsolete Nitrate-dependent methane oxidation - true + true @@ -19976,7 +19976,7 @@ obsolete Hydrogen oxidation - true + true @@ -19987,7 +19987,7 @@ obsolete Sulfur oxidation - true + true @@ -19998,7 +19998,7 @@ obsolete Nitrification - true + true @@ -20009,7 +20009,7 @@ obsolete Complete ammonia oxidation - true + true @@ -20020,7 +20020,7 @@ obsolete Carbon monoxide oxidation - true + true @@ -20031,7 +20031,7 @@ obsolete Hydrogenotrophic methanogenesis - true + true @@ -20042,7 +20042,7 @@ obsolete Acetoclastic methanogenesis - true + true @@ -20053,7 +20053,7 @@ obsolete Methylotrophic methanogenesis - true + true @@ -20064,7 +20064,7 @@ obsolete Anaerobic methane oxidation - true + true @@ -20075,7 +20075,7 @@ obsolete Lanthanide reduction - true + true @@ -20086,7 +20086,7 @@ obsolete Lanthanide oxidation - true + true @@ -20584,7 +20584,7 @@ obsolete observation - true + true @@ -20595,7 +20595,7 @@ obsolete optimum temperature observation - true + true @@ -20606,7 +20606,7 @@ obsolete growth temperature observation - true + true @@ -20617,7 +20617,7 @@ obsolete temperature range observation - true + true @@ -20628,7 +20628,7 @@ obsolete temperature delta observation - true + true @@ -20639,7 +20639,7 @@ obsolete culture temperature observation - true + true @@ -20650,7 +20650,7 @@ obsolete culture NaCl observation - true + true @@ -20661,7 +20661,7 @@ obsolete growth NaCl observation - true + true @@ -20672,7 +20672,7 @@ obsolete NaCl delta observation - true + true @@ -20683,7 +20683,7 @@ obsolete NaCl range observation - true + true @@ -20694,7 +20694,7 @@ obsolete optimum NaCl observation - true + true @@ -20705,7 +20705,7 @@ obsolete culture pH observation - true + true @@ -20716,7 +20716,7 @@ obsolete growth pH observation - true + true @@ -20727,7 +20727,7 @@ obsolete optimum pH observation - true + true @@ -20738,7 +20738,7 @@ obsolete pH delta observation - true + true @@ -20749,7 +20749,7 @@ obsolete pH range observation - true + true @@ -20760,7 +20760,7 @@ obsolete optimum oxygen observation - true + true @@ -20771,7 +20771,7 @@ obsolete growth oxygen observation - true + true @@ -20782,7 +20782,7 @@ obsolete oxygen range observation - true + true @@ -20793,7 +20793,7 @@ obsolete oxygen delta observation - true + true @@ -20804,7 +20804,7 @@ obsolete oxygen observation - true + true @@ -20815,7 +20815,7 @@ obsolete temperature observation - true + true @@ -20826,7 +20826,7 @@ obsolete NaCl observation - true + true @@ -20837,7 +20837,7 @@ obsolete pH observation - true + true @@ -20966,7 +20966,7 @@ obsolete Sulfate-dependent methane oxidation - true + true @@ -20977,7 +20977,7 @@ obsolete Fe(III)-dependent methane oxidation - true + true @@ -20988,7 +20988,7 @@ obsolete Mn(IV)-dependent methane oxidation - true + true @@ -21050,7 +21050,7 @@ obsolete Sulfur disproportionation - true + true @@ -21061,7 +21061,7 @@ obsolete Nitrogen fixation - true + true @@ -21072,7 +21072,7 @@ obsolete Nitrate-reducing - true + true @@ -21083,7 +21083,7 @@ obsolete Anaerobic ammonium-oxidizing - true + true @@ -21094,7 +21094,7 @@ obsolete Nitrous oxide-reducing - true + true @@ -21105,7 +21105,7 @@ obsolete Sulfate-reducing - true + true @@ -21116,7 +21116,7 @@ obsolete Sulfur-reducing - true + true @@ -21127,7 +21127,7 @@ obsolete Sulfite-reducing - true + true @@ -21138,7 +21138,7 @@ obsolete Thiosulfate-reducing - true + true @@ -21149,7 +21149,7 @@ obsolete Sulfur-disproportionating - true + true @@ -21160,7 +21160,7 @@ obsolete Sulfide-oxidizing - true + true @@ -21171,7 +21171,7 @@ obsolete Thiosulfate-oxidizing - true + true @@ -21182,7 +21182,7 @@ obsolete Sulfite-oxidizing - true + true @@ -21193,7 +21193,7 @@ obsolete Iron-reducing - true + true @@ -21204,7 +21204,7 @@ obsolete Iron-oxidizing - true + true @@ -21215,7 +21215,7 @@ obsolete Nitrate-dependent Fe(II)-oxidizing - true + true @@ -21226,7 +21226,7 @@ obsolete Manganese-reducing - true + true @@ -21237,7 +21237,7 @@ obsolete Manganese-oxidizing - true + true @@ -21248,7 +21248,7 @@ obsolete Uranium-reducing - true + true @@ -21259,7 +21259,7 @@ obsolete Arsenate-reducing - true + true @@ -21270,7 +21270,7 @@ obsolete Selenate-reducing - true + true @@ -21281,7 +21281,7 @@ obsolete Selenite-reducing - true + true @@ -21292,7 +21292,7 @@ obsolete Perchlorate-reducing - true + true @@ -21303,7 +21303,7 @@ obsolete Chlorate-reducing - true + true @@ -21314,7 +21314,7 @@ obsolete Bromate-reducing - true + true @@ -21325,7 +21325,7 @@ obsolete Iodate-reducing - true + true @@ -21336,7 +21336,7 @@ obsolete Hydrogen-oxidizing - true + true @@ -21347,7 +21347,7 @@ obsolete Sulfur-oxidizing - true + true @@ -21358,7 +21358,7 @@ obsolete Ammonia oxidation - true + true @@ -21369,7 +21369,7 @@ obsolete Nitrite oxidation - true + true @@ -21380,7 +21380,7 @@ obsolete Complete ammonia-oxidizing - true + true @@ -21391,7 +21391,7 @@ obsolete Methane oxidation - true + true @@ -21402,7 +21402,7 @@ obsolete Carbon monoxide-oxidizing - true + true @@ -21413,7 +21413,7 @@ obsolete Nitrogen-fixing - true + true @@ -22942,7 +22942,7 @@ obsolete obsolete - true + true diff --git a/metpo.json b/metpo.json index 99813f05..d6d11c95 100644 --- a/metpo.json +++ b/metpo.json @@ -50,10 +50,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000002", @@ -63,10 +61,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000003", @@ -76,10 +72,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000004", @@ -89,10 +83,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000005", @@ -102,10 +94,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000006", @@ -115,10 +105,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000007", @@ -128,10 +116,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000008", @@ -141,10 +127,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000009", @@ -154,10 +138,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000001", @@ -167,10 +149,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000010", @@ -180,10 +160,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000011", @@ -193,10 +171,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000012", @@ -206,10 +182,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000013", @@ -219,10 +193,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000014", @@ -232,10 +204,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000015", @@ -245,10 +215,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000016", @@ -258,10 +226,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000017", @@ -271,10 +237,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000018", @@ -284,10 +248,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000019", @@ -297,10 +259,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000002", @@ -310,10 +270,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000020", @@ -323,10 +281,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000021", @@ -336,10 +292,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000022", @@ -349,10 +303,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000023", @@ -362,10 +314,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000024", @@ -375,10 +325,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000025", @@ -388,10 +336,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000026", @@ -401,10 +347,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000027", @@ -414,10 +358,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000028", @@ -427,10 +369,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000029", @@ -440,10 +380,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000003", @@ -453,10 +391,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000030", @@ -466,10 +402,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000031", @@ -479,10 +413,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000032", @@ -492,10 +424,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000033", @@ -505,10 +435,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000034", @@ -518,10 +446,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000035", @@ -531,10 +457,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000036", @@ -544,10 +468,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000037", @@ -557,10 +479,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000038", @@ -570,10 +490,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000039", @@ -583,10 +501,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000004", @@ -596,10 +512,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000040", @@ -609,10 +523,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000041", @@ -622,10 +534,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000042", @@ -635,10 +545,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000043", @@ -648,10 +556,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000044", @@ -661,10 +567,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000045", @@ -674,10 +578,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000046", @@ -687,10 +589,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000047", @@ -700,10 +600,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000048", @@ -713,10 +611,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000049", @@ -726,10 +622,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000005", @@ -739,10 +633,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000050", @@ -752,10 +644,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000051", @@ -765,10 +655,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000052", @@ -778,10 +666,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000053", @@ -791,10 +677,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000054", @@ -804,10 +688,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000055", @@ -817,10 +699,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000056", @@ -830,10 +710,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000057", @@ -843,10 +721,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000058", @@ -856,10 +732,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000059", @@ -869,10 +743,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000006", @@ -882,10 +754,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000060", @@ -895,10 +765,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000061", @@ -908,10 +776,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000062", @@ -921,10 +787,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000063", @@ -934,10 +798,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000064", @@ -947,10 +809,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000065", @@ -960,10 +820,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000066", @@ -973,10 +831,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000067", @@ -986,10 +842,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000068", @@ -999,10 +853,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000069", @@ -1012,10 +864,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000007", @@ -1025,10 +875,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000070", @@ -1038,10 +886,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000071", @@ -1051,10 +897,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000072", @@ -1064,10 +908,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000073", @@ -1077,10 +919,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000074", @@ -1090,10 +930,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000075", @@ -1103,10 +941,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000076", @@ -1116,10 +952,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000077", @@ -1129,10 +963,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000078", @@ -1142,10 +974,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000079", @@ -1155,10 +985,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000008", @@ -1168,10 +996,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000080", @@ -1181,10 +1007,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000081", @@ -1194,10 +1018,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000082", @@ -1207,10 +1029,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000083", @@ -1220,10 +1040,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000084", @@ -1233,10 +1051,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000085", @@ -1246,10 +1062,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000086", @@ -1259,10 +1073,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000087", @@ -1272,10 +1084,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000088", @@ -1285,10 +1095,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000089", @@ -1298,10 +1106,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000009", @@ -1311,10 +1117,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000090", @@ -1324,10 +1128,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000091", @@ -1337,10 +1139,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000092", @@ -1350,10 +1150,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000093", @@ -1363,10 +1161,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000094", @@ -1376,10 +1172,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000095", @@ -1389,10 +1183,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000096", @@ -1402,10 +1194,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000097", @@ -1415,10 +1205,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000098", @@ -1428,10 +1216,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000099", @@ -1441,10 +1227,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000010", @@ -1454,10 +1238,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000100", @@ -1467,10 +1249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000101", @@ -1480,10 +1260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000102", @@ -1493,10 +1271,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000103", @@ -1506,10 +1282,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000104", @@ -1519,10 +1293,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000105", @@ -1532,10 +1304,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000106", @@ -1545,10 +1315,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000107", @@ -1558,10 +1326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000108", @@ -1571,10 +1337,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000109", @@ -1584,10 +1348,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000011", @@ -1597,10 +1359,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000110", @@ -1610,10 +1370,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000111", @@ -1623,10 +1381,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000112", @@ -1636,10 +1392,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000113", @@ -1649,10 +1403,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000114", @@ -1662,10 +1414,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000115", @@ -1675,10 +1425,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000116", @@ -1688,10 +1436,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000117", @@ -1701,10 +1447,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000118", @@ -1714,10 +1458,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000119", @@ -1727,10 +1469,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000012", @@ -1740,10 +1480,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000120", @@ -1753,10 +1491,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000121", @@ -1766,10 +1502,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000122", @@ -1779,10 +1513,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000123", @@ -1792,10 +1524,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000124", @@ -1805,10 +1535,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000125", @@ -1818,10 +1546,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000126", @@ -1831,10 +1557,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000127", @@ -1844,10 +1568,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000128", @@ -1857,10 +1579,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000129", @@ -1870,10 +1590,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000013", @@ -1883,10 +1601,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000130", @@ -1896,10 +1612,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000131", @@ -1909,10 +1623,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000132", @@ -1922,10 +1634,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000133", @@ -1935,10 +1645,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000134", @@ -1948,10 +1656,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000135", @@ -1961,10 +1667,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000136", @@ -1974,10 +1678,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000137", @@ -1987,10 +1689,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000138", @@ -2000,10 +1700,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000139", @@ -2013,10 +1711,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000014", @@ -2026,10 +1722,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000140", @@ -2039,10 +1733,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000141", @@ -2052,10 +1744,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000142", @@ -2065,10 +1755,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000143", @@ -2078,10 +1766,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000144", @@ -2091,10 +1777,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000145", @@ -2104,10 +1788,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000146", @@ -2117,10 +1799,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000147", @@ -2130,10 +1810,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000148", @@ -2143,10 +1821,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000149", @@ -2156,10 +1832,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000015", @@ -2169,10 +1843,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000150", @@ -2182,10 +1854,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000151", @@ -2195,10 +1865,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000152", @@ -2208,10 +1876,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000153", @@ -2221,10 +1887,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000154", @@ -2234,10 +1898,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000155", @@ -2247,10 +1909,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000156", @@ -2260,10 +1920,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000157", @@ -2273,10 +1931,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000158", @@ -2286,10 +1942,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000159", @@ -2299,10 +1953,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000016", @@ -2312,10 +1964,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000160", @@ -2325,10 +1975,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000161", @@ -2338,10 +1986,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000162", @@ -2351,10 +1997,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000163", @@ -2364,10 +2008,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000164", @@ -2377,10 +2019,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000165", @@ -2390,10 +2030,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000166", @@ -2403,10 +2041,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000167", @@ -2416,10 +2052,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000168", @@ -2429,10 +2063,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000169", @@ -2442,10 +2074,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000017", @@ -2455,10 +2085,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000170", @@ -2468,10 +2096,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000171", @@ -2481,10 +2107,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000172", @@ -2494,10 +2118,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000173", @@ -2507,10 +2129,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000174", @@ -2520,10 +2140,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000175", @@ -2533,10 +2151,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000176", @@ -2546,10 +2162,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000177", @@ -2559,10 +2173,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000178", @@ -2572,10 +2184,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000179", @@ -2585,10 +2195,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000018", @@ -2598,10 +2206,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000180", @@ -2611,10 +2217,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000181", @@ -2624,10 +2228,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000182", @@ -2637,10 +2239,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000183", @@ -2650,10 +2250,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000184", @@ -2663,10 +2261,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000185", @@ -2676,10 +2272,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000186", @@ -2689,10 +2283,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000187", @@ -2702,10 +2294,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000188", @@ -2715,10 +2305,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000189", @@ -2728,10 +2316,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000019", @@ -2741,10 +2327,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000190", @@ -2754,10 +2338,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000191", @@ -2767,10 +2349,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000192", @@ -2780,10 +2360,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000193", @@ -2793,10 +2371,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000194", @@ -2806,10 +2382,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000195", @@ -2819,10 +2393,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000196", @@ -2832,10 +2404,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000197", @@ -2845,10 +2415,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000198", @@ -2858,10 +2426,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000199", @@ -2871,10 +2437,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000020", @@ -2884,10 +2448,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000200", @@ -2897,10 +2459,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000201", @@ -2910,10 +2470,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000202", @@ -2923,10 +2481,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000203", @@ -2936,10 +2492,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000204", @@ -2949,10 +2503,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000205", @@ -2962,10 +2514,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000206", @@ -2975,10 +2525,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000207", @@ -2988,10 +2536,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000208", @@ -3001,10 +2547,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000209", @@ -3014,10 +2558,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000021", @@ -3027,10 +2569,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000210", @@ -3040,10 +2580,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000211", @@ -3053,10 +2591,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000212", @@ -3066,10 +2602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000213", @@ -3079,10 +2613,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000214", @@ -3092,10 +2624,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000215", @@ -3105,10 +2635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000216", @@ -3118,10 +2646,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000217", @@ -3131,10 +2657,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000218", @@ -3144,10 +2668,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000219", @@ -3157,10 +2679,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000022", @@ -3170,10 +2690,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000220", @@ -3183,10 +2701,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000221", @@ -3196,10 +2712,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000222", @@ -3209,10 +2723,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000223", @@ -3222,10 +2734,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000224", @@ -3235,10 +2745,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000225", @@ -3248,10 +2756,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000226", @@ -3261,10 +2767,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000227", @@ -3274,10 +2778,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000228", @@ -3287,10 +2789,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000229", @@ -3300,10 +2800,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000023", @@ -3313,10 +2811,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000230", @@ -3326,10 +2822,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000231", @@ -3339,10 +2833,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000232", @@ -3352,10 +2844,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000233", @@ -3365,10 +2855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000234", @@ -3378,10 +2866,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000235", @@ -3391,10 +2877,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000236", @@ -3404,10 +2888,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000237", @@ -3417,10 +2899,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000238", @@ -3430,10 +2910,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000239", @@ -3443,10 +2921,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000024", @@ -3456,10 +2932,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000240", @@ -3469,10 +2943,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000241", @@ -3482,10 +2954,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000242", @@ -3495,10 +2965,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000243", @@ -3508,10 +2976,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000244", @@ -3521,10 +2987,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000245", @@ -3534,10 +2998,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000246", @@ -3547,10 +3009,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000247", @@ -3560,10 +3020,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000248", @@ -3573,10 +3031,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000249", @@ -3586,10 +3042,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000025", @@ -3599,10 +3053,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000250", @@ -3612,10 +3064,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000251", @@ -3625,10 +3075,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000252", @@ -3638,10 +3086,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000253", @@ -3651,10 +3097,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000254", @@ -3664,10 +3108,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000255", @@ -3677,10 +3119,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000256", @@ -3690,10 +3130,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000257", @@ -3703,10 +3141,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000258", @@ -3716,10 +3152,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000259", @@ -3729,10 +3163,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000026", @@ -3742,10 +3174,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000260", @@ -3755,10 +3185,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000261", @@ -3768,10 +3196,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000262", @@ -3781,10 +3207,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000263", @@ -3794,10 +3218,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000264", @@ -3807,10 +3229,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000265", @@ -3820,10 +3240,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000266", @@ -3833,10 +3251,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000267", @@ -3846,10 +3262,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000268", @@ -3859,10 +3273,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000269", @@ -3872,10 +3284,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000027", @@ -3885,10 +3295,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000270", @@ -3898,10 +3306,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000271", @@ -3911,10 +3317,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000272", @@ -3924,10 +3328,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000273", @@ -3937,10 +3339,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000274", @@ -3950,10 +3350,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000275", @@ -3963,10 +3361,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000276", @@ -3976,10 +3372,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000277", @@ -3989,10 +3383,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000278", @@ -4002,10 +3394,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000279", @@ -4015,10 +3405,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000028", @@ -4028,10 +3416,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000280", @@ -4041,10 +3427,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000281", @@ -4054,10 +3438,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0000282", @@ -4067,10 +3449,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000029", @@ -4080,10 +3460,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000030", @@ -4093,10 +3471,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000031", @@ -4106,10 +3482,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000032", @@ -4119,10 +3493,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000033", @@ -4132,10 +3504,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000034", @@ -4145,10 +3515,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000035", @@ -4158,10 +3526,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000036", @@ -4171,10 +3537,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000037", @@ -4184,10 +3548,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000038", @@ -4197,10 +3559,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000039", @@ -4210,10 +3570,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000040", @@ -4223,10 +3581,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000041", @@ -4236,10 +3592,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000042", @@ -4249,10 +3603,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000043", @@ -4262,10 +3614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000044", @@ -4275,10 +3625,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000045", @@ -4288,10 +3636,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000046", @@ -4301,10 +3647,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000047", @@ -4314,10 +3658,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000048", @@ -4327,10 +3669,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000049", @@ -4340,10 +3680,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000050", @@ -4353,10 +3691,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000051", @@ -4366,10 +3702,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000052", @@ -4379,10 +3713,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000053", @@ -4392,10 +3724,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000054", @@ -4405,10 +3735,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000055", @@ -4418,10 +3746,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000056", @@ -4431,10 +3757,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000057", @@ -4444,10 +3768,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000058", @@ -4457,10 +3779,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000059", @@ -4470,10 +3790,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000060", @@ -4483,10 +3801,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000061", @@ -4496,10 +3812,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000062", @@ -4509,10 +3823,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000063", @@ -4522,10 +3834,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000064", @@ -4535,10 +3845,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000065", @@ -4548,10 +3856,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000066", @@ -4561,10 +3867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000067", @@ -4574,10 +3878,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000068", @@ -4587,10 +3889,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000069", @@ -4600,10 +3900,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000070", @@ -4613,10 +3911,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000071", @@ -4626,10 +3922,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000072", @@ -4639,10 +3933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000073", @@ -4652,10 +3944,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000074", @@ -4665,10 +3955,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000075", @@ -4678,10 +3966,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000076", @@ -4691,10 +3977,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000077", @@ -4704,10 +3988,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000078", @@ -4717,10 +3999,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000079", @@ -4730,10 +4010,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000080", @@ -4743,10 +4021,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000081", @@ -4756,10 +4032,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000082", @@ -4769,10 +4043,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000083", @@ -4782,10 +4054,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000084", @@ -4795,10 +4065,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000085", @@ -4808,10 +4076,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000086", @@ -4821,10 +4087,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000087", @@ -4834,10 +4098,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000088", @@ -4847,10 +4109,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000089", @@ -4860,10 +4120,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000090", @@ -4873,10 +4131,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000091", @@ -4886,10 +4142,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000092", @@ -4899,10 +4153,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000093", @@ -4912,10 +4164,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000094", @@ -4925,10 +4175,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000095", @@ -4938,10 +4186,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000096", @@ -4951,10 +4197,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000097", @@ -4964,10 +4208,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000098", @@ -4977,10 +4219,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000099", @@ -4990,10 +4230,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000100", @@ -5003,10 +4241,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001000", @@ -5016,10 +4252,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001001", @@ -5029,10 +4263,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001002", @@ -5042,10 +4274,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001003", @@ -5055,10 +4285,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001004", @@ -5068,10 +4296,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001006", @@ -5081,10 +4307,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001007", @@ -5094,10 +4318,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001008", @@ -5107,10 +4329,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001009", @@ -5120,10 +4340,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000101", @@ -5133,10 +4351,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001010", @@ -5146,10 +4362,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001012", @@ -5159,10 +4373,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001013", @@ -5172,10 +4384,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001014", @@ -5185,10 +4395,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001016", @@ -5198,10 +4406,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001017", @@ -5211,10 +4417,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001018", @@ -5224,10 +4428,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001019", @@ -5237,10 +4439,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000102", @@ -5250,10 +4450,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001020", @@ -5263,10 +4461,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/0001021", @@ -5276,10 +4472,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000103", @@ -5289,10 +4483,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000104", @@ -5302,10 +4494,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000105", @@ -5315,10 +4505,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000106", @@ -5328,10 +4516,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000107", @@ -5341,10 +4527,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000108", @@ -5354,10 +4538,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000109", @@ -5367,10 +4549,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000110", @@ -5380,10 +4560,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000111", @@ -5393,10 +4571,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000112", @@ -5406,10 +4582,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000113", @@ -5419,10 +4593,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000114", @@ -5432,10 +4604,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000115", @@ -5445,10 +4615,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000116", @@ -5458,10 +4626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000117", @@ -5471,10 +4637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000118", @@ -5484,10 +4648,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000119", @@ -5497,10 +4659,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000120", @@ -5510,10 +4670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000121", @@ -5523,10 +4681,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000122", @@ -5536,10 +4692,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000123", @@ -5549,10 +4703,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000124", @@ -5562,10 +4714,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000125", @@ -5575,10 +4725,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000126", @@ -5588,10 +4736,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000127", @@ -5601,10 +4747,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000128", @@ -5614,10 +4758,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000129", @@ -5627,10 +4769,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000130", @@ -5640,10 +4780,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000131", @@ -5653,10 +4791,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000132", @@ -5666,10 +4802,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000133", @@ -5679,10 +4813,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000134", @@ -5692,10 +4824,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000135", @@ -5705,10 +4835,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000136", @@ -5718,10 +4846,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000137", @@ -5731,10 +4857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000138", @@ -5744,10 +4868,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000139", @@ -5757,10 +4879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000140", @@ -5770,10 +4890,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000141", @@ -5783,10 +4901,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000142", @@ -5796,10 +4912,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000143", @@ -5809,10 +4923,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000144", @@ -5822,10 +4934,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000145", @@ -5835,10 +4945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000146", @@ -5848,10 +4956,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000147", @@ -5861,10 +4967,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000148", @@ -5874,10 +4978,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000149", @@ -5887,10 +4989,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000150", @@ -5900,10 +5000,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000151", @@ -5913,10 +5011,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000152", @@ -5926,10 +5022,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000153", @@ -5939,10 +5033,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000154", @@ -5952,10 +5044,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000155", @@ -5965,10 +5055,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000156", @@ -5978,10 +5066,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000157", @@ -5991,10 +5077,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000158", @@ -6004,10 +5088,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000159", @@ -6017,10 +5099,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000160", @@ -6030,10 +5110,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000161", @@ -6043,10 +5121,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000162", @@ -6056,10 +5132,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000163", @@ -6069,10 +5143,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000164", @@ -6082,10 +5154,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000165", @@ -6095,10 +5165,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000166", @@ -6108,10 +5176,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000167", @@ -6121,10 +5187,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000168", @@ -6134,10 +5198,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000169", @@ -6147,10 +5209,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000170", @@ -6160,10 +5220,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000171", @@ -6173,10 +5231,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000172", @@ -6186,10 +5242,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000173", @@ -6199,10 +5253,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000174", @@ -6212,10 +5264,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000175", @@ -6225,10 +5275,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000176", @@ -6238,10 +5286,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000177", @@ -6251,10 +5297,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000178", @@ -6264,10 +5308,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000179", @@ -6277,10 +5319,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000180", @@ -6290,10 +5330,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000181", @@ -6303,10 +5341,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000182", @@ -6316,10 +5352,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000183", @@ -6329,10 +5363,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000184", @@ -6342,10 +5374,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000185", @@ -6355,10 +5385,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000186", @@ -6368,10 +5396,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000187", @@ -6381,10 +5407,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000188", @@ -6394,10 +5418,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000189", @@ -6407,10 +5429,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000190", @@ -6420,10 +5440,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000191", @@ -6433,10 +5451,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000192", @@ -6446,10 +5462,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000193", @@ -6459,10 +5473,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000194", @@ -6472,10 +5484,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000195", @@ -6485,10 +5495,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000196", @@ -6498,10 +5506,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000197", @@ -6511,10 +5517,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000198", @@ -6524,10 +5528,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000199", @@ -6537,10 +5539,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000200", @@ -6550,10 +5550,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000201", @@ -6563,10 +5561,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000202", @@ -6576,10 +5572,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000203", @@ -6589,10 +5583,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000204", @@ -6602,10 +5594,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000205", @@ -6615,10 +5605,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000206", @@ -6628,10 +5616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000207", @@ -6641,10 +5627,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000208", @@ -6654,10 +5638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000209", @@ -6667,10 +5649,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000210", @@ -6680,10 +5660,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000211", @@ -6693,10 +5671,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000212", @@ -6706,10 +5682,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000213", @@ -6719,10 +5693,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000214", @@ -6732,10 +5704,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000215", @@ -6745,10 +5715,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000216", @@ -6758,10 +5726,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000217", @@ -6771,10 +5737,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000218", @@ -6784,10 +5748,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000219", @@ -6797,10 +5759,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000220", @@ -6810,10 +5770,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000221", @@ -6823,10 +5781,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000222", @@ -6836,10 +5792,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000223", @@ -6849,10 +5803,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000224", @@ -6862,10 +5814,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000225", @@ -6875,10 +5825,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000226", @@ -6888,10 +5836,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000227", @@ -6901,10 +5847,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000228", @@ -6914,10 +5858,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000229", @@ -6927,10 +5869,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000230", @@ -6940,10 +5880,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000231", @@ -6953,10 +5891,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000232", @@ -6966,10 +5902,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000233", @@ -6979,10 +5913,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000234", @@ -6992,10 +5924,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000235", @@ -7004,11 +5934,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000236", @@ -7018,10 +5946,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000237", @@ -7031,10 +5957,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000238", @@ -7044,10 +5968,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000239", @@ -7057,10 +5979,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000240", @@ -7070,10 +5990,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000241", @@ -7083,10 +6001,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000242", @@ -7096,10 +6012,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000243", @@ -7109,10 +6023,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000244", @@ -7122,10 +6034,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000245", @@ -7135,10 +6045,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000246", @@ -7148,10 +6056,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000247", @@ -7161,10 +6067,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000248", @@ -7174,10 +6078,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000249", @@ -7187,10 +6089,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000250", @@ -7200,10 +6100,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000251", @@ -7213,10 +6111,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000252", @@ -7226,10 +6122,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000253", @@ -7239,10 +6133,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000254", @@ -7252,10 +6144,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000255", @@ -7265,10 +6155,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000256", @@ -7278,10 +6166,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000257", @@ -7291,10 +6177,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000258", @@ -7304,10 +6188,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000259", @@ -7317,10 +6199,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000260", @@ -7330,10 +6210,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000261", @@ -7343,10 +6221,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000262", @@ -7356,10 +6232,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000263", @@ -7369,10 +6243,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000264", @@ -7382,10 +6254,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000265", @@ -7395,10 +6265,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000266", @@ -7408,10 +6276,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000267", @@ -7421,10 +6287,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000268", @@ -7434,10 +6298,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000269", @@ -7447,10 +6309,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000270", @@ -7460,10 +6320,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000271", @@ -7473,10 +6331,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000272", @@ -7486,10 +6342,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000273", @@ -7499,10 +6353,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/000274", @@ -7512,10 +6364,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000001", @@ -7525,10 +6375,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000002", @@ -7538,10 +6386,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000003", @@ -7551,10 +6397,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000004", @@ -7564,10 +6408,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000005", @@ -7577,10 +6419,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000006", @@ -7590,10 +6430,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000007", @@ -7603,10 +6441,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000008", @@ -7616,10 +6452,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000009", @@ -7629,10 +6463,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000010", @@ -7642,10 +6474,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000011", @@ -7655,10 +6485,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000012", @@ -7668,10 +6496,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000013", @@ -7681,10 +6507,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000014", @@ -7694,10 +6518,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000015", @@ -7707,10 +6529,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000016", @@ -7720,10 +6540,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000017", @@ -7733,10 +6551,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000018", @@ -7746,10 +6562,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000019", @@ -7759,10 +6573,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000020", @@ -7772,10 +6584,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000021", @@ -7785,10 +6595,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000022", @@ -7798,10 +6606,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000023", @@ -7811,10 +6617,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000024", @@ -7824,10 +6628,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000025", @@ -7837,10 +6639,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000026", @@ -7850,10 +6650,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000027", @@ -7863,10 +6661,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000028", @@ -7876,10 +6672,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000029", @@ -7889,10 +6683,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000030", @@ -7902,10 +6694,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000031", @@ -7915,10 +6705,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000032", @@ -7928,10 +6716,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000033", @@ -7941,10 +6727,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000034", @@ -7954,10 +6738,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000035", @@ -7967,10 +6749,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000036", @@ -7980,10 +6760,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000037", @@ -7993,10 +6771,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000038", @@ -8006,10 +6782,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000039", @@ -8019,10 +6793,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000040", @@ -8032,10 +6804,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000041", @@ -8045,10 +6815,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000042", @@ -8058,10 +6826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000043", @@ -8071,10 +6837,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000044", @@ -8084,10 +6848,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000045", @@ -8097,10 +6859,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000046", @@ -8110,10 +6870,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000047", @@ -8123,10 +6881,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000048", @@ -8136,10 +6892,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000049", @@ -8149,10 +6903,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000050", @@ -8162,10 +6914,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000051", @@ -8175,10 +6925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000052", @@ -8188,10 +6936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000053", @@ -8201,10 +6947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000054", @@ -8214,10 +6958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000055", @@ -8227,10 +6969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000056", @@ -8240,10 +6980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000057", @@ -8253,10 +6991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000058", @@ -8266,10 +7002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000059", @@ -8326,10 +7060,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000062", @@ -8339,10 +7071,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000063", @@ -8352,10 +7082,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000064", @@ -8365,10 +7093,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000065", @@ -8378,10 +7104,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000066", @@ -8391,10 +7115,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000067", @@ -8404,10 +7126,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000068", @@ -8417,10 +7137,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000069", @@ -8430,10 +7148,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000070", @@ -8443,10 +7159,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000071", @@ -8456,10 +7170,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000072", @@ -8469,10 +7181,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000073", @@ -8482,10 +7192,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000074", @@ -8495,10 +7203,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000075", @@ -8508,10 +7214,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000076", @@ -8521,10 +7225,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000077", @@ -8534,10 +7236,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000078", @@ -8547,10 +7247,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000079", @@ -8560,10 +7258,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000080", @@ -8573,10 +7269,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000081", @@ -8586,10 +7280,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000082", @@ -8599,10 +7291,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000083", @@ -8612,10 +7302,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000084", @@ -8625,10 +7313,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000085", @@ -8638,10 +7324,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000086", @@ -8651,10 +7335,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000087", @@ -8664,10 +7346,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000088", @@ -8677,10 +7357,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000089", @@ -8690,10 +7368,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000090", @@ -8703,10 +7379,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000091", @@ -8716,10 +7390,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000092", @@ -8729,10 +7401,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000093", @@ -8742,10 +7412,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000094", @@ -8755,10 +7423,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000095", @@ -8768,10 +7434,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000096", @@ -8781,10 +7445,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000097", @@ -8794,10 +7456,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000098", @@ -8807,10 +7467,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000099", @@ -8820,10 +7478,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000100", @@ -8833,10 +7489,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000101", @@ -8846,10 +7500,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000102", @@ -8859,10 +7511,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000103", @@ -8872,10 +7522,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000104", @@ -8885,10 +7533,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000105", @@ -8898,10 +7544,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000106", @@ -8911,10 +7555,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000107", @@ -8924,10 +7566,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000108", @@ -8937,10 +7577,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000109", @@ -8950,10 +7588,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000110", @@ -8963,10 +7599,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000111", @@ -8976,10 +7610,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000112", @@ -8989,10 +7621,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000113", @@ -9002,10 +7632,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000114", @@ -9015,10 +7643,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000115", @@ -9028,10 +7654,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000116", @@ -9041,10 +7665,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000117", @@ -9054,10 +7676,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000118", @@ -9067,10 +7687,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000119", @@ -9080,10 +7698,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000120", @@ -9093,10 +7709,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000121", @@ -9106,10 +7720,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000122", @@ -9119,10 +7731,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000123", @@ -9132,10 +7742,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000124", @@ -9145,10 +7753,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000125", @@ -9158,10 +7764,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000126", @@ -9171,10 +7775,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000127", @@ -9213,10 +7815,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000129", @@ -9226,10 +7826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000130", @@ -9239,10 +7837,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000131", @@ -9252,10 +7848,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000132", @@ -9265,10 +7859,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000133", @@ -9278,10 +7870,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000134", @@ -9290,11 +7880,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000135", @@ -9304,10 +7892,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000136", @@ -9317,10 +7903,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000137", @@ -9330,10 +7914,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000138", @@ -9343,10 +7925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000139", @@ -9356,10 +7936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000140", @@ -9369,10 +7947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000141", @@ -9382,10 +7958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000142", @@ -9395,10 +7969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000143", @@ -9408,10 +7980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000144", @@ -9421,10 +7991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000145", @@ -9434,10 +8002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000146", @@ -9447,10 +8013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000147", @@ -9460,10 +8024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000148", @@ -9473,10 +8035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000149", @@ -9486,10 +8046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000150", @@ -9499,10 +8057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000151", @@ -9512,10 +8068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000152", @@ -9525,10 +8079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000153", @@ -9538,10 +8090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000154", @@ -9551,10 +8101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000155", @@ -9564,10 +8112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000156", @@ -9577,10 +8123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000157", @@ -9590,10 +8134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000158", @@ -9603,10 +8145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000159", @@ -9616,10 +8156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000160", @@ -9629,10 +8167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000161", @@ -9642,10 +8178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000162", @@ -9655,10 +8189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000163", @@ -9668,10 +8200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000164", @@ -9681,10 +8211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000165", @@ -9694,10 +8222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000166", @@ -9707,10 +8233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000167", @@ -9720,10 +8244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000168", @@ -9733,10 +8255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000169", @@ -9746,10 +8266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000170", @@ -9759,10 +8277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000171", @@ -9772,10 +8288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000172", @@ -9785,10 +8299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000173", @@ -9798,10 +8310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000174", @@ -9811,10 +8321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000175", @@ -9824,10 +8332,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000176", @@ -9837,10 +8343,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000177", @@ -9850,10 +8354,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000178", @@ -9863,10 +8365,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000179", @@ -9876,10 +8376,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000180", @@ -9889,10 +8387,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000181", @@ -9902,10 +8398,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000182", @@ -9915,10 +8409,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000183", @@ -9928,10 +8420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000184", @@ -9941,10 +8431,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000185", @@ -9954,10 +8442,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000186", @@ -9986,10 +8472,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000188", @@ -10008,10 +8492,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000190", @@ -10021,10 +8503,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000191", @@ -10034,10 +8514,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000192", @@ -10047,10 +8525,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000193", @@ -10060,10 +8536,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000194", @@ -10073,10 +8547,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000195", @@ -10086,10 +8558,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000196", @@ -10099,10 +8569,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000197", @@ -10112,10 +8580,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000198", @@ -10125,10 +8591,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000199", @@ -10138,10 +8602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000200", @@ -10151,10 +8613,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000201", @@ -10164,10 +8624,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000202", @@ -10177,10 +8635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000203", @@ -10190,10 +8646,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000204", @@ -10203,10 +8657,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000205", @@ -10216,10 +8668,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000206", @@ -10229,10 +8679,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000207", @@ -10242,10 +8690,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000208", @@ -10255,10 +8701,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000209", @@ -10268,10 +8712,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000210", @@ -10281,10 +8723,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000211", @@ -10294,10 +8734,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000212", @@ -10307,10 +8745,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000213", @@ -10320,10 +8756,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000214", @@ -10333,10 +8767,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000215", @@ -10346,10 +8778,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000216", @@ -10359,10 +8789,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000217", @@ -10372,10 +8800,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000218", @@ -10385,10 +8811,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000219", @@ -10398,10 +8822,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000220", @@ -10411,10 +8833,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000221", @@ -10424,10 +8844,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000222", @@ -10437,10 +8855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000223", @@ -10450,10 +8866,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000224", @@ -10463,10 +8877,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000225", @@ -10476,10 +8888,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000226", @@ -10489,10 +8899,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000227", @@ -10502,10 +8910,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000228", @@ -10515,10 +8921,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000229", @@ -10528,10 +8932,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000230", @@ -10541,10 +8943,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000231", @@ -10554,10 +8954,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000232", @@ -10571,10 +8969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000234", @@ -10584,10 +8980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000235", @@ -10597,10 +8991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000236", @@ -10610,10 +9002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000237", @@ -10623,10 +9013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000238", @@ -10636,10 +9024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000239", @@ -10649,10 +9035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000240", @@ -10662,10 +9046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000241", @@ -10675,10 +9057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000242", @@ -10688,10 +9068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000243", @@ -10701,10 +9079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000244", @@ -10714,10 +9090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000245", @@ -10727,10 +9101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000246", @@ -10740,10 +9112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000247", @@ -10753,10 +9123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000248", @@ -10766,10 +9134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000249", @@ -10779,10 +9145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000250", @@ -10792,10 +9156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000251", @@ -10805,10 +9167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000252", @@ -10818,10 +9178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000253", @@ -10831,10 +9189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000254", @@ -10844,10 +9200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000255", @@ -10857,10 +9211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000256", @@ -10870,10 +9222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000257", @@ -10883,10 +9233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000258", @@ -10896,10 +9244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000259", @@ -10909,10 +9255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000260", @@ -10922,10 +9266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000261", @@ -10935,10 +9277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000262", @@ -10948,10 +9288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000263", @@ -10961,10 +9299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000264", @@ -10974,10 +9310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000265", @@ -10987,10 +9321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000266", @@ -11000,10 +9332,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000267", @@ -11013,10 +9343,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000268", @@ -11026,10 +9354,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000269", @@ -11039,10 +9365,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000270", @@ -11052,10 +9376,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000271", @@ -11065,10 +9387,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000272", @@ -11078,10 +9398,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000273", @@ -11091,10 +9409,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000274", @@ -11104,10 +9420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000275", @@ -11117,10 +9431,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000276", @@ -11130,10 +9442,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000277", @@ -11143,10 +9453,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000278", @@ -11156,10 +9464,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000279", @@ -11169,10 +9475,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000280", @@ -11182,10 +9486,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000281", @@ -11195,10 +9497,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000282", @@ -11208,10 +9508,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000283", @@ -11221,10 +9519,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000284", @@ -11234,10 +9530,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000285", @@ -11247,10 +9541,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000286", @@ -11260,10 +9552,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000287", @@ -11273,10 +9563,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000288", @@ -11286,10 +9574,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000289", @@ -11299,10 +9585,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000290", @@ -11312,10 +9596,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000291", @@ -11325,10 +9607,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000292", @@ -11338,10 +9618,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000293", @@ -11351,10 +9629,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000294", @@ -11364,10 +9640,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000295", @@ -11377,10 +9651,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000296", @@ -11390,10 +9662,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000297", @@ -11403,10 +9673,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000298", @@ -11416,10 +9684,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000299", @@ -11429,10 +9695,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000300", @@ -11442,10 +9706,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000301", @@ -11455,10 +9717,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000302", @@ -11468,10 +9728,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000303", @@ -11504,10 +9762,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000306", @@ -11521,10 +9777,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000308", @@ -11534,10 +9788,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000309", @@ -11547,10 +9799,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000310", @@ -11559,11 +9809,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/OMO_0001000" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000311", @@ -11573,10 +9821,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000312", @@ -11586,10 +9832,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000313", @@ -11599,10 +9843,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000314", @@ -11612,10 +9854,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000315", @@ -11625,10 +9865,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000316", @@ -11638,10 +9876,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000317", @@ -11651,10 +9887,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000318", @@ -11664,10 +9898,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000319", @@ -11677,10 +9909,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000320", @@ -11690,10 +9920,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000321", @@ -11703,10 +9931,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000322", @@ -11716,10 +9942,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000323", @@ -11729,10 +9953,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000324", @@ -11742,10 +9964,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000325", @@ -11755,10 +9975,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000326", @@ -11768,10 +9986,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000327", @@ -11781,10 +9997,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/OMO_0001000" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000328", @@ -11794,10 +10008,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000329", @@ -11807,10 +10019,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000330", @@ -11820,10 +10030,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000331", @@ -11885,10 +10093,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000337", @@ -11898,10 +10104,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000338", @@ -11911,10 +10115,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000339", @@ -11924,10 +10126,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000340", @@ -11937,10 +10137,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000341", @@ -11950,10 +10148,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000342", @@ -11963,10 +10159,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000343", @@ -11976,10 +10170,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000344", @@ -11989,10 +10181,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000345", @@ -12002,10 +10192,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000346", @@ -12015,10 +10203,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000347", @@ -12028,10 +10214,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000348", @@ -12041,10 +10225,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000349", @@ -12054,10 +10236,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000350", @@ -12067,10 +10247,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000351", @@ -12080,10 +10258,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000352", @@ -12093,10 +10269,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000353", @@ -12106,10 +10280,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000354", @@ -12119,10 +10291,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000355", @@ -12132,10 +10302,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000356", @@ -12145,10 +10313,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000357", @@ -12158,10 +10324,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000358", @@ -12171,10 +10335,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000359", @@ -12184,10 +10346,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000360", @@ -12197,10 +10357,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000361", @@ -12210,10 +10368,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000362", @@ -12223,10 +10379,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000363", @@ -12236,10 +10390,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000364", @@ -12249,10 +10401,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000365", @@ -12262,10 +10412,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000366", @@ -12275,10 +10423,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000367", @@ -12288,10 +10434,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000368", @@ -12301,10 +10445,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000369", @@ -12314,10 +10456,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000370", @@ -12327,10 +10467,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000371", @@ -12340,10 +10478,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000372", @@ -12353,10 +10489,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000373", @@ -12366,10 +10500,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000374", @@ -12379,10 +10511,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000375", @@ -12392,10 +10522,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000376", @@ -12405,10 +10533,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000377", @@ -12418,10 +10544,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000378", @@ -12431,10 +10555,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000379", @@ -12444,10 +10566,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000380", @@ -12457,10 +10577,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000381", @@ -12470,10 +10588,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000382", @@ -12483,10 +10599,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000383", @@ -12496,10 +10610,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000384", @@ -12509,10 +10621,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000385", @@ -12522,10 +10632,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000386", @@ -12535,10 +10643,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000387", @@ -12548,10 +10654,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000388", @@ -12561,10 +10665,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000389", @@ -12574,10 +10676,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000390", @@ -12587,10 +10687,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000391", @@ -12600,10 +10698,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000392", @@ -12613,10 +10709,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000393", @@ -12626,10 +10720,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000394", @@ -12639,10 +10731,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000395", @@ -12652,10 +10742,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000396", @@ -12665,10 +10753,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000397", @@ -12678,10 +10764,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000398", @@ -12691,10 +10775,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000399", @@ -12704,10 +10786,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000400", @@ -12717,10 +10797,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000401", @@ -12730,10 +10808,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000402", @@ -12743,10 +10819,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000403", @@ -12756,10 +10830,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000404", @@ -12769,10 +10841,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000405", @@ -12782,10 +10852,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000406", @@ -12795,10 +10863,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000407", @@ -12808,10 +10874,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000408", @@ -12821,10 +10885,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000409", @@ -12834,10 +10896,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000410", @@ -12847,10 +10907,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000411", @@ -12860,10 +10918,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000412", @@ -12873,10 +10929,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000413", @@ -12886,10 +10940,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000414", @@ -12899,10 +10951,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000415", @@ -12912,10 +10962,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000416", @@ -12925,10 +10973,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000417", @@ -12938,10 +10984,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000418", @@ -12951,10 +10995,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000419", @@ -12964,10 +11006,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000420", @@ -12977,10 +11017,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000421", @@ -12990,10 +11028,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000422", @@ -13003,10 +11039,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000423", @@ -13016,10 +11050,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000424", @@ -13029,10 +11061,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000425", @@ -13042,10 +11072,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000426", @@ -13055,10 +11083,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000427", @@ -13068,10 +11094,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000428", @@ -13081,10 +11105,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000429", @@ -13180,10 +11202,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000434", @@ -13193,10 +11213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000435", @@ -13206,10 +11224,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000436", @@ -13219,10 +11235,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000437", @@ -13232,10 +11246,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000438", @@ -13245,10 +11257,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000439", @@ -13258,10 +11268,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000440", @@ -13271,10 +11279,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000441", @@ -14620,10 +12626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000489", @@ -14633,10 +12637,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000490", @@ -14646,10 +12648,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000491", @@ -14659,10 +12659,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000492", @@ -14672,10 +12670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000493", @@ -14685,10 +12681,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000494", @@ -14698,10 +12692,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000495", @@ -14711,10 +12703,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000496", @@ -14724,10 +12714,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000497", @@ -14737,10 +12725,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000498", @@ -14750,10 +12736,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000499", @@ -14763,10 +12747,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000500", @@ -14776,10 +12758,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000501", @@ -14789,10 +12769,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000502", @@ -14802,10 +12780,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000503", @@ -14815,10 +12791,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000504", @@ -14828,10 +12802,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000505", @@ -14841,10 +12813,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000506", @@ -14854,10 +12824,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000507", @@ -14867,10 +12835,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000508", @@ -14880,10 +12846,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000509", @@ -14893,10 +12857,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000510", @@ -14906,10 +12868,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000511", @@ -14919,10 +12879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000512", @@ -14932,10 +12890,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000513", @@ -14945,10 +12901,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000514", @@ -14958,10 +12912,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000515", @@ -14971,10 +12923,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000516", @@ -14984,10 +12934,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000517", @@ -14997,10 +12945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000518", @@ -15010,10 +12956,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000519", @@ -15023,10 +12967,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000520", @@ -15036,10 +12978,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000521", @@ -15049,10 +12989,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000522", @@ -15062,10 +13000,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000523", @@ -15075,10 +13011,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000524", @@ -15088,10 +13022,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000525", @@ -15147,10 +13079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000529", @@ -15160,10 +13090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000531", @@ -16707,10 +14635,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000644", @@ -16772,10 +14698,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000646", @@ -17002,10 +14926,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000654", @@ -17327,10 +15249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000662", @@ -17340,10 +15260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000663", @@ -19007,10 +16925,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000808", @@ -19020,10 +16936,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000809", @@ -19033,10 +16947,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000810", @@ -19046,10 +16958,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000811", @@ -19058,11 +16968,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", - "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + "val" : "http://purl.obolibrary.org/obo/IAO_0000226" + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000812", @@ -19072,10 +16980,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000813", @@ -19085,10 +16991,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000814", @@ -19098,10 +17002,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000815", @@ -19111,10 +17013,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000816", @@ -19124,10 +17024,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000817", @@ -19137,10 +17035,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000818", @@ -19150,10 +17046,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000819", @@ -19163,10 +17057,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000820", @@ -19176,10 +17068,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000821", @@ -19189,10 +17079,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000822", @@ -19202,10 +17090,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000823", @@ -19215,10 +17101,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000824", @@ -19228,10 +17112,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000825", @@ -19241,10 +17123,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000826", @@ -19254,10 +17134,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000827", @@ -19267,10 +17145,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000828", @@ -19280,10 +17156,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000829", @@ -19293,10 +17167,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000830", @@ -19306,10 +17178,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000831", @@ -19319,10 +17189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000832", @@ -19332,10 +17200,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000833", @@ -19345,10 +17211,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000834", @@ -19358,10 +17222,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000835", @@ -19371,10 +17233,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000836", @@ -19384,10 +17244,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000837", @@ -19397,10 +17255,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000838", @@ -19410,10 +17266,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000839", @@ -19423,10 +17277,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000840", @@ -19436,10 +17288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000841", @@ -19449,10 +17299,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000842", @@ -19462,10 +17310,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000843", @@ -19475,10 +17321,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000844", @@ -19574,10 +17418,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000848", @@ -19587,10 +17429,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000849", @@ -19600,10 +17440,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000850", @@ -19613,10 +17451,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000851", @@ -19626,10 +17462,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000852", @@ -19639,10 +17473,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000853", @@ -19652,10 +17484,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000854", @@ -19665,10 +17495,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000855", @@ -19678,10 +17506,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000856", @@ -19691,10 +17517,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000857", @@ -19704,10 +17528,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000858", @@ -19717,10 +17539,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000859", @@ -19730,10 +17550,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000860", @@ -19743,10 +17561,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000861", @@ -19756,10 +17572,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000862", @@ -19769,10 +17583,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000863", @@ -19782,10 +17594,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000864", @@ -19795,10 +17605,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000865", @@ -19808,10 +17616,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000866", @@ -19821,10 +17627,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000867", @@ -19834,10 +17638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000868", @@ -19847,10 +17649,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000869", @@ -19860,10 +17660,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1000870", @@ -20275,10 +18073,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001001", @@ -20288,10 +18084,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001002", @@ -20301,10 +18095,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001003", @@ -20314,10 +18106,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001004", @@ -20327,10 +18117,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001005", @@ -20340,10 +18128,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001006", @@ -20353,10 +18139,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001007", @@ -20366,10 +18150,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001008", @@ -20379,10 +18161,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001009", @@ -20392,10 +18172,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001010", @@ -20405,10 +18183,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001011", @@ -20418,10 +18194,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001012", @@ -20431,10 +18205,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001013", @@ -20444,10 +18216,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001014", @@ -20457,10 +18227,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001015", @@ -20470,10 +18238,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001016", @@ -20483,10 +18249,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001017", @@ -20496,10 +18260,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001018", @@ -20509,10 +18271,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001019", @@ -20522,10 +18282,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001020", @@ -20535,10 +18293,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001021", @@ -20548,10 +18304,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001022", @@ -20561,10 +18315,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001023", @@ -20574,10 +18326,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1001101", @@ -20727,10 +18477,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002001", @@ -20740,10 +18488,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002002", @@ -20753,10 +18499,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002003", @@ -20826,10 +18570,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002008", @@ -20839,10 +18581,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002009", @@ -20852,10 +18592,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002010", @@ -20865,10 +18603,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002011", @@ -20878,10 +18614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002012", @@ -20891,10 +18625,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002013", @@ -20904,10 +18636,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002014", @@ -20917,10 +18647,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002015", @@ -20930,10 +18658,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002016", @@ -20943,10 +18669,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002017", @@ -20956,10 +18680,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002018", @@ -20969,10 +18691,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002019", @@ -20982,10 +18702,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002020", @@ -20995,10 +18713,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002021", @@ -21008,10 +18724,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002022", @@ -21021,10 +18735,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002023", @@ -21034,10 +18746,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002024", @@ -21047,10 +18757,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002025", @@ -21060,10 +18768,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002026", @@ -21073,10 +18779,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002027", @@ -21086,10 +18790,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002028", @@ -21099,10 +18801,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002029", @@ -21112,10 +18812,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002030", @@ -21125,10 +18823,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002031", @@ -21138,10 +18834,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002032", @@ -21151,10 +18845,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002033", @@ -21164,10 +18856,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002034", @@ -21177,10 +18867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002035", @@ -21190,10 +18878,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002036", @@ -21203,10 +18889,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002037", @@ -21216,10 +18900,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002038", @@ -21229,10 +18911,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002039", @@ -21242,10 +18922,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1002040", @@ -21255,10 +18933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/1003000", @@ -23097,10 +20773,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000000", @@ -23111,10 +20785,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000001", @@ -23998,10 +21670,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000053", @@ -24012,10 +21682,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000054", @@ -24026,10 +21694,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000055", @@ -24040,10 +21706,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000056", @@ -24054,10 +21718,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000057", @@ -24068,10 +21730,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000064", @@ -24166,10 +21826,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000202", @@ -24197,10 +21855,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000204", @@ -24211,10 +21867,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000205", @@ -24225,10 +21879,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000206", @@ -24239,10 +21891,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000207", @@ -24283,10 +21933,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000214", @@ -24297,10 +21945,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000215", @@ -24311,10 +21957,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000216", @@ -24325,10 +21969,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000217", @@ -24339,10 +21981,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000218", @@ -24353,10 +21993,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000219", @@ -24367,10 +22005,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000220", @@ -24398,10 +22034,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000222", @@ -24429,10 +22063,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000224", @@ -24443,10 +22075,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000225", @@ -24457,10 +22087,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000226", @@ -24471,10 +22099,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000227", @@ -24515,10 +22141,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000234", @@ -24529,10 +22153,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000235", @@ -24543,10 +22165,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000236", @@ -24557,10 +22177,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000237", @@ -24571,10 +22189,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000238", @@ -24585,10 +22201,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000239", @@ -24599,10 +22213,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000301", @@ -24664,10 +22276,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000502", @@ -24678,10 +22288,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000503", @@ -24692,10 +22300,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000504", @@ -24706,10 +22312,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000505", @@ -24720,10 +22324,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000506", @@ -24734,10 +22336,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000507", @@ -24748,10 +22348,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000508", @@ -24762,10 +22360,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000509", @@ -24776,10 +22372,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000510", @@ -24790,10 +22384,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000511", @@ -24804,10 +22396,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000512", @@ -24818,10 +22408,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000513", @@ -24832,10 +22420,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000514", @@ -24846,10 +22432,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000515", @@ -24860,10 +22444,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000516", @@ -24874,10 +22456,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000517", @@ -25010,10 +22590,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000059", @@ -25024,10 +22602,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000060", @@ -25038,10 +22614,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000061", @@ -25052,10 +22626,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000062", @@ -25066,10 +22638,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000063", @@ -25080,10 +22650,8 @@ "basicPropertyValues" : [ { "pred" : "http://purl.obolibrary.org/obo/IAO_0000231", "val" : "http://purl.obolibrary.org/obo/IAO_0000226" - }, { - "pred" : "http://www.w3.org/2002/07/owl#deprecated", - "val" : "true" - } ] + } ], + "deprecated" : true } }, { "id" : "https://w3id.org/metpo/2000071", diff --git a/metpo.owl b/metpo.owl index 6064d70a..b6fd1bf2 100644 --- a/metpo.owl +++ b/metpo.owl @@ -181,7 +181,7 @@ obsolete has susceptibility profile - true + true @@ -1015,7 +1015,7 @@ obsolete has temperature observation - true + true @@ -1025,7 +1025,7 @@ obsolete has optimum temperature observation - true + true @@ -1035,7 +1035,7 @@ obsolete has growth temperature observation - true + true @@ -1045,7 +1045,7 @@ obsolete has range temperature observation - true + true @@ -1055,7 +1055,7 @@ obsolete has temperature delta observation - true + true @@ -1065,7 +1065,7 @@ obsolete has culture temperature observation - true + true @@ -1168,7 +1168,7 @@ obsolete lyses - true + true @@ -1194,7 +1194,7 @@ obsolete fixes - true + true @@ -1204,7 +1204,7 @@ obsolete catabolizes - true + true @@ -1214,7 +1214,7 @@ obsolete mineralizes - true + true @@ -1224,7 +1224,7 @@ obsolete conjugates - true + true @@ -1296,7 +1296,7 @@ obsolete binds - true + true @@ -1306,7 +1306,7 @@ obsolete chelates - true + true @@ -1316,7 +1316,7 @@ obsolete precipitates - true + true @@ -1326,7 +1326,7 @@ obsolete solubilizes - true + true @@ -1336,7 +1336,7 @@ obsolete volatilizes - true + true @@ -1346,7 +1346,7 @@ obsolete crystallizes - true + true @@ -1356,7 +1356,7 @@ obsolete adsorbs - true + true @@ -1382,7 +1382,7 @@ obsolete does not lyse - true + true @@ -1408,7 +1408,7 @@ obsolete does not fix - true + true @@ -1418,7 +1418,7 @@ obsolete does not catabolize - true + true @@ -1428,7 +1428,7 @@ obsolete does not mineralize - true + true @@ -1438,7 +1438,7 @@ obsolete does not conjugate - true + true @@ -1510,7 +1510,7 @@ obsolete does not bind - true + true @@ -1520,7 +1520,7 @@ obsolete does not chelate - true + true @@ -1530,7 +1530,7 @@ obsolete does not precipitate - true + true @@ -1540,7 +1540,7 @@ obsolete does not solubilize - true + true @@ -1550,7 +1550,7 @@ obsolete does not volatilize - true + true @@ -1560,7 +1560,7 @@ obsolete does not crystallize - true + true @@ -1570,7 +1570,7 @@ obsolete has pH observation - true + true @@ -1633,7 +1633,7 @@ obsolete has optimum pH observation - true + true @@ -1643,7 +1643,7 @@ obsolete has growth pH observation - true + true @@ -1653,7 +1653,7 @@ obsolete has range pH observation - true + true @@ -1663,7 +1663,7 @@ obsolete has pH delta observation - true + true @@ -1673,7 +1673,7 @@ obsolete has culture pH observation - true + true @@ -1683,7 +1683,7 @@ obsolete has NaCl observation - true + true @@ -1693,7 +1693,7 @@ obsolete has optimum NaCl observation - true + true @@ -1703,7 +1703,7 @@ obsolete has growth NaCl observation - true + true @@ -1713,7 +1713,7 @@ obsolete has range NaCl observation - true + true @@ -1723,7 +1723,7 @@ obsolete has NaCl delta observation - true + true @@ -1733,7 +1733,7 @@ obsolete has observation - true + true @@ -1743,7 +1743,7 @@ obsolete has oxygen observation - true + true @@ -1753,7 +1753,7 @@ obsolete has optimum oxygen observation - true + true @@ -1763,7 +1763,7 @@ obsolete has growth oxygen observation - true + true @@ -1773,7 +1773,7 @@ obsolete has range oxygen observation - true + true @@ -1783,7 +1783,7 @@ obsolete has oxygen delta observation - true + true @@ -1922,7 +1922,7 @@ obsolete has observed spot value - true + true @@ -1932,7 +1932,7 @@ obsolete has minimum observed value - true + true @@ -1942,7 +1942,7 @@ obsolete has maximum observed value - true + true @@ -1952,7 +1952,7 @@ obsolete has value comments - true + true @@ -1962,7 +1962,7 @@ obsolete is negative data - true + true @@ -1972,7 +1972,7 @@ obsolete observation data property - true + true @@ -2478,7 +2478,7 @@ obsolete Temperature - true + true @@ -2489,7 +2489,7 @@ obsolete Salinity - true + true @@ -2500,7 +2500,7 @@ obsolete pH - true + true @@ -2511,7 +2511,7 @@ obsolete Oxygen - true + true @@ -2522,7 +2522,7 @@ obsolete Trophic type - true + true @@ -2533,7 +2533,7 @@ obsolete Motility - true + true @@ -2544,7 +2544,7 @@ obsolete Sporulation - true + true @@ -2555,7 +2555,7 @@ obsolete Pressure - true + true @@ -2566,7 +2566,7 @@ obsolete GC content - true + true @@ -2577,7 +2577,7 @@ obsolete Temperature - true + true @@ -2588,7 +2588,7 @@ obsolete Cell Width - true + true @@ -2599,7 +2599,7 @@ obsolete Cell Length - true + true @@ -2610,7 +2610,7 @@ obsolete Temperature Optimum - true + true @@ -2621,7 +2621,7 @@ obsolete Temperature Range - true + true @@ -2632,7 +2632,7 @@ obsolete pH Optimum - true + true @@ -2643,7 +2643,7 @@ obsolete pH Range - true + true @@ -2654,7 +2654,7 @@ obsolete NaCl Optimum - true + true @@ -2665,7 +2665,7 @@ obsolete NaCl Range - true + true @@ -2676,7 +2676,7 @@ obsolete pH delta - true + true @@ -2687,7 +2687,7 @@ obsolete NaCl delta - true + true @@ -2698,7 +2698,7 @@ obsolete Salinity - true + true @@ -2709,7 +2709,7 @@ obsolete Temperature Delta - true + true @@ -2720,7 +2720,7 @@ obsolete METPO Morphology - true + true @@ -2731,7 +2731,7 @@ obsolete Psychrophile - true + true @@ -2742,7 +2742,7 @@ obsolete Psychrotolerant - true + true @@ -2753,7 +2753,7 @@ obsolete Mesophilie - true + true @@ -2764,7 +2764,7 @@ obsolete Thermotolerant - true + true @@ -2775,7 +2775,7 @@ obsolete Thermophile - true + true @@ -2786,7 +2786,7 @@ obsolete Extreme thermophile - true + true @@ -2797,7 +2797,7 @@ obsolete Hyperthermophile - true + true @@ -2808,7 +2808,7 @@ obsolete Extreme hyperthermophile - true + true @@ -2819,7 +2819,7 @@ obsolete pH - true + true @@ -2830,7 +2830,7 @@ obsolete Halophile - true + true @@ -2841,7 +2841,7 @@ obsolete Non-halophile - true + true @@ -2852,7 +2852,7 @@ obsolete Slight halophile - true + true @@ -2863,7 +2863,7 @@ obsolete Moderate halophile - true + true @@ -2874,7 +2874,7 @@ obsolete Extreme halophile - true + true @@ -2885,7 +2885,7 @@ obsolete Halotolerant - true + true @@ -2896,7 +2896,7 @@ obsolete Haloalkaliphile - true + true @@ -2907,7 +2907,7 @@ obsolete Extreme Acidophile - true + true @@ -2918,7 +2918,7 @@ obsolete Acidophile - true + true @@ -2929,7 +2929,7 @@ obsolete Neutrophile - true + true @@ -2940,7 +2940,7 @@ obsolete Oxygen - true + true @@ -2951,7 +2951,7 @@ obsolete Alkaliphile - true + true @@ -2962,7 +2962,7 @@ obsolete Acid Tolerant - true + true @@ -2973,7 +2973,7 @@ obsolete Alkali Tolerant - true + true @@ -2984,7 +2984,7 @@ obsolete Extreme Alkaliphile - true + true @@ -2995,7 +2995,7 @@ obsolete Facultative acidophile - true + true @@ -3006,7 +3006,7 @@ obsolete Obligative acidophile - true + true @@ -3017,7 +3017,7 @@ obsolete Aerobe - true + true @@ -3028,7 +3028,7 @@ obsolete Anaerobe - true + true @@ -3039,7 +3039,7 @@ obsolete Facultative anaerobe - true + true @@ -3050,7 +3050,7 @@ obsolete Facultative aerobe - true + true @@ -3061,7 +3061,7 @@ obsolete Trophic type - true + true @@ -3072,7 +3072,7 @@ obsolete Microaerophile - true + true @@ -3083,7 +3083,7 @@ obsolete Aerotolerant - true + true @@ -3094,7 +3094,7 @@ obsolete Microaerotolerant - true + true @@ -3105,7 +3105,7 @@ obsolete Aerotolerant anaerobe - true + true @@ -3116,7 +3116,7 @@ obsolete Obligate aerobe - true + true @@ -3127,7 +3127,7 @@ obsolete Obligate anaerobe - true + true @@ -3138,7 +3138,7 @@ obsolete Oxygenic phototroph - true + true @@ -3149,7 +3149,7 @@ obsolete Anoxygenic phototroph - true + true @@ -3160,7 +3160,7 @@ obsolete Autotroph - true + true @@ -3171,7 +3171,7 @@ obsolete Photoautotroph - true + true @@ -3182,7 +3182,7 @@ obsolete Motility - true + true @@ -3193,7 +3193,7 @@ obsolete Chemoautotroph - true + true @@ -3204,7 +3204,7 @@ obsolete Heterotroph - true + true @@ -3215,7 +3215,7 @@ obsolete Photoheterotroph - true + true @@ -3226,7 +3226,7 @@ obsolete Chemoheterotroph - true + true @@ -3237,7 +3237,7 @@ obsolete Lithotroph - true + true @@ -3248,7 +3248,7 @@ obsolete Organotroph - true + true @@ -3259,7 +3259,7 @@ obsolete Phototroph - true + true @@ -3270,7 +3270,7 @@ obsolete Chemotroph - true + true @@ -3281,7 +3281,7 @@ obsolete Oligotroph - true + true @@ -3292,7 +3292,7 @@ obsolete Copiotroph - true + true @@ -3303,7 +3303,7 @@ obsolete Sporulation - true + true @@ -3314,7 +3314,7 @@ obsolete Lithoautotroph - true + true @@ -3325,7 +3325,7 @@ obsolete Mixotroph - true + true @@ -3336,7 +3336,7 @@ obsolete Lithoheterotroph - true + true @@ -3347,7 +3347,7 @@ obsolete Chemoorganoheterotroph - true + true @@ -3358,7 +3358,7 @@ obsolete Chemolithoautotroph - true + true @@ -3369,7 +3369,7 @@ obsolete Methylotroph - true + true @@ -3380,7 +3380,7 @@ obsolete Methanotroph - true + true @@ -3391,7 +3391,7 @@ obsolete Carboxydotroph - true + true @@ -3402,7 +3402,7 @@ obsolete Hydrogenotroph - true + true @@ -3413,7 +3413,7 @@ obsolete Hydrogen oxidizer - true + true @@ -3424,7 +3424,7 @@ obsolete Pressure - true + true @@ -3435,7 +3435,7 @@ obsolete Hydrogen producer - true + true @@ -3446,7 +3446,7 @@ obsolete Nitrogen fixer - true + true @@ -3457,7 +3457,7 @@ obsolete Methanogen - true + true @@ -3468,7 +3468,7 @@ obsolete Sulfate reducer - true + true @@ -3479,7 +3479,7 @@ obsolete Sulfur oxidizer - true + true @@ -3490,7 +3490,7 @@ obsolete Denitrifier - true + true @@ -3501,7 +3501,7 @@ obsolete Capnophile - true + true @@ -3512,7 +3512,7 @@ obsolete Motile - true + true @@ -3523,7 +3523,7 @@ obsolete Non-motile - true + true @@ -3534,7 +3534,7 @@ obsolete Flagellated - true + true @@ -3545,7 +3545,7 @@ obsolete GC content - true + true @@ -3556,7 +3556,7 @@ obsolete Peritrichous - true + true @@ -3567,7 +3567,7 @@ obsolete Lophotrichous - true + true @@ -3578,7 +3578,7 @@ obsolete Monotrichous - true + true @@ -3589,7 +3589,7 @@ obsolete Ciliated - true + true @@ -3600,7 +3600,7 @@ obsolete Gliding - true + true @@ -3611,7 +3611,7 @@ obsolete Twitching - true + true @@ -3622,7 +3622,7 @@ obsolete Sliding - true + true @@ -3633,7 +3633,7 @@ obsolete Swarming - true + true @@ -3644,7 +3644,7 @@ obsolete Endospores - true + true @@ -3655,7 +3655,7 @@ obsolete Exospores - true + true @@ -3666,7 +3666,7 @@ obsolete Cell Width - true + true @@ -3677,7 +3677,7 @@ obsolete Myxospores - true + true @@ -3688,7 +3688,7 @@ obsolete Arthrospores - true + true @@ -3699,7 +3699,7 @@ obsolete Conidia - true + true @@ -3710,7 +3710,7 @@ obsolete Sporangiospores - true + true @@ -3721,7 +3721,7 @@ obsolete Zygospores - true + true @@ -3732,7 +3732,7 @@ obsolete Akinetes - true + true @@ -3743,7 +3743,7 @@ obsolete Chlamydospores - true + true @@ -3754,7 +3754,7 @@ obsolete Sporocysts - true + true @@ -3765,7 +3765,7 @@ obsolete Hypnospores - true + true @@ -3776,7 +3776,7 @@ obsolete Gemmae - true + true @@ -3787,7 +3787,7 @@ obsolete Cell Length - true + true @@ -3798,7 +3798,7 @@ obsolete Oospores - true + true @@ -3809,7 +3809,7 @@ obsolete Azygospores - true + true @@ -3820,7 +3820,7 @@ obsolete Cysts - true + true @@ -3831,7 +3831,7 @@ obsolete Ascospores - true + true @@ -3842,7 +3842,7 @@ obsolete Basidiospores - true + true @@ -3853,7 +3853,7 @@ obsolete Aleuriospores - true + true @@ -3864,7 +3864,7 @@ obsolete Stylospores - true + true @@ -3875,7 +3875,7 @@ obsolete Sclerotia - true + true @@ -3886,7 +3886,7 @@ obsolete Zoospores - true + true @@ -3897,7 +3897,7 @@ obsolete Teliospores - true + true @@ -3908,7 +3908,7 @@ obsolete Temperature Optimum - true + true @@ -3919,7 +3919,7 @@ obsolete Urediniospores - true + true @@ -3930,7 +3930,7 @@ obsolete Pycnidiospores - true + true @@ -3941,7 +3941,7 @@ obsolete Acriospores - true + true @@ -3952,7 +3952,7 @@ obsolete Aplanospores - true + true @@ -3963,7 +3963,7 @@ obsolete Statismospores - true + true @@ -3974,7 +3974,7 @@ obsolete Barotolerant - true + true @@ -3985,7 +3985,7 @@ obsolete Piezophile - true + true @@ -3996,7 +3996,7 @@ obsolete Piezotolerant - true + true @@ -4007,7 +4007,7 @@ obsolete Piezosensitive - true + true @@ -4018,7 +4018,7 @@ obsolete Obligate barophile - true + true @@ -4029,7 +4029,7 @@ obsolete Temperature Range - true + true @@ -4040,7 +4040,7 @@ obsolete Facultative barophile - true + true @@ -4051,7 +4051,7 @@ obsolete Hyperbarophile - true + true @@ -4062,7 +4062,7 @@ obsolete Hypobarophile - true + true @@ -4073,7 +4073,7 @@ obsolete Atmospheric pressure-adapted - true + true @@ -4084,7 +4084,7 @@ obsolete Moderate piezophile - true + true @@ -4095,7 +4095,7 @@ obsolete Extreme piezophile - true + true @@ -4106,7 +4106,7 @@ obsolete Stenopiezic - true + true @@ -4117,7 +4117,7 @@ obsolete Eurypiezic - true + true @@ -4128,7 +4128,7 @@ obsolete Pressure-sensitive - true + true @@ -4139,7 +4139,7 @@ obsolete Pressure-resistant - true + true @@ -4150,7 +4150,7 @@ obsolete pH Optimum - true + true @@ -4161,7 +4161,7 @@ obsolete Pressure-adapted - true + true @@ -4172,7 +4172,7 @@ obsolete Piezo-acidophile - true + true @@ -4183,7 +4183,7 @@ obsolete Piezo-alkaliphile - true + true @@ -4194,7 +4194,7 @@ obsolete Piezo-halophile - true + true @@ -4205,7 +4205,7 @@ obsolete Piezo-psychrophile - true + true @@ -4216,7 +4216,7 @@ obsolete Piezo-thermophile - true + true @@ -4227,7 +4227,7 @@ obsolete Piezo-lithoautotrophe - true + true @@ -4238,7 +4238,7 @@ obsolete Piezo-chemoheterotroph - true + true @@ -4249,7 +4249,7 @@ obsolete Piezo-oligotroph - true + true @@ -4260,7 +4260,7 @@ obsolete Piezo-endolithic - true + true @@ -4271,7 +4271,7 @@ obsolete pH Range - true + true @@ -4282,7 +4282,7 @@ obsolete Piezo-tolerant - true + true @@ -4293,7 +4293,7 @@ obsolete GC low - true + true @@ -4304,7 +4304,7 @@ obsolete GC mid1 - true + true @@ -4315,7 +4315,7 @@ obsolete GC mid2 - true + true @@ -4326,7 +4326,7 @@ obsolete GC high - true + true @@ -4337,7 +4337,7 @@ obsolete Cell width very low - true + true @@ -4348,7 +4348,7 @@ obsolete Cell width low - true + true @@ -4359,7 +4359,7 @@ obsolete Cell width mid - true + true @@ -4370,7 +4370,7 @@ obsolete Cell width high - true + true @@ -4381,7 +4381,7 @@ obsolete Cell length very low - true + true @@ -4392,7 +4392,7 @@ obsolete NaCl Optimum - true + true @@ -4403,7 +4403,7 @@ obsolete Cell length low - true + true @@ -4414,7 +4414,7 @@ obsolete Cell length mid - true + true @@ -4425,7 +4425,7 @@ obsolete Cell length high - true + true @@ -4436,7 +4436,7 @@ obsolete Temperature Optimum very low - true + true @@ -4447,7 +4447,7 @@ obsolete Temperature Optimum low - true + true @@ -4458,7 +4458,7 @@ obsolete Temperature Optimum mid1 - true + true @@ -4469,7 +4469,7 @@ obsolete Temperature Optimum mid2 - true + true @@ -4480,7 +4480,7 @@ obsolete Temperature Optimum mid3 - true + true @@ -4491,7 +4491,7 @@ obsolete Temperature Optimum mid4 - true + true @@ -4502,7 +4502,7 @@ obsolete Temperature Optimum high - true + true @@ -4513,7 +4513,7 @@ obsolete NaCl Range - true + true @@ -4524,7 +4524,7 @@ obsolete Temperature Range very low - true + true @@ -4535,7 +4535,7 @@ obsolete Temperature Range low - true + true @@ -4546,7 +4546,7 @@ obsolete Temperature Range mid1 - true + true @@ -4557,7 +4557,7 @@ obsolete Temperature Range mid2 - true + true @@ -4568,7 +4568,7 @@ obsolete Temperature Range mid3 - true + true @@ -4579,7 +4579,7 @@ obsolete Temperature Range mid4 - true + true @@ -4590,7 +4590,7 @@ obsolete Temperature Range high - true + true @@ -4601,7 +4601,7 @@ obsolete pH Optimum low - true + true @@ -4612,7 +4612,7 @@ obsolete pH Optimum mid1 - true + true @@ -4623,7 +4623,7 @@ obsolete pH Optimum mid2 - true + true @@ -4634,7 +4634,7 @@ obsolete pH delta - true + true @@ -4645,7 +4645,7 @@ obsolete pH Optimum high - true + true @@ -4656,7 +4656,7 @@ obsolete pH Range very low - true + true @@ -4667,7 +4667,7 @@ obsolete pH Range low - true + true @@ -4678,7 +4678,7 @@ obsolete pH Range mid1 - true + true @@ -4689,7 +4689,7 @@ obsolete pH Range mid2 - true + true @@ -4700,7 +4700,7 @@ obsolete pH Range mid3 - true + true @@ -4711,7 +4711,7 @@ obsolete pH Range high - true + true @@ -4722,7 +4722,7 @@ obsolete NaCl Optimum low - true + true @@ -4733,7 +4733,7 @@ obsolete NaCl Optimum mid1 - true + true @@ -4744,7 +4744,7 @@ obsolete NaCl Optimum mid2 - true + true @@ -4755,7 +4755,7 @@ obsolete NaCl delta - true + true @@ -4766,7 +4766,7 @@ obsolete NaCl Optimum high - true + true @@ -4777,7 +4777,7 @@ obsolete NaCl Range low - true + true @@ -4788,7 +4788,7 @@ obsolete NaCl Range mid1 - true + true @@ -4799,7 +4799,7 @@ obsolete NaCl Range mid2 - true + true @@ -4810,7 +4810,7 @@ obsolete NaCl Range high - true + true @@ -4821,7 +4821,7 @@ obsolete pH Delta very low - true + true @@ -4832,7 +4832,7 @@ obsolete pH Delta low - true + true @@ -4843,7 +4843,7 @@ obsolete pH Delta mid1 - true + true @@ -4854,7 +4854,7 @@ obsolete pH Delta mid2 - true + true @@ -4865,7 +4865,7 @@ obsolete pH Delta mid3 - true + true @@ -4876,7 +4876,7 @@ obsolete Temperature Delta - true + true @@ -4887,7 +4887,7 @@ obsolete pH Delta high - true + true @@ -4898,7 +4898,7 @@ obsolete NaCl Delta low - true + true @@ -4909,7 +4909,7 @@ obsolete NaCl Delta mid2 - true + true @@ -4920,7 +4920,7 @@ obsolete NaCl Delta mid2 - true + true @@ -4931,7 +4931,7 @@ obsolete NaCl Delta high - true + true @@ -4942,7 +4942,7 @@ obsolete Temperature Delta very low - true + true @@ -4953,7 +4953,7 @@ obsolete Temperature Delta low - true + true @@ -4964,7 +4964,7 @@ obsolete Temperature Delta mid1 - true + true @@ -4975,7 +4975,7 @@ obsolete Temperature Delta mid2 - true + true @@ -4986,7 +4986,7 @@ obsolete Temperature Delta high - true + true @@ -4997,7 +4997,7 @@ obsolete Morphology - true + true @@ -5008,7 +5008,7 @@ obsolete Bacillus - true + true @@ -5019,7 +5019,7 @@ obsolete Branced - true + true @@ -5030,7 +5030,7 @@ obsolete Coccobacillus - true + true @@ -5041,7 +5041,7 @@ obsolete Coccus - true + true @@ -5052,7 +5052,7 @@ obsolete Crescent - true + true @@ -5063,7 +5063,7 @@ obsolete Curved - true + true @@ -5074,7 +5074,7 @@ obsolete Curved Spiral - true + true @@ -5085,7 +5085,7 @@ obsolete Diplococcus - true + true @@ -5096,7 +5096,7 @@ obsolete Disc - true + true @@ -5107,7 +5107,7 @@ obsolete Dumbbell - true + true @@ -5118,7 +5118,7 @@ obsolete Other - true + true @@ -5129,7 +5129,7 @@ obsolete Ellipsoidal - true + true @@ -5140,7 +5140,7 @@ obsolete Filament - true + true @@ -5151,7 +5151,7 @@ obsolete Flask - true + true @@ -5162,7 +5162,7 @@ obsolete Fusiform - true + true @@ -5173,7 +5173,7 @@ obsolete Helical - true + true @@ -5184,7 +5184,7 @@ obsolete Irregular - true + true @@ -5195,7 +5195,7 @@ obsolete Oval - true + true @@ -5206,7 +5206,7 @@ obsolete Ovoid - true + true @@ -5217,7 +5217,7 @@ obsolete Pleomorphic - true + true @@ -5228,7 +5228,7 @@ obsolete Ring - true + true @@ -5239,7 +5239,7 @@ obsolete Psychrophile - true + true @@ -5250,7 +5250,7 @@ obsolete Rod - true + true @@ -5261,7 +5261,7 @@ obsolete Sphere - true + true @@ -5272,7 +5272,7 @@ obsolete Spindle - true + true @@ -5283,7 +5283,7 @@ obsolete Spiral - true + true @@ -5294,7 +5294,7 @@ obsolete Spirochete - true + true @@ -5305,7 +5305,7 @@ obsolete Spore - true + true @@ -5316,7 +5316,7 @@ obsolete Square - true + true @@ -5327,7 +5327,7 @@ obsolete Star - true + true @@ -5338,7 +5338,7 @@ obsolete Star - Dumbbell - Pleomorphic - true + true @@ -5349,7 +5349,7 @@ obsolete Tailed - true + true @@ -5360,7 +5360,7 @@ obsolete Psychrotolerant - true + true @@ -5371,7 +5371,7 @@ obsolete Triangular - true + true @@ -5382,7 +5382,7 @@ obsolete Vibrio - true + true @@ -5393,7 +5393,7 @@ obsolete Environmental Parameter - true + true @@ -5404,7 +5404,7 @@ obsolete Growth Condition - true + true @@ -5415,7 +5415,7 @@ obsolete Physiological Trait - true + true @@ -5426,7 +5426,7 @@ obsolete Metabolic Classification - true + true @@ -5437,7 +5437,7 @@ obsolete Cellular Characteristic - true + true @@ -5448,7 +5448,7 @@ obsolete Taxonomic Feature - true + true @@ -5459,7 +5459,7 @@ obsolete Microbial Adaptation - true + true @@ -5470,7 +5470,7 @@ obsolete Growth Parameter - true + true @@ -5481,7 +5481,7 @@ obsolete Mesophilie - true + true @@ -5492,7 +5492,7 @@ obsolete Structural Feature - true + true @@ -5503,7 +5503,7 @@ obsolete Temperature Adaptation - true + true @@ -5514,7 +5514,7 @@ obsolete Salinity Adaptation - true + true @@ -5525,7 +5525,7 @@ obsolete pH Adaptation - true + true @@ -5536,7 +5536,7 @@ obsolete Oxygen Requirement - true + true @@ -5547,7 +5547,7 @@ obsolete Carbon Source Utilization - true + true @@ -5558,7 +5558,7 @@ obsolete Energy Acquisition Mode - true + true @@ -5569,7 +5569,7 @@ obsolete Electron Donor Type - true + true @@ -5580,7 +5580,7 @@ obsolete Motility Mechanism - true + true @@ -5591,7 +5591,7 @@ obsolete Motility Structure - true + true @@ -5602,7 +5602,7 @@ obsolete Thermotolerant - true + true @@ -5613,7 +5613,7 @@ obsolete Bacterial Spore Type - true + true @@ -5624,7 +5624,7 @@ obsolete Fungal Spore Type - true + true @@ -5635,7 +5635,7 @@ obsolete Reproductive Structure - true + true @@ -5646,7 +5646,7 @@ obsolete Dormancy Structure - true + true @@ -5657,7 +5657,7 @@ obsolete Pressure Adaptation Type - true + true @@ -5668,7 +5668,7 @@ obsolete Pressure Tolerance Range - true + true @@ -5679,7 +5679,7 @@ obsolete Genomic Feature - true + true @@ -5690,7 +5690,7 @@ obsolete Cell Dimension - true + true @@ -5701,7 +5701,7 @@ obsolete Optimal Growth Parameter - true + true @@ -5712,7 +5712,7 @@ obsolete Growth Range Parameter - true + true @@ -5723,7 +5723,7 @@ obsolete Thermophile - true + true @@ -5734,7 +5734,7 @@ obsolete Growth Tolerance Metric - true + true @@ -5745,7 +5745,7 @@ obsolete Cell Shape - true + true @@ -5756,7 +5756,7 @@ obsolete Cell Arrangement - true + true @@ -5767,7 +5767,7 @@ obsolete Colony Morphology - true + true @@ -5778,7 +5778,7 @@ obsolete Physical Property - true + true @@ -5789,7 +5789,7 @@ obsolete Environmental Context - true + true @@ -5800,7 +5800,7 @@ obsolete Biological Property - true + true @@ -5811,7 +5811,7 @@ obsolete Functional Classification - true + true @@ -5822,7 +5822,7 @@ obsolete Classification Property - true + true @@ -5833,7 +5833,7 @@ obsolete METPO Biological Process - true + true @@ -5844,7 +5844,7 @@ obsolete Extreme thermophile - true + true @@ -5855,7 +5855,7 @@ obsolete Measurable Property - true + true @@ -5866,7 +5866,7 @@ obsolete Gram-stain negative - true + true @@ -5877,7 +5877,7 @@ obsolete Gram-stain positive - true + true @@ -5888,7 +5888,7 @@ obsolete Hyperthermophile - true + true @@ -5899,7 +5899,7 @@ obsolete Extreme hyperthermophile - true + true @@ -5910,7 +5910,7 @@ obsolete Halophile - true + true @@ -5921,7 +5921,7 @@ obsolete Non-halophile - true + true @@ -5932,7 +5932,7 @@ obsolete Slight halophile - true + true @@ -5943,7 +5943,7 @@ obsolete Moderate halophile - true + true @@ -5954,7 +5954,7 @@ obsolete Extreme halophile - true + true @@ -5965,7 +5965,7 @@ obsolete Halotolerant - true + true @@ -5976,7 +5976,7 @@ obsolete Haloalkaliphile - true + true @@ -5987,7 +5987,7 @@ obsolete Extreme Acidophile - true + true @@ -5998,7 +5998,7 @@ obsolete Acidophile - true + true @@ -6009,7 +6009,7 @@ obsolete Neutrophile - true + true @@ -6020,7 +6020,7 @@ obsolete Alkaliphile - true + true @@ -6031,7 +6031,7 @@ obsolete Acid Tolerant - true + true @@ -6042,7 +6042,7 @@ obsolete Alkali Tolerant - true + true @@ -6053,7 +6053,7 @@ obsolete Extreme Alkaliphile - true + true @@ -6064,7 +6064,7 @@ obsolete Facultative acidophile - true + true @@ -6075,7 +6075,7 @@ obsolete Obligative acidophile - true + true @@ -6086,7 +6086,7 @@ obsolete Aerobe - true + true @@ -6097,7 +6097,7 @@ obsolete Anaerobe - true + true @@ -6108,7 +6108,7 @@ obsolete Facultative anaerobe - true + true @@ -6119,7 +6119,7 @@ obsolete Facultative aerobe - true + true @@ -6130,7 +6130,7 @@ obsolete Microaerophile - true + true @@ -6141,7 +6141,7 @@ obsolete Aerotolerant - true + true @@ -6152,7 +6152,7 @@ obsolete Microaerotolerant - true + true @@ -6163,7 +6163,7 @@ obsolete Aerotolerant anaerobe - true + true @@ -6174,7 +6174,7 @@ obsolete Obligate aerobe - true + true @@ -6185,7 +6185,7 @@ obsolete Obligate anaerobe - true + true @@ -6196,7 +6196,7 @@ obsolete Oxygenic phototroph - true + true @@ -6207,7 +6207,7 @@ obsolete Anoxygenic phototroph - true + true @@ -6218,7 +6218,7 @@ obsolete Autotroph - true + true @@ -6229,7 +6229,7 @@ obsolete Photoautotroph - true + true @@ -6240,7 +6240,7 @@ obsolete Chemoautotroph - true + true @@ -6251,7 +6251,7 @@ obsolete Heterotroph - true + true @@ -6262,7 +6262,7 @@ obsolete Photoheterotroph - true + true @@ -6273,7 +6273,7 @@ obsolete Chemoheterotroph - true + true @@ -6284,7 +6284,7 @@ obsolete Lithotroph - true + true @@ -6295,7 +6295,7 @@ obsolete Organotroph - true + true @@ -6306,7 +6306,7 @@ obsolete Phototroph - true + true @@ -6317,7 +6317,7 @@ obsolete Chemotroph - true + true @@ -6328,7 +6328,7 @@ obsolete Oligotroph - true + true @@ -6339,7 +6339,7 @@ obsolete Copiotroph - true + true @@ -6350,7 +6350,7 @@ obsolete Lithoautotroph - true + true @@ -6361,7 +6361,7 @@ obsolete Mixotroph - true + true @@ -6372,7 +6372,7 @@ obsolete Lithoheterotroph - true + true @@ -6383,7 +6383,7 @@ obsolete Chemoorganoheterotroph - true + true @@ -6394,7 +6394,7 @@ obsolete Chemolithoautotroph - true + true @@ -6405,7 +6405,7 @@ obsolete Methylotroph - true + true @@ -6416,7 +6416,7 @@ obsolete Methanotroph - true + true @@ -6427,7 +6427,7 @@ obsolete Carboxydotroph - true + true @@ -6438,7 +6438,7 @@ obsolete Hydrogenotroph - true + true @@ -6449,7 +6449,7 @@ obsolete Hydrogen oxidizer - true + true @@ -6460,7 +6460,7 @@ obsolete Hydrogen producer - true + true @@ -6471,7 +6471,7 @@ obsolete Nitrogen fixer - true + true @@ -6482,7 +6482,7 @@ obsolete Methanogen - true + true @@ -6493,7 +6493,7 @@ obsolete Sulfate reducer - true + true @@ -6504,7 +6504,7 @@ obsolete Sulfur oxidizer - true + true @@ -6515,7 +6515,7 @@ obsolete Denitrifier - true + true @@ -6526,7 +6526,7 @@ obsolete Capnophile - true + true @@ -6537,7 +6537,7 @@ obsolete Motile - true + true @@ -6548,7 +6548,7 @@ obsolete Non-motile - true + true @@ -6559,7 +6559,7 @@ obsolete Flagellated - true + true @@ -6570,7 +6570,7 @@ obsolete Peritrichous - true + true @@ -6581,7 +6581,7 @@ obsolete Lophotrichous - true + true @@ -6592,7 +6592,7 @@ obsolete Monotrichous - true + true @@ -6603,7 +6603,7 @@ obsolete Ciliated - true + true @@ -6614,7 +6614,7 @@ obsolete Gliding - true + true @@ -6625,7 +6625,7 @@ obsolete Twitching - true + true @@ -6636,7 +6636,7 @@ obsolete Sliding - true + true @@ -6647,7 +6647,7 @@ obsolete Swarming - true + true @@ -6658,7 +6658,7 @@ obsolete Endospores - true + true @@ -6669,7 +6669,7 @@ obsolete Exospores - true + true @@ -6680,7 +6680,7 @@ obsolete sensitivity to oxygen - true + true @@ -6691,7 +6691,7 @@ obsolete sensitivity toward - true + true @@ -6702,7 +6702,7 @@ obsolete 'organismal quality' - true + true @@ -6713,7 +6713,7 @@ obsolete 'physicial object quality' - true + true @@ -6724,7 +6724,7 @@ obsolete 'quality' - true + true @@ -6735,7 +6735,7 @@ obsolete size - true + true @@ -6746,7 +6746,7 @@ obsolete 1-D extent - true + true @@ -6757,7 +6757,7 @@ obsolete width - true + true @@ -6768,7 +6768,7 @@ obsolete length - true + true @@ -6779,7 +6779,7 @@ obsolete Myxospores - true + true @@ -6790,7 +6790,7 @@ obsolete 'prokaryotic metabolically differentiated cell' - true + true @@ -6801,7 +6801,7 @@ obsolete heterotrophy - true + true @@ -6812,7 +6812,7 @@ obsolete structure - true + true @@ -6823,7 +6823,7 @@ obsolete spore type - true + true @@ -6834,7 +6834,7 @@ obsolete sensitivity toward pressure - true + true @@ -6845,7 +6845,7 @@ obsolete sensitivity toward NaCl - true + true @@ -6856,7 +6856,7 @@ obsolete sensitivity toward pH - true + true @@ -6867,7 +6867,7 @@ obsolete sensitivity toward temperature - true + true @@ -6878,7 +6878,7 @@ obsolete Arthrospores - true + true @@ -6889,7 +6889,7 @@ obsolete metabolic constraints - true + true @@ -6900,7 +6900,7 @@ obsolete cell by chemical produced - true + true @@ -6911,7 +6911,7 @@ obsolete Conidia - true + true @@ -6922,7 +6922,7 @@ obsolete Sporangiospores - true + true @@ -6933,7 +6933,7 @@ obsolete Zygospores - true + true @@ -6944,7 +6944,7 @@ obsolete Akinetes - true + true @@ -6955,7 +6955,7 @@ obsolete Chlamydospores - true + true @@ -6966,7 +6966,7 @@ obsolete Sporocysts - true + true @@ -6977,7 +6977,7 @@ obsolete Hypnospores - true + true @@ -6988,7 +6988,7 @@ obsolete Gemmae - true + true @@ -6999,7 +6999,7 @@ obsolete Oospores - true + true @@ -7010,7 +7010,7 @@ obsolete Azygospores - true + true @@ -7021,7 +7021,7 @@ obsolete Cysts - true + true @@ -7032,7 +7032,7 @@ obsolete Ascospores - true + true @@ -7043,7 +7043,7 @@ obsolete Basidiospores - true + true @@ -7054,7 +7054,7 @@ obsolete Aleuriospores - true + true @@ -7065,7 +7065,7 @@ obsolete Stylospores - true + true @@ -7076,7 +7076,7 @@ obsolete Sclerotia - true + true @@ -7087,7 +7087,7 @@ obsolete Zoospores - true + true @@ -7098,7 +7098,7 @@ obsolete Teliospores - true + true @@ -7109,7 +7109,7 @@ obsolete Urediniospores - true + true @@ -7120,7 +7120,7 @@ obsolete Pycnidiospores - true + true @@ -7131,7 +7131,7 @@ obsolete Acriospores - true + true @@ -7142,7 +7142,7 @@ obsolete Aplanospores - true + true @@ -7153,7 +7153,7 @@ obsolete Statismospores - true + true @@ -7164,7 +7164,7 @@ obsolete Barotolerant - true + true @@ -7175,7 +7175,7 @@ obsolete Piezophile - true + true @@ -7186,7 +7186,7 @@ obsolete Piezotolerant - true + true @@ -7197,7 +7197,7 @@ obsolete Piezosensitive - true + true @@ -7208,7 +7208,7 @@ obsolete Obligate barophile - true + true @@ -7219,7 +7219,7 @@ obsolete Facultative barophile - true + true @@ -7230,7 +7230,7 @@ obsolete Hyperbarophile - true + true @@ -7241,7 +7241,7 @@ obsolete Hypobarophile - true + true @@ -7252,7 +7252,7 @@ obsolete Atmospheric pressure-adapted - true + true @@ -7263,7 +7263,7 @@ obsolete Moderate piezophile - true + true @@ -7274,7 +7274,7 @@ obsolete Extreme piezophile - true + true @@ -7285,7 +7285,7 @@ obsolete Stenopiezic - true + true @@ -7296,7 +7296,7 @@ obsolete Eurypiezic - true + true @@ -7307,7 +7307,7 @@ obsolete Pressure-sensitive - true + true @@ -7318,7 +7318,7 @@ obsolete Pressure-resistant - true + true @@ -7329,7 +7329,7 @@ obsolete Pressure-adapted - true + true @@ -7340,7 +7340,7 @@ obsolete Piezo-acidophile - true + true @@ -7351,7 +7351,7 @@ obsolete Piezo-alkaliphile - true + true @@ -7362,7 +7362,7 @@ obsolete Piezo-halophile - true + true @@ -7373,7 +7373,7 @@ obsolete Piezo-psychrophile - true + true @@ -7384,7 +7384,7 @@ obsolete Piezo-thermophile - true + true @@ -7395,7 +7395,7 @@ obsolete Piezo-lithoautotrophe - true + true @@ -7406,7 +7406,7 @@ obsolete Piezo-chemoheterotroph - true + true @@ -7417,7 +7417,7 @@ obsolete Piezo-oligotroph - true + true @@ -7428,7 +7428,7 @@ obsolete Piezo-endolithic - true + true @@ -7439,7 +7439,7 @@ obsolete Piezo-tolerant - true + true @@ -7450,7 +7450,7 @@ obsolete GC% low ( < 42.65) - true + true @@ -7461,7 +7461,7 @@ obsolete GC% mid1 (42.65 - 57) - true + true @@ -7472,7 +7472,7 @@ obsolete GC% mid2 (57 - 66.3) - true + true @@ -7483,7 +7483,7 @@ obsolete GC% high ( > 66.3) - true + true @@ -7494,7 +7494,7 @@ obsolete Cell width uM very low (< 0.5) - true + true @@ -7505,7 +7505,7 @@ obsolete Cell width uM low (0.5 - 0.65) - true + true @@ -7516,7 +7516,7 @@ obsolete Cell width uM mid (0.65 - 0.9) - true + true @@ -7527,7 +7527,7 @@ obsolete Cell width uM high (> 0.9) - true + true @@ -7538,7 +7538,7 @@ obsolete Cell length uM very low (<= 1.3) - true + true @@ -7549,7 +7549,7 @@ obsolete Cell length uM low (1.3 - 2) - true + true @@ -7560,7 +7560,7 @@ obsolete Cell length uM mid (2 - 3) - true + true @@ -7571,7 +7571,7 @@ obsolete Cell length uM high (> 3) - true + true @@ -7582,7 +7582,7 @@ obsolete Temperature Optimum C very low (<= 10) - true + true @@ -7593,7 +7593,7 @@ obsolete Temperature Optimum C low (10 - 22) - true + true @@ -7604,7 +7604,7 @@ obsolete Temperature Optimum C mid1 (22 - 27) - true + true @@ -7615,7 +7615,7 @@ obsolete Temperature Optimum C mid2 (27 - 30) - true + true @@ -7626,7 +7626,7 @@ obsolete Temperature Optimum C mid3 (30 - 34) - true + true @@ -7637,7 +7637,7 @@ obsolete Temperature Optimum C mid4 (34 - 40) - true + true @@ -7648,7 +7648,7 @@ obsolete Temperature Optimum C high (> 40) - true + true @@ -7659,7 +7659,7 @@ obsolete Temperature Range C very low (<= 10) - true + true @@ -7670,7 +7670,7 @@ obsolete Temperature Range C low (10 - 22) - true + true @@ -7681,7 +7681,7 @@ obsolete Temperature Range C mid1 (22 - 27) - true + true @@ -7692,7 +7692,7 @@ obsolete Temperature Range C mid2 (27 - 30) - true + true @@ -7703,7 +7703,7 @@ obsolete Temperature Range C mid3 (30 - 34) - true + true @@ -7714,7 +7714,7 @@ obsolete Temperature Range C mid4 (34 - 40) - true + true @@ -7725,7 +7725,7 @@ obsolete Temperature Range C high (> 40) - true + true @@ -7736,7 +7736,7 @@ obsolete pH Optimum low (0 - 6) - true + true @@ -7747,7 +7747,7 @@ obsolete pH Optimum mid1 (6 - 7) - true + true @@ -7758,7 +7758,7 @@ obsolete pH Optimum mid2 (7 - 8) - true + true @@ -7769,7 +7769,7 @@ obsolete pH Optimum high (8 - 14) - true + true @@ -7780,7 +7780,7 @@ obsolete pH Range very low (0 - 4) - true + true @@ -7791,7 +7791,7 @@ obsolete pH Range low (4 - 6) - true + true @@ -7802,7 +7802,7 @@ obsolete pH Range mid1 (6 - 7) - true + true @@ -7813,7 +7813,7 @@ obsolete pH Range mid2 (7 - 8) - true + true @@ -7824,7 +7824,7 @@ obsolete pH Range mid3 (8 - 10) - true + true @@ -7835,7 +7835,7 @@ obsolete pH Range high (10 - 14) - true + true @@ -7846,7 +7846,7 @@ obsolete % NaCl Optimum low (<= 1) - true + true @@ -7857,7 +7857,7 @@ obsolete % NaCl Optimum mid1 (1 - 3) - true + true @@ -7868,7 +7868,7 @@ obsolete % NaCl Optimum mid2 (3 - 8) - true + true @@ -7879,7 +7879,7 @@ obsolete % NaCl Optimum high (> 8) - true + true @@ -7890,7 +7890,7 @@ obsolete % NaCl Range low (<= 1) - true + true @@ -7901,7 +7901,7 @@ obsolete % NaCl Range mid1 (1 - 3) - true + true @@ -7912,7 +7912,7 @@ obsolete % NaCl Range mid2 (3 - 8) - true + true @@ -7923,7 +7923,7 @@ obsolete % NaCl Range high (> 8) - true + true @@ -7934,7 +7934,7 @@ obsolete pH delta very low (<= 1) - true + true @@ -7945,7 +7945,7 @@ obsolete pH delta low (1 - 2) - true + true @@ -7956,7 +7956,7 @@ obsolete pH delta mid1 (2 - 3) - true + true @@ -7967,7 +7967,7 @@ obsolete pH delta mid2 (3 - 4) - true + true @@ -7978,7 +7978,7 @@ obsolete pH delta mid3 (4 - 5) - true + true @@ -7989,7 +7989,7 @@ obsolete pH delta high (5 - 9) - true + true @@ -8000,7 +8000,7 @@ obsolete % NaCl delta low (<= 1) - true + true @@ -8011,7 +8011,7 @@ obsolete % NaCl delta mid2 (1 - 3) - true + true @@ -8022,7 +8022,7 @@ obsolete % NaCl delta mid2 (3 - 8) - true + true @@ -8033,7 +8033,7 @@ obsolete % NaCl delta high (>= 8) - true + true @@ -8044,7 +8044,7 @@ obsolete Temperature C delta very low (1 - 5) - true + true @@ -8055,7 +8055,7 @@ obsolete Temperature C delta low (5 - 10) - true + true @@ -8066,7 +8066,7 @@ obsolete Temperature C delta mid1 (10 - 20) - true + true @@ -8077,7 +8077,7 @@ obsolete Temperature C delta mid2 (20 - 30) - true + true @@ -8088,7 +8088,7 @@ obsolete Temperature C delta high (>= 30) - true + true @@ -8099,7 +8099,7 @@ obsolete bacillus - true + true @@ -8110,7 +8110,7 @@ obsolete branced - true + true @@ -8121,7 +8121,7 @@ obsolete coccobacillus - true + true @@ -8132,7 +8132,7 @@ obsolete coccus - true + true @@ -8143,7 +8143,7 @@ obsolete crescent - true + true @@ -8154,7 +8154,7 @@ obsolete curved - true + true @@ -8165,7 +8165,7 @@ obsolete curved spiral - true + true @@ -8176,7 +8176,7 @@ obsolete diplococcus - true + true @@ -8187,7 +8187,7 @@ obsolete disc - true + true @@ -8198,7 +8198,7 @@ obsolete dumbbell - true + true @@ -8209,7 +8209,7 @@ obsolete ellipsoidal - true + true @@ -8220,7 +8220,7 @@ obsolete filament - true + true @@ -8231,7 +8231,7 @@ obsolete flask - true + true @@ -8242,7 +8242,7 @@ obsolete fusiform - true + true @@ -8253,7 +8253,7 @@ obsolete helical - true + true @@ -8264,7 +8264,7 @@ obsolete irregular - true + true @@ -8275,7 +8275,7 @@ obsolete oval - true + true @@ -8286,7 +8286,7 @@ obsolete ovoid - true + true @@ -8297,7 +8297,7 @@ obsolete pleomorphic - true + true @@ -8308,7 +8308,7 @@ obsolete ring - true + true @@ -8319,7 +8319,7 @@ obsolete rod - true + true @@ -8330,7 +8330,7 @@ obsolete sphere - true + true @@ -8341,7 +8341,7 @@ obsolete spindle - true + true @@ -8352,7 +8352,7 @@ obsolete spiral - true + true @@ -8363,7 +8363,7 @@ obsolete spirochete - true + true @@ -8374,7 +8374,7 @@ obsolete spore - true + true @@ -8385,7 +8385,7 @@ obsolete square - true + true @@ -8396,7 +8396,7 @@ obsolete star - true + true @@ -8407,7 +8407,7 @@ obsolete star - dumbbell - pleomorphic - true + true @@ -8418,7 +8418,7 @@ obsolete tailed - true + true @@ -8429,7 +8429,7 @@ obsolete triangular - true + true @@ -8440,7 +8440,7 @@ obsolete vibrio - true + true @@ -8451,7 +8451,7 @@ obsolete Environmental Parameter - true + true @@ -8462,7 +8462,7 @@ obsolete Growth Condition - true + true @@ -8473,7 +8473,7 @@ obsolete Physiological Trait - true + true @@ -8484,7 +8484,7 @@ obsolete Metabolic Classification - true + true @@ -8495,7 +8495,7 @@ obsolete Cellular Characteristic - true + true @@ -8506,7 +8506,7 @@ obsolete Taxonomic Feature - true + true @@ -8517,7 +8517,7 @@ obsolete Microbial Adaptation - true + true @@ -8528,7 +8528,7 @@ obsolete Growth Parameter - true + true @@ -8539,7 +8539,7 @@ obsolete Structural Feature - true + true @@ -8550,7 +8550,7 @@ obsolete Temperature Adaptation - true + true @@ -8561,7 +8561,7 @@ obsolete Salinity Adaptation - true + true @@ -8572,7 +8572,7 @@ obsolete pH Adaptation - true + true @@ -8583,7 +8583,7 @@ obsolete Oxygen Requirement - true + true @@ -8594,7 +8594,7 @@ obsolete Carbon Source Utilization - true + true @@ -8605,7 +8605,7 @@ obsolete Energy Acquisition Mode - true + true @@ -8616,7 +8616,7 @@ obsolete Electron Donor Type - true + true @@ -8627,7 +8627,7 @@ obsolete Motility Mechanism - true + true @@ -8638,7 +8638,7 @@ obsolete Motility Structure - true + true @@ -8649,7 +8649,7 @@ obsolete Bacterial Spore Type - true + true @@ -8660,7 +8660,7 @@ obsolete Fungal Spore Type - true + true @@ -8671,7 +8671,7 @@ obsolete Reproductive Structure - true + true @@ -8682,7 +8682,7 @@ obsolete Dormancy Structure - true + true @@ -8693,7 +8693,7 @@ obsolete Pressure Adaptation Type - true + true @@ -8704,7 +8704,7 @@ obsolete Pressure Tolerance Range - true + true @@ -8715,7 +8715,7 @@ obsolete GenomicFeature - true + true @@ -8726,7 +8726,7 @@ obsolete Cell Dimension - true + true @@ -8737,7 +8737,7 @@ obsolete Optimal Growth Parameter - true + true @@ -8748,7 +8748,7 @@ obsolete Growth Range Parameter - true + true @@ -8759,7 +8759,7 @@ obsolete Growth Tolerance Metric - true + true @@ -8770,7 +8770,7 @@ obsolete Cell Shape - true + true @@ -8781,7 +8781,7 @@ obsolete Cell Arrangement - true + true @@ -8792,7 +8792,7 @@ obsolete Colony Morphology - true + true @@ -8803,7 +8803,7 @@ obsolete acid-fast - true + true @@ -8814,7 +8814,7 @@ obsolete acidophile - true + true @@ -8825,7 +8825,7 @@ obsolete active transport - true + true @@ -8836,7 +8836,7 @@ obsolete adaptation - true + true @@ -8847,7 +8847,7 @@ obsolete adaptive trait - true + true @@ -8858,7 +8858,7 @@ obsolete adhesin - true + true @@ -8869,7 +8869,7 @@ obsolete adhesion structure - true + true @@ -8880,7 +8880,7 @@ obsolete aerobe - true + true @@ -8891,7 +8891,7 @@ obsolete aerobic respiration - true + true @@ -8902,7 +8902,7 @@ obsolete aerotolerant - true + true @@ -8913,7 +8913,7 @@ obsolete aggregate - true + true @@ -8924,7 +8924,7 @@ obsolete akinete - true + true @@ -8935,7 +8935,7 @@ obsolete alkaliphile - true + true @@ -8946,7 +8946,7 @@ obsolete ammonification - true + true @@ -8957,7 +8957,7 @@ obsolete amylolysis - true + true @@ -8968,7 +8968,7 @@ obsolete anaerobe - true + true @@ -8979,7 +8979,7 @@ obsolete anaerobic respiration - true + true @@ -8990,7 +8990,7 @@ obsolete anoxygenic photosynthesis - true + true @@ -9001,7 +9001,7 @@ obsolete antibiotic production - true + true @@ -9012,7 +9012,7 @@ obsolete antibiotic resistance - true + true @@ -9023,7 +9023,7 @@ obsolete antimicrobial resistance - true + true @@ -9034,7 +9034,7 @@ obsolete appendage - true + true @@ -9045,7 +9045,7 @@ obsolete arthrospore - true + true @@ -9056,7 +9056,7 @@ obsolete ascospore - true + true @@ -9067,7 +9067,7 @@ obsolete autotroph - true + true @@ -9078,7 +9078,7 @@ obsolete autotrophic process - true + true @@ -9089,7 +9089,7 @@ obsolete auxotroph - true + true @@ -9100,7 +9100,7 @@ obsolete axial filament - true + true @@ -9111,7 +9111,7 @@ obsolete bacillus - true + true @@ -9122,7 +9122,7 @@ obsolete barophile - true + true @@ -9133,7 +9133,7 @@ obsolete barotolerant - true + true @@ -9144,7 +9144,7 @@ obsolete basidiospore - true + true @@ -9155,7 +9155,7 @@ obsolete binary fission - true + true @@ -9166,7 +9166,7 @@ obsolete biofilm - true + true @@ -9177,7 +9177,7 @@ obsolete biofilm component - true + true @@ -9188,7 +9188,7 @@ obsolete biofilm formation - true + true @@ -9199,7 +9199,7 @@ obsolete biogeochemical cycling - true + true @@ -9210,7 +9210,7 @@ obsolete bioluminescence - true + true @@ -9221,7 +9221,7 @@ obsolete budding - true + true @@ -9232,7 +9232,7 @@ obsolete buoyancy structure - true + true @@ -9243,7 +9243,7 @@ obsolete capnophile - true + true @@ -9254,7 +9254,7 @@ obsolete capsule - true + true @@ -9265,7 +9265,7 @@ obsolete carbon fixation - true + true @@ -9276,7 +9276,7 @@ obsolete carbon source - true + true @@ -9287,7 +9287,7 @@ obsolete carboxydotroph - true + true @@ -9298,7 +9298,7 @@ obsolete cell arrangement - true + true @@ -9309,7 +9309,7 @@ obsolete cell envelope - true + true @@ -9320,7 +9320,7 @@ obsolete cell length category - true + true @@ -9331,7 +9331,7 @@ obsolete cell shape - true + true @@ -9342,7 +9342,7 @@ obsolete cell size - true + true @@ -9353,7 +9353,7 @@ obsolete cell wall characteristic - true + true @@ -9364,7 +9364,7 @@ obsolete cell wall component - true + true @@ -9375,7 +9375,7 @@ obsolete cell width category - true + true @@ -9386,7 +9386,7 @@ obsolete cellular characteristic - true + true @@ -9397,7 +9397,7 @@ obsolete cellular component - true + true @@ -9408,7 +9408,7 @@ obsolete cellular process - true + true @@ -9419,7 +9419,7 @@ obsolete cellular product - true + true @@ -9430,7 +9430,7 @@ obsolete cellulolysis - true + true @@ -9478,7 +9478,7 @@ obsolete chemoheterotroph - true + true @@ -9489,7 +9489,7 @@ obsolete chemotaxis - true + true @@ -9500,7 +9500,7 @@ obsolete chlamydospore - true + true @@ -9511,7 +9511,7 @@ obsolete class - true + true @@ -9522,7 +9522,7 @@ obsolete clinically relevant feature - true + true @@ -9533,7 +9533,7 @@ obsolete coccus - true + true @@ -9544,7 +9544,7 @@ obsolete cold shock protein - true + true @@ -9555,7 +9555,7 @@ obsolete cold shock response - true + true @@ -9566,7 +9566,7 @@ obsolete colonization - true + true @@ -9577,7 +9577,7 @@ obsolete colony elevation - true + true @@ -9588,7 +9588,7 @@ obsolete colony margin - true + true @@ -9599,7 +9599,7 @@ obsolete colony morphology - true + true @@ -9610,7 +9610,7 @@ obsolete colony texture - true + true @@ -9621,7 +9621,7 @@ obsolete commensalism - true + true @@ -9632,7 +9632,7 @@ obsolete community behavior - true + true @@ -9643,7 +9643,7 @@ obsolete community structure - true + true @@ -9654,7 +9654,7 @@ obsolete compatible solute - true + true @@ -9665,7 +9665,7 @@ obsolete competence - true + true @@ -9676,7 +9676,7 @@ obsolete component - true + true @@ -9687,7 +9687,7 @@ obsolete conidium - true + true @@ -9698,7 +9698,7 @@ obsolete conjugation - true + true @@ -9709,7 +9709,7 @@ obsolete CRISPR - true + true @@ -9720,7 +9720,7 @@ obsolete culturability - true + true @@ -9731,7 +9731,7 @@ obsolete cyst - true + true @@ -9742,7 +9742,7 @@ obsolete death phase - true + true @@ -9753,7 +9753,7 @@ obsolete denitrification - true + true @@ -9764,7 +9764,7 @@ obsolete developmental process - true + true @@ -9775,7 +9775,7 @@ obsolete diagnostic enzyme - true + true @@ -9786,7 +9786,7 @@ obsolete diagnostic feature - true + true @@ -9797,7 +9797,7 @@ obsolete diazotroph - true + true @@ -9808,7 +9808,7 @@ obsolete differentiation - true + true @@ -9819,7 +9819,7 @@ obsolete dimorphism - true + true @@ -9830,7 +9830,7 @@ obsolete disc-shaped cell - true + true @@ -9841,7 +9841,7 @@ obsolete domain - true + true @@ -9852,7 +9852,7 @@ obsolete dormancy - true + true @@ -9863,7 +9863,7 @@ obsolete dormancy structure - true + true @@ -9874,7 +9874,7 @@ obsolete dumbbell-shaped cell - true + true @@ -9885,7 +9885,7 @@ obsolete ecological niche - true + true @@ -9896,7 +9896,7 @@ obsolete ecological process - true + true @@ -9907,7 +9907,7 @@ obsolete ecological trait - true + true @@ -9918,7 +9918,7 @@ obsolete ectosymbiosis - true + true @@ -9929,7 +9929,7 @@ obsolete electron acceptor - true + true @@ -9940,7 +9940,7 @@ obsolete electron donor - true + true @@ -9951,7 +9951,7 @@ obsolete endospore - true + true @@ -9962,7 +9962,7 @@ obsolete endosymbiosis - true + true @@ -9973,7 +9973,7 @@ obsolete energy metabolism process - true + true @@ -9984,7 +9984,7 @@ obsolete enzyme activity - true + true @@ -9995,7 +9995,7 @@ obsolete epigenetic modification - true + true @@ -10006,7 +10006,7 @@ obsolete evolutionary process - true + true @@ -10017,7 +10017,7 @@ obsolete exospore - true + true @@ -10028,7 +10028,7 @@ obsolete exponential phase - true + true @@ -10039,7 +10039,7 @@ obsolete extracellular - true + true @@ -10050,7 +10050,7 @@ obsolete extracellular polysaccharide - true + true @@ -10061,7 +10061,7 @@ obsolete extreme halophile - true + true @@ -10072,7 +10072,7 @@ obsolete extremophile - true + true @@ -10083,7 +10083,7 @@ obsolete facultative - true + true @@ -10094,7 +10094,7 @@ obsolete facultative anaerobe - true + true @@ -10105,7 +10105,7 @@ obsolete family - true + true @@ -10116,7 +10116,7 @@ obsolete fastidious - true + true @@ -10127,7 +10127,7 @@ obsolete fermentation - true + true @@ -10138,7 +10138,7 @@ obsolete filamentous - true + true @@ -10149,7 +10149,7 @@ obsolete fimbriae - true + true @@ -10160,7 +10160,7 @@ obsolete flagellum - true + true @@ -10171,7 +10171,7 @@ obsolete flask-shaped cell - true + true @@ -10182,7 +10182,7 @@ obsolete fungal spore - true + true @@ -10193,7 +10193,7 @@ obsolete gas vesicle - true + true @@ -10228,7 +10228,7 @@ obsolete high GC content - true + true @@ -10239,7 +10239,7 @@ obsolete low GC content - true + true @@ -10250,7 +10250,7 @@ obsolete lower-mid GC content - true + true @@ -10261,7 +10261,7 @@ obsolete upper-mid GC content - true + true @@ -10272,7 +10272,7 @@ obsolete generation time - true + true @@ -10283,7 +10283,7 @@ obsolete genetic element - true + true @@ -10294,7 +10294,7 @@ obsolete genetic exchange - true + true @@ -10305,7 +10305,7 @@ obsolete genetic process - true + true @@ -10316,7 +10316,7 @@ obsolete genome size - true + true @@ -10327,7 +10327,7 @@ obsolete genomic element - true + true @@ -10338,7 +10338,7 @@ obsolete genomic island - true + true @@ -10349,7 +10349,7 @@ obsolete genomic trait - true + true @@ -10360,7 +10360,7 @@ obsolete genus - true + true @@ -10371,7 +10371,7 @@ obsolete gliding motility - true + true @@ -10382,7 +10382,7 @@ obsolete global regulator - true + true @@ -10393,7 +10393,7 @@ obsolete Gram-negative - true + true @@ -10404,7 +10404,7 @@ obsolete Gram-positive - true + true @@ -10415,7 +10415,7 @@ obsolete Gram stain - true + true @@ -10426,7 +10426,7 @@ obsolete growth characteristic - true + true @@ -10437,7 +10437,7 @@ obsolete growth conditions constraints - true + true @@ -10448,7 +10448,7 @@ obsolete growth pattern - true + true @@ -10459,7 +10459,7 @@ obsolete growth rate - true + true @@ -10470,7 +10470,7 @@ obsolete habitat - true + true @@ -10481,7 +10481,7 @@ obsolete halophile - true + true @@ -10492,7 +10492,7 @@ obsolete halotolerant - true + true @@ -10503,7 +10503,7 @@ obsolete heat shock protein - true + true @@ -10514,7 +10514,7 @@ obsolete heat shock response - true + true @@ -10525,7 +10525,7 @@ obsolete hemolysis - true + true @@ -10536,7 +10536,7 @@ obsolete heterocyst - true + true @@ -10547,7 +10547,7 @@ obsolete heterotroph - true + true @@ -10558,7 +10558,7 @@ obsolete holdfast - true + true @@ -10569,7 +10569,7 @@ obsolete horizontal gene transfer - true + true @@ -10580,7 +10580,7 @@ obsolete hydrolase - true + true @@ -10591,7 +10591,7 @@ obsolete hyperthermophile - true + true @@ -10602,7 +10602,7 @@ obsolete inclusion body - true + true @@ -10613,7 +10613,7 @@ obsolete infection - true + true @@ -10624,7 +10624,7 @@ obsolete interaction - true + true @@ -10635,7 +10635,7 @@ obsolete interaction with a phage - true + true @@ -10646,7 +10646,7 @@ obsolete interaction with an environment - true + true @@ -10657,7 +10657,7 @@ obsolete interaction with host - true + true @@ -10668,7 +10668,7 @@ obsolete interaction within a community - true + true @@ -10679,7 +10679,7 @@ obsolete intracellular - true + true @@ -10690,7 +10690,7 @@ obsolete invasion - true + true @@ -10701,7 +10701,7 @@ obsolete laboratory characteristic - true + true @@ -10712,7 +10712,7 @@ obsolete lag phase - true + true @@ -10723,7 +10723,7 @@ obsolete life cycle - true + true @@ -10734,7 +10734,7 @@ obsolete life cycle phase - true + true @@ -10745,7 +10745,7 @@ obsolete lipolysis - true + true @@ -10756,7 +10756,7 @@ obsolete lipopolysaccharide - true + true @@ -10767,7 +10767,7 @@ obsolete localization - true + true @@ -10778,7 +10778,7 @@ obsolete lysogeny - true + true @@ -10789,7 +10789,7 @@ obsolete macroscopic trait - true + true @@ -10800,7 +10800,7 @@ obsolete magnetotaxis - true + true @@ -10811,7 +10811,7 @@ obsolete mesophile - true + true @@ -10822,7 +10822,7 @@ obsolete metabolic partner - true + true @@ -10833,7 +10833,7 @@ obsolete metabolic trait - true + true @@ -10844,7 +10844,7 @@ obsolete methanogenesis - true + true @@ -10855,7 +10855,7 @@ obsolete methylation - true + true @@ -10882,7 +10882,7 @@ obsolete process - true + true @@ -10902,7 +10902,7 @@ obsolete system - true + true @@ -10913,7 +10913,7 @@ obsolete microaerophile - true + true @@ -10924,7 +10924,7 @@ obsolete mobile genetic element - true + true @@ -10935,7 +10935,7 @@ obsolete moderate halophile - true + true @@ -10946,7 +10946,7 @@ obsolete morphological trait - true + true @@ -10957,7 +10957,7 @@ obsolete motility process - true + true @@ -10968,7 +10968,7 @@ obsolete motility structure - true + true @@ -10979,7 +10979,7 @@ obsolete mutualism - true + true @@ -10990,7 +10990,7 @@ obsolete mycolic acid - true + true @@ -11001,7 +11001,7 @@ obsolete mycorrhization - true + true @@ -11012,7 +11012,7 @@ obsolete neutrophile - true + true @@ -11023,7 +11023,7 @@ obsolete nitrification - true + true @@ -11034,7 +11034,7 @@ obsolete nitrogen fixation - true + true @@ -11045,7 +11045,7 @@ obsolete nodulation - true + true @@ -11056,7 +11056,7 @@ obsolete nucleoid - true + true @@ -11067,7 +11067,7 @@ obsolete nutrient utilization - true + true @@ -11078,7 +11078,7 @@ obsolete obligate - true + true @@ -11089,7 +11089,7 @@ obsolete obligate aerobe - true + true @@ -11100,7 +11100,7 @@ obsolete obligate anaerobe - true + true @@ -11111,7 +11111,7 @@ obsolete oospore - true + true @@ -11122,7 +11122,7 @@ obsolete order - true + true @@ -11133,7 +11133,7 @@ obsolete microbe characterized by growth conditions - true + true @@ -11144,7 +11144,7 @@ obsolete microbe characterized by nutritional requirement - true + true @@ -11155,7 +11155,7 @@ obsolete microbe characterized by product produced - true + true @@ -11166,7 +11166,7 @@ obsolete microbe characterized by relation to oxygen - true + true @@ -11177,7 +11177,7 @@ obsolete microbe characterized by relation to ph - true + true @@ -11188,7 +11188,7 @@ obsolete microbe characterized by relation to pressure - true + true @@ -11199,7 +11199,7 @@ obsolete microbe characterized by relation to salt concentration - true + true @@ -11210,7 +11210,7 @@ obsolete microbe characterized by relation to temperature - true + true @@ -11221,7 +11221,7 @@ obsolete microbe characterized by shape - true + true @@ -11232,7 +11232,7 @@ obsolete microbe characterized by trophic type - true + true @@ -11243,7 +11243,7 @@ obsolete osmophile - true + true @@ -11254,7 +11254,7 @@ obsolete osmoregulation - true + true @@ -11265,7 +11265,7 @@ obsolete oxidative stress response - true + true @@ -11276,7 +11276,7 @@ obsolete oxidoreductase - true + true @@ -11287,7 +11287,7 @@ obsolete oxygen requirement - true + true @@ -11298,7 +11298,7 @@ obsolete oxygenic photosynthesis - true + true @@ -11309,7 +11309,7 @@ obsolete pan-genome - true + true @@ -11320,7 +11320,7 @@ obsolete parasitism - true + true @@ -11331,7 +11331,7 @@ obsolete passive transport - true + true @@ -11342,7 +11342,7 @@ obsolete pathogenicity - true + true @@ -11353,7 +11353,7 @@ obsolete pathogenicity island - true + true @@ -11364,7 +11364,7 @@ obsolete peptidoglycan - true + true @@ -11385,7 +11385,7 @@ obsolete pH optimum (growth range) - true + true @@ -11396,7 +11396,7 @@ obsolete pH preference - true + true @@ -11407,7 +11407,7 @@ obsolete pH range (growth tolerance) - true + true @@ -11418,7 +11418,7 @@ obsolete pH tolerance - true + true @@ -11429,7 +11429,7 @@ obsolete phage defense - true + true @@ -11440,7 +11440,7 @@ obsolete photoautotroph - true + true @@ -11451,7 +11451,7 @@ obsolete photoheterotroph - true + true @@ -11462,7 +11462,7 @@ obsolete photosynthesis - true + true @@ -11473,7 +11473,7 @@ obsolete phototaxis - true + true @@ -11484,7 +11484,7 @@ obsolete phylum - true + true @@ -11495,7 +11495,7 @@ obsolete physiological process - true + true @@ -11506,7 +11506,7 @@ obsolete physiological state - true + true @@ -11517,7 +11517,7 @@ obsolete physiological trait - true + true @@ -11528,7 +11528,7 @@ obsolete piezophile - true + true @@ -11539,7 +11539,7 @@ obsolete pigment - true + true @@ -11550,7 +11550,7 @@ obsolete pigmentation - true + true @@ -11561,7 +11561,7 @@ obsolete pilus - true + true @@ -11572,7 +11572,7 @@ obsolete plant growth promotion - true + true @@ -11583,7 +11583,7 @@ obsolete plasmid - true + true @@ -11594,7 +11594,7 @@ obsolete pleomorphism - true + true @@ -11605,7 +11605,7 @@ obsolete process - true + true @@ -11616,7 +11616,7 @@ obsolete prophage - true + true @@ -11627,7 +11627,7 @@ obsolete prostheca - true + true @@ -11638,7 +11638,7 @@ obsolete protein synthesis - true + true @@ -11649,7 +11649,7 @@ obsolete proteolysis - true + true @@ -11660,7 +11660,7 @@ obsolete prototroph - true + true @@ -11671,7 +11671,7 @@ obsolete psychrophile - true + true @@ -11682,7 +11682,7 @@ obsolete qualifier - true + true @@ -11693,7 +11693,7 @@ obsolete quorum sensing - true + true @@ -11704,7 +11704,7 @@ obsolete regulation - true + true @@ -11715,7 +11715,7 @@ obsolete regulatory mechanism - true + true @@ -11726,7 +11726,7 @@ obsolete reproductive process - true + true @@ -11737,7 +11737,7 @@ obsolete reproductive structure - true + true @@ -11748,7 +11748,7 @@ obsolete resistance mechanism - true + true @@ -11759,7 +11759,7 @@ obsolete respiration - true + true @@ -11770,7 +11770,7 @@ obsolete restriction-modification system - true + true @@ -11781,7 +11781,7 @@ obsolete ribosome - true + true @@ -11792,7 +11792,7 @@ obsolete S-layer - true + true @@ -11803,7 +11803,7 @@ obsolete salinity delta - true + true @@ -11814,7 +11814,7 @@ obsolete salinity preference - true + true @@ -11825,7 +11825,7 @@ obsolete secondary metabolite - true + true @@ -11836,7 +11836,7 @@ obsolete secretion - true + true @@ -11847,7 +11847,7 @@ obsolete secretion system - true + true @@ -11858,7 +11858,7 @@ obsolete sheathed - true + true @@ -11869,7 +11869,7 @@ obsolete siderophore - true + true @@ -11880,7 +11880,7 @@ obsolete sigma factor - true + true @@ -11891,7 +11891,7 @@ obsolete signaling - true + true @@ -11902,7 +11902,7 @@ obsolete slime layer - true + true @@ -11913,7 +11913,7 @@ obsolete specialized cell - true + true @@ -11924,7 +11924,7 @@ obsolete species - true + true @@ -11935,7 +11935,7 @@ obsolete spirillum - true + true @@ -11946,7 +11946,7 @@ obsolete spirochete - true + true @@ -11957,7 +11957,7 @@ obsolete sporangiospore - true + true @@ -11968,7 +11968,7 @@ obsolete sporulation - true + true @@ -11979,7 +11979,7 @@ obsolete square cell - true + true @@ -11990,7 +11990,7 @@ obsolete stalk - true + true @@ -12001,7 +12001,7 @@ obsolete star-shaped cell - true + true @@ -12012,7 +12012,7 @@ obsolete stationary phase - true + true @@ -12023,7 +12023,7 @@ obsolete storage structure - true + true @@ -12034,7 +12034,7 @@ obsolete strain - true + true @@ -12045,7 +12045,7 @@ obsolete stress response - true + true @@ -12056,7 +12056,7 @@ obsolete structure - true + true @@ -12067,7 +12067,7 @@ obsolete sulfate reducer - true + true @@ -12078,7 +12078,7 @@ obsolete swarming - true + true @@ -12089,7 +12089,7 @@ obsolete symbiosis - true + true @@ -12100,7 +12100,7 @@ obsolete symbiotic process - true + true @@ -12111,7 +12111,7 @@ obsolete syntrophy - true + true @@ -12122,7 +12122,7 @@ obsolete taxonomic identifier - true + true @@ -12133,7 +12133,7 @@ obsolete taxonomic rank - true + true @@ -12144,7 +12144,7 @@ obsolete teichoic acid - true + true @@ -12183,7 +12183,7 @@ obsolete temperature preference - true + true @@ -12204,7 +12204,7 @@ obsolete thermal tolerance - true + true @@ -12215,7 +12215,7 @@ obsolete thermophile - true + true @@ -12226,7 +12226,7 @@ obsolete toxin - true + true @@ -12237,7 +12237,7 @@ obsolete transcription factor - true + true @@ -12248,7 +12248,7 @@ obsolete transduction - true + true @@ -12259,7 +12259,7 @@ obsolete transferase - true + true @@ -12270,7 +12270,7 @@ obsolete transformation - true + true @@ -12281,7 +12281,7 @@ obsolete transport system - true + true @@ -12292,7 +12292,7 @@ obsolete transposon - true + true @@ -12303,7 +12303,7 @@ obsolete triangular cell - true + true @@ -12314,7 +12314,7 @@ obsolete trichome - true + true @@ -12325,7 +12325,7 @@ obsolete twitching motility - true + true @@ -12336,7 +12336,7 @@ obsolete two-component system - true + true @@ -12347,7 +12347,7 @@ obsolete viable but non-culturable - true + true @@ -12358,7 +12358,7 @@ obsolete vibrio - true + true @@ -12369,7 +12369,7 @@ obsolete virulence - true + true @@ -12380,7 +12380,7 @@ obsolete virulence factor - true + true @@ -12391,7 +12391,7 @@ obsolete virulence process - true + true @@ -12402,7 +12402,7 @@ obsolete xylanolysis - true + true @@ -12413,7 +12413,7 @@ obsolete zoospore - true + true @@ -12424,7 +12424,7 @@ obsolete zygospore - true + true @@ -12435,7 +12435,7 @@ obsolete pressure - true + true @@ -12446,7 +12446,7 @@ obsolete temperature optimum (metabolic activity) - true + true @@ -12457,7 +12457,7 @@ obsolete temperature range (metabolic viability) - true + true @@ -12529,7 +12529,7 @@ obsolete psychrotolerant - true + true @@ -12540,7 +12540,7 @@ obsolete thermotolerant - true + true @@ -12551,7 +12551,7 @@ obsolete extreme thermophile - true + true @@ -12562,7 +12562,7 @@ obsolete extreme hyperthermophile - true + true @@ -12573,7 +12573,7 @@ obsolete non-halophile - true + true @@ -12584,7 +12584,7 @@ obsolete slight halophile - true + true @@ -12595,7 +12595,7 @@ obsolete haloalkaliphile - true + true @@ -12606,7 +12606,7 @@ obsolete extreme acidophile - true + true @@ -12617,7 +12617,7 @@ obsolete acid tolerant - true + true @@ -12628,7 +12628,7 @@ obsolete alkali tolerant - true + true @@ -12639,7 +12639,7 @@ obsolete extreme alkaliphile - true + true @@ -12650,7 +12650,7 @@ obsolete facultative acidophile - true + true @@ -12661,7 +12661,7 @@ obsolete obligative acidophile - true + true @@ -12672,7 +12672,7 @@ obsolete facultative aerobe - true + true @@ -12683,7 +12683,7 @@ obsolete microaerophile - true + true @@ -12694,7 +12694,7 @@ obsolete microaerotolerant - true + true @@ -12705,7 +12705,7 @@ obsolete aerotolerant anaerobe - true + true @@ -12716,7 +12716,7 @@ obsolete obligate aerobe - true + true @@ -12727,7 +12727,7 @@ obsolete obligate anaerobe - true + true @@ -12738,7 +12738,7 @@ obsolete oxygenic phototroph - true + true @@ -12749,7 +12749,7 @@ obsolete anoxygenic phototroph - true + true @@ -12760,7 +12760,7 @@ obsolete chemoautotroph - true + true @@ -12771,7 +12771,7 @@ obsolete chemoheterotroph - true + true @@ -12782,7 +12782,7 @@ obsolete lithotroph - true + true @@ -12793,7 +12793,7 @@ obsolete organotroph - true + true @@ -12804,7 +12804,7 @@ obsolete phototroph - true + true @@ -12815,7 +12815,7 @@ obsolete chemotroph - true + true @@ -12826,7 +12826,7 @@ obsolete oligotroph - true + true @@ -12837,7 +12837,7 @@ obsolete copiotroph - true + true @@ -12848,7 +12848,7 @@ obsolete lithoautotroph - true + true @@ -12859,7 +12859,7 @@ obsolete mixotroph - true + true @@ -12870,7 +12870,7 @@ obsolete lithoheterotroph - true + true @@ -12881,7 +12881,7 @@ obsolete chemoorganoheterotroph - true + true @@ -12892,7 +12892,7 @@ obsolete chemolithoautotroph - true + true @@ -12903,7 +12903,7 @@ obsolete methylotroph - true + true @@ -12914,7 +12914,7 @@ obsolete methanotroph - true + true @@ -12925,7 +12925,7 @@ obsolete hydrogenotroph - true + true @@ -12936,7 +12936,7 @@ obsolete hydrogen oxidizer - true + true @@ -12947,7 +12947,7 @@ obsolete hydrogen producer - true + true @@ -12958,7 +12958,7 @@ obsolete nitrogen fixer - true + true @@ -12969,7 +12969,7 @@ obsolete methanogen - true + true @@ -12980,7 +12980,7 @@ obsolete sulfur oxidizer - true + true @@ -12991,7 +12991,7 @@ obsolete denitrifier - true + true @@ -13002,7 +13002,7 @@ obsolete motile - true + true @@ -13013,7 +13013,7 @@ obsolete non-motile - true + true @@ -13024,7 +13024,7 @@ obsolete flagellated - true + true @@ -13035,7 +13035,7 @@ obsolete peritrichous - true + true @@ -13046,7 +13046,7 @@ obsolete lophotrichous - true + true @@ -13057,7 +13057,7 @@ obsolete monotrichous - true + true @@ -13068,7 +13068,7 @@ obsolete ciliated - true + true @@ -13079,7 +13079,7 @@ obsolete gliding - true + true @@ -13090,7 +13090,7 @@ obsolete twitching - true + true @@ -13101,7 +13101,7 @@ obsolete sliding - true + true @@ -13112,7 +13112,7 @@ obsolete myxospores - true + true @@ -13123,7 +13123,7 @@ obsolete conidia - true + true @@ -13134,7 +13134,7 @@ obsolete chlamydospores - true + true @@ -13145,7 +13145,7 @@ obsolete sporocysts - true + true @@ -13156,7 +13156,7 @@ obsolete hypnospores - true + true @@ -13167,7 +13167,7 @@ obsolete gemmae - true + true @@ -13178,7 +13178,7 @@ obsolete azygospores - true + true @@ -13189,7 +13189,7 @@ obsolete aleuriospores - true + true @@ -13200,7 +13200,7 @@ obsolete stylospores - true + true @@ -13211,7 +13211,7 @@ obsolete sclerotia - true + true @@ -13222,7 +13222,7 @@ obsolete teliospores - true + true @@ -13233,7 +13233,7 @@ obsolete urediniospores - true + true @@ -13244,7 +13244,7 @@ obsolete pycnidiospores - true + true @@ -13255,7 +13255,7 @@ obsolete acriospores - true + true @@ -13266,7 +13266,7 @@ obsolete aplanospores - true + true @@ -13277,7 +13277,7 @@ obsolete statismospores - true + true @@ -13288,7 +13288,7 @@ obsolete piezotolerant - true + true @@ -13299,7 +13299,7 @@ obsolete piezosensitive - true + true @@ -13310,7 +13310,7 @@ obsolete obligate barophile - true + true @@ -13321,7 +13321,7 @@ obsolete facultative barophile - true + true @@ -13332,7 +13332,7 @@ obsolete hyperbarophile - true + true @@ -13343,7 +13343,7 @@ obsolete hypobarophile - true + true @@ -13354,7 +13354,7 @@ obsolete atmospheric pressure-adapted - true + true @@ -13365,7 +13365,7 @@ obsolete moderate piezophile - true + true @@ -13376,7 +13376,7 @@ obsolete extreme piezophile - true + true @@ -13387,7 +13387,7 @@ obsolete stenopiezic - true + true @@ -13398,7 +13398,7 @@ obsolete eurypiezic - true + true @@ -13409,7 +13409,7 @@ obsolete pressure-sensitive - true + true @@ -13420,7 +13420,7 @@ obsolete pressure-resistant - true + true @@ -13431,7 +13431,7 @@ obsolete pressure-adapted - true + true @@ -13442,7 +13442,7 @@ obsolete piezo-acidophile - true + true @@ -13453,7 +13453,7 @@ obsolete piezo-alkaliphile - true + true @@ -13464,7 +13464,7 @@ obsolete piezo-halophile - true + true @@ -13475,7 +13475,7 @@ obsolete piezo-psychrophile - true + true @@ -13486,7 +13486,7 @@ obsolete piezo-thermophile - true + true @@ -13497,7 +13497,7 @@ obsolete piezo-lithoautotrophe - true + true @@ -13508,7 +13508,7 @@ obsolete piezo-chemoheterotroph - true + true @@ -13519,7 +13519,7 @@ obsolete piezo-oligotroph - true + true @@ -13530,7 +13530,7 @@ obsolete piezo-endolithic - true + true @@ -13541,7 +13541,7 @@ obsolete piezo-tolerant - true + true @@ -13708,7 +13708,7 @@ obsolete cell width very low - true + true @@ -13719,7 +13719,7 @@ obsolete cell width low - true + true @@ -13730,7 +13730,7 @@ obsolete cell width mid - true + true @@ -13741,7 +13741,7 @@ obsolete cell width high - true + true @@ -13752,7 +13752,7 @@ obsolete cell length very low - true + true @@ -13763,7 +13763,7 @@ obsolete cell length low - true + true @@ -13774,7 +13774,7 @@ obsolete cell length mid - true + true @@ -13785,7 +13785,7 @@ obsolete cell length high - true + true @@ -15772,7 +15772,7 @@ obsolete branched - true + true @@ -15783,7 +15783,7 @@ obsolete coccobacillus - true + true @@ -15794,7 +15794,7 @@ obsolete crescent - true + true @@ -15805,7 +15805,7 @@ obsolete curved - true + true @@ -15816,7 +15816,7 @@ obsolete curved spiral - true + true @@ -15827,7 +15827,7 @@ obsolete diplococcus - true + true @@ -15838,7 +15838,7 @@ obsolete ellipsoidal - true + true @@ -15849,7 +15849,7 @@ obsolete filament - true + true @@ -15860,7 +15860,7 @@ obsolete fusiform - true + true @@ -15871,7 +15871,7 @@ obsolete helical - true + true @@ -15882,7 +15882,7 @@ obsolete irregular - true + true @@ -15893,7 +15893,7 @@ obsolete oval - true + true @@ -15904,7 +15904,7 @@ obsolete ovoid - true + true @@ -15915,7 +15915,7 @@ obsolete pleomorphic - true + true @@ -15926,7 +15926,7 @@ obsolete ring - true + true @@ -15937,7 +15937,7 @@ obsolete rod - true + true @@ -15948,7 +15948,7 @@ obsolete sphere - true + true @@ -15959,7 +15959,7 @@ obsolete spindle - true + true @@ -15970,7 +15970,7 @@ obsolete spiral - true + true @@ -15981,7 +15981,7 @@ obsolete star - dumbbell - pleomorphic - true + true @@ -15992,7 +15992,7 @@ obsolete tailed - true + true @@ -16003,7 +16003,7 @@ obsolete temperature adaptation - true + true @@ -16014,7 +16014,7 @@ obsolete salinity adaptation - true + true @@ -16025,7 +16025,7 @@ obsolete pH adaptation - true + true @@ -16036,7 +16036,7 @@ obsolete bacterial spore - true + true @@ -16047,7 +16047,7 @@ obsolete pressure adaptation type - true + true @@ -16058,7 +16058,7 @@ obsolete pressure tolerance range - true + true @@ -16069,7 +16069,7 @@ obsolete sensitivity to oxygen - true + true @@ -16080,7 +16080,7 @@ obsolete sensitivity toward - true + true @@ -16091,7 +16091,7 @@ obsolete size - true + true @@ -16102,7 +16102,7 @@ obsolete 1-D extent - true + true @@ -16113,7 +16113,7 @@ obsolete width - true + true @@ -16124,7 +16124,7 @@ obsolete length - true + true @@ -16135,7 +16135,7 @@ obsolete sensitivity toward pressure - true + true @@ -16146,7 +16146,7 @@ obsolete sensitivity toward nacl - true + true @@ -16157,7 +16157,7 @@ obsolete sensitivity toward ph - true + true @@ -16168,7 +16168,7 @@ obsolete sensitivity toward temperature - true + true @@ -16224,7 +16224,7 @@ obsolete structured susceptibility detail - true + true @@ -16235,7 +16235,7 @@ obsolete facultative psychrophile - true + true @@ -17513,7 +17513,7 @@ obsolete denitrifying - true + true @@ -17568,7 +17568,7 @@ obsolete hydrogen-oxidizing - true + true @@ -17749,7 +17749,7 @@ obsolete nitrogen-fixing - true + true @@ -18005,7 +18005,7 @@ obsolete sulfate-reducing - true + true @@ -18016,7 +18016,7 @@ obsolete sulfur-oxidizing - true + true @@ -19377,7 +19377,7 @@ obsolete Nitrogen compound respiration - true + true @@ -19388,7 +19388,7 @@ obsolete Nitrate reduction - true + true @@ -19399,7 +19399,7 @@ obsolete Denitrification - true + true @@ -19410,7 +19410,7 @@ obsolete Dissimilatory nitrate reduction to ammonium - true + true @@ -19421,7 +19421,7 @@ obsolete Nitrite reduction - true + true @@ -19432,7 +19432,7 @@ obsolete Anaerobic ammonium oxidation - true + true @@ -19443,7 +19443,7 @@ obsolete Nitric oxide reduction - true + true @@ -19454,7 +19454,7 @@ obsolete Nitrous oxide reduction - true + true @@ -19465,7 +19465,7 @@ obsolete Sulfur and sulfoxide compound respiration - true + true @@ -19476,7 +19476,7 @@ obsolete Sulfate reduction - true + true @@ -19487,7 +19487,7 @@ obsolete Sulfur reduction - true + true @@ -19498,7 +19498,7 @@ obsolete Sulfite reduction - true + true @@ -19509,7 +19509,7 @@ obsolete Thiosulfate reduction - true + true @@ -19520,7 +19520,7 @@ obsolete Sulfoxide respiration - true + true @@ -19531,7 +19531,7 @@ obsolete Dimethyl sulfoxide respiration - true + true @@ -19542,7 +19542,7 @@ obsolete Methionine sulfoxide respiration - true + true @@ -19553,7 +19553,7 @@ obsolete Sulfide oxidation - true + true @@ -19564,7 +19564,7 @@ obsolete Thiosulfate oxidation - true + true @@ -19575,7 +19575,7 @@ obsolete Sulfite oxidation - true + true @@ -19586,7 +19586,7 @@ obsolete Tetrathionate reduction - true + true @@ -19597,7 +19597,7 @@ obsolete Polysulfide reduction - true + true @@ -19608,7 +19608,7 @@ obsolete Metal and metalloid respiration - true + true @@ -19619,7 +19619,7 @@ obsolete Iron reduction - true + true @@ -19630,7 +19630,7 @@ obsolete Iron oxidation - true + true @@ -19641,7 +19641,7 @@ obsolete Nitrate-dependent Fe(II) oxidation - true + true @@ -19652,7 +19652,7 @@ obsolete Manganese reduction - true + true @@ -19663,7 +19663,7 @@ obsolete Manganese oxidation - true + true @@ -19674,7 +19674,7 @@ obsolete Uranium reduction - true + true @@ -19685,7 +19685,7 @@ obsolete Vanadium reduction - true + true @@ -19696,7 +19696,7 @@ obsolete Chromium reduction - true + true @@ -19707,7 +19707,7 @@ obsolete Technetium reduction - true + true @@ -19718,7 +19718,7 @@ obsolete Cobalt reduction - true + true @@ -19729,7 +19729,7 @@ obsolete Arsenate reduction - true + true @@ -19740,7 +19740,7 @@ obsolete Arsenite oxidation - true + true @@ -19751,7 +19751,7 @@ obsolete Selenate reduction - true + true @@ -19762,7 +19762,7 @@ obsolete Selenite reduction - true + true @@ -19773,7 +19773,7 @@ obsolete Carbon and organic compound respiration - true + true @@ -19844,7 +19844,7 @@ obsolete Fumarate respiration - true + true @@ -19855,7 +19855,7 @@ obsolete Trimethylamine N-oxide respiration - true + true @@ -19866,7 +19866,7 @@ obsolete Humus respiration - true + true @@ -19877,7 +19877,7 @@ obsolete Halogenated compound respiration - true + true @@ -19888,7 +19888,7 @@ obsolete Organohalide respiration - true + true @@ -19899,7 +19899,7 @@ obsolete (Per)chlorate respiration - true + true @@ -19910,7 +19910,7 @@ obsolete Perchlorate respiration - true + true @@ -19921,7 +19921,7 @@ obsolete Chlorate respiration - true + true @@ -19932,7 +19932,7 @@ obsolete Bromate reduction - true + true @@ -19943,7 +19943,7 @@ obsolete Iodate reduction - true + true @@ -19954,7 +19954,7 @@ obsolete Nitrite-dependent methane oxidation - true + true @@ -19965,7 +19965,7 @@ obsolete Nitrate-dependent methane oxidation - true + true @@ -19976,7 +19976,7 @@ obsolete Hydrogen oxidation - true + true @@ -19987,7 +19987,7 @@ obsolete Sulfur oxidation - true + true @@ -19998,7 +19998,7 @@ obsolete Nitrification - true + true @@ -20009,7 +20009,7 @@ obsolete Complete ammonia oxidation - true + true @@ -20020,7 +20020,7 @@ obsolete Carbon monoxide oxidation - true + true @@ -20031,7 +20031,7 @@ obsolete Hydrogenotrophic methanogenesis - true + true @@ -20042,7 +20042,7 @@ obsolete Acetoclastic methanogenesis - true + true @@ -20053,7 +20053,7 @@ obsolete Methylotrophic methanogenesis - true + true @@ -20064,7 +20064,7 @@ obsolete Anaerobic methane oxidation - true + true @@ -20075,7 +20075,7 @@ obsolete Lanthanide reduction - true + true @@ -20086,7 +20086,7 @@ obsolete Lanthanide oxidation - true + true @@ -20584,7 +20584,7 @@ obsolete observation - true + true @@ -20595,7 +20595,7 @@ obsolete optimum temperature observation - true + true @@ -20606,7 +20606,7 @@ obsolete growth temperature observation - true + true @@ -20617,7 +20617,7 @@ obsolete temperature range observation - true + true @@ -20628,7 +20628,7 @@ obsolete temperature delta observation - true + true @@ -20639,7 +20639,7 @@ obsolete culture temperature observation - true + true @@ -20650,7 +20650,7 @@ obsolete culture NaCl observation - true + true @@ -20661,7 +20661,7 @@ obsolete growth NaCl observation - true + true @@ -20672,7 +20672,7 @@ obsolete NaCl delta observation - true + true @@ -20683,7 +20683,7 @@ obsolete NaCl range observation - true + true @@ -20694,7 +20694,7 @@ obsolete optimum NaCl observation - true + true @@ -20705,7 +20705,7 @@ obsolete culture pH observation - true + true @@ -20716,7 +20716,7 @@ obsolete growth pH observation - true + true @@ -20727,7 +20727,7 @@ obsolete optimum pH observation - true + true @@ -20738,7 +20738,7 @@ obsolete pH delta observation - true + true @@ -20749,7 +20749,7 @@ obsolete pH range observation - true + true @@ -20760,7 +20760,7 @@ obsolete optimum oxygen observation - true + true @@ -20771,7 +20771,7 @@ obsolete growth oxygen observation - true + true @@ -20782,7 +20782,7 @@ obsolete oxygen range observation - true + true @@ -20793,7 +20793,7 @@ obsolete oxygen delta observation - true + true @@ -20804,7 +20804,7 @@ obsolete oxygen observation - true + true @@ -20815,7 +20815,7 @@ obsolete temperature observation - true + true @@ -20826,7 +20826,7 @@ obsolete NaCl observation - true + true @@ -20837,7 +20837,7 @@ obsolete pH observation - true + true @@ -20966,7 +20966,7 @@ obsolete Sulfate-dependent methane oxidation - true + true @@ -20977,7 +20977,7 @@ obsolete Fe(III)-dependent methane oxidation - true + true @@ -20988,7 +20988,7 @@ obsolete Mn(IV)-dependent methane oxidation - true + true @@ -21050,7 +21050,7 @@ obsolete Sulfur disproportionation - true + true @@ -21061,7 +21061,7 @@ obsolete Nitrogen fixation - true + true @@ -21072,7 +21072,7 @@ obsolete Nitrate-reducing - true + true @@ -21083,7 +21083,7 @@ obsolete Anaerobic ammonium-oxidizing - true + true @@ -21094,7 +21094,7 @@ obsolete Nitrous oxide-reducing - true + true @@ -21105,7 +21105,7 @@ obsolete Sulfate-reducing - true + true @@ -21116,7 +21116,7 @@ obsolete Sulfur-reducing - true + true @@ -21127,7 +21127,7 @@ obsolete Sulfite-reducing - true + true @@ -21138,7 +21138,7 @@ obsolete Thiosulfate-reducing - true + true @@ -21149,7 +21149,7 @@ obsolete Sulfur-disproportionating - true + true @@ -21160,7 +21160,7 @@ obsolete Sulfide-oxidizing - true + true @@ -21171,7 +21171,7 @@ obsolete Thiosulfate-oxidizing - true + true @@ -21182,7 +21182,7 @@ obsolete Sulfite-oxidizing - true + true @@ -21193,7 +21193,7 @@ obsolete Iron-reducing - true + true @@ -21204,7 +21204,7 @@ obsolete Iron-oxidizing - true + true @@ -21215,7 +21215,7 @@ obsolete Nitrate-dependent Fe(II)-oxidizing - true + true @@ -21226,7 +21226,7 @@ obsolete Manganese-reducing - true + true @@ -21237,7 +21237,7 @@ obsolete Manganese-oxidizing - true + true @@ -21248,7 +21248,7 @@ obsolete Uranium-reducing - true + true @@ -21259,7 +21259,7 @@ obsolete Arsenate-reducing - true + true @@ -21270,7 +21270,7 @@ obsolete Selenate-reducing - true + true @@ -21281,7 +21281,7 @@ obsolete Selenite-reducing - true + true @@ -21292,7 +21292,7 @@ obsolete Perchlorate-reducing - true + true @@ -21303,7 +21303,7 @@ obsolete Chlorate-reducing - true + true @@ -21314,7 +21314,7 @@ obsolete Bromate-reducing - true + true @@ -21325,7 +21325,7 @@ obsolete Iodate-reducing - true + true @@ -21336,7 +21336,7 @@ obsolete Hydrogen-oxidizing - true + true @@ -21347,7 +21347,7 @@ obsolete Sulfur-oxidizing - true + true @@ -21358,7 +21358,7 @@ obsolete Ammonia oxidation - true + true @@ -21369,7 +21369,7 @@ obsolete Nitrite oxidation - true + true @@ -21380,7 +21380,7 @@ obsolete Complete ammonia-oxidizing - true + true @@ -21391,7 +21391,7 @@ obsolete Methane oxidation - true + true @@ -21402,7 +21402,7 @@ obsolete Carbon monoxide-oxidizing - true + true @@ -21413,7 +21413,7 @@ obsolete Nitrogen-fixing - true + true @@ -22942,7 +22942,7 @@ obsolete obsolete - true + true diff --git a/src/ontology/components/metpo_sheet.owl b/src/ontology/components/metpo_sheet.owl index be8d9304..f42acdd3 100644 --- a/src/ontology/components/metpo_sheet.owl +++ b/src/ontology/components/metpo_sheet.owl @@ -1662,7 +1662,7 @@ AnnotationAssertion(rdfs:label "def AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has susceptibility profile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (organism interacts with chemical) @@ -1976,37 +1976,37 @@ SubObjectPropertyOf( ) AnnotationAssertion(rdfs:label "obsolete has temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has optimum temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has optimum temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has growth temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has growth temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has range temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has range temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has temperature delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has temperature delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has culture temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has culture temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (tolerates) @@ -2067,7 +2067,7 @@ SubObjectPropertyOf( ) AnnotationAssertion(rdfs:label "obsolete lyses") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (produces) @@ -2079,25 +2079,25 @@ SubObjectPropertyOf( ) AnnotationAssertion(rdfs:label "obsolete fixes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete catabolizes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete catabolizes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete mineralizes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mineralizes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete conjugates) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete conjugates") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (transports) @@ -2141,43 +2141,43 @@ ObjectPropertyRange( ) AnnotationAssertion(rdfs:label "obsolete binds") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete chelates) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chelates") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete precipitates) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete precipitates") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete solubilizes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete solubilizes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete volatilizes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete volatilizes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete crystallizes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete crystallizes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete adsorbs) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete adsorbs") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (does not disproportionate) @@ -2189,7 +2189,7 @@ SubObjectPropertyOf( ) AnnotationAssertion(rdfs:label "obsolete does not lyse") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (does not produce) @@ -2201,25 +2201,25 @@ SubObjectPropertyOf( ) AnnotationAssertion(rdfs:label "obsolete does not fix") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not catabolize) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not catabolize") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not mineralize) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not mineralize") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not conjugate) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not conjugate") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (does not transport) @@ -2263,43 +2263,43 @@ ObjectPropertyRange( ) AnnotationAssertion(rdfs:label "obsolete does not bind") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not chelate) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not chelate") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not precipitate) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not precipitate") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not solubilize) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not solubilize") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not volatilize) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not volatilize") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete does not crystallize) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete does not crystallize") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (enzyme activity analyzed) @@ -2328,97 +2328,97 @@ ObjectPropertyRange( ) AnnotationAssertion(rdfs:label "obsolete has optimum pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has growth pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has growth pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has range pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has range pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has pH delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has pH delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has culture pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has culture pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has optimum NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has optimum NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has growth NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has growth NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has range NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has range NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has NaCl delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has NaCl delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has optimum oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has optimum oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has growth oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has growth oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has range oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has range oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (obsolete has oxygen delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has oxygen delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Object Property: (grows in) @@ -2479,37 +2479,37 @@ SubObjectPropertyOf( ) AnnotationAssertion(rdfs:label "obsolete has observed spot value") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Data Property: (obsolete has minimum observed value) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has minimum observed value") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Data Property: (obsolete has maximum observed value) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has maximum observed value") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Data Property: (obsolete has value comments) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete has value comments") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Data Property: (obsolete is negative data) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete is negative data") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Data Property: (obsolete observation data property) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete observation data property") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) # Data Property: (has value) @@ -2743,4431 +2743,4431 @@ AnnotationAssertion(rdfs:label ) AnnotationAssertion(rdfs:label "obsolete Temperature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Salinity) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Salinity") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oxygen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oxygen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Trophic type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Trophic type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motility) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motility") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sporulation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sporulation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC content) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC content") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Width) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Width") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Length) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Length") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Optimum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Optimum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Salinity) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Salinity") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete METPO Morphology) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete METPO Morphology") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Psychrotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Psychrotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Mesophilie) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Mesophilie") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thermotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thermotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hyperthermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hyperthermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme hyperthermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme hyperthermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Non-halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Non-halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Slight halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Slight halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Moderate halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Moderate halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Halotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Halotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Haloalkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Haloalkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme Acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme Acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Neutrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Neutrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oxygen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oxygen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acid Tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acid Tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Alkali Tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Alkali Tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme Alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme Alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligative acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligative acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Trophic type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Trophic type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Microaerophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Microaerophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aerotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aerotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Microaerotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Microaerotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aerotolerant anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aerotolerant anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligate aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligate aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligate anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligate anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oxygenic phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oxygenic phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anoxygenic phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anoxygenic phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Autotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Autotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Photoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Photoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motility) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motility") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Heterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Heterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Photoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Photoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lithotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lithotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Organotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Organotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oligotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oligotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Copiotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Copiotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sporulation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sporulation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lithoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lithoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Mixotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Mixotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lithoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lithoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemoorganoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemoorganoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemolithoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemolithoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methylotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methylotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methanotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methanotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carboxydotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carboxydotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogenotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogenotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogen oxidizer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogen oxidizer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogen producer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogen producer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrogen fixer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrogen fixer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methanogen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methanogen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfate reducer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfate reducer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur oxidizer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur oxidizer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Denitrifier) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Denitrifier") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Capnophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Capnophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Non-motile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Non-motile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Flagellated) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Flagellated") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC content) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC content") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Peritrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Peritrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lophotrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lophotrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Monotrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Monotrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ciliated) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ciliated") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gliding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gliding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Twitching) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Twitching") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sliding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sliding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Swarming) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Swarming") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Endospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Endospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Exospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Exospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Width) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Width") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Myxospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Myxospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Arthrospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Arthrospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Conidia) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Conidia") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sporangiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sporangiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Zygospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Zygospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Akinetes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Akinetes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chlamydospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chlamydospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sporocysts) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sporocysts") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hypnospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hypnospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gemmae) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gemmae") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Length) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Length") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Azygospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Azygospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cysts) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cysts") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ascospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ascospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Basidiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Basidiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aleuriospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aleuriospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Stylospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Stylospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sclerotia) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sclerotia") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Zoospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Zoospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Teliospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Teliospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Urediniospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Urediniospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pycnidiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pycnidiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acriospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acriospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aplanospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aplanospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Statismospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Statismospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Barotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Barotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezosensitive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezosensitive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligate barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligate barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hyperbarophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hyperbarophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hypobarophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hypobarophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Atmospheric pressure-adapted) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Atmospheric pressure-adapted") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Moderate piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Moderate piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Stenopiezic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Stenopiezic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Eurypiezic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Eurypiezic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure-sensitive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure-sensitive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure-resistant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure-resistant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure-adapted) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure-adapted") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-lithoautotrophe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-lithoautotrophe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-chemoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-oligotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-oligotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-endolithic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-endolithic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width mid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width mid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Optimum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Optimum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length mid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length mid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum mid3) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum mid3") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum mid4) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum mid4") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range mid3) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range mid3") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range mid4) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range mid4") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range mid3) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range mid3") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Optimum low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Optimum low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Optimum mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Optimum mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Optimum mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Optimum mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Optimum high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Optimum high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Range low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Range low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Range mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Range mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Range mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Range mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Range high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Range high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Delta very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Delta very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Delta low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Delta low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Delta mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Delta mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Delta mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Delta mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Delta mid3) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Delta mid3") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Delta high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Delta high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Delta low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Delta low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Delta mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Delta mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Delta mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Delta mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl Delta high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl Delta high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta mid1) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta mid1") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta mid2) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta mid2") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Delta high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Delta high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Morphology) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Morphology") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Bacillus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Bacillus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Branced) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Branced") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Coccobacillus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Coccobacillus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Coccus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Coccus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Crescent) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Crescent") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Curved) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Curved") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Curved Spiral) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Curved Spiral") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Diplococcus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Diplococcus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Disc) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Disc") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Dumbbell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Dumbbell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Other) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Other") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ellipsoidal) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ellipsoidal") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Filament) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Filament") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Flask) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Flask") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Fusiform) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Fusiform") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Helical) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Helical") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Irregular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Irregular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oval) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oval") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ovoid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ovoid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pleomorphic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pleomorphic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ring) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ring") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Rod) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Rod") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sphere) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sphere") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Spindle) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Spindle") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Spiral) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Spiral") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Spirochete) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Spirochete") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Spore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Spore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Square) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Square") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Star) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Star") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Star - Dumbbell - Pleomorphic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Star - Dumbbell - Pleomorphic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Tailed) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Tailed") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Psychrotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Psychrotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Triangular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Triangular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Vibrio) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Vibrio") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Environmental Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Environmental Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Condition) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Condition") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Physiological Trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Physiological Trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Metabolic Classification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Metabolic Classification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cellular Characteristic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cellular Characteristic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Taxonomic Feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Taxonomic Feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Microbial Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Microbial Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Mesophilie) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Mesophilie") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Structural Feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Structural Feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Salinity Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Salinity Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oxygen Requirement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oxygen Requirement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carbon Source Utilization) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carbon Source Utilization") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Energy Acquisition Mode) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Energy Acquisition Mode") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Electron Donor Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Electron Donor Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motility Mechanism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motility Mechanism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motility Structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motility Structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thermotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thermotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Bacterial Spore Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Bacterial Spore Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Fungal Spore Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Fungal Spore Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Reproductive Structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Reproductive Structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Dormancy Structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Dormancy Structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure Adaptation Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure Adaptation Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure Tolerance Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure Tolerance Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Genomic Feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Genomic Feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Dimension) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Dimension") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Optimal Growth Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Optimal Growth Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Range Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Range Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Tolerance Metric) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Tolerance Metric") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Shape) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Shape") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Arrangement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Arrangement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Colony Morphology) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Colony Morphology") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Physical Property) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Physical Property") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Environmental Context) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Environmental Context") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Biological Property) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Biological Property") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Functional Classification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Functional Classification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Classification Property) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Classification Property") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete METPO Biological Process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete METPO Biological Process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Measurable Property) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Measurable Property") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gram-stain negative) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gram-stain negative") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gram-stain positive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gram-stain positive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hyperthermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hyperthermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme hyperthermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme hyperthermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Non-halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Non-halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Slight halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Slight halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Moderate halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Moderate halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Halotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Halotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Haloalkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Haloalkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme Acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme Acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Neutrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Neutrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acid Tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acid Tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Alkali Tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Alkali Tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme Alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme Alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligative acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligative acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Microaerophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Microaerophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aerotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aerotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Microaerotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Microaerotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aerotolerant anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aerotolerant anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligate aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligate aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligate anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligate anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oxygenic phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oxygenic phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anoxygenic phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anoxygenic phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Autotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Autotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Photoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Photoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Heterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Heterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Photoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Photoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lithotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lithotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Organotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Organotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oligotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oligotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Copiotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Copiotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lithoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lithoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Mixotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Mixotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lithoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lithoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemoorganoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemoorganoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chemolithoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chemolithoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methylotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methylotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methanotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methanotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carboxydotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carboxydotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogenotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogenotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogen oxidizer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogen oxidizer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogen producer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogen producer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrogen fixer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrogen fixer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methanogen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methanogen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfate reducer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfate reducer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur oxidizer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur oxidizer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Denitrifier) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Denitrifier") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Capnophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Capnophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Non-motile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Non-motile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Flagellated) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Flagellated") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Peritrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Peritrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lophotrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lophotrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Monotrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Monotrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ciliated) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ciliated") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gliding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gliding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Twitching) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Twitching") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sliding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sliding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Swarming) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Swarming") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Endospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Endospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Exospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Exospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity to oxygen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity to oxygen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete 'organismal quality') AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete 'organismal quality'") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete 'physicial object quality') AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete 'physicial object quality'") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete 'quality') AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete 'quality'") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete size) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete size") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete 1-D extent) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete 1-D extent") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete width) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete width") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete length) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete length") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Myxospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Myxospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete 'prokaryotic metabolically differentiated cell') AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete 'prokaryotic metabolically differentiated cell'") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete heterotrophy) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete heterotrophy") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spore type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spore type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward pressure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward pressure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward NaCl) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward NaCl") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward pH) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward pH") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward temperature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward temperature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Arthrospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Arthrospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete metabolic constraints) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete metabolic constraints") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell by chemical produced) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell by chemical produced") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Conidia) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Conidia") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sporangiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sporangiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Zygospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Zygospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Akinetes) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Akinetes") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chlamydospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chlamydospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sporocysts) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sporocysts") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hypnospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hypnospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gemmae) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gemmae") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Azygospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Azygospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cysts) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cysts") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ascospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ascospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Basidiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Basidiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aleuriospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aleuriospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Stylospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Stylospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sclerotia) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sclerotia") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Zoospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Zoospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Teliospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Teliospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Urediniospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Urediniospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pycnidiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pycnidiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acriospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acriospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Aplanospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Aplanospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Statismospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Statismospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Barotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Barotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezosensitive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezosensitive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Obligate barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Obligate barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Facultative barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Facultative barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hyperbarophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hyperbarophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hypobarophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hypobarophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Atmospheric pressure-adapted) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Atmospheric pressure-adapted") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Moderate piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Moderate piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Extreme piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Extreme piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Stenopiezic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Stenopiezic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Eurypiezic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Eurypiezic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure-sensitive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure-sensitive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure-resistant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure-resistant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure-adapted) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure-adapted") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-lithoautotrophe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-lithoautotrophe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-chemoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-oligotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-oligotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-endolithic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-endolithic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Piezo-tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Piezo-tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC% low ( < 42.65)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC% low ( < 42.65)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC% mid1 (42.65 - 57)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC% mid1 (42.65 - 57)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC% mid2 (57 - 66.3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC% mid2 (57 - 66.3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GC% high ( > 66.3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GC% high ( > 66.3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width uM very low (< 0.5)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width uM very low (< 0.5)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width uM low (0.5 - 0.65)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width uM low (0.5 - 0.65)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width uM mid (0.65 - 0.9)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width uM mid (0.65 - 0.9)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell width uM high (> 0.9)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell width uM high (> 0.9)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length uM very low (<= 1.3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length uM very low (<= 1.3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length uM low (1.3 - 2)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length uM low (1.3 - 2)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length uM mid (2 - 3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length uM mid (2 - 3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell length uM high (> 3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell length uM high (> 3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C very low (<= 10)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C very low (<= 10)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C low (10 - 22)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C low (10 - 22)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C mid1 (22 - 27)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C mid1 (22 - 27)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C mid2 (27 - 30)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C mid2 (27 - 30)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C mid3 (30 - 34)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C mid3 (30 - 34)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C mid4 (34 - 40)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C mid4 (34 - 40)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Optimum C high (> 40)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Optimum C high (> 40)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C very low (<= 10)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C very low (<= 10)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C low (10 - 22)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C low (10 - 22)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C mid1 (22 - 27)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C mid1 (22 - 27)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C mid2 (27 - 30)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C mid2 (27 - 30)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C mid3 (30 - 34)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C mid3 (30 - 34)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C mid4 (34 - 40)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C mid4 (34 - 40)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Range C high (> 40)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Range C high (> 40)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum low (0 - 6)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum low (0 - 6)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum mid1 (6 - 7)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum mid1 (6 - 7)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum mid2 (7 - 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum mid2 (7 - 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Optimum high (8 - 14)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Optimum high (8 - 14)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range very low (0 - 4)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range very low (0 - 4)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range low (4 - 6)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range low (4 - 6)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range mid1 (6 - 7)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range mid1 (6 - 7)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range mid2 (7 - 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range mid2 (7 - 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range mid3 (8 - 10)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range mid3 (8 - 10)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Range high (10 - 14)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Range high (10 - 14)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Optimum low (<= 1)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Optimum low (<= 1)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Optimum mid1 (1 - 3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Optimum mid1 (1 - 3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Optimum mid2 (3 - 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Optimum mid2 (3 - 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Optimum high (> 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Optimum high (> 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Range low (<= 1)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Range low (<= 1)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Range mid1 (1 - 3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Range mid1 (1 - 3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Range mid2 (3 - 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Range mid2 (3 - 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl Range high (> 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl Range high (> 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta very low (<= 1)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta very low (<= 1)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta low (1 - 2)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta low (1 - 2)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta mid1 (2 - 3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta mid1 (2 - 3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta mid2 (3 - 4)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta mid2 (3 - 4)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta mid3 (4 - 5)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta mid3 (4 - 5)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta high (5 - 9)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta high (5 - 9)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl delta low (<= 1)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl delta low (<= 1)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl delta mid2 (1 - 3)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl delta mid2 (1 - 3)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl delta mid2 (3 - 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl delta mid2 (3 - 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete % NaCl delta high (>= 8)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete % NaCl delta high (>= 8)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature C delta very low (1 - 5)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature C delta very low (1 - 5)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature C delta low (5 - 10)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature C delta low (5 - 10)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature C delta mid1 (10 - 20)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature C delta mid1 (10 - 20)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature C delta mid2 (20 - 30)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature C delta mid2 (20 - 30)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature C delta high (>= 30)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature C delta high (>= 30)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete bacillus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete bacillus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete branced) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete branced") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete coccobacillus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete coccobacillus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete coccus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete coccus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete crescent) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete crescent") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete curved) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete curved") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete curved spiral) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete curved spiral") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete diplococcus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete diplococcus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete disc) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete disc") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete dumbbell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete dumbbell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ellipsoidal) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ellipsoidal") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete filament) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete filament") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete flask) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete flask") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete fusiform) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete fusiform") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete helical) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete helical") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete irregular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete irregular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oval) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oval") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ovoid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ovoid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pleomorphic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pleomorphic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ring) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ring") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete rod) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete rod") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sphere) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sphere") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spindle) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spindle") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spiral) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spiral") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spirochete) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spirochete") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete square) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete square") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete star) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete star") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete star - dumbbell - pleomorphic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete star - dumbbell - pleomorphic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete tailed) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete tailed") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete triangular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete triangular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete vibrio) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete vibrio") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Environmental Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Environmental Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Condition) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Condition") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Physiological Trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Physiological Trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Metabolic Classification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Metabolic Classification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cellular Characteristic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cellular Characteristic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Taxonomic Feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Taxonomic Feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Microbial Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Microbial Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Structural Feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Structural Feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Temperature Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Temperature Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Salinity Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Salinity Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH Adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH Adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Oxygen Requirement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Oxygen Requirement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carbon Source Utilization) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carbon Source Utilization") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Energy Acquisition Mode) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Energy Acquisition Mode") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Electron Donor Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Electron Donor Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motility Mechanism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motility Mechanism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Motility Structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Motility Structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Bacterial Spore Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Bacterial Spore Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Fungal Spore Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Fungal Spore Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Reproductive Structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Reproductive Structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Dormancy Structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Dormancy Structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure Adaptation Type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure Adaptation Type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Pressure Tolerance Range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Pressure Tolerance Range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete GenomicFeature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete GenomicFeature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Dimension) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Dimension") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Optimal Growth Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Optimal Growth Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Range Parameter) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Range Parameter") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Growth Tolerance Metric) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Growth Tolerance Metric") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Shape) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Shape") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cell Arrangement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cell Arrangement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Colony Morphology) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Colony Morphology") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete acid-fast) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete acid-fast") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete active transport) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete active transport") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete adaptive trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete adaptive trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete adhesin) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete adhesin") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete adhesion structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete adhesion structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aerobic respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aerobic respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aerotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aerotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aggregate) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aggregate") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete akinete) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete akinete") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ammonification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ammonification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete amylolysis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete amylolysis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete anaerobic respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete anaerobic respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete anoxygenic photosynthesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete anoxygenic photosynthesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete antibiotic production) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete antibiotic production") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete antibiotic resistance) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete antibiotic resistance") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete antimicrobial resistance) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete antimicrobial resistance") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete appendage) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete appendage") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete arthrospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete arthrospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ascospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ascospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete autotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete autotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete autotrophic process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete autotrophic process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete auxotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete auxotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete axial filament) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete axial filament") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete bacillus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete bacillus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete barotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete barotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete basidiospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete basidiospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete binary fission) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete binary fission") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete biofilm) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete biofilm") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete biofilm component) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete biofilm component") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete biofilm formation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete biofilm formation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete biogeochemical cycling) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete biogeochemical cycling") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete bioluminescence) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete bioluminescence") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete budding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete budding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete buoyancy structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete buoyancy structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete capnophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete capnophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete capsule) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete capsule") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete carbon fixation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete carbon fixation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete carbon source) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete carbon source") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete carboxydotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete carboxydotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell arrangement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell arrangement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell envelope) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell envelope") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell length category) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell length category") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell shape) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell shape") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell size) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell size") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell wall characteristic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell wall characteristic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell wall component) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell wall component") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell width category) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell width category") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cellular characteristic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cellular characteristic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cellular component) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cellular component") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cellular process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cellular process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cellular product) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cellular product") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cellulolysis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cellulolysis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (phenotype) @@ -7190,462 +7190,462 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chemotaxis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemotaxis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chlamydospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chlamydospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete class) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete class") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete clinically relevant feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete clinically relevant feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete coccus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete coccus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cold shock protein) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cold shock protein") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cold shock response) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cold shock response") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete colonization) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete colonization") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete colony elevation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete colony elevation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete colony margin) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete colony margin") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete colony morphology) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete colony morphology") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete colony texture) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete colony texture") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete commensalism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete commensalism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete community behavior) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete community behavior") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete community structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete community structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete compatible solute) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete compatible solute") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete competence) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete competence") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete component) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete component") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete conidium) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete conidium") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete conjugation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete conjugation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete CRISPR) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete CRISPR") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete culturability) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete culturability") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cyst) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cyst") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete death phase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete death phase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete denitrification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete denitrification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete developmental process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete developmental process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete diagnostic enzyme) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete diagnostic enzyme") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete diagnostic feature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete diagnostic feature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete diazotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete diazotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete differentiation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete differentiation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete dimorphism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete dimorphism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete disc-shaped cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete disc-shaped cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete domain) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete domain") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete dormancy) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete dormancy") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete dormancy structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete dormancy structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete dumbbell-shaped cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete dumbbell-shaped cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ecological niche) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ecological niche") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ecological process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ecological process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ecological trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ecological trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ectosymbiosis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ectosymbiosis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete electron acceptor) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete electron acceptor") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete electron donor) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete electron donor") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete endospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete endospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete endosymbiosis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete endosymbiosis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete energy metabolism process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete energy metabolism process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete enzyme activity) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete enzyme activity") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete epigenetic modification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete epigenetic modification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete evolutionary process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete evolutionary process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete exospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete exospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete exponential phase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete exponential phase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extracellular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extracellular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extracellular polysaccharide) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extracellular polysaccharide") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extreme halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extreme halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extremophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extremophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete facultative) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete facultative") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete facultative anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete facultative anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete family) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete family") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete fastidious) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete fastidious") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete fermentation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete fermentation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete filamentous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete filamentous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete fimbriae) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete fimbriae") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete flagellum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete flagellum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete flask-shaped cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete flask-shaped cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete fungal spore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete fungal spore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete gas vesicle) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete gas vesicle") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (GC content) @@ -7660,406 +7660,406 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete high GC content") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete low GC content) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete low GC content") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lower-mid GC content) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lower-mid GC content") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete upper-mid GC content) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete upper-mid GC content") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete generation time) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete generation time") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genetic element) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genetic element") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genetic exchange) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genetic exchange") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genetic process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genetic process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genome size) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genome size") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genomic element) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genomic element") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genomic island) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genomic island") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genomic trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genomic trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete genus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete genus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete gliding motility) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete gliding motility") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete global regulator) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete global regulator") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gram-negative) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gram-negative") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gram-positive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gram-positive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Gram stain) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Gram stain") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth characteristic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth characteristic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth conditions constraints) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth conditions constraints") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth pattern) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth pattern") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth rate) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth rate") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete habitat) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete habitat") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete halotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete halotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete heat shock protein) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete heat shock protein") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete heat shock response) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete heat shock response") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hemolysis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hemolysis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete heterocyst) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete heterocyst") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete heterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete heterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete holdfast) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete holdfast") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete horizontal gene transfer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete horizontal gene transfer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hydrolase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hydrolase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hyperthermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hyperthermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete inclusion body) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete inclusion body") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete infection) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete infection") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete interaction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete interaction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete interaction with a phage) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete interaction with a phage") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete interaction with an environment) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete interaction with an environment") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete interaction with host) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete interaction with host") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete interaction within a community) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete interaction within a community") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete intracellular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete intracellular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete invasion) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete invasion") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete laboratory characteristic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete laboratory characteristic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lag phase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lag phase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete life cycle) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete life cycle") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete life cycle phase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete life cycle phase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lipolysis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lipolysis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lipopolysaccharide) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lipopolysaccharide") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete localization) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete localization") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lysogeny) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lysogeny") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete macroscopic trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete macroscopic trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete magnetotaxis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete magnetotaxis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete mesophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mesophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete metabolic partner) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete metabolic partner") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete metabolic trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete metabolic trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete methanogenesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete methanogenesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete methylation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete methylation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (material entity) @@ -8072,7 +8072,7 @@ AnnotationAssertion(rdfs:label "material entity AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (quality) @@ -8084,301 +8084,301 @@ AnnotationAssertion(rdfs:label "quality") AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete system") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microaerophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microaerophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete mobile genetic element) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mobile genetic element") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete moderate halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete moderate halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete morphological trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete morphological trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete motility process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete motility process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete motility structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete motility structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete mutualism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mutualism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete mycolic acid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mycolic acid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete mycorrhization) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mycorrhization") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete neutrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete neutrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete nitrification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nitrification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete nitrogen fixation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nitrogen fixation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete nodulation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nodulation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete nucleoid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nucleoid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete nutrient utilization) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nutrient utilization") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligate) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligate") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligate aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligate aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligate anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligate anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete order) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete order") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by growth conditions) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by growth conditions") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by nutritional requirement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by nutritional requirement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by product produced) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by product produced") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by relation to oxygen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by relation to oxygen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by relation to ph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by relation to ph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by relation to pressure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by relation to pressure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by relation to salt concentration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by relation to salt concentration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by relation to temperature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by relation to temperature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by shape) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by shape") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microbe characterized by trophic type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microbe characterized by trophic type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete osmophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete osmophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete osmoregulation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete osmoregulation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxidative stress response) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxidative stress response") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxidoreductase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxidoreductase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxygen requirement) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxygen requirement") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxygenic photosynthesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxygenic photosynthesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pan-genome) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pan-genome") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete parasitism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete parasitism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete passive transport) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete passive transport") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pathogenicity) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pathogenicity") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pathogenicity island) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pathogenicity island") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete peptidoglycan) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete peptidoglycan") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (pH delta) @@ -8391,490 +8391,490 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH optimum (growth range)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH preference) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH preference") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH range (growth tolerance)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH range (growth tolerance)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH tolerance) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH tolerance") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete phage defense) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete phage defense") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete photoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete photoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete photoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete photoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete photosynthesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete photosynthesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete phototaxis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete phototaxis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete phylum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete phylum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete physiological process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete physiological process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete physiological state) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete physiological state") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete physiological trait) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete physiological trait") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pigment) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pigment") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pigmentation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pigmentation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pilus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pilus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete plant growth promotion) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete plant growth promotion") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete plasmid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete plasmid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pleomorphism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pleomorphism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete prophage) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete prophage") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete prostheca) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete prostheca") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete protein synthesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete protein synthesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete proteolysis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete proteolysis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete prototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete prototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete qualifier) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete qualifier") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete quorum sensing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete quorum sensing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete regulation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete regulation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete regulatory mechanism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete regulatory mechanism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete reproductive process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete reproductive process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete reproductive structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete reproductive structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete resistance mechanism) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete resistance mechanism") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete restriction-modification system) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete restriction-modification system") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ribosome) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ribosome") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete S-layer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete S-layer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete salinity delta) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete salinity delta") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete salinity preference) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete salinity preference") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete secondary metabolite) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete secondary metabolite") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete secretion) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete secretion") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete secretion system) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete secretion system") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sheathed) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sheathed") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete siderophore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete siderophore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sigma factor) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sigma factor") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete signaling) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete signaling") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete slime layer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete slime layer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete specialized cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete specialized cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete species) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete species") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spirillum) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spirillum") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spirochete) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spirochete") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sporangiospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sporangiospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sporulation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sporulation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete square cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete square cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete stalk) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete stalk") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete star-shaped cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete star-shaped cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete stationary phase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete stationary phase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete storage structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete storage structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete strain) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete strain") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete stress response) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete stress response") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete structure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete structure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sulfate reducer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sulfate reducer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete swarming) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete swarming") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete symbiosis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete symbiosis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete symbiotic process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete symbiotic process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete syntrophy) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete syntrophy") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete taxonomic identifier) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete taxonomic identifier") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete taxonomic rank) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete taxonomic rank") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete teichoic acid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete teichoic acid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (temperature delta) @@ -8895,7 +8895,7 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature preference") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (temperature range) @@ -8908,168 +8908,168 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete thermal tolerance") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete toxin) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete toxin") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete transcription factor) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete transcription factor") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete transduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete transduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete transferase) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete transferase") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete transformation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete transformation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete transport system) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete transport system") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete transposon) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete transposon") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete triangular cell) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete triangular cell") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete trichome) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete trichome") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete twitching motility) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete twitching motility") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete two-component system) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete two-component system") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete viable but non-culturable) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete viable but non-culturable") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete vibrio) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete vibrio") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete virulence) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete virulence") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete virulence factor) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete virulence factor") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete virulence process) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete virulence process") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete xylanolysis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete xylanolysis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete zoospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete zoospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete zygospore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete zygospore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pressure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pressure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete temperature optimum (metabolic activity)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature optimum (metabolic activity)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete temperature range (metabolic viability)) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature range (metabolic viability)") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (pH optimum) @@ -9111,651 +9111,651 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete psychrotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete thermotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete thermotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extreme thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extreme thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extreme hyperthermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extreme hyperthermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete non-halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete non-halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete slight halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete slight halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete haloalkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete haloalkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extreme acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extreme acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete acid tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete acid tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete alkali tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete alkali tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extreme alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extreme alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete facultative acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete facultative acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligative acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligative acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete facultative aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete facultative aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microaerophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microaerophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete microaerotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete microaerotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aerotolerant anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aerotolerant anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligate aerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligate aerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligate anaerobe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligate anaerobe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxygenic phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxygenic phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete anoxygenic phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete anoxygenic phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chemoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chemoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lithotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lithotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete organotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete organotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete phototroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete phototroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chemotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oligotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oligotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete copiotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete copiotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lithoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lithoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete mixotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete mixotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lithoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lithoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chemoorganoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemoorganoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chemolithoautotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chemolithoautotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete methylotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete methylotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete methanotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete methanotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hydrogenotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hydrogenotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hydrogen oxidizer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hydrogen oxidizer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hydrogen producer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hydrogen producer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete nitrogen fixer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nitrogen fixer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete methanogen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete methanogen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sulfur oxidizer) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sulfur oxidizer") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete denitrifier) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete denitrifier") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete motile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete motile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete non-motile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete non-motile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete flagellated) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete flagellated") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete peritrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete peritrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete lophotrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete lophotrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete monotrichous) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete monotrichous") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ciliated) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ciliated") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete gliding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete gliding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete twitching) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete twitching") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sliding) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sliding") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete myxospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete myxospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete conidia) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete conidia") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete chlamydospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete chlamydospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sporocysts) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sporocysts") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hypnospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hypnospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete gemmae) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete gemmae") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete azygospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete azygospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aleuriospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aleuriospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete stylospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete stylospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sclerotia) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sclerotia") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete teliospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete teliospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete urediniospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete urediniospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pycnidiospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pycnidiospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete acriospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete acriospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete aplanospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete aplanospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete statismospores) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete statismospores") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezotolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezotolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezosensitive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezosensitive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete obligate barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obligate barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete facultative barophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete facultative barophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hyperbarophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hyperbarophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete hypobarophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hypobarophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete atmospheric pressure-adapted) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete atmospheric pressure-adapted") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete moderate piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete moderate piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete extreme piezophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete extreme piezophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete stenopiezic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete stenopiezic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete eurypiezic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete eurypiezic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pressure-sensitive) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pressure-sensitive") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pressure-resistant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pressure-resistant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pressure-adapted) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pressure-adapted") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-acidophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-acidophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-alkaliphile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-alkaliphile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-halophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-halophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-thermophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-thermophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-lithoautotrophe) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-lithoautotrophe") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-chemoheterotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-chemoheterotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-oligotroph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-oligotroph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-endolithic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-endolithic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete piezo-tolerant) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete piezo-tolerant") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (GC low) @@ -9796,56 +9796,56 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell width very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell width low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell width low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell width mid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell width mid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell width high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell width high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell length very low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell length very low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell length low) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell length low") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell length mid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell length mid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete cell length high) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete cell length high") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (temperature optimum very low) @@ -10360,259 +10360,259 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete branched") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete coccobacillus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete coccobacillus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete crescent) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete crescent") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete curved) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete curved") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete curved spiral) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete curved spiral") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete diplococcus) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete diplococcus") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ellipsoidal) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ellipsoidal") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete filament) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete filament") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete fusiform) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete fusiform") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete helical) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete helical") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete irregular) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete irregular") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oval) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oval") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ovoid) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ovoid") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pleomorphic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pleomorphic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete ring) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete ring") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete rod) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete rod") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sphere) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sphere") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spindle) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spindle") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete spiral) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete spiral") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete star - dumbbell - pleomorphic) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete star - dumbbell - pleomorphic") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete tailed) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete tailed") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete temperature adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete salinity adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete salinity adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH adaptation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH adaptation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete bacterial spore) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete bacterial spore") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pressure adaptation type) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pressure adaptation type") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pressure tolerance range) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pressure tolerance range") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity to oxygen) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity to oxygen") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete size) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete size") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete 1-D extent) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete 1-D extent") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete width) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete width") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete length) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete length") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward pressure) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward pressure") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward nacl) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward nacl") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward ph) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward ph") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sensitivity toward temperature) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sensitivity toward temperature") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (microbe) @@ -10640,14 +10640,14 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete structured susceptibility detail") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete facultative psychrophile) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete facultative psychrophile") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (pH phenotype with numerical limits) @@ -11028,7 +11028,7 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete denitrifying") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (heterotrophic) @@ -11045,7 +11045,7 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete hydrogen-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (hydrogenotrophic) @@ -11108,7 +11108,7 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete nitrogen-fixing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (oligotrophic) @@ -11181,14 +11181,14 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sulfate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete sulfur-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete sulfur-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (chemoorganotrophic) @@ -11627,259 +11627,259 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrogen compound respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Denitrification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Denitrification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Dissimilatory nitrate reduction to ammonium) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Dissimilatory nitrate reduction to ammonium") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrite reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrite reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anaerobic ammonium oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anaerobic ammonium oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitric oxide reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitric oxide reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrous oxide reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrous oxide reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur and sulfoxide compound respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur and sulfoxide compound respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfite reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfite reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thiosulfate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thiosulfate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfoxide respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfoxide respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Dimethyl sulfoxide respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Dimethyl sulfoxide respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methionine sulfoxide respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methionine sulfoxide respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfide oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfide oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thiosulfate oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thiosulfate oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfite oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfite oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Tetrathionate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Tetrathionate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Polysulfide reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Polysulfide reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Metal and metalloid respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Metal and metalloid respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Iron reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Iron reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Iron oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Iron oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrate-dependent Fe(II) oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrate-dependent Fe(II) oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Manganese reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Manganese reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Manganese oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Manganese oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Uranium reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Uranium reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Vanadium reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Vanadium reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chromium reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chromium reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Technetium reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Technetium reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Cobalt reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Cobalt reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Arsenate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Arsenate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Arsenite oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Arsenite oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Selenate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Selenate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Selenite reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Selenite reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carbon and organic compound respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carbon and organic compound respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (Methanogenesis) @@ -11916,161 +11916,161 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Fumarate respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Trimethylamine N-oxide respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Trimethylamine N-oxide respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Humus respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Humus respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Halogenated compound respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Halogenated compound respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Organohalide respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Organohalide respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete (Per)chlorate respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete (Per)chlorate respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Perchlorate respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Perchlorate respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chlorate respiration) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chlorate respiration") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Bromate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Bromate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Iodate reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Iodate reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrite-dependent methane oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrite-dependent methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrate-dependent methane oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrate-dependent methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogen oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogen oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrification) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrification") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Complete ammonia oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Complete ammonia oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carbon monoxide oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carbon monoxide oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogenotrophic methanogenesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogenotrophic methanogenesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Acetoclastic methanogenesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Acetoclastic methanogenesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methylotrophic methanogenesis) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methylotrophic methanogenesis") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anaerobic methane oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anaerobic methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lanthanide reduction) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lanthanide reduction") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Lanthanide oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Lanthanide oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (sporulation) @@ -12195,168 +12195,168 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete optimum temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete optimum temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete temperature range observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature range observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete temperature delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete culture temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete culture temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete culture NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete culture NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl range observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl range observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete optimum NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete optimum NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete culture pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete culture pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete optimum pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete optimum pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH range observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH range observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete optimum oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete optimum oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete growth oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete growth oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxygen range observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxygen range observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxygen delta observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxygen delta observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete oxygen observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete oxygen observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete temperature observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete temperature observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete NaCl observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete NaCl observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete pH observation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete pH observation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (biosafety level) @@ -12409,21 +12409,21 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfate-dependent methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Fe(III)-dependent methane oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Fe(III)-dependent methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Mn(IV)-dependent methane oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Mn(IV)-dependent methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (Cable bacteria metabolism) @@ -12452,238 +12452,238 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur disproportionation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrogen fixation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrogen fixation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Anaerobic ammonium-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Anaerobic ammonium-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrous oxide-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrous oxide-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfite-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfite-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thiosulfate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thiosulfate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur-disproportionating) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur-disproportionating") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfide-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfide-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Thiosulfate-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Thiosulfate-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfite-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfite-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Iron-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Iron-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Iron-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Iron-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrate-dependent Fe(II)-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrate-dependent Fe(II)-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Manganese-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Manganese-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Manganese-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Manganese-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Uranium-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Uranium-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Arsenate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Arsenate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Selenate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Selenate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Selenite-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Selenite-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Perchlorate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Perchlorate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Chlorate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Chlorate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Bromate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Bromate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Iodate-reducing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Iodate-reducing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Hydrogen-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Hydrogen-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Sulfur-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Sulfur-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Ammonia oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Ammonia oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrite oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrite oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Complete ammonia-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Complete ammonia-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Methane oxidation) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Methane oxidation") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Carbon monoxide-oxidizing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Carbon monoxide-oxidizing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (obsolete Nitrogen-fixing) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete Nitrogen-fixing") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) # Class: (pH growth preference) @@ -13329,7 +13329,7 @@ SubClassOf( ) AnnotationAssertion( ) AnnotationAssertion(rdfs:label "obsolete obsolete") -AnnotationAssertion(owl:deprecated "true") +AnnotationAssertion(owl:deprecated "true"^^xsd:boolean) SubClassOf( ) diff --git a/src/templates/deprecated.tsv b/src/templates/deprecated.tsv index f76ebea5..343fa7b3 100644 --- a/src/templates/deprecated.tsv +++ b/src/templates/deprecated.tsv @@ -1,5 +1,5 @@ ID label TYPE deprecated obsolescence reason obsolete parent class -ID LABEL TYPE A owl:deprecated AI IAO:0000231 SC % +ID LABEL TYPE AT owl:deprecated^^xsd:boolean AI IAO:0000231 SC % METPO:0000001 obsolete Temperature owl:Class true OMO:0001000 oboInOwl:ObsoleteClass METPO:000001 obsolete Temperature owl:Class true OMO:0001000 oboInOwl:ObsoleteClass METPO:0000002 obsolete Salinity owl:Class true OMO:0001000 oboInOwl:ObsoleteClass