DTXS

ndo:Assets.Intangibles.Calculations.DoseUptake

Class in Nuclear Decommissioning Ontology (nuclear-decommissioning-ontology)

{
    "definitions": {
        "title": "Assets.Intangibles.Calculations.DoseUptake",
        "properties": {
            "TaskId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "Reference",
                    "ReferencedClass": "Tasks"
                }
            },
            "ActorId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "Reference",
                    "ReferencedClass": [
                        "Actors.Persons",
                        "Actors.Robots",
                        "Actors.Teams"
                    ]
                }
            },
            "MeasuredQuantity": {
                "type": "object",
                "properties": {
                    "Quantity": {
                        "type": "string"
                    },
                    "Unit": {
                        "type": "string"
                    }
                }
            },
            "Value": {
                "type": "number"
            },
            "CartesianPoint": {
                "type": "array",
                "format": "table",
                "items": {
                    "type": "number"
                }
            }
        }
    }
}
(C) wai.blue | Rendered using GuideVis