Abstract API · JSON-LD Context

Abstract Api Company Enrichment Context

JSON-LD context defining the semantic vocabulary for Abstract Api Company Enrichment from Abstract API.

1 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

abstract: https://abstractapi.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CompanyEnrichmentResponse

Properties

Property Type Container
name
domain string
country string
locality string
region string
linkedinUrl reference
logo reference
yearFounded integer
industry string
employeesCount integer
description

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "abstract": "https://abstractapi.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CompanyEnrichmentResponse": "abstract:CompanyEnrichmentResponse",
    "name": {
      "@id": "schema:name"
    },
    "domain": {
      "@id": "abstract:domain",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "abstract:country",
      "@type": "xsd:string"
    },
    "locality": {
      "@id": "abstract:locality",
      "@type": "xsd:string"
    },
    "region": {
      "@id": "abstract:region",
      "@type": "xsd:string"
    },
    "linkedinUrl": {
      "@id": "abstract:linkedin_url",
      "@type": "@id"
    },
    "logo": {
      "@id": "abstract:logo",
      "@type": "@id"
    },
    "yearFounded": {
      "@id": "abstract:year_founded",
      "@type": "xsd:integer"
    },
    "industry": {
      "@id": "abstract:industry",
      "@type": "xsd:string"
    },
    "employeesCount": {
      "@id": "abstract:employees_count",
      "@type": "xsd:integer"
    },
    "description": {
      "@id": "schema:description"
    }
  }
}