Align example schemas with the OO-LD meta-schema; fix spec links#11
Open
simontaurus wants to merge 1 commit into
Open
Align example schemas with the OO-LD meta-schema; fix spec links#11simontaurus wants to merge 1 commit into
simontaurus wants to merge 1 commit into
Conversation
…blished site Declare the OO-LD dialect meta-schema as $schema in the example schemas (Person, Address, PersonWithAddress), matching the spec's recommendation. Update the two spec deep-links from the old README anchors (now a stub) to the published spec at oo-ld.github.io/oold-schema/latest/spec/.
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.
Part of OO-LD/oold-schema#67 (align $id and spec/tutorial references).
$schema(.../latest/meta/oold-meta-schema.json), matching the spec's$schemarecommendation. Instance documents keep the schema-URL convention ($schema/@context-> the schema file) unchanged.github.com/OO-LD/schema#...); that README is now a stub, so they now point at the published spec (oo-ld.github.io/oold-schema/latest/spec/#schema-instances,#composition).Verified the full tutorial still works with these changes:
check-json-schema-metapasses for bothjohn-doe.jsonandjane-smith.json, andrdfpipeproduces the exact Turtle documented in the README.The tutorial keeps its own minimal, self-contained examples on purpose (progressive teaching + offline
check-json-schema-meta/rdfpipefromexamples/); it does not reuse the spec repo's full-surface showcase schemas.