DeepL · JSON-LD Context

Deepl Context

JSON-LD context defining the semantic vocabulary for Deepl from DeepL.

3 Classes 9 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
deepl: https://schema.deepl.com/

Classes

Translation Glossary Document

Properties

Property Type Container
translations
text schema:Text
detected_source_language schema:Text
source_lang schema:Text
target_lang schema:Text
glossary_id
name schema:Text
creation_time schema:DateTime
entry_count schema:Integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.deepl.com/",
    "schema": "https://schema.org/",
    "deepl": "https://schema.deepl.com/",
    "Translation": "deepl:Translation",
    "Glossary": "deepl:Glossary",
    "Document": "schema:DigitalDocument",
    "translations": {"@id": "deepl:translations"},
    "text": {"@id": "schema:text", "@type": "schema:Text"},
    "detected_source_language": {"@id": "deepl:detectedSourceLanguage", "@type": "schema:Text"},
    "source_lang": {"@id": "deepl:sourceLanguage", "@type": "schema:Text"},
    "target_lang": {"@id": "deepl:targetLanguage", "@type": "schema:Text"},
    "glossary_id": {"@id": "schema:identifier"},
    "name": {"@id": "schema:name", "@type": "schema:Text"},
    "creation_time": {"@id": "schema:dateCreated", "@type": "schema:DateTime"},
    "entry_count": {"@id": "deepl:entryCount", "@type": "schema:Integer"}
  }
}