chin-rcip / collections-model

Linked Open Data Development at the Canadian Heritage Information Network - Développement en données ouvertes et liées au Réseau canadien d'information sur le patrimoine
Creative Commons Zero v1.0 Universal
12 stars 1 forks source link

Issue #24 – should we use Boolean for the preference or just a controlled vocabulary? #24

Closed stephenhart8 closed 4 years ago

stephenhart8 commented 4 years ago

Some instances, like appellations, have a E55_Type to specify if an appellation is the one preferred by the institution or not. This type is therefore binary, either yes, it is a preferred appellation, or no, it is a non-preferred appellation.

There is two way to tackle this:

  1. to use a Boolean variable (like yes or no);
  2. to use controlled vocabulary (AAT or other).

What should we use? Could we use both?

Habennin commented 4 years ago

Use aat type. The Yes No means nothing in linked data

stephenhart8 commented 4 years ago

I will close this issue unless someone wants to add something.

illip commented 4 years ago

I agree with @Habennin, It's always a better idea to use URIs to foster interoperability. Also, we don't know the future and we might need a third option in certain cases.

+1 for controlled vocabularies

stephenhart8 commented 4 years ago

In accordance with everyone, we will use Controlled Vocabularies, instead of booleans.