Prefix ex:<http://ex.org/>

Create View GraphDemo As
    Construct {
        ?s a ex:Tag ;
        ex:owner ?o
    }
    With
        ?s = uri('http://bla.org/tags/', ?name)
        ?o = plainLiteral(?owner)
    From
        tags
