Add Ontology Engineering Curriculum - #308
Open
fabio-rovai wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds one link to Educational.
- [Ontology Engineering Curriculum](https://github.com/fabio-rovai/ontology-curriculum) - A free 147-lesson curriculum published as OWL 2 and SKOS, where every lesson is crosswalked to the standard it teaches and a SHACL release gate runs in CI.I am the author.
Why it belongs in Educational. The section carries OBO Academy and the Coursera Web of Data course. This is the same category and a larger one: 9 courses, 147 lessons, free, no payment step.
What it adds that nothing else in the section does. The curriculum is itself published as an ontology, so the syllabus is queryable rather than only readable. Each lesson node carries
cur:teachespointing at the normative IRI of the standard it covers, across RDF, RDFS, OWL 2, SKOS, SHACL, SPARQL, PROV-O and SSSOM. "Which lessons cover SHACL" is a SPARQL query.The crosswalk is regex over lesson titles, documented in
rdfs:commenton the property with the patterns incrosswalk.json, so the derivation is auditable rather than asserted.validate.pyruns the SHACL shapes and then a closed-world check SHACL cannot do: every object ofcur:teachesmust be a declaredcur:Standard, so a typo cannot ship as a term denoting nothing. It runs in GitHub Actions on every push and it caught a real defect on its first run, recorded in the README.Against your quality standards: documented, tested in CI, actively maintained, CC-BY-4.0.