@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
<https://example.org/book/the-great-novel>
rdf:type schema:Review .
<http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/>
schema:hasReview <https://example.org/book/the-great-novel> .