Barnes & Noble Education · JSON-LD Context

Barnes And Noble Education Context

JSON-LD context defining the semantic vocabulary for Barnes And Noble Education from Barnes & Noble Education.

43 Classes 12 Properties 3 Namespaces
View Context View on GitHub

Namespaces

bned: https://api-evangelist.com/vocab/barnes-and-noble-education#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Corporation Subsidiary Segment CampusPartner CampusStore PhysicalStore VirtualStore CourseMaterial Textbook Courseware Course CourseSection Adoption Program ResearchReport id type name description url logo brand tickerSymbol exchange parentOrganization subOrganization operates operatedBy partnerCampus courseMaterial isbn publisher edition format deliveryModel course courseSection term instructor address telephone email areaServed

Properties

Property Type Container
foundingDate date
spinoffDate date
studentsServed integer
totalStores integer
physicalStores integer
virtualStores integer
inclusiveAccess boolean
equitableAccess boolean
openLicensed boolean
adoptionDate date
created dateTime
modified dateTime

JSON-LD Document

barnes-and-noble-education-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "bned": "https://api-evangelist.com/vocab/barnes-and-noble-education#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Corporation": "schema:Corporation",
    "Subsidiary": "schema:Organization",
    "Segment": "bned:Segment",
    "CampusPartner": "schema:EducationalOrganization",
    "CampusStore": "schema:Store",
    "PhysicalStore": "schema:Store",
    "VirtualStore": "schema:OnlineStore",
    "CourseMaterial": "schema:Product",
    "Textbook": "schema:Book",
    "Courseware": "schema:LearningResource",
    "Course": "schema:Course",
    "CourseSection": "schema:CourseInstance",
    "Adoption": "bned:Adoption",
    "Program": "bned:Program",
    "ResearchReport": "schema:Report",

    "id": "@id",
    "type": "@type",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "logo": "schema:logo",
    "brand": "schema:brand",

    "tickerSymbol": "schema:tickerSymbol",
    "exchange": "bned:exchange",
    "parentOrganization": "schema:parentOrganization",
    "subOrganization": "schema:subOrganization",
    "foundingDate": {
      "@id": "schema:foundingDate",
      "@type": "xsd:date"
    },
    "spinoffDate": {
      "@id": "bned:spinoffDate",
      "@type": "xsd:date"
    },

    "operates": "bned:operates",
    "operatedBy": "bned:operatedBy",
    "partnerCampus": "bned:partnerCampus",
    "studentsServed": {
      "@id": "bned:studentsServed",
      "@type": "xsd:integer"
    },
    "totalStores": {
      "@id": "bned:totalStores",
      "@type": "xsd:integer"
    },
    "physicalStores": {
      "@id": "bned:physicalStores",
      "@type": "xsd:integer"
    },
    "virtualStores": {
      "@id": "bned:virtualStores",
      "@type": "xsd:integer"
    },

    "courseMaterial": "bned:courseMaterial",
    "isbn": "schema:isbn",
    "publisher": "schema:publisher",
    "edition": "schema:bookEdition",
    "format": "bned:format",
    "deliveryModel": "bned:deliveryModel",
    "inclusiveAccess": {
      "@id": "bned:inclusiveAccess",
      "@type": "xsd:boolean"
    },
    "equitableAccess": {
      "@id": "bned:equitableAccess",
      "@type": "xsd:boolean"
    },
    "openLicensed": {
      "@id": "bned:openLicensed",
      "@type": "xsd:boolean"
    },

    "course": "bned:course",
    "courseSection": "bned:courseSection",
    "term": "bned:term",
    "instructor": "schema:instructor",
    "adoptionDate": {
      "@id": "bned:adoptionDate",
      "@type": "xsd:date"
    },

    "address": "schema:address",
    "telephone": "schema:telephone",
    "email": "schema:email",
    "areaServed": "schema:areaServed",

    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modified": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}