Sync Labs · JSON-LD Context

Sync Labs Context

JSON-LD context defining the semantic vocabulary for Sync Labs from Sync Labs.

0 Classes 22 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
synclabs: https://sync.so/vocab#

Properties

Property Type Container
LipSyncGeneration reference
BatchGeneration reference
LipSyncModel reference
MediaAsset reference
VideoAsset reference
AudioAsset reference
DubbingProject reference
generationId string
generationStatus string
modelId string
videoUrl reference
audioUrl reference
outputVideoUrl reference
durationSeconds decimal
costUsd decimal
costPerSecond decimal
maxFaceResolution integer
batchId string
batchSize integer
webhookUrl reference
createdAt dateTime
completedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "synclabs": "https://sync.so/vocab#",

    "LipSyncGeneration": {
      "@id": "synclabs:LipSyncGeneration",
      "@type": "@id",
      "skos:definition": "An AI-powered video lip synchronization job"
    },
    "BatchGeneration": {
      "@id": "synclabs:BatchGeneration",
      "@type": "@id",
      "rdfs:subClassOf": { "@id": "synclabs:LipSyncGeneration" }
    },
    "LipSyncModel": {
      "@id": "synclabs:LipSyncModel",
      "@type": "@id",
      "rdfs:subClassOf": { "@id": "schema:SoftwareApplication" }
    },
    "MediaAsset": {
      "@id": "synclabs:MediaAsset",
      "@type": "@id",
      "rdfs:subClassOf": { "@id": "schema:MediaObject" }
    },
    "VideoAsset": {
      "@id": "synclabs:VideoAsset",
      "@type": "@id",
      "rdfs:subClassOf": { "@id": "schema:VideoObject" }
    },
    "AudioAsset": {
      "@id": "synclabs:AudioAsset",
      "@type": "@id",
      "rdfs:subClassOf": { "@id": "schema:AudioObject" }
    },
    "DubbingProject": {
      "@id": "synclabs:DubbingProject",
      "@type": "@id",
      "skos:definition": "A content localization project using AI lip-sync technology"
    },

    "generationId": { "@id": "synclabs:generationId", "@type": "xsd:string" },
    "generationStatus": { "@id": "synclabs:generationStatus", "@type": "xsd:string" },
    "modelId": { "@id": "synclabs:modelId", "@type": "xsd:string" },
    "videoUrl": { "@id": "schema:contentUrl", "@type": "@id" },
    "audioUrl": { "@id": "synclabs:audioUrl", "@type": "@id" },
    "outputVideoUrl": { "@id": "synclabs:outputVideoUrl", "@type": "@id" },
    "durationSeconds": { "@id": "schema:duration", "@type": "xsd:decimal" },
    "costUsd": { "@id": "schema:price", "@type": "xsd:decimal" },
    "costPerSecond": { "@id": "synclabs:costPerSecond", "@type": "xsd:decimal" },
    "maxFaceResolution": { "@id": "synclabs:maxFaceResolution", "@type": "xsd:integer" },
    "batchId": { "@id": "synclabs:batchId", "@type": "xsd:string" },
    "batchSize": { "@id": "synclabs:batchSize", "@type": "xsd:integer" },
    "webhookUrl": { "@id": "synclabs:webhookUrl", "@type": "@id" },
    "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "completedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" }
  }
}