{
  "_comment": "ISA-88 batch control mini-ontology — source for the Industrial Ontology Demo solution. Hand-authored (not customer data) so it ships with the product. Imported into FX via import_graph_model with policy='isa88'. See Demos/Industrial Ontology Demo.dbsln for the resulting solution.",

  "https://example.tatsoft.com/ontology/s88/Enterprise": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Enterprise", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [
      { "type": "literal", "value": "Company", "lang": "en" },
      { "type": "literal", "value": "Corporation", "lang": "en" }
    ],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "Top of the ISA-88 physical model — the legal entity that owns one or more sites." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-3.1" }]
  },

  "https://example.tatsoft.com/ontology/s88/Site": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Site", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [{ "type": "literal", "value": "Plant", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "A geographically distinct physical, geographical, or logical grouping in an enterprise." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-3.2" }]
  },

  "https://example.tatsoft.com/ontology/s88/Area": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Area", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [{ "type": "literal", "value": "Department", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "A component of a site identified by physical, geographical, or logical segmentation." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-3.3" }]
  },

  "https://example.tatsoft.com/ontology/s88/ProcessCell": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Process Cell", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [
      { "type": "literal", "value": "Production Line", "lang": "en" },
      { "type": "literal", "value": "Cell", "lang": "en" }
    ],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "Logical grouping of equipment required for the production of one or more batches; the focus of batch control activity." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-3.4" }]
  },

  "https://example.tatsoft.com/ontology/s88/Unit": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Unit", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [
      { "type": "literal", "value": "Vessel", "lang": "en" },
      { "type": "literal", "value": "Reactor", "lang": "en" }
    ],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "Major piece of processing equipment that carries out one or more major processing activities (mix, react, separate)." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-3.5" }]
  },

  "https://example.tatsoft.com/ontology/s88/EquipmentModule": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Equipment Module", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [
      { "type": "literal", "value": "Module", "lang": "en" },
      { "type": "literal", "value": "Subassembly", "lang": "en" }
    ],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "Functional grouping of equipment that can carry out a finite number of specific minor processing activities (heat, dose, vent)." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-3.6" }]
  },

  "https://example.tatsoft.com/ontology/s88/Operation": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Operation", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [
      { "type": "literal", "value": "Procedure Step", "lang": "en" },
      { "type": "literal", "value": "Phase", "lang": "en" }
    ],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "A processing activity that takes the material being processed from one defined state to another. Operations execute on a Unit and belong to a Batch." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-4.3" }]
  },

  "https://example.tatsoft.com/ontology/s88/Batch": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#Class" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Batch", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#altLabel": [
      { "type": "literal", "value": "Production Run", "lang": "en" },
      { "type": "literal", "value": "Lot", "lang": "en" }
    ],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "An entity that represents the production of a material at any point in the process — both the production process itself and the material produced." }],
    "http://purl.org/dc/terms/identifier": [{ "type": "literal", "value": "ISA-88-4.6" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasSite": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Enterprise" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Site" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has site", "lang": "en" }],
    "http://www.w3.org/2004/02/skos/core#definition": [{ "type": "literal", "value": "Containment edge: an Enterprise contains one or more Sites." }]
  },

  "https://example.tatsoft.com/ontology/s88/hasArea": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Site" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Area" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has area", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasProcessCell": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Area" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/ProcessCell" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has process cell", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasUnit": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/ProcessCell" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Unit" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has unit", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasEquipmentModule": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Unit" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/EquipmentModule" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has equipment module", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/executesOn": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Operation" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Unit" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "executes on", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/belongsToBatch": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#ObjectProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#domain": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Operation" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Batch" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "belongs to batch", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasCreateTime": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#DatatypeProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has create time", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasStartTime": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#DatatypeProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has start time", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/s88/hasEndTime": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [{ "type": "uri", "value": "http://www.w3.org/2002/07/owl#DatatypeProperty" }],
    "http://www.w3.org/2000/01/rdf-schema#range": [{ "type": "uri", "value": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "has end time", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/demo/PharmaCo": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Enterprise" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "PharmaCo Holdings", "lang": "en" }],
    "http://www.w3.org/2000/01/rdf-schema#comment": [{ "type": "literal", "value": "Demo enterprise — fictional pharmaceutical company used as the root of the Industrial Ontology Demo." }],
    "https://example.tatsoft.com/ontology/s88/hasSite": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/NewBoston_Plant" }]
  },

  "https://example.tatsoft.com/ontology/demo/NewBoston_Plant": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Site" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "New Boston Plant", "lang": "en" }],
    "http://www.w3.org/2000/01/rdf-schema#comment": [{ "type": "literal", "value": "Primary manufacturing site, located in Boston, MA." }],
    "https://example.tatsoft.com/ontology/s88/hasArea": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Granulation_Area" },
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Coating_Area" }
    ]
  },

  "https://example.tatsoft.com/ontology/demo/Granulation_Area": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Area" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Granulation Area", "lang": "en" }],
    "http://www.w3.org/2000/01/rdf-schema#comment": [{ "type": "literal", "value": "Active pharmaceutical ingredient (API) granulation operations." }],
    "https://example.tatsoft.com/ontology/s88/hasProcessCell": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Cell_A" }]
  },

  "https://example.tatsoft.com/ontology/demo/Coating_Area": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Area" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Coating Area", "lang": "en" }],
    "http://www.w3.org/2000/01/rdf-schema#comment": [{ "type": "literal", "value": "Tablet coating + finishing operations." }]
  },

  "https://example.tatsoft.com/ontology/demo/Cell_A": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/ProcessCell" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Granulation Cell A", "lang": "en" }],
    "https://example.tatsoft.com/ontology/s88/hasUnit": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Mixer_M101" },
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Reactor_R101" }
    ]
  },

  "https://example.tatsoft.com/ontology/demo/Mixer_M101": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Unit" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "High-Shear Mixer M-101", "lang": "en" }],
    "http://www.w3.org/2000/01/rdf-schema#comment": [{ "type": "literal", "value": "Wet-granulation mixer, 200 L bowl, variable-speed impeller + chopper." }],
    "https://example.tatsoft.com/ontology/s88/hasEquipmentModule": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Stirrer_S101" },
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Heater_H101" }
    ]
  },

  "https://example.tatsoft.com/ontology/demo/Reactor_R101": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Unit" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Reaction Vessel R-101", "lang": "en" }],
    "https://example.tatsoft.com/ontology/s88/hasEquipmentModule": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Stirrer_S102" }
    ]
  },

  "https://example.tatsoft.com/ontology/demo/Stirrer_S101": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/EquipmentModule" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Mixer M-101 Stirrer", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/demo/Heater_H101": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/EquipmentModule" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Mixer M-101 Heater Jacket", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/demo/Stirrer_S102": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/EquipmentModule" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Reactor R-101 Stirrer", "lang": "en" }]
  },

  "https://example.tatsoft.com/ontology/demo/Batch_001": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Batch" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Batch B-001 (Demo Run)", "lang": "en" }],
    "http://www.w3.org/2000/01/rdf-schema#comment": [{ "type": "literal", "value": "Sample completed batch run, used to demonstrate Operation linkage and time-stamped batch metadata." }],
    "https://example.tatsoft.com/ontology/s88/hasCreateTime": [{ "type": "literal", "value": "2026-04-19T08:00:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "https://example.tatsoft.com/ontology/s88/hasStartTime": [{ "type": "literal", "value": "2026-04-19T08:30:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "https://example.tatsoft.com/ontology/s88/hasEndTime": [{ "type": "literal", "value": "2026-04-19T11:45:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }]
  },

  "https://example.tatsoft.com/ontology/demo/Op_Charge_001": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Operation" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Charge API Powder", "lang": "en" }],
    "https://example.tatsoft.com/ontology/s88/executesOn": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Mixer_M101" }],
    "https://example.tatsoft.com/ontology/s88/belongsToBatch": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Batch_001" }],
    "https://example.tatsoft.com/ontology/s88/hasStartTime": [{ "type": "literal", "value": "2026-04-19T08:30:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "https://example.tatsoft.com/ontology/s88/hasEndTime": [{ "type": "literal", "value": "2026-04-19T08:45:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }]
  },

  "https://example.tatsoft.com/ontology/demo/Op_Mix_001": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
      { "type": "uri", "value": "https://example.tatsoft.com/ontology/s88/Operation" },
      { "type": "uri", "value": "http://www.w3.org/2002/07/owl#NamedIndividual" }
    ],
    "http://www.w3.org/2000/01/rdf-schema#label": [{ "type": "literal", "value": "Wet Granulation Mix", "lang": "en" }],
    "https://example.tatsoft.com/ontology/s88/executesOn": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Mixer_M101" }],
    "https://example.tatsoft.com/ontology/s88/belongsToBatch": [{ "type": "uri", "value": "https://example.tatsoft.com/ontology/demo/Batch_001" }],
    "https://example.tatsoft.com/ontology/s88/hasStartTime": [{ "type": "literal", "value": "2026-04-19T08:45:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }],
    "https://example.tatsoft.com/ontology/s88/hasEndTime": [{ "type": "literal", "value": "2026-04-19T10:15:00", "datatype": "http://www.w3.org/2001/XMLSchema#dateTime" }]
  }
}
