SimpleLocalize · JSON-LD Context

Simplelocalize Context

JSON-LD context defining the semantic vocabulary for Simplelocalize from SimpleLocalize.

17 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

sl: https://simplelocalize.io/schema/

Classes

Translation Language Project Customer key namespace language text reviewStatus customerId name description apiKey translationCount SoftwareApplication WebAPI Service

Properties

Property Type Container
modifiedAt schema:DateTime
createdAt schema:DateTime
languages reference set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sl": "https://simplelocalize.io/schema/",
    "Translation": "sl:Translation",
    "Language": "sl:Language",
    "Project": "sl:Project",
    "Customer": "sl:Customer",
    "key": "sl:key",
    "namespace": "sl:namespace",
    "language": "sl:language",
    "text": "sl:text",
    "reviewStatus": "sl:reviewStatus",
    "customerId": "sl:customerId",
    "modifiedAt": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "name": "schema:name",
    "description": "schema:description",
    "apiKey": "sl:apiKey",
    "translationCount": "sl:translationCount",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "languages": {
      "@id": "sl:hasLanguage",
      "@type": "@id",
      "@container": "@set"
    },
    "SoftwareApplication": "schema:SoftwareApplication",
    "WebAPI": "schema:WebAPI",
    "Service": "schema:Service"
  }
}