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
@AndyKims @Sveino statnett/Talk2PowerSystem#5 (comment) shows cim:Analog measurements. This query on https://cim.ontotext.com/graphdb/sparql finds 30 measurements:
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#> PREFIX sesame: <http://www.openrdf.org/schema/sesame#> select * { [] a cim:Analog; cim:IdentifiedObject.name ?measName; cim:IdentifiedObject.description ?measDescr; # cim:Measurement.measurementType ?type; # all are "ThreePhaseActivePower" cim:Measurement.PowerSystemResource [sesame:directType ?psrType; cim:IdentifiedObject.name ?psrName] }
They are all about entsoe2:EnergyCongestionZone (entsoe2: <http://entsoe.eu/CIM/SchemaExtension/3/2#>):
entsoe2:EnergyCongestionZone
entsoe2: <http://entsoe.eu/CIM/SchemaExtension/3/2#>
#10 has removed entsoe2, and I can't find any Analog in this repo. Please add measurements!
entsoe2
Analog
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@AndyKims @Sveino
statnett/Talk2PowerSystem#5 (comment) shows cim:Analog measurements.
This query on https://cim.ontotext.com/graphdb/sparql finds 30 measurements:
They are all about
entsoe2:EnergyCongestionZone
(entsoe2: <http://entsoe.eu/CIM/SchemaExtension/3/2#>
):#10 has removed
entsoe2
, and I can't find anyAnalog
in this repo.Please add measurements!
The text was updated successfully, but these errors were encountered: