Biogen · JSON-LD Context

Biogen Context

JSON-LD context defining the semantic vocabulary for Biogen from Biogen.

5 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

bg: https://developer.biogen.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id name description status created_at

Properties

Property Type Container
services string
requests_today integer
requests_month integer
key string
keys string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "bg": "https://developer.biogen.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "id": "schema:identifier",
    "name": "schema:name",
    "description": "schema:description",
    "status": "schema:status",
    "services": {
      "@id": "bg:services",
      "@type": "xsd:string"
    },
    "requests_today": {
      "@id": "bg:requests_today",
      "@type": "xsd:integer"
    },
    "requests_month": {
      "@id": "bg:requests_month",
      "@type": "xsd:integer"
    },
    "key": {
      "@id": "bg:key",
      "@type": "xsd:string"
    },
    "created_at": "schema:dateCreated",
    "keys": {
      "@id": "bg:keys",
      "@type": "xsd:string"
    }
  }
}