## TURTLE Notation base Review Template
## A derivative (or rendition) of the JSON-LD based Google Review Guide Document
## Identified by the hyperlink: https://developers.google.com/webmasters/structured-data/critic-reviews .
## In regards to {native-language-code}" for English it would be:
## en
## For French it would be:
## fr
@prefix schema: .
@prefix foaf: .
@prefix dcterms: .
@prefix rdfs: .
@prefix like: .
## Optional Document Metadata
<>
a foaf:Document, schema:WebPage;
rdfs:name "Personal Profile Document" ;
dcterms:created "{review-date-in-yyyy-mm-dd-time-form}"^^xsd:dateTime ;
dcterms:creator <{hyperlink-that-identifies-you-the-author-of-this-document}> ;
foaf:primaryTopic <{hyperlink-that-identifies-you-the-person-described-by-this-document}> .
## About You
<#webid>
a schema:Person ;
is foaf:primaryTopic of <> ;
schame:name "{Your Person Name}" ;
schema:url <{hyperlink-that-identifies-a-website-or-blog-etc-about-your}> ;
schema:sameAs ,
,
;
like:likes <{hyperlink-that-identifies-a-website-about-something-you-like}#likes> ;
like:dislikes <{hyperlink-that-identifies-a-website-about-something-you-dislike}#dislikes> ;
foaf:knows <{hyperlink-that-identifies-a-website-about-someone-you-know}#webid> .