René's URL Explorer Experiment


Title: CourseInstance - Schema.org Type

Description: Schema.org Type: CourseInstance - An instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "qb": "http://purl.org/linked-data/cube#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:CourseInstance",
      "@type": "rdfs:Class",
      "rdfs:comment": "An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.",
      "rdfs:label": "CourseInstance",
      "rdfs:subClassOf": {
        "@id": "schema:Event"
      }
    },
    {
      "@id": "schema:Event",
      "@type": "rdfs:Class",
      "rdfs:comment": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects.",
      "rdfs:label": "Event",
      "owl:equivalentClass": [
        {
          "@id": "dcmitype:Event"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/Occurrence"
        }
      ],
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:about",
      "@type": "rdf:Property",
      "rdfs:comment": "The subject matter of an object.",
      "rdfs:label": "about",
      "owl:equivalentProperty": {
        "@id": "dcterms:subject"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:CommunicateAction"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:DefinedTermSet"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:subjectOf"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      },
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/4588"
        }
      ]
    },
    {
      "@id": "schema:actor",
      "@type": "rdf:Property",
      "rdfs:comment": "An actor (individual or a group), e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
      "rdfs:label": "actor",
      "schema:domainIncludes": [
        {
          "@id": "schema:Clip"
        },
        {
          "@id": "schema:CreativeWorkSeason"
        },
        {
          "@id": "schema:Episode"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Movie"
        },
        {
          "@id": "schema:MovieSeries"
        },
        {
          "@id": "schema:PodcastSeries"
        },
        {
          "@id": "schema:RadioSeries"
        },
        {
          "@id": "schema:TVSeries"
        },
        {
          "@id": "schema:VideoGame"
        },
        {
          "@id": "schema:VideoGameSeries"
        },
        {
          "@id": "schema:VideoObject"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:PerformingGroup"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:aggregateRating",
      "@type": "rdf:Property",
      "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
      "rdfs:label": "aggregateRating",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:AggregateRating"
      }
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:attendee",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization attending the event.",
      "rdfs:label": "attendee",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:attendees",
      "@type": "rdf:Property",
      "rdfs:comment": "A person attending the event.",
      "rdfs:label": "attendees",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:attendee"
      }
    },
    {
      "@id": "schema:audience",
      "@type": "rdf:Property",
      "rdfs:comment": "An intended audience, i.e. a group for whom something was created.",
      "rdfs:label": "audience",
      "owl:equivalentProperty": {
        "@id": "dcterms:audience"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:LodgingBusiness"
        },
        {
          "@id": "schema:PlayAction"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Audience"
      }
    },
    {
      "@id": "schema:composer",
      "@type": "rdf:Property",
      "rdfs:comment": "The person or organization who wrote a composition, or who is the composer of a work performed at some event.",
      "rdfs:label": "composer",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/MBZ"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MusicComposition"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:contributor",
      "@type": "rdf:Property",
      "rdfs:comment": "A secondary contributor to the CreativeWork or Event.",
      "rdfs:label": "contributor",
      "owl:equivalentProperty": {
        "@id": "dcterms:contributor"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:courseMode",
      "@type": "rdf:Property",
      "rdfs:comment": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous).",
      "rdfs:label": "courseMode",
      "schema:domainIncludes": {
        "@id": "schema:CourseInstance"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:courseSchedule",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents the length and pace of a course, expressed as a [[Schedule]].",
      "rdfs:label": "courseSchedule",
      "schema:domainIncludes": {
        "@id": "schema:CourseInstance"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Schedule"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3281"
      }
    },
    {
      "@id": "schema:courseWorkload",
      "@type": "rdf:Property",
      "rdfs:comment": "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\".",
      "rdfs:label": "courseWorkload",
      "schema:domainIncludes": {
        "@id": "schema:CourseInstance"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1909"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:director",
      "@type": "rdf:Property",
      "rdfs:comment": "A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.",
      "rdfs:label": "director",
      "schema:domainIncludes": [
        {
          "@id": "schema:Clip"
        },
        {
          "@id": "schema:CreativeWorkSeason"
        },
        {
          "@id": "schema:Episode"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Movie"
        },
        {
          "@id": "schema:MovieSeries"
        },
        {
          "@id": "schema:RadioSeries"
        },
        {
          "@id": "schema:TVSeries"
        },
        {
          "@id": "schema:VideoGame"
        },
        {
          "@id": "schema:VideoGameSeries"
        },
        {
          "@id": "schema:VideoObject"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:doorTime",
      "@type": "rdf:Property",
      "rdfs:comment": "The time admission will commence.",
      "rdfs:label": "doorTime",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DateTime"
        },
        {
          "@id": "schema:Time"
        }
      ]
    },
    {
      "@id": "schema:duration",
      "@type": "rdf:Property",
      "rdfs:comment": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).",
      "rdfs:label": "duration",
      "schema:domainIncludes": [
        {
          "@id": "schema:Audiobook"
        },
        {
          "@id": "schema:Episode"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MediaObject"
        },
        {
          "@id": "schema:Movie"
        },
        {
          "@id": "schema:MusicRecording"
        },
        {
          "@id": "schema:MusicRelease"
        },
        {
          "@id": "schema:QuantitativeValueDistribution"
        },
        {
          "@id": "schema:Schedule"
        },
        {
          "@id": "schema:ServicePeriod"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Duration"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1457"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1698"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
        }
      ]
    },
    {
      "@id": "schema:endDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
      "rdfs:label": "endDate",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasEndDate"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWorkSeason"
        },
        {
          "@id": "schema:CreativeWorkSeries"
        },
        {
          "@id": "schema:DatedMoneySpecification"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MerchantReturnPolicySeasonalOverride"
        },
        {
          "@id": "schema:Role"
        },
        {
          "@id": "schema:Schedule"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2486"
      }
    },
    {
      "@id": "schema:eventAttendanceMode",
      "@type": "rdf:Property",
      "rdfs:comment": "The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.",
      "rdfs:label": "eventAttendanceMode",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:EventAttendanceModeEnumeration"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1842"
      }
    },
    {
      "@id": "schema:eventSchedule",
      "@type": "rdf:Property",
      "rdfs:comment": "Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of\n      repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly\n      gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that\n      is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated\n      [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months\n      or seasons.",
      "rdfs:label": "eventSchedule",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Schedule"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1457"
      }
    },
    {
      "@id": "schema:eventStatus",
      "@type": "rdf:Property",
      "rdfs:comment": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.",
      "rdfs:label": "eventStatus",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": {
        "@id": "schema:EventStatusType"
      }
    },
    {
      "@id": "schema:funder",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
      "rdfs:label": "funder",
      "rdfs:subPropertyOf": {
        "@id": "schema:sponsor"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Grant"
        },
        {
          "@id": "schema:MonetaryGrant"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:funding",
      "@type": "rdf:Property",
      "rdfs:comment": "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].",
      "rdfs:label": "funding",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:BioChemEntity"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MedicalEntity"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:fundedItem"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Grant"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/383"
      }
    },
    {
      "@id": "schema:hasParticipationOffer",
      "@type": "rdf:Property",
      "rdfs:comment": "An offer to participate in the event, for example, Call for Proposals, Call for Speakers, or Call for Performers.",
      "rdfs:label": "hasParticipationOffer",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Offer"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4495"
      }
    },
    {
      "@id": "schema:hasSponsorshipOffer",
      "@type": "rdf:Property",
      "rdfs:comment": "An offer to sponsor the event, for example, Sponsorship Prospectus, Sponsorship Opportunities, or Sponsor Packages.",
      "rdfs:label": "hasSponsorshipOffer",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Offer"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4495"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:inLanguage",
      "@type": "rdf:Property",
      "rdfs:comment": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].",
      "rdfs:label": "inLanguage",
      "owl:equivalentProperty": {
        "@id": "dcterms:language"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:BroadcastService"
        },
        {
          "@id": "schema:CommunicateAction"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:LinkRole"
        },
        {
          "@id": "schema:PronounceableText"
        },
        {
          "@id": "schema:WriteAction"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Language"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2382"
      }
    },
    {
      "@id": "schema:instructor",
      "@type": "rdf:Property",
      "rdfs:comment": "A person assigned to instruct or provide instructional assistance for the [[CourseInstance]].",
      "rdfs:label": "instructor",
      "schema:domainIncludes": {
        "@id": "schema:CourseInstance"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:isAccessibleForFree",
      "@type": "rdf:Property",
      "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.",
      "rdfs:label": "isAccessibleForFree",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      }
    },
    {
      "@id": "schema:keywords",
      "@type": "rdf:Property",
      "rdfs:comment": "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
      "rdfs:label": "keywords",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:location",
      "@type": "rdf:Property",
      "rdfs:comment": "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.",
      "rdfs:label": "location",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/Locations/isLocatedIn"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Action"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:InteractionCounter"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:PostalAddress"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:VirtualLocation"
        }
      ]
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:maximumAttendeeCapacity",
      "@type": "rdf:Property",
      "rdfs:comment": "The total number of individuals that may attend an event or venue.",
      "rdfs:label": "maximumAttendeeCapacity",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Quantities/hasUpperBound"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      }
    },
    {
      "@id": "schema:maximumPhysicalAttendeeCapacity",
      "@type": "rdf:Property",
      "rdfs:comment": "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). ",
      "rdfs:label": "maximumPhysicalAttendeeCapacity",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1842"
      }
    },
    {
      "@id": "schema:maximumVirtualAttendeeCapacity",
      "@type": "rdf:Property",
      "rdfs:comment": "The maximum virtual attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ",
      "rdfs:label": "maximumVirtualAttendeeCapacity",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1842"
      }
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:offers",
      "@type": "rdf:Property",
      "rdfs:comment": "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n      ",
      "rdfs:label": "offers",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isProductOf"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:AggregateOffer"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MenuItem"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Trip"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:itemOffered"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2289"
      }
    },
    {
      "@id": "schema:organizer",
      "@type": "rdf:Property",
      "rdfs:comment": "An organizer of an Event.",
      "rdfs:label": "organizer",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:performer",
      "@type": "rdf:Property",
      "rdfs:comment": "A performer at the event—for example, a presenter, musician, musical group or actor.",
      "rdfs:label": "performer",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:performers",
      "@type": "rdf:Property",
      "rdfs:comment": "The main performer or performers of the event—for example, a presenter, musician, or actor.",
      "rdfs:label": "performers",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:performer"
      }
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:previousStartDate",
      "@type": "rdf:Property",
      "rdfs:comment": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.",
      "rdfs:label": "previousStartDate",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:recordedIn",
      "@type": "rdf:Property",
      "rdfs:comment": "The CreativeWork that captured all or part of this Event.",
      "rdfs:label": "recordedIn",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:inverseOf": {
        "@id": "schema:recordedAt"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:remainingAttendeeCapacity",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of attendee places for an event that remain unallocated.",
      "rdfs:label": "remainingAttendeeCapacity",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      }
    },
    {
      "@id": "schema:review",
      "@type": "rdf:Property",
      "rdfs:comment": "A review of the item.",
      "rdfs:label": "review",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      }
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:sponsor",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
      "rdfs:label": "sponsor",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Grant"
        },
        {
          "@id": "schema:MedicalStudy"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:startDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
      "rdfs:label": "startDate",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasStartDate"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWorkSeason"
        },
        {
          "@id": "schema:CreativeWorkSeries"
        },
        {
          "@id": "schema:DatedMoneySpecification"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MerchantReturnPolicySeasonalOverride"
        },
        {
          "@id": "schema:Role"
        },
        {
          "@id": "schema:Schedule"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2486"
      }
    },
    {
      "@id": "schema:subEvent",
      "@type": "rdf:Property",
      "rdfs:comment": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.",
      "rdfs:label": "subEvent",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:inverseOf": {
        "@id": "schema:superEvent"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      }
    },
    {
      "@id": "schema:subEvents",
      "@type": "rdf:Property",
      "rdfs:comment": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.",
      "rdfs:label": "subEvents",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      },
      "schema:supersededBy": {
        "@id": "schema:subEvent"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:superEvent",
      "@type": "rdf:Property",
      "rdfs:comment": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.",
      "rdfs:label": "superEvent",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:inverseOf": {
        "@id": "schema:subEvent"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      }
    },
    {
      "@id": "schema:translator",
      "@type": "rdf:Property",
      "rdfs:comment": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
      "rdfs:label": "translator",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:typicalAgeRange",
      "@type": "rdf:Property",
      "rdfs:comment": "The typical expected age range, e.g. '7-9', '11-'.",
      "rdfs:label": "typicalAgeRange",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:workFeatured",
      "@type": "rdf:Property",
      "rdfs:comment": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n       Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).",
      "rdfs:label": "workFeatured",
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:workPerformed",
      "@type": "rdf:Property",
      "rdfs:comment": "A work performed in some event, for example a play performed in a TheaterEvent.",
      "rdfs:label": "workPerformed",
      "rdfs:subPropertyOf": {
        "@id": "schema:workFeatured"
      },
      "schema:domainIncludes": {
        "@id": "schema:Event"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
10K - 100K Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Eventhttps://schema.org/Event
CourseInstancehttps://schema.org/CourseInstance
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+CourseInstance
Coursehttps://schema.org/Course
CourseInstancehttps://schema.org/CourseInstance
courseModehttps://schema.org/courseMode
Texthttps://schema.org/Text
URLhttps://schema.org/URL
courseSchedulehttps://schema.org/courseSchedule
Schedulehttps://schema.org/Schedule
Schedulehttps://schema.org/Schedule
courseWorkloadhttps://schema.org/courseWorkload
Texthttps://schema.org/Text
instructorhttps://schema.org/instructor
Personhttps://schema.org/Person
CourseInstancehttps://schema.org/CourseInstance
Eventhttps://schema.org/Event
abouthttps://schema.org/about
Thinghttps://schema.org/Thing
subjectOfhttps://schema.org/subjectOf
actorhttps://schema.org/actor
PerformingGrouphttps://schema.org/PerformingGroup
Personhttps://schema.org/Person
actorshttps://schema.org/actors
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
attendeehttps://schema.org/attendee
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
attendeeshttps://schema.org/attendees
audiencehttps://schema.org/audience
Audiencehttps://schema.org/Audience
serviceAudiencehttps://schema.org/serviceAudience
composerhttps://schema.org/composer
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
contributorhttps://schema.org/contributor
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
directorhttps://schema.org/director
Personhttps://schema.org/Person
directorshttps://schema.org/directors
doorTimehttps://schema.org/doorTime
DateTimehttps://schema.org/DateTime
Timehttps://schema.org/Time
durationhttps://schema.org/duration
Durationhttps://schema.org/Duration
QuantitativeValuehttps://schema.org/QuantitativeValue
ISO 8601 duration formathttp://en.wikipedia.org/wiki/ISO_8601
endDatehttps://schema.org/endDate
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
ISO 8601 date formathttp://en.wikipedia.org/wiki/ISO_8601
eventAttendanceModehttps://schema.org/eventAttendanceMode
EventAttendanceModeEnumerationhttps://schema.org/EventAttendanceModeEnumeration
eventSchedulehttps://schema.org/eventSchedule
Schedulehttps://schema.org/Schedule
Eventhttps://schema.org/Event
Schedulehttps://schema.org/Schedule
Eventhttps://schema.org/Event
Schedulehttps://schema.org/Schedule
startDatehttps://schema.org/startDate
endDatehttps://schema.org/endDate
Schedulehttps://schema.org/Schedule
eventStatushttps://schema.org/eventStatus
EventStatusTypehttps://schema.org/EventStatusType
funderhttps://schema.org/funder
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
fundinghttps://schema.org/funding
Granthttps://schema.org/Grant
Granthttps://schema.org/Grant
ownershipFundingInfohttps://schema.org/ownershipFundingInfo
fundedItemhttps://schema.org/fundedItem
hasParticipationOfferhttps://schema.org/hasParticipationOffer
Offerhttps://schema.org/Offer
hasSponsorshipOfferhttps://schema.org/hasSponsorshipOffer
Offerhttps://schema.org/Offer
inLanguagehttps://schema.org/inLanguage
Languagehttps://schema.org/Language
Texthttps://schema.org/Text
IETF BCP 47 standardhttp://tools.ietf.org/html/bcp47
availableLanguagehttps://schema.org/availableLanguage
languagehttps://schema.org/language
isAccessibleForFreehttps://schema.org/isAccessibleForFree
Booleanhttps://schema.org/Boolean
freehttps://schema.org/free
keywordshttps://schema.org/keywords
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
locationhttps://schema.org/location
Placehttps://schema.org/Place
PostalAddresshttps://schema.org/PostalAddress
Texthttps://schema.org/Text
VirtualLocationhttps://schema.org/VirtualLocation
maximumAttendeeCapacityhttps://schema.org/maximumAttendeeCapacity
Integerhttps://schema.org/Integer
maximumPhysicalAttendeeCapacityhttps://schema.org/maximumPhysicalAttendeeCapacity
Integerhttps://schema.org/Integer
Eventhttps://schema.org/Event
eventAttendanceModehttps://schema.org/eventAttendanceMode
OfflineEventAttendanceModehttps://schema.org/OfflineEventAttendanceMode
MixedEventAttendanceModehttps://schema.org/MixedEventAttendanceMode
maximumVirtualAttendeeCapacityhttps://schema.org/maximumVirtualAttendeeCapacity
Integerhttps://schema.org/Integer
Eventhttps://schema.org/Event
eventAttendanceModehttps://schema.org/eventAttendanceMode
OnlineEventAttendanceModehttps://schema.org/OnlineEventAttendanceMode
MixedEventAttendanceModehttps://schema.org/MixedEventAttendanceMode
offershttps://schema.org/offers
Demandhttps://schema.org/Demand
Offerhttps://schema.org/Offer
businessFunctionhttps://schema.org/businessFunction
Demandhttps://schema.org/Demand
itemOfferedhttps://schema.org/itemOffered
organizerhttps://schema.org/organizer
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
performerhttps://schema.org/performer
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
performershttps://schema.org/performers
previousStartDatehttps://schema.org/previousStartDate
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
recordedInhttps://schema.org/recordedIn
CreativeWorkhttps://schema.org/CreativeWork
recordedAthttps://schema.org/recordedAt
remainingAttendeeCapacityhttps://schema.org/remainingAttendeeCapacity
Integerhttps://schema.org/Integer
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
sponsorhttps://schema.org/sponsor
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
startDatehttps://schema.org/startDate
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
ISO 8601 date formathttp://en.wikipedia.org/wiki/ISO_8601
subEventhttps://schema.org/subEvent
Eventhttps://schema.org/Event
subEventshttps://schema.org/subEvents
superEventhttps://schema.org/superEvent
superEventhttps://schema.org/superEvent
Eventhttps://schema.org/Event
subEventhttps://schema.org/subEvent
translatorhttps://schema.org/translator
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
typicalAgeRangehttps://schema.org/typicalAgeRange
Texthttps://schema.org/Text
workFeaturedhttps://schema.org/workFeatured
CreativeWorkhttps://schema.org/CreativeWork
workPerformedhttps://schema.org/workPerformed
CreativeWorkhttps://schema.org/CreativeWork
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
CourseInstancehttps://schema.org/CourseInstance
hasCourseInstancehttps://schema.org/hasCourseInstance
Coursehttps://schema.org/Course
Example 1https://schema.org/CourseInstance#eg-0332
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 2https://schema.org/CourseInstance#eg-0333
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 3https://schema.org/CourseInstance#eg-0334
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.