{ @prefix owl: . @prefix sp: . @prefix spl: . @prefix spin: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix foaf: . @prefix rel: . @prefix wdrs: . @prefix schema: . @prefix ecrm: . @prefix Oracle: . foaf:Agent a rdfs:Class ; rdfs:label "Agents (Person, Organization, or Bot)"^^xsd:string ; spin:rule [ a sp:Construct, spin:Rule ; rdfs:label "Label Aesthetics Rule" ; rdfs:comment """Dynamically generated relations that inform Faceted Browser about Labels for URIS aesthetics""" ; sp:text """ CONSTRUCT { ?this foaf:name ?name . } WHERE { { SELECT DISTINCT ?this ?name WHERE { { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } UNION { GRAPH { ?this ?name . } } # UNION # { GRAPH # { # ?this ?name . # } # } } } } """ ]. }