Giter VIP home page Giter VIP logo

Comments (3)

Haigutus avatar Haigutus commented on September 26, 2024

Source from what that data is generated is ENTSO-E code list XSD, no manual changes are done and purpose for now is to maintain backwards compatibility. Long discussions are to be had, how and what to change, but most likely as long as the code list XSD is the source of truth, we will have to stay with the naming as it is. We are thinking to leave the enumerations as they are and in parallel create new ones, that combine those with enumerations that can be used for grid models. (current XSD based code list is used only for market data, to align we might have the best approach to publish the XSD conversion as is, but mark it as deprecated and then recreate new codelist's that refer to the direct XSD conversions)

from energy-reference-data.

VladimirAlexiev avatar VladimirAlexiev commented on September 26, 2024

I use the same source and convert with a 15 line xsparql script (which is xquery but ++)

for $data in doc($input)/xs:schema/xs:simpleType[fn:matches(@name,"^Standard")]
 let $name := fn:replace(fn:replace($data/@name/string(),"^Standard",""),"TypeList","") 
...

The result is uniform like this, all I one file

<https://transparency.ontotext.com/resource/type/AllocationMode> tr:description "The identification of the method of allocation in an auction." .
 <https://transparency.ontotext.com/resource/type/AllocationMode/A01> a tr:CodeValue ;
  tr:codeList <https://transparency.ontotext.com/resource/type/AllocationMode> ; 
  tr:name "Order by price with pro rata" ;
  tr:notation "A01" .

(But using SKOS would be better).

I don't see anything sacrilegious in rationalizing the names. If you feel that "TypeType" descended to us on stone tablets straight from God, I'd say we have irreconcilable philosophical differences :-)

from energy-reference-data.

Haigutus avatar Haigutus commented on September 26, 2024

In principle I agree and it is an easy change to implement, but it will break one to one backwards compatibility, so we need to have discussion if, why and what to change.

On URL naming, I would say it is bad to put semantic meaning into URL structure.

from energy-reference-data.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.