snikproject / ontology

Public SNIK Ontology. An ontology of information management in hospitals.
https://snikproject.github.io/ontology/
Other
10 stars 1 forks source link

ob:Contractor ob:approves ob:ProjectGoal #272

Closed AlfredWinter closed 5 years ago

AlfredWinter commented 5 years ago

The edge "ob:Contractor ob:approves ob:ProjectGoal" is incorrect.

Details approves gibt es doch gar nicht im MetaModell. hier passt responsibleforrole besser.

AnnaLoerke commented 5 years ago

Meinen Sie isResponsibleForEntityType? ProjectGoal ist ja als EntityType definiert. Außerdem gibt es zusätzlich die Verbindung ob:Sponsor ob:approves ob:ProjectGoal. Soll diese Verbindung identisch verändert werden?

AnnaLoerke commented 5 years ago

meta:approvesEntityType wäre auch zulässig.

AlfredWinter commented 5 years ago

Dann nehmen wir das doch. AW

KonradHoeffner commented 5 years ago

Die ob:approved-Relation taucht 33 mal auf:

select count(*) ?z
{
 ?x ob:approves ?y.
 ?y meta:subTopClass ?z.
}
callret-0 | z
-- | --
1 | http://www.snik.eu/ontology/meta/Function
32 | http://www.snik.eu/ontology/meta/EntityType
KonradHoeffner commented 5 years ago

Alle ob:approved Relationen sind jetzt in ob:approvesEntityType, respective ob:approvesFunction umbenannt.