You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to obtain a codelist as jsonld returns an error:
curl https://vocabulary.uncefact.org/AccessRightsTypeCodeList -H 'Accept: application/ld+json'
<html><head><title>404 Not Found</title></head><body><h1>404 Not Found</h1><ul><li>Code: NoSuchKey</li><li>Message: The specified key does not exist.</li><li>Key: AccessRightsTypeCodeList.jsonld</li><li>RequestId: H9FWVSG54NRFQQ93</li><li>HostId: 2kHv3mSLD+g2v8J3WQBWsx1kI8bpmDuD+Z9sxxPNSYkEqHy5duGcYMn/iflygSz9VSJxCmcuoVQ=</li></ul><hr/></body></html>
Related to #189, which shows that codelists are also missing from the main uncefact ontology.
But these don't relate to the codelists on the website: eg at https://vocabulary.uncefact.org/code-lists
there are unece:AccountingDocumentCodeList and unece:AccountingDocumentTypeCodeList
and one could only guess which of the two (if any) is UNCL1001.
Trying to obtain a codelist as jsonld returns an error:
Related to #189, which shows that codelists are also missing from the main
uncefact
ontology.I think the home page of all lists should be https://vocabulary.uncefact.org/codeList (or
code-list
but notcode-lists
as at present),and an individual list URL should be https://vocabulary.uncefact.org/codeList/AccessRights (rather than https://vocabulary.uncefact.org/AccessRightsTypeCodeList as at present)
This is even more important if you decide to move the ontology and classes/props to the https://vocabulary.uncefact.org/uncefact namespace.
The text was updated successfully, but these errors were encountered: