Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unterklassen von ob:InformationManagement tiefer hängen #395

Open
KonradHoeffner opened this issue Aug 25, 2020 · 2 comments
Open

Unterklassen von ob:InformationManagement tiefer hängen #395

KonradHoeffner opened this issue Aug 25, 2020 · 2 comments
Assignees
Labels
needsdiscussion needs a discussion with the experts AW, BS, FJ remodel
Milestone

Comments

@KonradHoeffner
Copy link
Collaborator

KonradHoeffner commented Aug 25, 2020

Analog zu #366.
Beachten, dass dadurch keine Überschneidung mit einer component-Beziehung entsteht.

@KonradHoeffner
Copy link
Collaborator Author

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
Copy link
Collaborator Author

KonradHoeffner commented Feb 23, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needsdiscussion needs a discussion with the experts AW, BS, FJ remodel
Projects
None yet
Development

No branches or pull requests

3 participants