snikproject / ontology

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

Unterklassen von ob:InformationManagement tiefer hängen #395

Open KonradHoeffner opened 4 years ago

KonradHoeffner commented 4 years ago

Analog zu https://github.com/IMISE/snik-ontology/issues/366. Beachten, dass dadurch keine Überschneidung mit einer component-Beziehung entsteht.

KonradHoeffner commented 3 years ago

Added to table https://docs.google.com/spreadsheets/d/1A7THvy5Le23aQF_6pE0AbS6ov3WrlCvMBb2ANz2hewc/edit.

SELECT ?sub (REPLACE(STR(?sub),"http://www.snik.eu/ontology/ob/","") as ?suffix) ?other FROM sniko:ob
{
 ?sub rdfs:subClassOf ob:InformationManagement.
 OPTIONAL {?sub rdfs:subClassOf ?other. FILTER(?other!=ob:InformationManagement) }
}
KonradHoeffner commented 3 years ago

Die folgenden Klassen haben schon eine andere Superklasse, dort musste nur die Unterklassenbeziehung zu ob:InformationManagement entfernt werden.

url suffix andere Superklasse
http://www.snik.eu/ontology/ob/DiffusionOfInnovationTheory DiffusionOfInnovationTheory http://www.snik.eu/ontology/ob/MethodOfSystemIntroduction
http://www.snik.eu/ontology/ob/DirectAward DirectAward http://www.snik.eu/ontology/ob/Tender
http://www.snik.eu/ontology/ob/DocumentationAndFormAnalysis DocumentationAndFormAnalysis http://www.snik.eu/ontology/ob/InformationAcquisitionMethod
http://www.snik.eu/ontology/ob/MarketAnalysis MarketAnalysis http://www.snik.eu/ontology/ob/InformationAcquisitionMethodSpecification
http://www.snik.eu/ontology/ob/MarketAnalysis MarketAnalysis http://www.snik.eu/ontology/ob/SystemSelectionMethod
http://www.snik.eu/ontology/ob/OpenTender OpenTender http://www.snik.eu/ontology/ob/Tender
http://www.snik.eu/ontology/ob/PureProjectOrganization PureProjectOrganization http://www.snik.eu/ontology/ob/ProjectOrganization
http://www.snik.eu/ontology/ob/PureProjectOrganization PureProjectOrganization http://www.snik.eu/ontology/meta/EntityType
http://www.snik.eu/ontology/ob/TeamFormation TeamFormation http://www.snik.eu/ontology/ob/ProjectInitiationMethod
http://www.snik.eu/ontology/ob/TestOperation TestOperation http://www.snik.eu/ontology/ob/MethodOfSystemIntroduction
http://www.snik.eu/ontology/ob/Task Task http://www.snik.eu/ontology/meta/EntityType