Universal Look

The default presentation floor. Attaches a baseline view to rdfs.Resource so anything renders sensibly with no per-type styling, a default landing view to a publisher, and the identity glyphs for the core ontology vocabulary — rdfs.Class, rdfs.Property, owl.ObjectProperty and owl.DatatypeProperty — so a class or property shows its kind at any zoom in any publisher's render. Read it top to bottom to learn how the look system renders by example.

The universal-look package is the answer to "what does a resource look like if no one styled it?" It attaches a ResourceView to rdfs.Resource — a Hero, the documentation prose, a generic Details dump, the resource's instances, and what references it — so every resource in the graph has a usable page by default. It also gives a publisher a default landing view: a Hero over the publisher's name and a list of its packages, and it carries the semantic-zoom glyphs for the core ontology terms (Class, Property, ObjectProperty, DatatypeProperty) so the schema reads visually everywhere it renders. These defaults are deliberately small and readable: a publisher who wants something richer copies a view here and overrides it on their own type, no SDK changes required.