Seamless.AI · JSON-LD Context

Seamless Ai Context

JSON-LD context defining the semantic vocabulary for Seamless Ai from Seamless.AI.

19 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
seamless: https://seamless.ai/vocab/

Classes

Contact Company id name firstName lastName title company location linkedinUrl industry domain employeeCount revenue founded headquarters funding searchResultId verified

Properties

Property Type Container
emails set
phones set
jobHistory list
technologies set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "seamless": "https://seamless.ai/vocab/",
    "Contact": "schema:Person",
    "Company": "schema:Organization",
    "id": "@id",
    "name": "schema:name",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "title": "schema:jobTitle",
    "company": "schema:worksFor",
    "emails": {
      "@id": "schema:email",
      "@container": "@set"
    },
    "phones": {
      "@id": "schema:telephone",
      "@container": "@set"
    },
    "location": "schema:addressLocality",
    "linkedinUrl": "schema:sameAs",
    "industry": "schema:industry",
    "jobHistory": {
      "@id": "seamless:jobHistory",
      "@container": "@list"
    },
    "domain": "schema:url",
    "employeeCount": "schema:numberOfEmployees",
    "revenue": "schema:revenue",
    "founded": "schema:foundingDate",
    "headquarters": "schema:address",
    "technologies": {
      "@id": "seamless:technologies",
      "@container": "@set"
    },
    "funding": "seamless:funding",
    "searchResultId": "seamless:searchResultId",
    "verified": "seamless:verified"
  }
}