Walgreens Boots Alliance · JSON-LD Context

Walgreens Boots Alliance Context

JSON-LD context defining the semantic vocabulary for Walgreens Boots Alliance from Walgreens Boots Alliance.

25 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
wba: https://www.walgreensbootsalliance.com/vocab/
fibo: https://spec.edmcouncil.org/fibo/ontology/

Classes

Organization Corporation name description PharmacyChain HealthcareOrganization numberOfLocations Prescription prescriptionId medicationName dosage Patient patientId firstName lastName HealthcareService PopulationHealth MedicationTherapyManagement SpecialtyPharmacy HealthData datasetDescription dataLicense StoreLocation latitude longitude

Properties

Property Type Container
url reference
prescriber schema:Physician
dateOfBirth date
address schema:PostalAddress

JSON-LD Document

walgreens-boots-alliance-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "wba": "https://www.walgreensbootsalliance.com/vocab/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",

    "Organization": "schema:Organization",
    "Corporation": "schema:Corporation",
    "name": "schema:name",
    "description": "schema:description",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },

    "PharmacyChain": "schema:Pharmacy",
    "HealthcareOrganization": "schema:MedicalOrganization",
    "numberOfLocations": "schema:numberOfEmployees",

    "Prescription": "schema:Drug",
    "prescriptionId": "wba:prescriptionId",
    "medicationName": "schema:name",
    "dosage": "schema:dose",
    "prescriber": {
      "@id": "schema:prescribedBy",
      "@type": "schema:Physician"
    },

    "Patient": "schema:Patient",
    "patientId": "wba:patientId",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "dateOfBirth": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },

    "HealthcareService": "schema:MedicalProcedure",
    "PopulationHealth": "wba:PopulationHealth",
    "MedicationTherapyManagement": "wba:MedicationTherapyManagement",
    "SpecialtyPharmacy": "wba:SpecialtyPharmacy",

    "HealthData": "schema:Dataset",
    "datasetDescription": "schema:description",
    "dataLicense": "schema:license",

    "StoreLocation": "schema:Store",
    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "latitude": "schema:latitude",
    "longitude": "schema:longitude"
  }
}