We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to read an element from a rdf file, and make it a python object.
Given and xml fragment from a cim profile, e.g.:
<cim:Terminal rdf:ID="Term_29PSEA-SW4T2"> <cim:IdentifiedObject.name>SW4-T2</cim:IdentifiedObject.name> <cim:IdentifiedObject.description/> <cim:ACDCTerminal.sequenceNumber>2</cim:ACDCTerminal.sequenceNumber> <cim:Terminal.phases rdf:resource="ABC"/> <cim:Terminal.ConnectivityNode rdf:resource="#_CN_29PSEA-4"/> <cim:Terminal.ConductingEquipment rdf:resource="#_LdBrkSw_29PSEA-SW4"/> </cim:Terminal>
convert it to an object of type Terminal
No response
The text was updated successfully, but these errors were encountered:
HUG0-D
When branches are created from issues, their pull requests are automatically linked.
Is your feature request related to a problem? Please describe the problem.
I want to read an element from a rdf file, and make it a python object.
Describe the solution you'd like
Given and xml fragment from a cim profile, e.g.:
convert it to an object of type Terminal
Additional context
No response
The text was updated successfully, but these errors were encountered: