-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use machine-readable isReplacedBy statement & owl:deprecated #39
Conversation
...instead of skos:note. Reworking #14
Will merge after two approvals. |
hochschulfaechersystematik.ttl
Outdated
@@ -1640,7 +1640,7 @@ | |||
skos:broader <n37> ; | |||
skos:notation "237" ; | |||
skos:deprecated true ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of skos:deprecated
it should be owl:deprecated
(at least that is what we discussed in skohub-io/skohub-vocabs#287
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja, du hast recht. Vor allem, weil es skos:deprecated
gar nicht gibt. Wir haben alle eine Menge gelernt bei diese Sache...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Habe es mit 769d344 angepasst. Super, dass es dir aufgefallen ist. @mirjan-hoffmann sollte auch mal draufschauen, weil er eventuell skos:deprecated
-Hinweise bereits irgendwie in OERSI verarbeitet.
...because `skos:deprecated` does not exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good:
See https://test.skohub.io/sroertgen/test-vocabs/heads/main/w3id.org/kim/hochschulfaechersystematik/scheme.html
Search for "nucl" or "math"
Notice though. The deprecateed information will only be visible on test system after merge, since skohub-io/skohub-vocabs#287 is not yet merged into main. |
...instead of skos:note. Reworking #14
This will enable applications to link deprecated concepts to their successors. E.g. SkoHub Vocabs uses this information, see skohub-io/skohub-vocabs#287