Schema.NET
Schema.NET copied to clipboard
Best way to infer the class hierarchy?
Describe the feature
I was curious if there's already something in Schema.NET which could look at a "@type" value, and return the class hierarchy?
Like, for AutomotiveBusiness, it would return LocalBusiness, Organization, etc.
We could brute-force this with a lookup table of some sort, but I wanted to first check if this already existed in the library somewhere.
Schema objects
No response