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

do we need PropertyReference UUIDs in the ontologies? #145

Open
VladimirAlexiev opened this issue Dec 17, 2024 · 0 comments
Open

do we need PropertyReference UUIDs in the ontologies? #145

VladimirAlexiev opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
ontology Pertains to ontology representation urlpolicy Considerations about URL/namespace/folder/filename design/carving

Comments

@VladimirAlexiev
Copy link
Collaborator

https://energy.referencedata.eu/PropertyReference.ttl has a number of props and includes UUIDs, eg:

<http://energy.referencedata.eu/PropertyReference/VsConverter.targetPowerFactorPcc> a nc:PropertyReference,
        skos:Concept ;
    nc:PropertyReference.mRID "d1a5fae7-a735-4556-b7af-c447aba7e545" ;
    nc:PropertyReference.name "VsConverter.targetPowerFactorPcc" ;
    dcterms1:identifier "urn:uuid:d1a5fae7-a735-4556-b7af-c447aba7e545" ;
    skos:definition "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value." ;
    skos:inScheme "http://energy.referencedata.eu/PropertyReference" ;
    skos:prefLabel "VsConverter.targetPowerFactorPcc" ;
    skos:topConceptOf "http://energy.referencedata.eu/PropertyReference" .

Do we need to include these UUIDs in the ontologies?

BTW, there are some defects: inScheme, topConceptOf, dct:idenfitier should be URIs not strings.

@VladimirAlexiev VladimirAlexiev added ontology Pertains to ontology representation urlpolicy Considerations about URL/namespace/folder/filename design/carving labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ontology Pertains to ontology representation urlpolicy Considerations about URL/namespace/folder/filename design/carving
Projects
None yet
Development

No branches or pull requests

3 participants