# Namespaces to be used when parsing ERCOT XMI file. # Preamble @prefix uml: . @prefix package: . # Each line below is read: # # package:name uml:baseuri "uri" . # # where: # 'name' is a package name defined in the XMI file # 'uri' is the namespace URI for classes and properties defined therein package:ERCOT uml:baseuri "http://www.ercot.com/CIM11R0/2007/1.0/extension#" . package:_Standard uml:baseuri "http://iec.ch/TC57/2006/CIM-schema-cim10#" .