Type Statement
Expect Type is a Hydra-specific expectation step similar to Expect Property
which generates checks that a resource has a given RDF type.
Usage
With Operation <http://example.com/CreateProject> {
    Invoke {
        Expect Type <http://example.com/ProjectDraft>
    }
}
