Skip to content

ACLineSegmentSpanDeployment

Deployment of an ACLineSegmentSpan.

URI: nc-no:ACLineSegmentSpanDeployment
Type: Class

ACLineSegmentSpanDeployment class diagram

Inheritance

Attributes

Name URI Cardinality and Range Inheritance Description
ACLineSegmentSpan nc-no:ACLineSegmentSpanDeployment.ACLineSegmentSpan 0..1 ACLineSegmentSpan direct The associated AC Line Segment Span.
deploymentState cim:AssetDeployment.deploymentState 0..1 DeploymentStateKind AssetDeployment Current deployment state of asset.
BaseVoltage cim:AssetDeployment.BaseVoltage 0..1 BaseVoltage AssetDeployment The associated Base Voltage.
inServiceDate nc-no:AssetDeployment.inServiceDate 0..1 datetime AssetDeployment Date and time asset was most recently put in service.
installedDate nc-no:AssetDeployment.installedDate 0..1 datetime AssetDeployment Date and time asset was most recently installed.
notYetInstalledDate nc-no:AssetDeployment.notYetInstalledDate 0..1 datetime AssetDeployment Date and time of asset deployment transition to not yet installed.
notYetRemovedDate nc-no:AssetDeployment.notYetRemovedDate 0..1 datetime AssetDeployment Date and time of asset deployment transition to not yet removed.
outOfServiceDate nc-no:AssetDeployment.outOfServiceDate 0..1 datetime AssetDeployment Date and time asset was most recently taken out of service.
removedDate nc-no:AssetDeployment.removedDate 0..1 datetime AssetDeployment Date and time asset was most recently removed.
mRID cim:IdentifiedObject.mRID 0..1 string IdentifiedObject Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended.For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
description cim:IdentifiedObject.description 0..1 string IdentifiedObject The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.
name cim:IdentifiedObject.name 0..1 string IdentifiedObject The name is any free human readable and possibly non unique text naming the object.

Format Examples

{
    "@context": {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "linkml": "https://w3id.org/linkml/", "cim": "https://cim.ucaiug.io/ns#", "this": "https://ap-no.cim4.eu/AviationObstacle/1.0#", "dcterms": "http://purl.org/dc/terms/", "dcat": "http://www.w3.org/ns/dcat#", "prov": "http://www.w3.org/ns/prov#", "xsd": "http://www.w3.org/2001/XMLSchema#", "eu": "https://cim.ucaiug.io/ns/eu#", "nc-no": "http://cim4.eu/ns/nc-no#", "geo": "http://www.opengis.net/ont/geosparql#"},
    "@id": "urn:uuid:<uuid>",
    "@type": "nc-no:ACLineSegmentSpanDeployment",
    "nc-no:ACLineSegmentSpanDeployment.ACLineSegmentSpan": { "@id": "urn:uuid:<uuid of ACLineSegmentSpan>" },
    "cim:AssetDeployment.deploymentState": { "@id": "nc-no:DeploymentStateKind.<value>" },
    "cim:AssetDeployment.BaseVoltage": { "@id": "urn:uuid:<uuid of BaseVoltage>" },
    "nc-no:AssetDeployment.inServiceDate": "datetime",
    "nc-no:AssetDeployment.installedDate": "datetime",
    "nc-no:AssetDeployment.notYetInstalledDate": "datetime",
    "nc-no:AssetDeployment.notYetRemovedDate": "datetime",
    "nc-no:AssetDeployment.outOfServiceDate": "datetime",
    "nc-no:AssetDeployment.removedDate": "datetime",
    "cim:IdentifiedObject.mRID": "string",
    "cim:IdentifiedObject.description": "string",
    "cim:IdentifiedObject.name": "string"
}
<nc-no:ACLineSegmentSpanDeployment rdf:ID="_<uuid>">
    <nc-no:ACLineSegmentSpanDeployment.ACLineSegmentSpan rdf:resource="#_<uuid of ACLineSegmentSpan>" />
    <cim:AssetDeployment.deploymentState rdf:resource="nc-no:DeploymentStateKind.<value>" />
    <cim:AssetDeployment.BaseVoltage rdf:resource="#_<uuid of BaseVoltage>" />
    <nc-no:AssetDeployment.inServiceDate>datetime</nc-no:AssetDeployment.inServiceDate>
    <nc-no:AssetDeployment.installedDate>datetime</nc-no:AssetDeployment.installedDate>
    <nc-no:AssetDeployment.notYetInstalledDate>datetime</nc-no:AssetDeployment.notYetInstalledDate>
    <nc-no:AssetDeployment.notYetRemovedDate>datetime</nc-no:AssetDeployment.notYetRemovedDate>
    <nc-no:AssetDeployment.outOfServiceDate>datetime</nc-no:AssetDeployment.outOfServiceDate>
    <nc-no:AssetDeployment.removedDate>datetime</nc-no:AssetDeployment.removedDate>
    <cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
    <cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
    <cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
</nc-no:ACLineSegmentSpanDeployment>
{
    "ACLineSegmentSpan": "<ACLineSegmentSpan>",
    "deploymentState": "DeploymentStateKind",
    "BaseVoltage": "<BaseVoltage>",
    "inServiceDate": "datetime",
    "installedDate": "datetime",
    "notYetInstalledDate": "datetime",
    "notYetRemovedDate": "datetime",
    "outOfServiceDate": "datetime",
    "removedDate": "datetime",
    "mRID": "string",
    "description": "string",
    "name": "string"
}
<urn:uuid:<graph-id>> {
    <urn:uuid:<uuid>>
        a nc-no:ACLineSegmentSpanDeployment ;
        nc-no:ACLineSegmentSpanDeployment.ACLineSegmentSpan <urn:uuid:<uuid of ACLineSegmentSpan>> ;
        cim:AssetDeployment.deploymentState nc-no:DeploymentStateKind.<value> ;
        cim:AssetDeployment.BaseVoltage <urn:uuid:<uuid of BaseVoltage>> ;
        nc-no:AssetDeployment.inServiceDate "datetime" ;
        nc-no:AssetDeployment.installedDate "datetime" ;
        nc-no:AssetDeployment.notYetInstalledDate "datetime" ;
        nc-no:AssetDeployment.notYetRemovedDate "datetime" ;
        nc-no:AssetDeployment.outOfServiceDate "datetime" ;
        nc-no:AssetDeployment.removedDate "datetime" ;
        cim:IdentifiedObject.mRID "string" ;
        cim:IdentifiedObject.description "string" ;
        cim:IdentifiedObject.name "string" .
}

Schema Source