Skip to content

CorrugatedRoundWire

No description available

URI: cim:CorrugatedRoundWire
Type: Class

CorrugatedRoundWire class diagram

Inheritance

Attributes

Name URI Cardinality and Range Inheritance Description
isArmor cim:MetallicSheathLayer.isArmor 0..1 boolean MetallicSheathLayer Indicates whether this metallic sheath is an armor, which is a covering consisting of a metal tape(s) or wires, generally used to protect the cable from external mechanical effects
material cim:MetallicSheathLayer.material 0..1 CableShieldMaterialKind MetallicSheathLayer Material og this metallic sheath layer.
mRID cim:CableLayer.mRID 0..1 string CableLayer 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 IETF 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.
diameterOverLayer cim:CableLayer.diameterOverLayer 0..1 Length CableLayer Use either diameter over layer or layer thickness.Specification varies by manufacturer and manufacturing process. For extruded layers, the diameter is typically provided. For tapes, the thickness is typically applied.
layerOrder cim:CableLayer.layerOrder 0..1 integer CableLayer Order of the layer outwards from the cable core.For a multi-core cable, belted layers must have their own order starting from the first belted layer.Intercalated layers (typically tapes, where each tape is both below and above the other tape) must share the same layer order.

Format Examples

{
    "@context": {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "linkml": "https://w3id.org/linkml/", "sh": "http://www.w3.org/ns/shacl#", "skos": "http://www.w3.org/2004/02/skos/core#", "dc": "http://purl.org/dc/elements/1.1/", "profcim": "http://iec.ch/TC57/ns/CIM/prof-cim#", "owl": "http://www.w3.org/2002/07/owl#", "cims": "http://iec.ch/TC57/1999/rdf-schema-extensions-19990926#", "dct": "http://purl.org/dc/terms/", "this": "http://iec.ch/TC57/2007/profile#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "dcat": "http://www.w3.org/ns/dcat#", "eu": "http://iec.ch/TC57/CIM100-European#", "cim": "http://iec.ch/TC57/CIM-generic#"},
    "@id": "urn:uuid:<uuid>",
    "@type": "cim:CorrugatedRoundWire",
    "cim:MetallicSheathLayer.isArmor": "boolean",
    "cim:MetallicSheathLayer.material": { "@id": "cim:CableShieldMaterialKind.<value>" },
    "cim:CableLayer.mRID": "string",
    "cim:CableLayer.diameterOverLayer": "float",
    "cim:CableLayer.layerOrder": "integer"
}
<cim:CorrugatedRoundWire rdf:ID="_<uuid>">
    <cim:MetallicSheathLayer.isArmor>boolean</cim:MetallicSheathLayer.isArmor>
    <cim:MetallicSheathLayer.material rdf:resource="cim:CableShieldMaterialKind.<value>" />
    <cim:CableLayer.mRID>string</cim:CableLayer.mRID>
    <cim:CableLayer.diameterOverLayer>float</cim:CableLayer.diameterOverLayer>
    <cim:CableLayer.layerOrder>integer</cim:CableLayer.layerOrder>
</cim:CorrugatedRoundWire>
{
    "isArmor": "boolean",
    "material": "CableShieldMaterialKind",
    "mRID": "string",
    "diameterOverLayer": "float",
    "layerOrder": "integer"
}
<urn:uuid:<graph-id>> {
    <urn:uuid:<uuid>>
        a cim:CorrugatedRoundWire ;
        cim:MetallicSheathLayer.isArmor "boolean" ;
        cim:MetallicSheathLayer.material cim:CableShieldMaterialKind.<value> ;
        cim:CableLayer.mRID "string" ;
        cim:CableLayer.diameterOverLayer "float" ;
        cim:CableLayer.layerOrder "integer" .
}

Schema Source