OverheadStructure
An overhead structure is an element of an electric transmission or distribution system that supports the overhead conductors and associated equipment used for the transmission of electricity.
URI: nc-no:OverheadStructure
Type: Class
Inheritance
- IdentifiedObject
- ElementResource
- LocationResource
- Structure
- OverheadStructure
- Structure
- LocationResource
- ElementResource
Attributes
| Name | URI | Cardinality and Range | Inheritance | Description |
|---|---|---|---|---|
| aviationObstacleLightingKind | nc-no:OverheadStructure.aviationObstacleLightingKind | 0..1 AviationObstacleLightingKind | direct | Kind of lighting on the structure. |
| aviationObstacleMarkingKind | nc-no:OverheadStructure.aviationObstacleMarkingKind | 0..1 AviationObstacleMarkingKind | direct | Kind of marking on the structure. |
| maxHeight | nc-no:OverheadStructure.maxHeight | 0..1 Length | direct | The length of the longest distance from the ground to the highest point on the structure. If f.ex. the structure is located in a steep slope, the distance from the top of the structure to the ground may vary. |
| height | nc-no:Structure.height | 0..1 Length | Structure | Visible height of structure above ground level for overhead construction (e.g., Pole or Tower) or below ground level for an underground vault, manhole, etc. |
| locationMethod | nc-no:PowerSystemResource.locationMethod | 0..1 LocationMethodKind | LocationResource | Method used to derive geographical location for this entity. |
| 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:OverheadStructure",
"nc-no:OverheadStructure.aviationObstacleLightingKind": { "@id": "nc-no:AviationObstacleLightingKind.<value>" },
"nc-no:OverheadStructure.aviationObstacleMarkingKind": { "@id": "nc-no:AviationObstacleMarkingKind.<value>" },
"nc-no:OverheadStructure.maxHeight": "float",
"nc-no:Structure.height": "float",
"nc-no:PowerSystemResource.locationMethod": { "@id": "nc-no:LocationMethodKind.<value>" },
"cim:IdentifiedObject.mRID": "string",
"cim:IdentifiedObject.description": "string",
"cim:IdentifiedObject.name": "string"
}
<nc-no:OverheadStructure rdf:ID="_<uuid>">
<nc-no:OverheadStructure.aviationObstacleLightingKind rdf:resource="nc-no:AviationObstacleLightingKind.<value>" />
<nc-no:OverheadStructure.aviationObstacleMarkingKind rdf:resource="nc-no:AviationObstacleMarkingKind.<value>" />
<nc-no:OverheadStructure.maxHeight>float</nc-no:OverheadStructure.maxHeight>
<nc-no:Structure.height>float</nc-no:Structure.height>
<nc-no:PowerSystemResource.locationMethod rdf:resource="nc-no:LocationMethodKind.<value>" />
<cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
<cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
<cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
</nc-no:OverheadStructure>
{
"aviationObstacleLightingKind": "AviationObstacleLightingKind",
"aviationObstacleMarkingKind": "AviationObstacleMarkingKind",
"maxHeight": "float",
"height": "float",
"locationMethod": "LocationMethodKind",
"mRID": "string",
"description": "string",
"name": "string"
}
<urn:uuid:<graph-id>> {
<urn:uuid:<uuid>>
a nc-no:OverheadStructure ;
nc-no:OverheadStructure.aviationObstacleLightingKind nc-no:AviationObstacleLightingKind.<value> ;
nc-no:OverheadStructure.aviationObstacleMarkingKind nc-no:AviationObstacleMarkingKind.<value> ;
nc-no:OverheadStructure.maxHeight "float" ;
nc-no:Structure.height "float" ;
nc-no:PowerSystemResource.locationMethod nc-no:LocationMethodKind.<value> ;
cim:IdentifiedObject.mRID "string" ;
cim:IdentifiedObject.description "string" ;
cim:IdentifiedObject.name "string" .
}
Schema Source
- from schema: https://ap-no.cim4.eu/AviationObstacle/1.0