## TURTLE Notation base Review Template ## A derivative of the JSON-LD based Google Review Guide Document ## Identified by the hyperlink: https://developers.google.com/webmasters/structured-data/critic-reviews @prefix schema: . <> a schema:Review ; schema:author [ a schema:Person ; schema:name "{reviewer-name}" ; schema:sameAs <{hyperlink-that-identifies-review-author}#webid> ]; schema:datePublished "{review-date-in-yyyy-mm-dd-time-form}"^^xsd:dateTime ; schema:description "{review-description-in-native-language}"@{native-language-code} ; schema:itemReviewed [ a schema:Movie ; schema:name "{movie-name}" ; schema:sameAs <{hyperlink-that-identifies-movie-web-page}#movie> ; schema:datePublished "{review-date-in-yyyy-mm-dd-time-form}"^^xsd:dateTime ; schema:director [ a schema:Person ; schema:name "{director-name}" ; schema:sameAs <{hyperlink-that-identifies-wikipedia-page-about-director}#webid>, <{hyperlink-that-identifies-director-in-dbpedia-dataset}> ] ; schema:actor [ a schema:Person ; schema:name "{actor1-name}" ; schema:sameAs <{hyperlink-that-identifies-wikipedia-page-about-actor-1}#webid>, <{hyperlink-that-identifies-actor-1-in-dbpedia-dataset}> ], a schema:Person ; schema:name "{actorN-name}" ; schema:sameAs <{hyperlink-that-identifies-wikipedia-page-about-actor-N}#webid>, <{hyperlink-that-identifies-actor-N-in-dbpedia-dataset}> ] ]; schema:publisher [ a schema:Organization ; schema:name "{review-publisher-name}" ; schema:sameAs <{hyperlink-that-identifies-review-publisher-home-page}#webid> ] ; schema:reviewRating [ a schema:Rating ; schema:worstRating "{rating-on-1-to-5-scale-or-similar}"^^xsd:integer ; schema:bestRating "{rating-on-1-to-5-scale-or-similar}"^^xsd:integer; schema:ratingValue "{rating-on-1-to-5-scale-or-similar}"^^xsd:integer ]; schema:url <{hyperlink-that-identifies-actual-movie-review-web-page}> .