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

Hierarchy missing in ttl output? #121

Open
larswik opened this issue Jan 28, 2025 · 0 comments
Open

Hierarchy missing in ttl output? #121

larswik opened this issue Jan 28, 2025 · 0 comments

Comments

@larswik
Copy link

larswik commented Jan 28, 2025

Is your feature request related to a problem? Please describe.
A rest call, e.g. https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcWall with "Accept" : "application/json" returns the class hierarchy while "Accept : "text/turtle" does not. Is there a particular reason that the response doesn't return the same content regardless of format?

Describe the solution you'd like
It seems as if the Dictionary schema allows for a "ParentClassCode". Eventhough a "ParentClassURI" would have been more useful (similar to rdfs:subClassOf), could "ParentClassCode" be a part of the response for a class URI? This way, at least the class hierarchy would be accessible in a linked data setting.

Describe alternatives you've considered
My knowledge of the API is limited right nowl, but I guess that one alternative would be to use the API, but, a simple access through URI:s is preferrable.

Additional context
application/json:
Image

test/turtle:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant