Use of undefined propertyProperty: http://schema.org/familyName Value: Junior
Use of undefined propertyProperty: http://schema.org/deathDate Value: 1968-09-10
Value does not have shape schema:AddressShapeProperty: http://schema.org/address Value: BobsAddress
Value is not < value of schema:deathDateProperty: http://schema.org/birthDate Value: 1971-07-07
SELECT $this ?path ?valueWHERE { $this ?path ?value . FILTER (?path NOT IN (<http://topbraid.org/search#defaultSearch>)) . FILTER NOT EXISTS { ?path ?p ?o } FILTER NOT EXISTS { ?ps sh:path ?path } }A property is considered "undefined" if it does not appear as subject of any triple (e.g. ex:myProperty rdf:type rdf:Property would resolve that) and does not appear in a SHACL property shape (?ps sh:path ex:myProperty).
In this particular case, include the SHACL version of schema.org
to resolve the references of familyName and deathDate.
Holger
--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/96685ea3-eeb6-4962-91fc-f7f06eb35825%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to topbrai...@googlegroups.com.