weso / hercules-ontology

Development of the Ontology and its Continuos Integration for the Hercules project.
https://herculescrue.github.io/ib-hercules-ontology/current/asio.html
GNU General Public License v3.0
0 stars 5 forks source link

[HOI-0129] Possible error with repeated subject area #129

Open alejgh opened 4 years ago

alejgh commented 4 years ago

In the subjects areas vertical module we have the following resources for mathematical sciences:

asioModules:ES_SUBJECT_AREA_LEVEL_3_MTM
      a       skos:Concept ;
      rdfs:label "Ciencias matemáticas" ;
      asio:hasCode asioModules:ES_SUBJECT_AREA_LEVEL_3_CODE_MTM ;
      skos:broader asioModules:ES_SUBJECT_AREA_LEVEL_2_MTM ;
      skos:inScheme asioModules:ESSubjectAreas3rdList ;
      skos:notation "MTM" ;
      skos:prefLabel "Ciências Matemáticas"@pt , "Ciències matemàtiques"@ca , "Ciencies matemátiques"@ast , "Mathematical Sciences"@en , "Sciences mathématiques"@fr , "Ciencias matemáticas" , "Ciencias matemáticas"@es , "Ciencias matemáticas"@gl .

...

asioModules:ES_SUBJECT_AREA_LEVEL_2_MTM
      a       skos:Concept ;
      rdfs:label "Ciencias matemáticas" ;
      asio:hasCode asioModules:ES_SUBJECT_AREA_LEVEL_2_CODE_MTM ;
      skos:broader asioModules:ES_SUBJECT_AREA_LEVEL_1_CMIFQ ;
      skos:inScheme asioModules:ESSubjectAreas2ndList ;
      skos:notation "MTM" ;
      skos:prefLabel "Ciências Matemáticas"@pt , "Ciències matemàtiques"@ca , "Ciencies matemátiques"@ast , "Mathematical Sciences"@en , "Sciences mathématiques"@fr , "Ciencias matemáticas"@gl , "Ciencias matemáticas" , "Ciencias matemáticas"@es .

Both of them have the same labels and notation, but one belongs to the level 2 and the other to level 3. Is this expected? If it is, is there a way to disambiguate them besides their URI (maybe in the description)? When they are added to wikibase it is difficult to differentiate them.