SEMICeu / Core-Business-Vocabulary

This is the issue tracker for the maintenance of Core Business Vocabulary
16 stars 4 forks source link

"identifies" uses wrong IRI scheme in RDFS version of the vocabulary #41

Closed jakubklimek closed 1 year ago

jakubklimek commented 1 year ago

In https://github.com/SEMICeu/Core-Business-Vocabulary/blob/d7ed70b61a6c67d69d82314106d668d4aa5e6207/releases/2.00/voc/core-business-ap.ttl#L12, identifies is defined like so:

<https://data.europa.eu/m8g/identifies> a owl:ObjectProperty;
  rdfs:domain <http://www.w3.org/ns/adms#Identifier>;
  rdfs:isDefinedBy <https://data.europa.eu/m8g>;
  rdfs:range <http://www.w3.org/ns/legal#LegalEntity> .

However, the prefix m8g uses http scheme, not https. I suggest using the prefix instead of the (wrong) full IRI.

EmidioStani commented 1 year ago

Hello @jakubklimek ,

thanks for reporting this inconsistency, it will be fixed in the next release.

EmidioStani commented 1 year ago

The release 2.1.0 fixed the "https" problem for the identifies property.