Closed jakubklimek closed 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:
identifies
<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.
m8g
http
https
Hello @jakubklimek ,
thanks for reporting this inconsistency, it will be fixed in the next release.
The release 2.1.0 fixed the "https" problem for the identifies property.
In https://github.com/SEMICeu/Core-Business-Vocabulary/blob/d7ed70b61a6c67d69d82314106d668d4aa5e6207/releases/2.00/voc/core-business-ap.ttl#L12,
identifies
is defined like so:However, the prefix
m8g
useshttp
scheme, nothttps
. I suggest using the prefix instead of the (wrong) full IRI.