Nokia NetAct · JSON-LD Context

Nokia Netact Context

JSON-LD context defining the semantic vocabulary for Nokia Netact from Nokia NetAct.

8 Classes 14 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
netact: https://www.nokia.com/ontology/netact/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

NetworkElement distinguishedName location address siteId Alarm alarmId specificProblem

Properties

Property Type Container
neType string
technology string
vendor string
softwareVersion string
operationalState string
administrativeState string
alarmState string
ipAddress string
latitude decimal
longitude decimal
severity string
alarmType string
raisedTime dateTime
clearedTime dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "netact": "https://www.nokia.com/ontology/netact/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "NetworkElement": "schema:Place",
    "distinguishedName": "schema:identifier",
    "neType": {
      "@id": "netact:neType",
      "@type": "xsd:string"
    },
    "technology": {
      "@id": "netact:technology",
      "@type": "xsd:string"
    },
    "vendor": {
      "@id": "schema:brand",
      "@type": "xsd:string"
    },
    "softwareVersion": {
      "@id": "schema:softwareVersion",
      "@type": "xsd:string"
    },
    "operationalState": {
      "@id": "netact:operationalState",
      "@type": "xsd:string"
    },
    "administrativeState": {
      "@id": "netact:administrativeState",
      "@type": "xsd:string"
    },
    "alarmState": {
      "@id": "netact:alarmState",
      "@type": "xsd:string"
    },
    "ipAddress": {
      "@id": "schema:ipAddressOfServer",
      "@type": "xsd:string"
    },
    "location": "schema:location",
    "latitude": {
      "@id": "geo:lat",
      "@type": "xsd:decimal"
    },
    "longitude": {
      "@id": "geo:long",
      "@type": "xsd:decimal"
    },
    "address": "schema:address",
    "siteId": "schema:identifier",
    "Alarm": "schema:Warning",
    "alarmId": "schema:identifier",
    "severity": {
      "@id": "netact:alarmSeverity",
      "@type": "xsd:string"
    },
    "alarmType": {
      "@id": "netact:alarmType",
      "@type": "xsd:string"
    },
    "specificProblem": "schema:description",
    "raisedTime": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "clearedTime": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    }
  }
}