-
Notifications
You must be signed in to change notification settings - Fork 7
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
Specification for Management of URI identified resources #328
Comments
@gtfierro I think I got most of the things we talked about yesterday. If I missed anything feel free to edit the issue. I think you should have access to the comment. |
Looks great! Two things:
We should be specific on when these
Technically these should be the same. A concrete example for people reading this later: the Brick ontology can be downloaded from <https://brickschema.org/schema/1.4/Brick> a owl:Ontology . However the triples inside the file all exist in the Brick namespace: <https://brickschema.org/schema/Brick#Temperature_Sensor> a sh:NodeShape . |
Interesting, I had it in my mind that the ontology would always be the prefix for most of the graph. But it seems like it pretty much just refers to the file. There is one edge case that comes to mind, I can download the brick ontology from |
Yes, this is a "bug" due to an error in the Google Domains -> Squarespace migration. It should be fixed soon, but generally, the URL of the ontology (the versionless "schema/Brick...") should point to the latest stable version |
Graph:
owl:ontology
Places where graphs are used:
Models:
Libraries:
Import resolution:
owl:imports
statement is read a request is sent to an ontology caching back endThe text was updated successfully, but these errors were encountered: