CARVIEW |
Select Language
HTTP/2 200
access-control-allow-credentials: true
access-control-allow-headers: Accept
access-control-allow-origin: *
access-control-allow-methods: GET
x-cloud-trace-context: cdd40e9fa901095ce896206424c25ea2
content-encoding: gzip
server: Google Frontend
content-length: 5508
date: Thu, 09 Oct 2025 01:49:26 GMT
expires: Thu, 09 Oct 2025 01:59:26 GMT
cache-control: public, max-age=600
etag: "XYkB7A"
content-type: text/html
age: 0
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
translator - Schema.org Property
Note: You are viewing the development
version of Schema.org.
See how we work for more details.
translator
A Schema.org Property
- Canonical URL: https://schema.org/translator
- Check for open issues.
Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.
Values expected to be one of these types
Used on these types
Examples
Example 1
Copied
Example notes or example HTML without markup.
A CreativeWork and its translation. <div> <div> <h1>Rouge et le noir</h1> <div>Author: Stendhal</div> <div>Language: French</div> <div>Has Translation: Red and Black : A New Translation, Backgrounds and Sources, Criticism</div> </div> <div> <h1>Red and Black : A New Translation, Backgrounds and Sources, Criticism</h1> <div>Author: Stendhal</div> <div>Language: English</div> <div>Subject: Psychological fiction, French</div> <div>Translation of: Rouge et le noir</div> <div>Translator: Robert Martin Adams</div> </div> </div>
Example encoded as Microdata embedded in HTML.
<div> <div itemscope itemtype="https://schema.org/Book" itemid="https://worldcat.org/entity/work/id/2292573321"> <h1><span itemprop="name">Rouge et le noir</span></h1> <div>Author: <span itemprop="author" itemscope itemtype="https://schema.org/Person" itemid="https://viaf.org/viaf/17823">Stendhal</span></div> <div>Language: <meta itemprop="inLanguage" content="fr" />French</div> <div>Has Translation: <span itemprop="workTranslation" itemscope itemtype="https://schema.org/CreativeWork" itemid="https://worldcat.org/entity/work/id/460647">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></div> </div> <div itemscope itemtype="https://schema.org/Book" itemid="https://worldcat.org/entity/work/id/460647"> <h1><span itemprop="name">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></h1> <div>Author: <span itemprop="author" itemscope itemtype="https://schema.org/Person" itemid="https://viaf.org/viaf/17823">Stendhal</span></div> <div>Language: <meta itemprop="inLanguage" content="en" />English</div> <div>Subject: <span itemprop="about">Psychological fiction, French</span></div> <div>Translation of: <span itemprop="translationOfWork" itemscope itemtype="https://schema.org/CreativeWork" itemid="https://worldcat.org/entity/work/id/2292573321">Rouge et le noir</span></div> <div>Translator: <span itemprop="translator" itemscope itemtype="https://schema.org/Person" itemid="https://viaf.org/viaf/8453420">Robert Martin Adams</span></div> </div> </div>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/"> <div typeof="Book" resource="https://worldcat.org/entity/work/id/2292573321"> <h1><span property="name">Rouge et le noir</span></h1> <div>Author: <span property="author" typeof="Person" resource="https://viaf.org/viaf/17823">Stendhal</span></div> <div>Language: <span property="inLanguage" content="fr">French</span></div> <div>Has Translation: <span property="workTranslation" typeof="CreativeWork" resource="https://worldcat.org/entity/work/id/460647">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></div> </div> <div typeof="Book" resource="https://worldcat.org/entity/work/id/460647"> <h1><span property="name">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></h1> <div>Author: <span property="author" typeof="Person" resource="https://viaf.org/viaf/17823">Stendhal</span></div> <div>Language: <span property="inLanguage" content="en">English</span></div> <div>Subject: <span property="about">Psychological fiction, French</span></div> <div>Translation of: <span property="translationOfWork" typeof="CreativeWork" resource="https://worldcat.org/entity/work/id/2292573321">Rouge et le noir</span></div> <div>Translator: <span property="translator" typeof="Person" resource="https://viaf.org/viaf/8453420">Robert Martin Adams</span></div> </div> </div>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@graph": [ { "@id": "https://worldcat.org/entity/work/id/2292573321", "@type": "Book", "author": { "@id": "https://viaf.org/viaf/17823" }, "inLanguage": "fr", "name": "Rouge et le noir", "workTranslation": { "@type": "Book", "@id": "https://worldcat.org/entity/work/id/460647" } }, { "@id": "https://worldcat.org/entity/work/id/460647", "@type": "Book", "about": "Psychological fiction, French", "author": { "@id": "https://viaf.org/viaf/17823" }, "inLanguage": "en", "name": "Red and Black : A New Translation, Backgrounds and Sources, Criticism", "translationOfWork": { "@id": "https://worldcat.org/entity/work/id/2292573321" }, "translator": { "@id": "https://viaf.org/viaf/8453420" } } ] } </script>
Structured representation of the JSON-LD example.
{
"@context": "https://schema.org/",
"@graph": [
{
"@id": "https://worldcat.org/entity/work/id/2292573321",
"@type": "Book",
"author": {
"@id": "https://viaf.org/viaf/17823"
},
"inLanguage": "fr",
"name": "Rouge et le noir",
"workTranslation": {
"@type": "Book",
"@id": "https://worldcat.org/entity/work/id/460647"
}
},
{
"@id": "https://worldcat.org/entity/work/id/460647",
"@type": "Book",
"about": "Psychological fiction, French",
"author": {
"@id": "https://viaf.org/viaf/17823"
},
"inLanguage": "en",
"name": "Red and Black : A New Translation, Backgrounds and Sources, Criticism",
"translationOfWork": {
"@id": "https://worldcat.org/entity/work/id/2292573321"
},
"translator": {
"@id": "https://viaf.org/viaf/8453420"
}
}
]
}
•
Schema.org
•
V29.3
|
2025-09-04