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

website and ontology are not in sync! #193

Closed
VladimirAlexiev opened this issue Sep 25, 2023 · 2 comments
Closed

website and ontology are not in sync! #193

VladimirAlexiev opened this issue Sep 25, 2023 · 2 comments

Comments

@VladimirAlexiev
Copy link

Related to #45 and #185.

https://vocabulary.uncefact.org/physicalIndicator shows xsd:boolean.

But the ontology (converted to turtle) shows a different range:

uncefact:physicalIndicator
        rdf:type                        rdf:Property ;
        rdfs:comment                    "The indication of whether or not this geographical object can be characterized as physical." ;
        rdfs:label                      "physicalIndicator" ;
        schema:domainIncludes           uncefact:GeographicalObjectCharacteristic ;
        schema:rangeIncludes            xsd:string ;
        uncefact:cefactElementMetadata  cefact:Specified_GeographicalObjectCharacteristic.Physical.Indicator .

Also, the two show different prefix: unece vs uncefact.

This means that the website and ontology are not in sync!!

Needless to say, this is detrimental to the main purpose of UNCEFACT JSONLD: better interoperability.

@nissimsan can you give this issue top priority?

@VladimirAlexiev
Copy link
Author

Ok, I've read at https://github.com/uncefact/spec-jsonld/blob/main/docs/CI_CD.md
that the right repo for this issue is https://github.com/uncefact/vocabulary-outputs/
And the people are @nissimsan @kshychko @webilhan.

Can you guys diagnose how the discrepancy described above has happened?

@VladimirAlexiev
Copy link
Author

Now the ontology is updated:

"@id": "unece:physicalIndicator",
"schema:rangeIncludes": {
        "@id": "xsd:boolean"
      },

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

No branches or pull requests

1 participant