Scott Foresman · JSON-LD Context

Scott Foresman Context

JSON-LD context defining the semantic vocabulary for Scott Foresman from Scott Foresman.

0 Classes 11 Properties 2 Namespaces
View Context View on GitHub

Namespaces

lrmi: http://purl.org/dcx/lrmi-terms/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
EducationalContent rdfs:Class
TextbookSeries rdfs:Class
Publisher rdfs:Class
gradeLevel string
subjectArea string
publisher reference
isbn string
publicationDate date
seriesTitle reference
curriculum string
educationalAlignment reference

JSON-LD Document

scott-foresman-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "lrmi": "http://purl.org/dcx/lrmi-terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "EducationalContent": {
      "@id": "schema:LearningResource",
      "@type": "rdfs:Class",
      "rdfs:comment": "K-12 educational content from Scott Foresman / Savvas Learning"
    },
    "TextbookSeries": {
      "@id": "schema:BookSeries",
      "@type": "rdfs:Class",
      "rdfs:comment": "A multi-volume educational textbook series"
    },
    "Publisher": {
      "@id": "schema:Organization",
      "@type": "rdfs:Class",
      "rdfs:comment": "Educational content publisher"
    },

    "gradeLevel": {
      "@id": "lrmi:educationalLevel",
      "@type": "xsd:string"
    },
    "subjectArea": {
      "@id": "lrmi:educationalSubject",
      "@type": "xsd:string"
    },
    "publisher": {
      "@id": "schema:publisher",
      "@type": "@id"
    },
    "isbn": {
      "@id": "schema:isbn",
      "@type": "xsd:string"
    },
    "publicationDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "seriesTitle": {
      "@id": "schema:isPartOf",
      "@type": "@id"
    },
    "curriculum": {
      "@id": "lrmi:teaches",
      "@type": "xsd:string"
    },
    "educationalAlignment": {
      "@id": "schema:educationalAlignment",
      "@type": "@id"
    }
  }
}