SEMICeu / Core-Person-Vocabulary

This is the issue tracker for the maintenance of Core Person Vocabulary
15 stars 4 forks source link

Core Person Vocabulary 2.00 : countryOfBirth described as residency #42

Closed bouil closed 1 year ago

bouil commented 1 year ago

Hi,

It looks like there is a mistake in the core-person-ap.ttl and core-person-SHACL.ttl file. The countryOfBirth is described as the residency. In the SHACL, the countryOfBirth is present twice.

<http://www.w3.org/ns/person#countryOfBirth> a rdf:Property;
  rdfs:label "residency"@en,
    "country of birth"@en .

https://github.com/SEMICeu/Core-Person-Vocabulary/blob/20203b0312397ccbfc680abd71129c94a7f37863/releases/2.00/voc/core-person-ap.ttl#L114

    shacl:class dc:Jurisdiction;
    shacl:description "Jurisdiction where the Person has their dwelling."@en;
    shacl:name "residency"@en;
    shacl:path <http://www.w3.org/ns/person#countryOfBirth>

https://github.com/SEMICeu/Core-Person-Vocabulary/blob/20203b0312397ccbfc680abd71129c94a7f37863/releases/2.00/shacl/core-person-SHACL.ttl#L242

    shacl:class dc:Location;
    shacl:description "The country in which the Person was born."@en;
    shacl:name "country of birth"@en;
    shacl:path <http://www.w3.org/ns/person#countryOfBirth>

https://github.com/SEMICeu/Core-Person-Vocabulary/blob/20203b0312397ccbfc680abd71129c94a7f37863/releases/2.00/shacl/core-person-SHACL.ttl#L172

EmidioStani commented 1 year ago

Hello @bouil thanks for reporting this. It will be part of the next release.

EmidioStani commented 1 year ago

This issue is solved in the release 2.1.0

If you spot similar issues do not hesitate to report it, thanks !