Feeder
A collection of equipment for organizational purposes, used for grouping distribution resources. The organization a feeder does not necessarily reflect connectivity or current operation state.
URI: cim:Feeder
Type: Class
Inheritance
Attributes
| Name | URI | Cardinality and Range | Inheritance | Description |
|---|---|---|---|---|
| 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/WattApp/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#", "nc": "https://cim4.eu/ns/nc#", "geo": "http://www.opengis.net/ont/geosparql#"},
"@id": "urn:uuid:<uuid>",
"@type": "cim:Feeder",
"cim:IdentifiedObject.mRID": "string",
"cim:IdentifiedObject.description": "string",
"cim:IdentifiedObject.name": "string"
}
<cim:Feeder rdf:ID="_<uuid>">
<cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
<cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
<cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
</cim:Feeder>
{
"mRID": "string",
"description": "string",
"name": "string"
}
<urn:uuid:<graph-id>> {
<urn:uuid:<uuid>>
a cim:Feeder ;
cim:IdentifiedObject.mRID "string" ;
cim:IdentifiedObject.description "string" ;
cim:IdentifiedObject.name "string" .
}
Schema Source
- from schema: https://ap-no.cim4.eu/GridCapacity/1.0