Skip to content

Latest commit

 

History

History
942 lines (886 loc) · 32.6 KB

spec_DE.md

File metadata and controls

942 lines (886 loc) · 32.6 KB

Smart Data Models

Entität: Risiko

Offene Lizenz

Dokument automatisch generiert

Globale Beschreibung: **Auswirkung der Unsicherheit auf die Ziele. Eine Auswirkung ist eine Abweichung vom Erwarteten - positiv und/oder negativ. Ziele können verschiedene Aspekte haben (z. B. finanzielle, Gesundheits- und Sicherheits- sowie Umweltziele) und auf verschiedenen Ebenen gelten (z. B. strategisch, organisationsweit, projekt-, produkt- und prozessbezogen). Risiken werden häufig durch Bezugnahme auf potenzielle Ereignisse und Folgen oder eine Kombination dieser Faktoren beschrieben. Das Risiko wird häufig durch eine Kombination aus den Folgen eines Ereignisses (einschließlich Änderungen der Umstände) und der damit verbundenen Eintrittswahrscheinlichkeit ausgedrückt. Ungewissheit ist der Zustand eines, wenn auch nur teilweisen, Mangels an Informationen in Bezug auf ein Ereignis, seine Folgen oder seine Wahrscheinlichkeit.

Version: 0.0.1

Liste der Eigenschaften

[*] Wenn es für ein Attribut keinen Typ gibt, kann es mehrere Typen oder verschiedene Formate/Muster haben.

  • address[object]: Die Postanschrift . Model: https://schema.org/address
  • affects[array]: Reihe von URIs, die sich auf den Bereich beziehen, auf den sich das Risiko auswirken könnte
  • alternateName[string]: Ein alternativer Name für diesen Artikel
  • areaServed[string]: Das geografische Gebiet, in dem eine Dienstleistung oder ein angebotener Artikel erbracht wird . Model: https://schema.org/Text
  • consequence[string]: Die durch die Verwirklichung eines Risikos verursachte Folge. Enum:'Qualität, Quantität, Ruf'
  • dataProvider[string]: Eine Folge von Zeichen zur Identifizierung des Anbieters der harmonisierten Dateneinheit
  • dateCreated[date-time]: Zeitstempel der Entitätserstellung. Dieser wird normalerweise von der Speicherplattform zugewiesen
  • dateModified[date-time]: Zeitstempel der letzten Änderung der Entität. Dieser wird in der Regel von der Speicherplattform vergeben
  • description[string]: Die Risikobeschreibung in einer natürlichen Sprache
  • event[string]: Auftreten oder Veränderung eines bestimmten Sachverhalts. Enum:'Zerstörung, Unterbrechung, Manipulation, Verschmutzung'
  • id[*]: Eindeutiger Bezeichner der Entität
  • isOutputOf[array]: Array von URIs der verschiedenen Geodatenschichten
  • linkTo[array]: Reihe von URIs in Bezug auf die Minderungsmaßnahmen
  • location[*]: Geojson-Referenz auf das Element. Es kann Punkt, LineString, Polygon, MultiPoint, MultiLineString oder MultiPolygon sein
  • mitigatedBy[array]: Reihe von URIs in Bezug auf die Minderungsmaßnahmen
  • name[string]: Der Name dieses Artikels
  • owner[array]: Eine Liste mit einer JSON-kodierten Zeichenfolge, die auf die eindeutigen Kennungen der Eigentümer verweist
  • seeAlso[*]: Liste von URLs, die auf zusätzliche Ressourcen zu dem Artikel verweisen
  • severity[string]: Die Auswirkung, die durch das zugehörige Risiko verursacht wird. Enum:'LOW, MEDIUM, HIGH'
  • source[string]: Eine Folge von Zeichen, die die ursprüngliche Quelle der Entitätsdaten als URL angibt. Empfohlen wird der voll qualifizierte Domänenname des Quellanbieters oder die URL des Quellobjekts.
  • sourceRisk[array]: Array von URIs, die sich auf die Quelle des Risikos beziehen, das eine Person, ein digitales System usw. sein kann
  • threat[string]: Die potenzielle Ursache eines Vorfalls, der zu einer Verletzung der Informationssicherheit führen oder den Geschäftsbetrieb beeinträchtigen kann. Enum:'cyber, cyber-physisch, physisch'
  • type[string]: NGSI-LD Entitätstyp. Er muss gleich Risiko sein
  • validFrom[date-time]: Der Zeitpunkt, zu dem die Risikomaterialisierung abgeschlossen ist . Model: https://schema.org/DateTime
  • validTo[date-time]: Der Zeitpunkt, zu dem die Risikomaterialisierung beginnt . Model: https://schema.org/DateTime

Erforderliche Eigenschaften

  • id
  • type

Datenmodell Beschreibung der Eigenschaften

Alphabetisch sortiert (für Details anklicken)

full yaml details
Risk:      
  description: 'Effect of uncertainty on objectives. An effect is a deviation from the expected—positive and/or negative. Objectives can have different aspects (such as financial, health and safety, and environmental goals) and can apply at different levels (such as strategic, organization-wide, project, product and process). Risk is often characterized by reference to potential events and consequences, or a combination of these. Risk is often expressed in terms of a combination of the consequences of an event (including changes in circumstances) and the associated likelihood of occurrence. Uncertainty is the state, even partial, of deficiency of information related to, understanding or knowledge of, an event, its consequence, or likelihood.'      
  properties:      
    address:      
      description: The mailing address      
      properties:      
        addressCountry:      
          description: 'The country. For example, Spain'      
          type: string      
          x-ngsi:      
            model: https://schema.org/addressCountry      
            type: Property      
        addressLocality:      
          description: 'The locality in which the street address is, and which is in the region'      
          type: string      
          x-ngsi:      
            model: https://schema.org/addressLocality      
            type: Property      
        addressRegion:      
          description: 'The region in which the locality is, and which is in the country'      
          type: string      
          x-ngsi:      
            model: https://schema.org/addressRegion      
            type: Property      
        district:      
          description: 'A district is a type of administrative division that, in some countries, is managed by the local government'      
          type: string      
          x-ngsi:      
            type: Property      
        postOfficeBoxNumber:      
          description: 'The post office box number for PO box addresses. For example, 03578'      
          type: string      
          x-ngsi:      
            model: https://schema.org/postOfficeBoxNumber      
            type: Property      
        postalCode:      
          description: 'The postal code. For example, 24004'      
          type: string      
          x-ngsi:      
            model: https://schema.org/https://schema.org/postalCode      
            type: Property      
        streetAddress:      
          description: The street address      
          type: string      
          x-ngsi:      
            model: https://schema.org/streetAddress      
            type: Property      
        streetNr:      
          description: Number identifying a specific property on a public street      
          type: string      
          x-ngsi:      
            type: Property      
      type: object      
      x-ngsi:      
        model: https://schema.org/address      
        type: Property      
    affects:      
      description: Array of URIs related to the area in which the risk could affect      
      items:      
        anyOf:      
          - description: Identifier format of any NGSI entity      
            maxLength: 256      
            minLength: 1      
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
            type: string      
            x-ngsi:      
              type: Property      
          - description: Identifier format of any NGSI entity      
            format: uri      
            type: string      
            x-ngsi:      
              type: Property      
      type: array      
      x-ngsi:      
        type: Relationship      
    alternateName:      
      description: An alternative name for this item      
      type: string      
      x-ngsi:      
        type: Property      
    areaServed:      
      description: The geographic area where a service or offered item is provided      
      type: string      
      x-ngsi:      
        model: https://schema.org/Text      
        type: Property      
    consequence:      
      description: 'The consequence caused by a risk materialization. Enum:''quality, quantity, reputation'''      
      enum:      
        - quality      
        - quantity      
        - reputation      
      type: string      
      x-ngsi:      
        type: Property      
    dataProvider:      
      description: A sequence of characters identifying the provider of the harmonised data entity      
      type: string      
      x-ngsi:      
        type: Property      
    dateCreated:      
      description: Entity creation timestamp. This will usually be allocated by the storage platform      
      format: date-time      
      type: string      
      x-ngsi:      
        type: Property      
    dateModified:      
      description: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform      
      format: date-time      
      type: string      
      x-ngsi:      
        type: Property      
    description:      
      description: The risk description in a natural language      
      type: string      
      x-ngsi:      
        type: Property      
    event:      
      description: 'Occurrence or change of a particular set of circumstances. Enum:''destruction, interruption, manipulation, pollution'''      
      enum:      
        - destruction      
        - interruption      
        - manipulation      
        - pollution      
      type: string      
      x-ngsi:      
        type: Property      
    id:      
      anyOf:      
        - description: Identifier format of any NGSI entity      
          maxLength: 256      
          minLength: 1      
          pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
          type: string      
          x-ngsi:      
            type: Property      
        - description: Identifier format of any NGSI entity      
          format: uri      
          type: string      
          x-ngsi:      
            type: Property      
      description: Unique identifier of the entity      
      x-ngsi:      
        type: Property      
    isOutputOf:      
      description: Array of URIs of the different Geospatial Data Layers      
      items:      
        anyOf:      
          - description: Identifier format of any NGSI entity      
            maxLength: 256      
            minLength: 1      
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
            type: string      
            x-ngsi:      
              type: Property      
          - description: Identifier format of any NGSI entity      
            format: uri      
            type: string      
            x-ngsi:      
              type: Property      
      type: array      
      x-ngsi:      
        type: Relationship      
    linkTo:      
      description: Array of URIs related to the Mitigation Measures      
      items:      
        anyOf:      
          - description: Identifier format of any NGSI entity      
            maxLength: 256      
            minLength: 1      
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
            type: string      
            x-ngsi:      
              type: Property      
          - description: Identifier format of any NGSI entity      
            format: uri      
            type: string      
            x-ngsi:      
              type: Property      
      type: array      
      x-ngsi:      
        type: Relationship      
    location:      
      description: 'Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon'      
      oneOf:      
        - description: Geojson reference to the item. Point      
          properties:      
            bbox:      
              items:      
                type: number      
              minItems: 4      
              type: array      
            coordinates:      
              items:      
                type: number      
              minItems: 2      
              type: array      
            type:      
              enum:      
                - Point      
              type: string      
          required:      
            - type      
            - coordinates      
          title: GeoJSON Point      
          type: object      
          x-ngsi:      
            type: GeoProperty      
        - description: Geojson reference to the item. LineString      
          properties:      
            bbox:      
              items:      
                type: number      
              minItems: 4      
              type: array      
            coordinates:      
              items:      
                items:      
                  type: number      
                minItems: 2      
                type: array      
              minItems: 2      
              type: array      
            type:      
              enum:      
                - LineString      
              type: string      
          required:      
            - type      
            - coordinates      
          title: GeoJSON LineString      
          type: object      
          x-ngsi:      
            type: GeoProperty      
        - description: Geojson reference to the item. Polygon      
          properties:      
            bbox:      
              items:      
                type: number      
              minItems: 4      
              type: array      
            coordinates:      
              items:      
                items:      
                  items:      
                    type: number      
                  minItems: 2      
                  type: array      
                minItems: 4      
                type: array      
              type: array      
            type:      
              enum:      
                - Polygon      
              type: string      
          required:      
            - type      
            - coordinates      
          title: GeoJSON Polygon      
          type: object      
          x-ngsi:      
            type: GeoProperty      
        - description: Geojson reference to the item. MultiPoint      
          properties:      
            bbox:      
              items:      
                type: number      
              minItems: 4      
              type: array      
            coordinates:      
              items:      
                items:      
                  type: number      
                minItems: 2      
                type: array      
              type: array      
            type:      
              enum:      
                - MultiPoint      
              type: string      
          required:      
            - type      
            - coordinates      
          title: GeoJSON MultiPoint      
          type: object      
          x-ngsi:      
            type: GeoProperty      
        - description: Geojson reference to the item. MultiLineString      
          properties:      
            bbox:      
              items:      
                type: number      
              minItems: 4      
              type: array      
            coordinates:      
              items:      
                items:      
                  items:      
                    type: number      
                  minItems: 2      
                  type: array      
                minItems: 2      
                type: array      
              type: array      
            type:      
              enum:      
                - MultiLineString      
              type: string      
          required:      
            - type      
            - coordinates      
          title: GeoJSON MultiLineString      
          type: object      
          x-ngsi:      
            type: GeoProperty      
        - description: Geojson reference to the item. MultiLineString      
          properties:      
            bbox:      
              items:      
                type: number      
              minItems: 4      
              type: array      
            coordinates:      
              items:      
                items:      
                  items:      
                    items:      
                      type: number      
                    minItems: 2      
                    type: array      
                  minItems: 4      
                  type: array      
                type: array      
              type: array      
            type:      
              enum:      
                - MultiPolygon      
              type: string      
          required:      
            - type      
            - coordinates      
          title: GeoJSON MultiPolygon      
          type: object      
          x-ngsi:      
            type: GeoProperty      
      x-ngsi:      
        type: GeoProperty      
    mitigatedBy:      
      description: Array of URIs related to the Mitigation Measures      
      items:      
        anyOf:      
          - description: Identifier format of any NGSI entity      
            maxLength: 256      
            minLength: 1      
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
            type: string      
            x-ngsi:      
              type: Property      
          - description: Identifier format of any NGSI entity      
            format: uri      
            type: string      
            x-ngsi:      
              type: Property      
      type: array      
      x-ngsi:      
        type: Relationship      
    name:      
      description: The name of this item      
      type: string      
      x-ngsi:      
        type: Property      
    owner:      
      description: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s)      
      items:      
        anyOf:      
          - description: Identifier format of any NGSI entity      
            maxLength: 256      
            minLength: 1      
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
            type: string      
            x-ngsi:      
              type: Property      
          - description: Identifier format of any NGSI entity      
            format: uri      
            type: string      
            x-ngsi:      
              type: Property      
        description: Unique identifier of the entity      
        x-ngsi:      
          type: Property      
      type: array      
      x-ngsi:      
        type: Property      
    seeAlso:      
      description: list of uri pointing to additional resources about the item      
      oneOf:      
        - items:      
            format: uri      
            type: string      
          minItems: 1      
          type: array      
        - format: uri      
          type: string      
      x-ngsi:      
        type: Property      
    severity:      
      description: 'The impact generated by the associated Risk. Enum:''LOW, MEDIUM, HIGH'''      
      enum:      
        - LOW      
        - MEDIUM      
        - HIGH      
      type: string      
      x-ngsi:      
        type: Property      
    source:      
      description: 'A sequence of characters giving the original source of the entity data as a URL. Recommended to be the fully qualified domain name of the source provider, or the URL to the source object'      
      type: string      
      x-ngsi:      
        type: Property      
    sourceRisk:      
      description: 'Array of URIs related to the source of the Risk that can be a Person, a Digital System, etc'      
      items:      
        anyOf:      
          - description: Identifier format of any NGSI entity      
            maxLength: 256      
            minLength: 1      
            pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$      
            type: string      
            x-ngsi:      
              type: Property      
          - description: Identifier format of any NGSI entity      
            format: uri      
            type: string      
            x-ngsi:      
              type: Property      
      type: array      
      x-ngsi:      
        type: Relationship      
    threat:      
      description: 'The potential cause of an incident that may result in a breach of information security or compromise business operations. Enum:''cyber, cyber-physical, physical'''      
      enum:      
        - cyber      
        - cyber-physical      
        - physical      
      type: string      
      x-ngsi:      
        type: Property      
    type:      
      description: NGSI-LD Entity Type. It must be equal to Risk      
      enum:      
        - Risk      
      type: string      
      x-ngsi:      
        type: Property      
    validFrom:      
      description: The time at which the risk materialization is finished      
      format: date-time      
      type: string      
      x-ngsi:      
        model: https://schema.org/DateTime      
        type: Property      
    validTo:      
      description: The time at which the risk materialization is started      
      format: date-time      
      type: string      
      x-ngsi:      
        model: https://schema.org/DateTime      
        type: Property      
  required:      
    - id      
    - type      
  type: object      
  x-derived-from: ""      
  x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted  provided that the license conditions are met. Copyleft (c) 2022 Contributors to Smart Data Models Program'      
  x-license-url: https://github.com/smart-data-models/dataModel.RiskManagement/blob/master/Risk/LICENSE.md      
  x-model-schema: https://raw.githubusercontent.com/smart-data-models/dataModel.RiskAssessment/master/Risk/schema.json      
  x-model-tags: ""      
  x-version: 0.0.1      

Beispiel-Nutzlasten

Risiko NGSI-v2 Schlüsselwerte Beispiel

Hier ist ein Beispiel für ein Risiko im JSON-LD-Format als Schlüsselwerte. Dies ist mit NGSI-v2 kompatibel, wenn options=keyValues verwendet wird und liefert die Kontextdaten einer einzelnen Entität.

show/hide example
{  
  "id": "urn:ngsi-ld:Risk:01",  
  "type": "Risk",  
  "validFrom": "2021-02-18T12:00:00Z",  
  "validTo": "2021-02-18T12:00:00Z",  
  "location": {  
    "type": "Polygon",  
    "coordinates": [  
      [  
        [  
          23.6627,  
          41.88768  
        ],  
        [  
          25.85598,  
          43.38622  
        ],  
        [  
          23.4899,  
          43.78691  
        ],  
        [  
          22.35609,  
          42.28869  
        ],  
        [  
          23.6627,  
          41.88769  
        ]  
      ]  
    ]  
  },  
  "consequence": "reputation",  
  "description": "Risk01 Corresponds to a failure in the Pumps of the water infraestructure",  
  "event": "interruption",  
  "threat": "physical",  
  "severity": "MEDIUM",  
  "isOutputOf": [  
    "urn:ngsi-ld:EOGeoDataLayer:01",  
    "urn:ngsi-ld:EOGeoDataLayer:01"  
  ],  
  "sourceRisk": [  
    "urn:ngsi-ld:Attacker:01"  
  ],  
  "affects": [  
    "urn:ngsi-ld:ServiceGISData:01"  
  ],  
  "mitigatedBy": [  
    "urn:ngsi-ld:Mitigation:01"  
  ],  
  "linkTo": [  
    "urn:ngsi-ld:Risk:02"  
  ]  
}  

Risiko NGSI-v2 normalisiert Beispiel

Hier ist ein Beispiel für ein Risiko im JSON-LD-Format in normalisierter Form. Dies ist mit NGSI-v2 kompatibel, wenn keine Optionen verwendet werden, und liefert die Kontextdaten einer einzelnen Entität.

show/hide example
{  
  "id": "urn:ngsi-ld:Risk:01",  
  "type": "Risk",  
  "validFrom": {  
    "type": "DateTime",  
    "value": "2021-02-18T12:00:00Z"  
  },  
  "validTo": {  
    "type": "DateTime",  
    "value": "2021-02-18T12:00:00Z"  
  },  
  "location": {  
    "type": "geo:json",  
    "value": {  
      "type": "Polygon",  
      "coordinates": [  
        [  
          [  
            23.6627,  
            41.88768  
          ],  
          [  
            25.85598,  
            43.38622  
          ],  
          [  
            23.4899,  
            43.78691  
          ],  
          [  
            22.35609,  
            42.28869  
          ],  
          [  
            23.6627,  
            41.88769  
          ]  
        ]  
      ]  
    }  
  },  
  "consequence": {  
    "type": "Text",  
    "value": "reputation"  
  },  
  "description": {  
    "type": "Text",  
    "value": "Risk01 Corresponds to a failure in the Pumps of the water infraestructure"  
  },  
  "event": {  
    "type": "Text",  
    "value": "interruption"  
  },  
  "threat": {  
    "type": "Text",  
    "value": "physical"  
  },  
  "severity": {  
    "type": "Text",  
    "value": "MEDIUM"  
  },  
  "isOutputOf": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:EOGeoDataLayer:01",  
      "urn:ngsi-ld:EOGeoDataLayer:01"  
    ]  
  },  
  "sourceRisk": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:Attacker:01"  
    ]  
  },  
  "affects": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:ServiceGISData:01"  
    ]  
  },  
  "mitigatedBy": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:Mitigation:01"  
    ]  
  },  
  "linkTo": {  
    "type": "StructuredValue",  
    "value": [  
      "urn:ngsi-ld:Risk:02"  
    ]  
  }  
}  

Risiko NGSI-LD-Schlüsselwerte Beispiel

Hier ist ein Beispiel für ein Risiko im JSON-LD-Format als Schlüsselwerte. Dies ist mit NGSI-LD kompatibel, wenn options=keyValues verwendet wird und liefert die Kontextdaten einer einzelnen Entität.

show/hide example
{  
  "id": "urn:ngsi-ld:Risk:01",  
  "type": "Risk",  
  "affects": [  
    "urn:ngsi-ld:ServiceGISData:01"  
  ],  
  "consequence": "reputation",  
  "description": "Risk01 Corresponds to a failure in the Pumps of the water infraestructure",  
  "event": "interruption",  
  "isOutputOf": [  
    "urn:ngsi-ld:EOGeoDataLayer:01",  
    "urn:ngsi-ld:EOGeoDataLayer:01"  
  ],  
  "linkTo": [  
    "urn:ngsi-ld:Risk:02"  
  ],  
  "location": {  
    "type": "Polygon",  
    "coordinates": [  
      [  
        [  
          23.6627,  
          41.88768  
        ],  
        [  
          25.85598,  
          43.38622  
        ],  
        [  
          23.4899,  
          43.78691  
        ],  
        [  
          22.35609,  
          42.28869  
        ],  
        [  
          23.6627,  
          41.88769  
        ]  
      ]  
    ]  
  },  
  "mitigatedBy": [  
    "urn:ngsi-ld:Mitigation:01"  
  ],  
  "severity": "MEDIUM",  
  "sourceRisk": [  
    "urn:ngsi-ld:Attacker:01"  
  ],  
  "threat": "physical",  
  "validFrom": "2021-02-18T12:00:00Z",  
  "validTo": "2021-02-18T12:00:00Z",  
  "@context": [  
    "https://raw.githubusercontent.com/smart-data-models/dataModel.RiskManagement/master/context.jsonld"  
  ]  
}  

Risiko NGSI-LD normalisiert Beispiel

Hier ist ein Beispiel für ein Risiko im JSON-LD-Format in normalisierter Form. Dies ist mit NGSI-LD kompatibel, wenn keine Optionen verwendet werden, und liefert die Kontextdaten einer einzelnen Entität.

show/hide example
{  
    "@id": "urn:ngsi-ld:Risk:01",  
    "@type": "Risk",  
    "affects": {  
        "type": "Relationship",  
        "value": [  
            "urn:ngsi-ld:ServiceGISData:01"  
        ]  
    },  
    "consequence": {  
        "type": "Property",  
        "value": "Reputation"  
    },  
    "description": {  
        "type": "Property",  
        "value": "Risk01 Corresponds to a failure in the Pumps of the water infraestructure"  
    },  
    "event": {  
        "type": "Property",  
        "value": "interruption"  
    },  
    "isOutputOf": {  
        "type": "Relationship",  
        "object": [  
            "urn:ngsi-ld:EOGeoDataLayer:01",  
            "urn:ngsi-ld:EOGeoDataLayer:01"  
        ]  
    },  
    "linkTo": {  
        "type": "Relationship",  
        "value": [  
            "urn:ngsi-ld:Risk:02"  
        ]  
    },  
    "location": {  
        "@type": "GeoProperty",  
        "value": {  
            "type": "Polygon",  
            "coordinates": [  
                [  
                    [  
                        23.6627,  
                        41.88768  
                    ],  
                    [  
                        25.85598,  
                        43.38622  
                    ],  
                    [  
                        23.4899,  
                        43.78691  
                    ],  
                    [  
                        22.35609,  
                        42.28869  
                    ],  
                    [  
                        23.6627,  
                        41.88769  
                    ]  
                ]  
            ]  
        }  
    },  
    "mitigatedBy": {  
        "type": "Relationship",  
        "value": [  
            "urn:ngsi-ld:Mitigation:01"  
        ]  
    },  
    "severity": {  
        "type": "Property",  
        "value": "MEDIUM"  
    },  
    "sourceRisk": {  
        "type": "Relationship",  
        "object": [  
            "urn:ngsi-ld:Attacker:01"  
        ]  
    },  
    "threat": {  
        "type": "Property",  
        "value": "physical"  
    },  
    "validFrom": {  
        "type": "Property",  
        "value": {  
            "@type": "DateTime",  
            "@value": "2021-02-18T12:00:00Z"  
        }  
    },  
    "validTo": {  
        "type": "Property",  
        "value": {  
            "@type": "DateTime",  
            "@value": "2021-02-18T12:00:00Z"  
        }  
    },  
    "@context": [  
        "https://raw.githubusercontent.com/smart-data-models/dataModel.RiskManagement/master/context.jsonld"  
    ]  
}  

Siehe [FAQ 10] (https://smartdatamodels.org/index.php/faqs/), um eine Antwort auf die Frage zu erhalten, wie man mit Größeneinheiten umgeht


Smart Data Models +++ Contribution Manual +++ About