@prefix rdf: . @prefix umbel: . @prefix owl: . umbel:relatesToVisualInfo rdf:type owl:ObjectProperty . @prefix rdfs: . umbel:relatesToVisualInfo rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain owl:Thing ; rdfs:range umbel:VisualInfo . @prefix skos: . umbel:relatesToVisualInfo skos:prefLabel "relates to visual information"@en . @prefix pwdr: . @prefix ns6: . umbel:relatesToVisualInfo pwdr:describedby ns6:umbel ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en .