Abstract API · JSON-LD Context

Abstract Api Web Scraping Context

JSON-LD context defining the semantic vocabulary for Abstract Api Web Scraping from Abstract API.

1 Classes 3 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

WebScrapingResponse

Properties

Property Type Container
body string
url
statusCode integer

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#",
    "WebScrapingResponse": "abstract:WebScrapingResponse",
    "body": {
      "@id": "abstract:body",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url"
    },
    "statusCode": {
      "@id": "abstract:status_code",
      "@type": "xsd:integer"
    }
  }
}