René's URL Explorer Experiment


Title: WebApplication - Schema.org Type

Description: Schema.org Type: WebApplication - Web applications.

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:CreativeWork",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
      "rdfs:label": "CreativeWork",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/rNews"
      }
    },
    {
      "@id": "schema:SoftwareApplication",
      "@type": "rdfs:Class",
      "rdfs:comment": "A software application.",
      "rdfs:label": "SoftwareApplication",
      "rdfs:subClassOf": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:WebApplication",
      "@type": "rdfs:Class",
      "rdfs:comment": "Web applications.",
      "rdfs:label": "WebApplication",
      "rdfs:subClassOf": {
        "@id": "schema:SoftwareApplication"
      }
    },
    {
      "@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:abstract",
      "@type": "rdf:Property",
      "rdfs:comment": "An abstract is a short description that summarizes a [[CreativeWork]].",
      "rdfs:label": "abstract",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/276"
      }
    },
    {
      "@id": "schema:accessMode",
      "@type": "rdf:Property",
      "rdfs:comment": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).",
      "rdfs:label": "accessMode",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1100"
      }
    },
    {
      "@id": "schema:accessModeSufficient",
      "@type": "rdf:Property",
      "rdfs:comment": "A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).",
      "rdfs:label": "accessModeSufficient",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ItemList"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1100"
      }
    },
    {
      "@id": "schema:accessibilityAPI",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).",
      "rdfs:label": "accessibilityAPI",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:accessibilityControl",
      "@type": "rdf:Property",
      "rdfs:comment": "Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).",
      "rdfs:label": "accessibilityControl",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:accessibilityFeature",
      "@type": "rdf:Property",
      "rdfs:comment": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).",
      "rdfs:label": "accessibilityFeature",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:accessibilityHazard",
      "@type": "rdf:Property",
      "rdfs:comment": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).",
      "rdfs:label": "accessibilityHazard",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:accessibilitySummary",
      "@type": "rdf:Property",
      "rdfs:comment": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed\".",
      "rdfs:label": "accessibilitySummary",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1100"
      }
    },
    {
      "@id": "schema:accountablePerson",
      "@type": "rdf:Property",
      "rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.",
      "rdfs:label": "accountablePerson",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:acquireLicensePage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.",
      "rdfs:label": "acquireLicensePage",
      "rdfs:subPropertyOf": {
        "@id": "schema:usageInfo"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2454"
      }
    },
    {
      "@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:alternativeHeadline",
      "@type": "rdf:Property",
      "rdfs:comment": "A secondary title of the CreativeWork.",
      "rdfs:label": "alternativeHeadline",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:applicationCategory",
      "@type": "rdf:Property",
      "rdfs:comment": "Type of software application, e.g. 'Game, Multimedia'.",
      "rdfs:label": "applicationCategory",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:applicationSubCategory",
      "@type": "rdf:Property",
      "rdfs:comment": "Subcategory of the application, e.g. 'Arcade Game'.",
      "rdfs:label": "applicationSubCategory",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:applicationSuite",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the application suite to which the application belongs (e.g. Excel belongs to Office).",
      "rdfs:label": "applicationSuite",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:archivedAt",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.",
      "rdfs:label": "archivedAt",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:URL"
        },
        {
          "@id": "schema:WebPage"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2450"
      }
    },
    {
      "@id": "schema:assesses",
      "@type": "rdf:Property",
      "rdfs:comment": "The item being described is intended to assess the competency or learning outcome defined by the referenced term.",
      "rdfs:label": "assesses",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationEvent"
        },
        {
          "@id": "schema:LearningResource"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2427"
      }
    },
    {
      "@id": "schema:associatedMedia",
      "@type": "rdf:Property",
      "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.",
      "rdfs:label": "associatedMedia",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:HyperToc"
        },
        {
          "@id": "schema:HyperTocEntry"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:MediaObject"
      }
    },
    {
      "@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:audio",
      "@type": "rdf:Property",
      "rdfs:comment": "An embedded audio object.",
      "rdfs:label": "audio",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:AudioObject"
        },
        {
          "@id": "schema:Clip"
        },
        {
          "@id": "schema:MusicRecording"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2420"
      }
    },
    {
      "@id": "schema:author",
      "@type": "rdf:Property",
      "rdfs:comment": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
      "rdfs:label": "author",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Rating"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:availableOnDevice",
      "@type": "rdf:Property",
      "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.",
      "rdfs:label": "availableOnDevice",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:award",
      "@type": "rdf:Property",
      "rdfs:comment": "An award won by or for this item.",
      "rdfs:label": "award",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:awards",
      "@type": "rdf:Property",
      "rdfs:comment": "Awards won by or for this item.",
      "rdfs:label": "awards",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:supersededBy": {
        "@id": "schema:award"
      }
    },
    {
      "@id": "schema:browserRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.",
      "rdfs:label": "browserRequirements",
      "schema:domainIncludes": {
        "@id": "schema:WebApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:character",
      "@type": "rdf:Property",
      "rdfs:comment": "Fictional person connected with a creative work.",
      "rdfs:label": "character",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:citation",
      "@type": "rdf:Property",
      "rdfs:comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
      "rdfs:label": "citation",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:comment",
      "@type": "rdf:Property",
      "rdfs:comment": "Comments, typically from users.",
      "rdfs:label": "comment",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:RsvpAction"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Comment"
      }
    },
    {
      "@id": "schema:commentCount",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
      "rdfs:label": "commentCount",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      }
    },
    {
      "@id": "schema:conditionsOfAccess",
      "@type": "rdf:Property",
      "rdfs:comment": "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \". ",
      "rdfs:label": "conditionsOfAccess",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2173"
      }
    },
    {
      "@id": "schema:contentLocation",
      "@type": "rdf:Property",
      "rdfs:comment": "The location depicted or described in the content. For example, the location in a photograph or painting.",
      "rdfs:label": "contentLocation",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:contentRating",
      "@type": "rdf:Property",
      "rdfs:comment": "Official rating of a piece of content—for example, 'MPAA PG-13'.",
      "rdfs:label": "contentRating",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Rating"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:contentReferenceTime",
      "@type": "rdf:Property",
      "rdfs:comment": "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.",
      "rdfs:label": "contentReferenceTime",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:DateTime"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1050"
      }
    },
    {
      "@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:copyrightHolder",
      "@type": "rdf:Property",
      "rdfs:comment": "The party holding the legal copyright to the CreativeWork.",
      "rdfs:label": "copyrightHolder",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:copyrightNotice",
      "@type": "rdf:Property",
      "rdfs:comment": "Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.",
      "rdfs:label": "copyrightNotice",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2659"
      }
    },
    {
      "@id": "schema:copyrightYear",
      "@type": "rdf:Property",
      "rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.",
      "rdfs:label": "copyrightYear",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Number"
      }
    },
    {
      "@id": "schema:correction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.",
      "rdfs:label": "correction",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CorrectionComment"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1950"
      }
    },
    {
      "@id": "schema:countriesNotSupported",
      "@type": "rdf:Property",
      "rdfs:comment": "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.",
      "rdfs:label": "countriesNotSupported",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:countriesSupported",
      "@type": "rdf:Property",
      "rdfs:comment": "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.",
      "rdfs:label": "countriesSupported",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:countryOfOrigin",
      "@type": "rdf:Property",
      "rdfs:comment": "The country of origin of something, including products as well as creative  works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.",
      "rdfs:label": "countryOfOrigin",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#originCountry"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Movie"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:TVEpisode"
        },
        {
          "@id": "schema:TVSeason"
        },
        {
          "@id": "schema:TVSeries"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Country"
      }
    },
    {
      "@id": "schema:creativeWorkStatus",
      "@type": "rdf:Property",
      "rdfs:comment": "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.",
      "rdfs:label": "creativeWorkStatus",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/987"
      }
    },
    {
      "@id": "schema:creator",
      "@type": "rdf:Property",
      "rdfs:comment": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
      "rdfs:label": "creator",
      "owl:equivalentProperty": {
        "@id": "dcterms:creator"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:UserComments"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:creditText",
      "@type": "rdf:Property",
      "rdfs:comment": "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.",
      "rdfs:label": "creditText",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2659"
      }
    },
    {
      "@id": "schema:dateCreated",
      "@type": "rdf:Property",
      "rdfs:comment": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
      "rdfs:label": "dateCreated",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:DataFeedItem"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:dateModified",
      "@type": "rdf:Property",
      "rdfs:comment": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
      "rdfs:label": "dateModified",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:DataFeedItem"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:datePublished",
      "@type": "rdf:Property",
      "rdfs:comment": "Date of first publication or broadcast. For example the date a [[CreativeWork]] was broadcast or a [[Certification]] was issued.",
      "rdfs:label": "datePublished",
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:CreativeWork"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@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:device",
      "@type": "rdf:Property",
      "rdfs:comment": "Device required to run the application. Used in cases where a specific make/model is required to run the application.",
      "rdfs:label": "device",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:supersededBy": {
        "@id": "schema:availableOnDevice"
      }
    },
    {
      "@id": "schema:digitalSourceType",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates an IPTCDigitalSourceEnumeration code indicating the nature of the digital source(s) for some [[CreativeWork]].",
      "rdfs:label": "digitalSourceType",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:IPTCDigitalSourceEnumeration"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3392"
      }
    },
    {
      "@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:discussionUrl",
      "@type": "rdf:Property",
      "rdfs:comment": "A link to the page containing the comments of the CreativeWork.",
      "rdfs:label": "discussionUrl",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:displayLocation",
      "@type": "rdf:Property",
      "rdfs:comment": "The location at which an item can be viewed or experienced in-person.",
      "rdfs:label": "displayLocation",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4513"
      }
    },
    {
      "@id": "schema:downloadUrl",
      "@type": "rdf:Property",
      "rdfs:comment": "If the file can be downloaded, URL to download the binary.",
      "rdfs:label": "downloadUrl",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:editEIDR",
      "@type": "rdf:Property",
      "rdfs:comment": "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" whose [[titleEIDR]] is \"10.5240/7EC7-228A-510A-053E-CBB8-J\" has several edits, e.g. \"10.5240/1F2A-E1C5-680A-14C6-E76B-I\" and \"10.5240/8A35-3BEE-6497-5D12-9E4F-3\".\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
      "rdfs:label": "editEIDR",
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2469"
      }
    },
    {
      "@id": "schema:editor",
      "@type": "rdf:Property",
      "rdfs:comment": "Specifies the Person who edited the CreativeWork.",
      "rdfs:label": "editor",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:educationalAlignment",
      "@type": "rdf:Property",
      "rdfs:comment": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.",
      "rdfs:label": "educationalAlignment",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:LearningResource"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:AlignmentObject"
      }
    },
    {
      "@id": "schema:educationalLevel",
      "@type": "rdf:Property",
      "rdfs:comment": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
      "rdfs:label": "educationalLevel",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationEvent"
        },
        {
          "@id": "schema:EducationalOccupationalCredential"
        },
        {
          "@id": "schema:LearningResource"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1779"
      }
    },
    {
      "@id": "schema:educationalUse",
      "@type": "rdf:Property",
      "rdfs:comment": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
      "rdfs:label": "educationalUse",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:LearningResource"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:encoding",
      "@type": "rdf:Property",
      "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.",
      "rdfs:label": "encoding",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:encodesCreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MediaObject"
      }
    },
    {
      "@id": "schema:encodingFormat",
      "@type": "rdf:Property",
      "rdfs:comment": "Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.\n\nIn cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.",
      "rdfs:label": "encodingFormat",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:MediaObject"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:encodings",
      "@type": "rdf:Property",
      "rdfs:comment": "A media object that encodes this CreativeWork.",
      "rdfs:label": "encodings",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MediaObject"
      },
      "schema:supersededBy": {
        "@id": "schema:encoding"
      }
    },
    {
      "@id": "schema:exampleOfWork",
      "@type": "rdf:Property",
      "rdfs:comment": "A creative work that this work is an example/instance/realization/derivation of.",
      "rdfs:label": "exampleOfWork",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/bibex"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:workExample"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:expires",
      "@type": "rdf:Property",
      "rdfs:comment": "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [[Certification]] the validity has expired.",
      "rdfs:label": "expires",
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:CreativeWork"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:featureList",
      "@type": "rdf:Property",
      "rdfs:comment": "Features or modules provided by this application (and possibly required by other applications).",
      "rdfs:label": "featureList",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:fileFormat",
      "@type": "rdf:Property",
      "rdfs:comment": "Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.",
      "rdfs:label": "fileFormat",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:encodingFormat"
      }
    },
    {
      "@id": "schema:fileSize",
      "@type": "rdf:Property",
      "rdfs:comment": "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.",
      "rdfs:label": "fileSize",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@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:genre",
      "@type": "rdf:Property",
      "rdfs:comment": "Genre of the creative work, broadcast channel or group.",
      "rdfs:label": "genre",
      "schema:domainIncludes": [
        {
          "@id": "schema:BroadcastChannel"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:MusicGroup"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:hasPart",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
      "rdfs:label": "hasPart",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/bibex"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:isPartOf"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:headline",
      "@type": "rdf:Property",
      "rdfs:comment": "Headline of the article.",
      "rdfs:label": "headline",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@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:installUrl",
      "@type": "rdf:Property",
      "rdfs:comment": "URL at which the app may be installed, if different from the URL of the item.",
      "rdfs:label": "installUrl",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:interactionStatistic",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.",
      "rdfs:label": "interactionStatistic",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:InteractionCounter"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2421"
      }
    },
    {
      "@id": "schema:interactivityType",
      "@type": "rdf:Property",
      "rdfs:comment": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
      "rdfs:label": "interactivityType",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:interpretedAsClaim",
      "@type": "rdf:Property",
      "rdfs:comment": "Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].",
      "rdfs:label": "interpretedAsClaim",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:MediaObject"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Claim"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2450"
      }
    },
    {
      "@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:isBasedOn",
      "@type": "rdf:Property",
      "rdfs:comment": "A resource from which this work is derived or from which it is a modification or adaptation.",
      "rdfs:label": "isBasedOn",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:isBasedOnUrl",
      "@type": "rdf:Property",
      "rdfs:comment": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.",
      "rdfs:label": "isBasedOnUrl",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:isBasedOn"
      }
    },
    {
      "@id": "schema:isFamilyFriendly",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates whether this content is family friendly.",
      "rdfs:label": "isFamilyFriendly",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      }
    },
    {
      "@id": "schema:isPartOf",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.",
      "rdfs:label": "isPartOf",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:hasPart"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@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:learningResourceType",
      "@type": "rdf:Property",
      "rdfs:comment": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
      "rdfs:label": "learningResourceType",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:LearningResource"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:license",
      "@type": "rdf:Property",
      "rdfs:comment": "A license document that applies to this content, typically indicated by URL.",
      "rdfs:label": "license",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:locationCreated",
      "@type": "rdf:Property",
      "rdfs:comment": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.",
      "rdfs:label": "locationCreated",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:mainEntity",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the primary entity described in some page or other CreativeWork.",
      "rdfs:label": "mainEntity",
      "rdfs:subPropertyOf": {
        "@id": "schema:about"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntityOfPage"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      }
    },
    {
      "@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:maintainer",
      "@type": "rdf:Property",
      "rdfs:comment": "A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \"upstream\" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always  possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.\n      ",
      "rdfs:label": "maintainer",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2311"
      }
    },
    {
      "@id": "schema:material",
      "@type": "rdf:Property",
      "rdfs:comment": "A material that something is made from, e.g. leather, wool, cotton, paper.",
      "rdfs:label": "material",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:materialExtent",
      "@type": "rdf:Property",
      "rdfs:comment": {
        "@language": "en",
        "@value": "The quantity of the materials being described or an expression of the physical space they occupy."
      },
      "rdfs:label": {
        "@language": "en",
        "@value": "materialExtent"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1759"
      }
    },
    {
      "@id": "schema:memoryRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Minimum memory requirements.",
      "rdfs:label": "memoryRequirements",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:mentions",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
      "rdfs:label": "mentions",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      }
    },
    {
      "@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:operatingSystem",
      "@type": "rdf:Property",
      "rdfs:comment": "Operating systems supported (Windows 7, OS X 10.6, Android 1.6).",
      "rdfs:label": "operatingSystem",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:OperatingSystem"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@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:pattern",
      "@type": "rdf:Property",
      "rdfs:comment": "A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.",
      "rdfs:label": "pattern",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#printDesignDescription"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1797"
      }
    },
    {
      "@id": "schema:permissions",
      "@type": "rdf:Property",
      "rdfs:comment": "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).",
      "rdfs:label": "permissions",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:position",
      "@type": "rdf:Property",
      "rdfs:comment": "The position of an item in a series or sequence of items.",
      "rdfs:label": "position",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:ListItem"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Integer"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@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:processorRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Processor architecture required to run the application (e.g. IA64).",
      "rdfs:label": "processorRequirements",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:producer",
      "@type": "rdf:Property",
      "rdfs:comment": "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).",
      "rdfs:label": "producer",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:provider",
      "@type": "rdf:Property",
      "rdfs:comment": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.",
      "rdfs:label": "provider",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ServiceProvider"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Action"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:Invoice"
        },
        {
          "@id": "schema:ParcelDelivery"
        },
        {
          "@id": "schema:Reservation"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Trip"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2289"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2927"
        }
      ]
    },
    {
      "@id": "schema:publication",
      "@type": "rdf:Property",
      "rdfs:comment": "A publication event associated with the item.",
      "rdfs:label": "publication",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:PublicationEvent"
      }
    },
    {
      "@id": "schema:publisher",
      "@type": "rdf:Property",
      "rdfs:comment": "The publisher of the article in question.",
      "rdfs:label": "publisher",
      "owl:equivalentProperty": {
        "@id": "dcterms:publisher"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:FinancialIncentive"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:publisherImprint",
      "@type": "rdf:Property",
      "rdfs:comment": "The publishing division which published the comic.",
      "rdfs:label": "publisherImprint",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://bib.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      }
    },
    {
      "@id": "schema:publishingPrinciples",
      "@type": "rdf:Property",
      "rdfs:comment": "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n",
      "rdfs:label": "publishingPrinciples",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:recordedAt",
      "@type": "rdf:Property",
      "rdfs:comment": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.",
      "rdfs:label": "recordedAt",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:recordedIn"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      }
    },
    {
      "@id": "schema:releaseNotes",
      "@type": "rdf:Property",
      "rdfs:comment": "Description of what changed in this version.",
      "rdfs:label": "releaseNotes",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:releasedEvent",
      "@type": "rdf:Property",
      "rdfs:comment": "The place and time the release was issued, expressed as a PublicationEvent.",
      "rdfs:label": "releasedEvent",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:PublicationEvent"
      }
    },
    {
      "@id": "schema:requirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime).",
      "rdfs:label": "requirements",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:softwareRequirements"
      }
    },
    {
      "@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:reviews",
      "@type": "rdf:Property",
      "rdfs:comment": "Review of the item.",
      "rdfs:label": "reviews",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      },
      "schema:supersededBy": {
        "@id": "schema:review"
      }
    },
    {
      "@id": "schema:runtimePlatform",
      "@type": "rdf:Property",
      "rdfs:comment": "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0).",
      "rdfs:label": "runtimePlatform",
      "schema:domainIncludes": [
        {
          "@id": "schema:SoftwareApplication"
        },
        {
          "@id": "schema:SoftwareSourceCode"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:RuntimePlatform"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@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:schemaVersion",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to\n    indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.",
      "rdfs:label": "schemaVersion",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:screenshot",
      "@type": "rdf:Property",
      "rdfs:comment": "A link to a screenshot image of the app.",
      "rdfs:label": "screenshot",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:sdDatePublished",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]].",
      "rdfs:label": "sdDatePublished",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1886"
      }
    },
    {
      "@id": "schema:sdLicense",
      "@type": "rdf:Property",
      "rdfs:comment": "A license document that applies to this structured data, typically indicated by URL.",
      "rdfs:label": "sdLicense",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1886"
      }
    },
    {
      "@id": "schema:sdPublisher",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The\n[[sdPublisher]] property helps make such practices more explicit.",
      "rdfs:label": "sdPublisher",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1886"
      }
    },
    {
      "@id": "schema:size",
      "@type": "rdf:Property",
      "rdfs:comment": "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ",
      "rdfs:label": "size",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#sizeDescription"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:SizeSpecification"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1797"
      }
    },
    {
      "@id": "schema:softwareAddOn",
      "@type": "rdf:Property",
      "rdfs:comment": "Additional content for a software application.",
      "rdfs:label": "softwareAddOn",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:SoftwareApplication"
      }
    },
    {
      "@id": "schema:softwareHelp",
      "@type": "rdf:Property",
      "rdfs:comment": "Software application help.",
      "rdfs:label": "softwareHelp",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:softwareRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime).",
      "rdfs:label": "softwareRequirements",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:SoftwareApplication"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:softwareVersion",
      "@type": "rdf:Property",
      "rdfs:comment": "Version of the software instance.",
      "rdfs:label": "softwareVersion",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:sourceOrganization",
      "@type": "rdf:Property",
      "rdfs:comment": "The Organization on whose behalf the creator was working.",
      "rdfs:label": "sourceOrganization",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      }
    },
    {
      "@id": "schema:spatial",
      "@type": "rdf:Property",
      "rdfs:comment": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.",
      "rdfs:label": "spatial",
      "owl:equivalentProperty": {
        "@id": "dcterms:spatial"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:spatialCoverage",
      "@type": "rdf:Property",
      "rdfs:comment": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n      contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n      areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.",
      "rdfs:label": "spatialCoverage",
      "owl:equivalentProperty": {
        "@id": "dcterms:spatial"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:contentLocation"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@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:storageRequirements",
      "@type": "rdf:Property",
      "rdfs:comment": "Storage requirements (free space required).",
      "rdfs:label": "storageRequirements",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@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:supportingData",
      "@type": "rdf:Property",
      "rdfs:comment": "Supporting data for a SoftwareApplication.",
      "rdfs:label": "supportingData",
      "schema:domainIncludes": {
        "@id": "schema:SoftwareApplication"
      },
      "schema:rangeIncludes": {
        "@id": "schema:DataFeed"
      }
    },
    {
      "@id": "schema:teaches",
      "@type": "rdf:Property",
      "rdfs:comment": "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.",
      "rdfs:label": "teaches",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationEvent"
        },
        {
          "@id": "schema:LearningResource"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2427"
      }
    },
    {
      "@id": "schema:temporal",
      "@type": "rdf:Property",
      "rdfs:comment": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.",
      "rdfs:label": "temporal",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DateTime"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:temporalCoverage",
      "@type": "rdf:Property",
      "rdfs:comment": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In\n      the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n      Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.",
      "rdfs:label": "temporalCoverage",
      "owl:equivalentProperty": {
        "@id": "dcterms:temporal"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DateTime"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:text",
      "@type": "rdf:Property",
      "rdfs:comment": "The textual content of this CreativeWork.",
      "rdfs:label": "text",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:thumbnail",
      "@type": "rdf:Property",
      "rdfs:comment": "Thumbnail image for an image or video.",
      "rdfs:label": "thumbnail",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ImageObject"
      }
    },
    {
      "@id": "schema:thumbnailUrl",
      "@type": "rdf:Property",
      "rdfs:comment": "A thumbnail image relevant to the Thing.",
      "rdfs:label": "thumbnailUrl",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:timeRequired",
      "@type": "rdf:Property",
      "rdfs:comment": "Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience.",
      "rdfs:label": "timeRequired",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Duration"
      }
    },
    {
      "@id": "schema:translationOfWork",
      "@type": "rdf:Property",
      "rdfs:comment": "The work that this work has been translated from. E.g. \u7269\u79cd\u8d77\u6e90 is a translationOf \u201cOn the Origin of Species\u201d.",
      "rdfs:label": "translationOfWork",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:workTranslation"
      },
      "schema:isPartOf": {
        "@id": "https://bib.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@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:usageInfo",
      "@type": "rdf:Property",
      "rdfs:comment": "The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.\n\nThis property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.",
      "rdfs:label": "usageInfo",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2454"
      }
    },
    {
      "@id": "schema:version",
      "@type": "rdf:Property",
      "rdfs:comment": "The version of the CreativeWork embodied by a specified resource.",
      "rdfs:label": "version",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Number"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:video",
      "@type": "rdf:Property",
      "rdfs:comment": "An embedded video object.",
      "rdfs:label": "video",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#video"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Clip"
        },
        {
          "@id": "schema:VideoObject"
        }
      ]
    },
    {
      "@id": "schema:wordCount",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of words in the text of the CreativeWork such as an Article, Book, etc.",
      "rdfs:label": "wordCount",
      "schema:domainIncludes": [
        {
          "@id": "schema:Article"
        },
        {
          "@id": "schema:CreativeWork"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      }
    },
    {
      "@id": "schema:workExample",
      "@type": "rdf:Property",
      "rdfs:comment": "Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.",
      "rdfs:label": "workExample",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/bibex"
      },
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:exampleOfWork"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    },
    {
      "@id": "schema:workTranslation",
      "@type": "rdf:Property",
      "rdfs:comment": "A work that is a translation of the content of this work. E.g. \u897f\u904a\u8a18 has an English workTranslation \u201cJourney to the West\u201d, a German workTranslation \u201cMonkeys Pilgerfahrt\u201d and a Vietnamese  translation T\u00e2y du k\u00fd b\u00ecnh kh\u1ea3o.",
      "rdfs:label": "workTranslation",
      "schema:domainIncludes": {
        "@id": "schema:CreativeWork"
      },
      "schema:inverseOf": {
        "@id": "schema:translationOfWork"
      },
      "schema:isPartOf": {
        "@id": "https://bib.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:CreativeWork"
      }
    }
  ]
}

None4

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);
100K - 1M Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
CreativeWorkhttps://schema.org/CreativeWork
SoftwareApplicationhttps://schema.org/SoftwareApplication
WebApplicationhttps://schema.org/WebApplication
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+WebApplication
WebApplicationhttps://schema.org/WebApplication
browserRequirementshttps://schema.org/browserRequirements
Texthttps://schema.org/Text
SoftwareApplicationhttps://schema.org/SoftwareApplication
applicationCategoryhttps://schema.org/applicationCategory
Texthttps://schema.org/Text
URLhttps://schema.org/URL
applicationSubCategoryhttps://schema.org/applicationSubCategory
Texthttps://schema.org/Text
URLhttps://schema.org/URL
applicationSuitehttps://schema.org/applicationSuite
Texthttps://schema.org/Text
availableOnDevicehttps://schema.org/availableOnDevice
Texthttps://schema.org/Text
devicehttps://schema.org/device
countriesNotSupportedhttps://schema.org/countriesNotSupported
Texthttps://schema.org/Text
countriesSupportedhttps://schema.org/countriesSupported
Texthttps://schema.org/Text
downloadUrlhttps://schema.org/downloadUrl
URLhttps://schema.org/URL
featureListhttps://schema.org/featureList
Texthttps://schema.org/Text
URLhttps://schema.org/URL
fileSizehttps://schema.org/fileSize
Texthttps://schema.org/Text
installUrlhttps://schema.org/installUrl
URLhttps://schema.org/URL
memoryRequirementshttps://schema.org/memoryRequirements
Texthttps://schema.org/Text
URLhttps://schema.org/URL
operatingSystemhttps://schema.org/operatingSystem
OperatingSystemhttps://schema.org/OperatingSystem
Texthttps://schema.org/Text
permissionshttps://schema.org/permissions
Texthttps://schema.org/Text
processorRequirementshttps://schema.org/processorRequirements
Texthttps://schema.org/Text
releaseNoteshttps://schema.org/releaseNotes
Texthttps://schema.org/Text
URLhttps://schema.org/URL
runtimePlatformhttps://schema.org/runtimePlatform
RuntimePlatformhttps://schema.org/RuntimePlatform
Texthttps://schema.org/Text
runtimehttps://schema.org/runtime
screenshothttps://schema.org/screenshot
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
softwareAddOnhttps://schema.org/softwareAddOn
SoftwareApplicationhttps://schema.org/SoftwareApplication
softwareHelphttps://schema.org/softwareHelp
CreativeWorkhttps://schema.org/CreativeWork
softwareRequirementshttps://schema.org/softwareRequirements
SoftwareApplicationhttps://schema.org/SoftwareApplication
Texthttps://schema.org/Text
URLhttps://schema.org/URL
requirementshttps://schema.org/requirements
softwareVersionhttps://schema.org/softwareVersion
Texthttps://schema.org/Text
storageRequirementshttps://schema.org/storageRequirements
Texthttps://schema.org/Text
URLhttps://schema.org/URL
supportingDatahttps://schema.org/supportingData
DataFeedhttps://schema.org/DataFeed
CreativeWorkhttps://schema.org/CreativeWork
abouthttps://schema.org/about
Thinghttps://schema.org/Thing
subjectOfhttps://schema.org/subjectOf
abstracthttps://schema.org/abstract
Texthttps://schema.org/Text
CreativeWorkhttps://schema.org/CreativeWork
accessModehttps://schema.org/accessMode
Texthttps://schema.org/Text
approved vocabularyhttps://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary
accessModeSufficienthttps://schema.org/accessModeSufficient
ItemListhttps://schema.org/ItemList
approved vocabularyhttps://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary
accessibilityAPIhttps://schema.org/accessibilityAPI
Texthttps://schema.org/Text
approved vocabularyhttps://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary
accessibilityControlhttps://schema.org/accessibilityControl
Texthttps://schema.org/Text
approved vocabularyhttps://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary
accessibilityFeaturehttps://schema.org/accessibilityFeature
Texthttps://schema.org/Text
approved vocabularyhttps://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary
accessibilityHazardhttps://schema.org/accessibilityHazard
Texthttps://schema.org/Text
approved vocabularyhttps://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary
accessibilitySummaryhttps://schema.org/accessibilitySummary
Texthttps://schema.org/Text
accountablePersonhttps://schema.org/accountablePerson
Personhttps://schema.org/Person
acquireLicensePagehttps://schema.org/acquireLicensePage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
alternativeHeadlinehttps://schema.org/alternativeHeadline
Texthttps://schema.org/Text
archivedAthttps://schema.org/archivedAt
URLhttps://schema.org/URL
WebPagehttps://schema.org/WebPage
CreativeWorkhttps://schema.org/CreativeWork
MediaReviewhttps://schema.org/MediaReview
MediaReviewItemhttps://schema.org/MediaReviewItem
assesseshttps://schema.org/assesses
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
associatedMediahttps://schema.org/associatedMedia
MediaObjecthttps://schema.org/MediaObject
audiencehttps://schema.org/audience
Audiencehttps://schema.org/Audience
serviceAudiencehttps://schema.org/serviceAudience
audiohttps://schema.org/audio
AudioObjecthttps://schema.org/AudioObject
Cliphttps://schema.org/Clip
MusicRecordinghttps://schema.org/MusicRecording
authorhttps://schema.org/author
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
awardhttps://schema.org/award
Texthttps://schema.org/Text
awardshttps://schema.org/awards
characterhttps://schema.org/character
Personhttps://schema.org/Person
citationhttps://schema.org/citation
CreativeWorkhttps://schema.org/CreativeWork
Texthttps://schema.org/Text
commenthttps://schema.org/comment
Commenthttps://schema.org/Comment
commentCounthttps://schema.org/commentCount
Integerhttps://schema.org/Integer
conditionsOfAccesshttps://schema.org/conditionsOfAccess
Texthttps://schema.org/Text
ArchiveComponenthttps://schema.org/ArchiveComponent
ArchiveOrganizationhttps://schema.org/ArchiveOrganization
contentLocationhttps://schema.org/contentLocation
Placehttps://schema.org/Place
contentRatinghttps://schema.org/contentRating
Ratinghttps://schema.org/Rating
Texthttps://schema.org/Text
contentReferenceTimehttps://schema.org/contentReferenceTime
DateTimehttps://schema.org/DateTime
contributorhttps://schema.org/contributor
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
copyrightHolderhttps://schema.org/copyrightHolder
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
copyrightNoticehttps://schema.org/copyrightNotice
Texthttps://schema.org/Text
copyrightYearhttps://schema.org/copyrightYear
Numberhttps://schema.org/Number
correctionhttps://schema.org/correction
CorrectionCommenthttps://schema.org/CorrectionComment
Texthttps://schema.org/Text
URLhttps://schema.org/URL
CreativeWorkhttps://schema.org/CreativeWork
CorrectionCommenthttps://schema.org/CorrectionComment
countryOfOriginhttps://schema.org/countryOfOrigin
Countryhttps://schema.org/Country
CreativeWorkhttps://schema.org/CreativeWork
contentLocationhttps://schema.org/contentLocation
locationCreatedhttps://schema.org/locationCreated
creativeWorkStatushttps://schema.org/creativeWorkStatus
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
creatorhttps://schema.org/creator
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
creditTexthttps://schema.org/creditText
Texthttps://schema.org/Text
dateCreatedhttps://schema.org/dateCreated
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
dateModifiedhttps://schema.org/dateModified
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
datePublishedhttps://schema.org/datePublished
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
CreativeWorkhttps://schema.org/CreativeWork
Certificationhttps://schema.org/Certification
digitalSourceTypehttps://schema.org/digitalSourceType
IPTCDigitalSourceEnumerationhttps://schema.org/IPTCDigitalSourceEnumeration
CreativeWorkhttps://schema.org/CreativeWork
discussionUrlhttps://schema.org/discussionUrl
URLhttps://schema.org/URL
displayLocationhttps://schema.org/displayLocation
Placehttps://schema.org/Place
editEIDRhttps://schema.org/editEIDR
Texthttps://schema.org/Text
URLhttps://schema.org/URL
EIDRhttps://eidr.org/
identifierhttps://schema.org/identifier
titleEIDRhttps://schema.org/titleEIDR
Moviehttps://schema.org/Movie
TVEpisodehttps://schema.org/TVEpisode
titleEIDRhttps://schema.org/titleEIDR
editEIDRhttps://schema.org/editEIDR
editorhttps://schema.org/editor
Personhttps://schema.org/Person
educationalAlignmenthttps://schema.org/educationalAlignment
AlignmentObjecthttps://schema.org/AlignmentObject
teacheshttps://schema.org/teaches
assesseshttps://schema.org/assesses
educationalLevelhttps://schema.org/educationalLevel
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
educationalUsehttps://schema.org/educationalUse
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
encodinghttps://schema.org/encoding
MediaObjecthttps://schema.org/MediaObject
encodingshttps://schema.org/encodings
encodesCreativeWorkhttps://schema.org/encodesCreativeWork
encodingFormathttps://schema.org/encodingFormat
Texthttps://schema.org/Text
URLhttps://schema.org/URL
IANA sitehttp://www.iana.org/assignments/media-types/media-types.xhtml
MDN referencehttps://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
CreativeWorkhttps://schema.org/CreativeWork
encodinghttps://schema.org/encoding
MediaObjecthttps://schema.org/MediaObject
encodingFormathttps://schema.org/encodingFormat
fileFormathttps://schema.org/fileFormat
exampleOfWorkhttps://schema.org/exampleOfWork
CreativeWorkhttps://schema.org/CreativeWork
workExamplehttps://schema.org/workExample
expireshttps://schema.org/expires
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
VideoObjecthttps://schema.org/VideoObject
NewsArticlehttps://schema.org/NewsArticle
ClaimReviewhttps://schema.org/ClaimReview
Certificationhttps://schema.org/Certification
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
genrehttps://schema.org/genre
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
hasParthttps://schema.org/hasPart
CreativeWorkhttps://schema.org/CreativeWork
isPartOfhttps://schema.org/isPartOf
headlinehttps://schema.org/headline
Texthttps://schema.org/Text
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
interactionStatistichttps://schema.org/interactionStatistic
InteractionCounterhttps://schema.org/InteractionCounter
interactionCounthttps://schema.org/interactionCount
interactivityTypehttps://schema.org/interactivityType
Texthttps://schema.org/Text
interpretedAsClaimhttps://schema.org/interpretedAsClaim
Claimhttps://schema.org/Claim
MediaObjecthttps://schema.org/MediaObject
CreativeWorkhttps://schema.org/CreativeWork
claimInterpreterhttps://schema.org/claimInterpreter
isAccessibleForFreehttps://schema.org/isAccessibleForFree
Booleanhttps://schema.org/Boolean
freehttps://schema.org/free
isBasedOnhttps://schema.org/isBasedOn
CreativeWorkhttps://schema.org/CreativeWork
Producthttps://schema.org/Product
URLhttps://schema.org/URL
isBasedOnUrlhttps://schema.org/isBasedOnUrl
isFamilyFriendlyhttps://schema.org/isFamilyFriendly
Booleanhttps://schema.org/Boolean
isPartOfhttps://schema.org/isPartOf
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
hasParthttps://schema.org/hasPart
keywordshttps://schema.org/keywords
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
learningResourceTypehttps://schema.org/learningResourceType
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
licensehttps://schema.org/license
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
locationCreatedhttps://schema.org/locationCreated
Placehttps://schema.org/Place
mainEntityhttps://schema.org/mainEntity
Thinghttps://schema.org/Thing
mainEntityOfPagehttps://schema.org/mainEntityOfPage
maintainerhttps://schema.org/maintainer
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
Datasethttps://schema.org/Dataset
SoftwareApplicationhttps://schema.org/SoftwareApplication
Projecthttps://schema.org/Project
Personhttps://schema.org/Person
Organizationhttps://schema.org/Organization
maintainerhttps://schema.org/maintainer
Datasethttps://schema.org/Dataset
isBasedOnhttps://schema.org/isBasedOn
materialhttps://schema.org/material
Producthttps://schema.org/Product
Texthttps://schema.org/Text
URLhttps://schema.org/URL
materialExtenthttps://schema.org/materialExtent
QuantitativeValuehttps://schema.org/QuantitativeValue
Texthttps://schema.org/Text
mentionshttps://schema.org/mentions
Thinghttps://schema.org/Thing
offershttps://schema.org/offers
Demandhttps://schema.org/Demand
Offerhttps://schema.org/Offer
businessFunctionhttps://schema.org/businessFunction
Demandhttps://schema.org/Demand
itemOfferedhttps://schema.org/itemOffered
patternhttps://schema.org/pattern
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
positionhttps://schema.org/position
Integerhttps://schema.org/Integer
Texthttps://schema.org/Text
producerhttps://schema.org/producer
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
providerhttps://schema.org/provider
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
carrierhttps://schema.org/carrier
publicationhttps://schema.org/publication
PublicationEventhttps://schema.org/PublicationEvent
publisherhttps://schema.org/publisher
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
publisherImprinthttps://schema.org/publisherImprint
Organizationhttps://schema.org/Organization
publishingPrincipleshttps://schema.org/publishingPrinciples
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
CreativeWorkhttps://schema.org/CreativeWork
NewsArticlehttps://schema.org/NewsArticle
CreativeWorkhttps://schema.org/CreativeWork
funderhttps://schema.org/funder
recordedAthttps://schema.org/recordedAt
Eventhttps://schema.org/Event
recordedInhttps://schema.org/recordedIn
releasedEventhttps://schema.org/releasedEvent
PublicationEventhttps://schema.org/PublicationEvent
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
schemaVersionhttps://schema.org/schemaVersion
Texthttps://schema.org/Text
URLhttps://schema.org/URL
sdDatePublishedhttps://schema.org/sdDatePublished
Datehttps://schema.org/Date
sdPublisherhttps://schema.org/sdPublisher
sdLicensehttps://schema.org/sdLicense
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
sdPublisherhttps://schema.org/sdPublisher
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
sdPublisherhttps://schema.org/sdPublisher
sizehttps://schema.org/size
DefinedTermhttps://schema.org/DefinedTerm
QuantitativeValuehttps://schema.org/QuantitativeValue
SizeSpecificationhttps://schema.org/SizeSpecification
Texthttps://schema.org/Text
SizeSpecificationhttps://schema.org/SizeSpecification
widthhttps://schema.org/width
heighthttps://schema.org/height
depthhttps://schema.org/depth
weighthttps://schema.org/weight
sourceOrganizationhttps://schema.org/sourceOrganization
Organizationhttps://schema.org/Organization
spatialhttps://schema.org/spatial
Placehttps://schema.org/Place
locationCreatedhttps://schema.org/locationCreated
spatialCoveragehttps://schema.org/spatialCoverage
contentLocationhttps://schema.org/contentLocation
spatialCoveragehttps://schema.org/spatialCoverage
Placehttps://schema.org/Place
sponsorhttps://schema.org/sponsor
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
teacheshttps://schema.org/teaches
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
temporalhttps://schema.org/temporal
DateTimehttps://schema.org/DateTime
Texthttps://schema.org/Text
temporalCoveragehttps://schema.org/temporalCoverage
dateCreatedhttps://schema.org/dateCreated
dateModifiedhttps://schema.org/dateModified
datePublishedhttps://schema.org/datePublished
temporalCoveragehttps://schema.org/temporalCoverage
DateTimehttps://schema.org/DateTime
Texthttps://schema.org/Text
URLhttps://schema.org/URL
ISO 8601 time interval formathttps://en.wikipedia.org/wiki/ISO_8601#Time_intervals
datasetTimeIntervalhttps://schema.org/datasetTimeInterval
texthttps://schema.org/text
Texthttps://schema.org/Text
thumbnailhttps://schema.org/thumbnail
ImageObjecthttps://schema.org/ImageObject
thumbnailUrlhttps://schema.org/thumbnailUrl
URLhttps://schema.org/URL
timeRequiredhttps://schema.org/timeRequired
Durationhttps://schema.org/Duration
translationOfWorkhttps://schema.org/translationOfWork
CreativeWorkhttps://schema.org/CreativeWork
workTranslationhttps://schema.org/workTranslation
translatorhttps://schema.org/translator
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
typicalAgeRangehttps://schema.org/typicalAgeRange
Texthttps://schema.org/Text
usageInfohttps://schema.org/usageInfo
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
usageInfohttps://schema.org/usageInfo
CreativeWorkhttps://schema.org/CreativeWork
versionhttps://schema.org/version
Numberhttps://schema.org/Number
Texthttps://schema.org/Text
videohttps://schema.org/video
Cliphttps://schema.org/Clip
VideoObjecthttps://schema.org/VideoObject
wordCounthttps://schema.org/wordCount
Integerhttps://schema.org/Integer
workExamplehttps://schema.org/workExample
CreativeWorkhttps://schema.org/CreativeWork
exampleOfWorkhttps://schema.org/exampleOfWork
workTranslationhttps://schema.org/workTranslation
CreativeWorkhttps://schema.org/CreativeWork
translationOfWorkhttps://schema.org/translationOfWork
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
Terms and conditionshttps://schema.org/docs/terms.html

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


URLs of crawlers that visited me.