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

Use machine-readable isReplacedBy statement & owl:deprecated #39

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

acka47
Copy link
Member

@acka47 acka47 commented Feb 7, 2024

...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

...instead of skos:note. Reworking #14
@acka47
Copy link
Member Author

acka47 commented Feb 7, 2024

Will merge after two approvals.

@@ -1640,7 +1640,7 @@
skos:broader <n37> ;
skos:notation "237" ;
skos:deprecated true ;
Copy link
Contributor

@sroertgen sroertgen Feb 7, 2024

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

Copy link
Member Author

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...

Copy link
Member Author

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.

@acka47 acka47 changed the title Use machine-readable isReplacedBy statement Use machine-readable isReplacedBy statement & owl:deprecated Feb 7, 2024
...because `skos:deprecated` does not exist.
Copy link
Contributor

@sroertgen sroertgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sroertgen
Copy link
Contributor

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.

@acka47 acka47 merged commit a89ef90 into master Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants