InTaVia / idm-rdf

Intavia Data Model for RDF data
1 stars 2 forks source link

Modelling the professions/occupations? #21

Open ptleskin opened 2 years ago

ptleskin commented 2 years ago

Hi,

The example turtle for the Design Sprint uses this format for modelling the professions:

[] bioc:has_occupation bioc:Painter .

bioc:Painter a bioc:Occupation ;
    rdfs:label "Painter" .

Is this (bioc:Profession) the format we are going to use for the urls? And how about reconciling when differentlabels refering to the same profession?

Furthermore, BS data has the preferable profession mentioned in addition to the possible other profession, how should that be taken into consideration?

sennierer commented 1 year ago

picking up on that again, APIS data also contains different professions: There is the "main profession group" which is a high level category, something along the lines of "art" and then more detailed descriptions such as "painter". So I guess we need a way to distinguish those.