prefix twitter-data-silos: prefix kidehen3: prefix kidehen4: prefix schema: prefix like: prefix : <#> SELECT DISTINCT ?g1 ?g2 ?s ?o2 # FROM # FROM WHERE { { graph { ?s schema:publisher ?o ; schema:dateModified "2019-03-15:T21:32:00Z"^^xsd:dateTime . ?o owl:sameAs ?o2 . } bind ( AS ?g1) } union { graph { ?s schema:publisher ?o ; schema:dateModified "2019-03-15:T21:32:00Z"^^xsd:dateTime . ## Doesn't exist ?o owl:sameAs ?o2 . } bind ( AS ?g2) } } LIMIT 50