Example pattern: ```sparql ?o a owl:Ontology ; vann:preferredNamespaceUri ?ns . filter exists { ?i a ?c . ?c rdfs:subClassOf schema:Enumeration . filter (strstarts(str(?i), str(?ns))) } ``` example doc: [`td.ttl`](https://w3c.github.io/wot-thing-description/ontology/td.ttl). Expected results but none found.
Example pattern:
example doc:
td.ttl.Expected results but none found.