Skip to content
New issue

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

terms without rdfs:comment #109

Open
VladimirAlexiev opened this issue Oct 12, 2024 · 1 comment
Open

terms without rdfs:comment #109

VladimirAlexiev opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels
ontology Pertains to ontology representation

Comments

@VladimirAlexiev
Copy link
Collaborator

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select * {
    ?x rdfs:label ?label
    filter not exists {?x rdfs:comment ?comment}
}

The following 8 terms have label but no comment:

x label
1 nc: DayOfWeekKind.holiday "holiday" @en
2 nc: EnergyDemandKind.consumption "consumption" @en
3 nc: EnergyDemandKind.export "export" @en
4 nc: EnergyDemandKind.import "import" @en
5 nc: EnergyDemandKind.production "production" @en
6 nc: EnergyDemandKind.storage "storage" @en
7 nc: TapChangerControl.TapChangerControlSchedule "TapChangerControlSchedule" @en
8 nc: TapChangerControlSchedule.TapChangerControl "TapChangerControl" @en
@VladimirAlexiev VladimirAlexiev added the ontology Pertains to ontology representation label Oct 12, 2024
@griddigit-ci
Copy link
Collaborator

Yes, here we have issues that will require UML changes
issues 1) to 6) add description in the extensions and update SIS and SHS profiles
issues 7) and 8) in SHS profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ontology Pertains to ontology representation
Projects
None yet
Development

No branches or pull requests

3 participants