CableInfo
Cable data.
URI: cim:CableInfo
Type: Class
Inheritance
Attributes
| Name | URI | Cardinality and Range | Inheritance | Description |
|---|---|---|---|---|
| lossFactorArmour | cim:CableInfo.lossFactorArmour | 0..1 float | direct | No description available |
| lossFactorSheathScreen | cim:CableInfo.lossFactorSheathScreen | 0..1 float | direct | No description available |
| nominalTemperature | cim:CableInfo.nominalTemperature | 0..1 Temperature | direct | Maximum nominal design operating temperature. |
| Layer | cim:CableInfo.Layer | 0..* CableLayer | direct | No description available |
| coreRadius | cim:WireInfo.coreRadius | 0..1 Length | WireInfo | (if there is a different core material) Radius of the central core. |
| radius | cim:WireInfo.radius | 0..1 Length | WireInfo | Outside radius of the wire. |
| crossSection | cim:ConductorInfo.crossSection | 0..1 Area | ConductorInfo | Area of conducting material cross section |
| material | cim:ConductorInfo.material | 0..1 WireMaterialKind | ConductorInfo | Conductor material. |
| ratedCurrent | cim:ConductingAssetInfo.ratedCurrent | 0..1 CurrentFlow | ConductingAssetInfo | Rated current. |
| ratedFrequency | cim:ConductingAssetInfo.ratedFrequency | 0..1 Frequency | ConductingAssetInfo | Rated frequency such as 50Hz or 60Hz |
| ratedVoltage | cim:ConductingAssetInfo.ratedVoltage | 0..1 Voltage | ConductingAssetInfo | Rated voltage. |
| 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 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. |
| 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/", "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:CableInfo",
"cim:CableInfo.lossFactorArmour": "float",
"cim:CableInfo.lossFactorSheathScreen": "float",
"cim:CableInfo.nominalTemperature": "float",
"cim:CableInfo.Layer": [ { "@id": "urn:uuid:<uuid of CableLayer>" } ],
"cim:WireInfo.coreRadius": "float",
"cim:WireInfo.radius": "float",
"cim:ConductorInfo.crossSection": "float",
"cim:ConductorInfo.material": { "@id": "cim:WireMaterialKind.<value>" },
"cim:ConductingAssetInfo.ratedCurrent": "float",
"cim:ConductingAssetInfo.ratedFrequency": "float",
"cim:ConductingAssetInfo.ratedVoltage": "float",
"cim:IdentifiedObject.mRID": "string",
"cim:IdentifiedObject.description": "string",
"cim:IdentifiedObject.name": "string"
}
<cim:CableInfo rdf:ID="_<uuid>">
<cim:CableInfo.lossFactorArmour>float</cim:CableInfo.lossFactorArmour>
<cim:CableInfo.lossFactorSheathScreen>float</cim:CableInfo.lossFactorSheathScreen>
<cim:CableInfo.nominalTemperature>float</cim:CableInfo.nominalTemperature>
<cim:CableInfo.Layer rdf:resource="#_<uuid of CableLayer>" />
<cim:WireInfo.coreRadius>float</cim:WireInfo.coreRadius>
<cim:WireInfo.radius>float</cim:WireInfo.radius>
<cim:ConductorInfo.crossSection>float</cim:ConductorInfo.crossSection>
<cim:ConductorInfo.material rdf:resource="cim:WireMaterialKind.<value>" />
<cim:ConductingAssetInfo.ratedCurrent>float</cim:ConductingAssetInfo.ratedCurrent>
<cim:ConductingAssetInfo.ratedFrequency>float</cim:ConductingAssetInfo.ratedFrequency>
<cim:ConductingAssetInfo.ratedVoltage>float</cim:ConductingAssetInfo.ratedVoltage>
<cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
<cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
<cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
</cim:CableInfo>
{
"lossFactorArmour": "float",
"lossFactorSheathScreen": "float",
"nominalTemperature": "float",
"Layer": [
"<CableLayer>"
],
"coreRadius": "float",
"radius": "float",
"crossSection": "float",
"material": "WireMaterialKind",
"ratedCurrent": "float",
"ratedFrequency": "float",
"ratedVoltage": "float",
"mRID": "string",
"description": "string",
"name": "string"
}
<urn:uuid:<graph-id>> {
<urn:uuid:<uuid>>
a cim:CableInfo ;
cim:CableInfo.lossFactorArmour "float" ;
cim:CableInfo.lossFactorSheathScreen "float" ;
cim:CableInfo.nominalTemperature "float" ;
cim:CableInfo.Layer <urn:uuid:<uuid of CableLayer>> ;
cim:WireInfo.coreRadius "float" ;
cim:WireInfo.radius "float" ;
cim:ConductorInfo.crossSection "float" ;
cim:ConductorInfo.material cim:WireMaterialKind.<value> ;
cim:ConductingAssetInfo.ratedCurrent "float" ;
cim:ConductingAssetInfo.ratedFrequency "float" ;
cim:ConductingAssetInfo.ratedVoltage "float" ;
cim:IdentifiedObject.mRID "string" ;
cim:IdentifiedObject.description "string" ;
cim:IdentifiedObject.name "string" .
}
Schema Source
- from schema: http://iec.ch/TC57/2007/profile