ACLineSegmentSpan
The part of a segment line between two consecutive points of support.
URI: nc-no:ACLineSegmentSpan
Type: Class
Inheritance
- IdentifiedObject
- PowerSystemResource
- ACLineSegmentSpan
- PowerSystemResource
Attributes
| Name | URI | Cardinality and Range | Inheritance | Description |
|---|---|---|---|---|
| aviationObstacleLightingKind | nc-no:ACLineSegmentSpan.aviationObstacleLightingKind | 0..1 AviationObstacleLightingKind | direct | The kind of aviation obstacle lighting associated with the ACLineSegmentSpan. |
| aviationObstacleMarkingKind | nc-no:ACLineSegmentSpan.aviationObstacleMarkingKind | 0..1 AviationObstacleMarkingKind | direct | The kind of aviation obstacle marking associated with the ACLineSegmentSpan. |
| maxWidth | nc-no:ACLineSegmentSpan.maxWidth | 0..1 Length | direct | Max width of the AC Line Segment Span |
| maxHeight | nc-no:ACLineSegmentSpan.maxHeight | 0..1 Length | direct | Max height of the AC Line Segment Span |
| spanWireLength | nc-no:ACLineSegmentSpan.spanWireLength | 0..1 Length | direct | Length of the AC Line Segment Span |
| ACLineSegment | nc-no:ACLineSegmentSpan.ACLineSegment | 0..* ACLineSegment | direct | The associated AC Line Segment |
| locationMethodKind | nc-no:PowerSystemResource.locationMethodKind | 0..1 LocationMethodKind | PowerSystemResource | Possible methods to derive geographical location. |
| 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:ACLineSegmentSpan",
"nc-no:ACLineSegmentSpan.aviationObstacleLightingKind": { "@id": "nc-no:AviationObstacleLightingKind.<value>" },
"nc-no:ACLineSegmentSpan.aviationObstacleMarkingKind": { "@id": "nc-no:AviationObstacleMarkingKind.<value>" },
"nc-no:ACLineSegmentSpan.maxWidth": "float",
"nc-no:ACLineSegmentSpan.maxHeight": "float",
"nc-no:ACLineSegmentSpan.spanWireLength": "float",
"nc-no:ACLineSegmentSpan.ACLineSegment": [ { "@id": "urn:uuid:<uuid of ACLineSegment>" } ],
"nc-no:PowerSystemResource.locationMethodKind": { "@id": "nc-no:LocationMethodKind.<value>" },
"cim:IdentifiedObject.mRID": "string",
"cim:IdentifiedObject.description": "string",
"cim:IdentifiedObject.name": "string"
}
<nc-no:ACLineSegmentSpan rdf:ID="_<uuid>">
<nc-no:ACLineSegmentSpan.aviationObstacleLightingKind rdf:resource="nc-no:AviationObstacleLightingKind.<value>" />
<nc-no:ACLineSegmentSpan.aviationObstacleMarkingKind rdf:resource="nc-no:AviationObstacleMarkingKind.<value>" />
<nc-no:ACLineSegmentSpan.maxWidth>float</nc-no:ACLineSegmentSpan.maxWidth>
<nc-no:ACLineSegmentSpan.maxHeight>float</nc-no:ACLineSegmentSpan.maxHeight>
<nc-no:ACLineSegmentSpan.spanWireLength>float</nc-no:ACLineSegmentSpan.spanWireLength>
<nc-no:ACLineSegmentSpan.ACLineSegment rdf:resource="#_<uuid of ACLineSegment>" />
<nc-no:PowerSystemResource.locationMethodKind 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:ACLineSegmentSpan>
{
"aviationObstacleLightingKind": "AviationObstacleLightingKind",
"aviationObstacleMarkingKind": "AviationObstacleMarkingKind",
"maxWidth": "float",
"maxHeight": "float",
"spanWireLength": "float",
"ACLineSegment": [
"<ACLineSegment>"
],
"locationMethodKind": "LocationMethodKind",
"mRID": "string",
"description": "string",
"name": "string"
}
<urn:uuid:<graph-id>> {
<urn:uuid:<uuid>>
a nc-no:ACLineSegmentSpan ;
nc-no:ACLineSegmentSpan.aviationObstacleLightingKind nc-no:AviationObstacleLightingKind.<value> ;
nc-no:ACLineSegmentSpan.aviationObstacleMarkingKind nc-no:AviationObstacleMarkingKind.<value> ;
nc-no:ACLineSegmentSpan.maxWidth "float" ;
nc-no:ACLineSegmentSpan.maxHeight "float" ;
nc-no:ACLineSegmentSpan.spanWireLength "float" ;
nc-no:ACLineSegmentSpan.ACLineSegment <urn:uuid:<uuid of ACLineSegment>> ;
nc-no:PowerSystemResource.locationMethodKind 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