# Construct occupation instances: pass through existing schema:Occupation. PREFIX schema: CONSTRUCT { ?s a schema:Occupation . ?s schema:name ?name . } WHERE { ?s a schema:Occupation . OPTIONAL { ?s schema:name ?name } }