-
Notifications
You must be signed in to change notification settings - Fork 3
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
explain "compiled" models #35
Comments
#54 by @steveraysteveray I've seen presentations by @gtfierro that show how 233 has a lot more nodes (details) than Bricks and Haystack, yet you can derive one from the other. Is compilation related to this? |
#10 and https://github.com/open223/models.open223.info/blob/main/tools/compile.py suggest that SHACL rules are applied |
Yes, they are. |
https://models.open223.info/examples/bdg1-1.html (and most other models) have two variants:
By eyeballing, "Compiled" is much worse since it uses generated prefixes (eg
ns2:
) and doesn't use instance data prefixes.So please explain in the intro what are Compiled models for and whether they include more info than Original models.
Maybe the only benefit is that ValidationReports print instance URLs in full, so it's a bit easier to look them up in the Compiled model?
The text was updated successfully, but these errors were encountered: