René's URL Explorer Experiment


Title: SizeSpecification - Schema.org Enumeration Type

Description: Schema.org Enumeration Type: SizeSpecification - Size related properties of a product, typically a size code (name) and optionally a sizeSystem, sizeGroup, and product measurements (hasMeasurement). In addition, the intended audience can be defined through suggestedAge, suggestedGender, and suggested body measurements (suggestedMeasurement).

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:Enumeration",
      "@type": "rdfs:Class",
      "rdfs:comment": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc.",
      "rdfs:label": "Enumeration",
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      }
    },
    {
      "@id": "schema:Intangible",
      "@type": "rdfs:Class",
      "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
      "rdfs:label": "Intangible",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:QualitativeValue",
      "@type": "rdfs:Class",
      "rdfs:comment": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.",
      "rdfs:label": "QualitativeValue",
      "rdfs:subClassOf": {
        "@id": "schema:Enumeration"
      },
      "schema:contributor": {
        "@id": "https://blog.schema.org/2012/11/08/good-relations-and-schema-org/"
      }
    },
    {
      "@id": "schema:SizeSpecification",
      "@type": "rdfs:Class",
      "rdfs:comment": "Size related properties of a product, typically a size code ([[name]]) and optionally a [[sizeSystem]], [[sizeGroup]], and product measurements ([[hasMeasurement]]). In addition, the intended audience can be defined through [[suggestedAge]], [[suggestedGender]], and suggested body measurements ([[suggestedMeasurement]]).",
      "rdfs:label": "SizeSpecification",
      "rdfs:subClassOf": {
        "@id": "schema:QualitativeValue"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:additionalProperty",
      "@type": "rdf:Property",
      "rdfs:comment": "A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
      "rdfs:label": "additionalProperty",
      "schema:domainIncludes": [
        {
          "@id": "schema:MerchantReturnPolicy"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:PropertyValue"
      }
    },
    {
      "@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: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: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: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:equal",
      "@type": "rdf:Property",
      "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is equal to the object.",
      "rdfs:label": "equal",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:QualitativeValue"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QualitativeValue"
      }
    },
    {
      "@id": "schema:greater",
      "@type": "rdf:Property",
      "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than the object.",
      "rdfs:label": "greater",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:QualitativeValue"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QualitativeValue"
      }
    },
    {
      "@id": "schema:greaterOrEqual",
      "@type": "rdf:Property",
      "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.",
      "rdfs:label": "greaterOrEqual",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:QualitativeValue"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QualitativeValue"
      }
    },
    {
      "@id": "schema:hasMeasurement",
      "@type": "rdf:Property",
      "rdfs:comment": "A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.",
      "rdfs:label": "hasMeasurement",
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:SizeSpecification"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@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:lesser",
      "@type": "rdf:Property",
      "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than the object.",
      "rdfs:label": "lesser",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:QualitativeValue"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QualitativeValue"
      }
    },
    {
      "@id": "schema:lesserOrEqual",
      "@type": "rdf:Property",
      "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.",
      "rdfs:label": "lesserOrEqual",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:QualitativeValue"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QualitativeValue"
      }
    },
    {
      "@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: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:nonEqual",
      "@type": "rdf:Property",
      "rdfs:comment": "This ordering relation for qualitative values indicates that the subject is not equal to the object.",
      "rdfs:label": "nonEqual",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:QualitativeValue"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QualitativeValue"
      }
    },
    {
      "@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: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: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:sizeGroup",
      "@type": "rdf:Property",
      "rdfs:comment": "The size group (also known as \"size type\") for a product's size. Size groups are common in the fashion industry to define size segments and suggested audiences for wearable products. Multiple values can be combined, for example \"men's big and tall\", \"petite maternity\" or \"regular\".",
      "rdfs:label": "sizeGroup",
      "schema:domainIncludes": {
        "@id": "schema:SizeSpecification"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:SizeGroupEnumeration"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@id": "schema:sizeSystem",
      "@type": "rdf:Property",
      "rdfs:comment": "The size system used to identify a product's size. Typically either a standard (for example, \"GS1\" or \"ISO-EN13402\"), country code (for example \"US\" or \"JP\"), or a measuring system (for example \"Metric\" or \"Imperial\").",
      "rdfs:label": "sizeSystem",
      "schema:domainIncludes": {
        "@id": "schema:SizeSpecification"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:SizeSystemEnumeration"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@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:suggestedAge",
      "@type": "rdf:Property",
      "rdfs:comment": "The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers.",
      "rdfs:label": "suggestedAge",
      "schema:domainIncludes": [
        {
          "@id": "schema:PeopleAudience"
        },
        {
          "@id": "schema:SizeSpecification"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@id": "schema:suggestedGender",
      "@type": "rdf:Property",
      "rdfs:comment": "The suggested gender of the intended person or audience, for example \"male\", \"female\", or \"unisex\".",
      "rdfs:label": "suggestedGender",
      "schema:domainIncludes": [
        {
          "@id": "schema:PeopleAudience"
        },
        {
          "@id": "schema:SizeSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GenderType"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:suggestedMeasurement",
      "@type": "rdf:Property",
      "rdfs:comment": "A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products.",
      "rdfs:label": "suggestedMeasurement",
      "schema:domainIncludes": [
        {
          "@id": "schema:PeopleAudience"
        },
        {
          "@id": "schema:SizeSpecification"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@id": "schema:supersededBy",
      "@type": "rdf:Property",
      "rdfs:comment": "Relates a term (i.e. a property, class or enumeration) to one that supersedes it.",
      "rdfs:label": "supersededBy",
      "schema:domainIncludes": [
        {
          "@id": "schema:Class"
        },
        {
          "@id": "schema:Enumeration"
        },
        {
          "@id": "schema:Property"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://meta.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Class"
        },
        {
          "@id": "schema:Enumeration"
        },
        {
          "@id": "schema:Property"
        }
      ]
    },
    {
      "@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:valueReference",
      "@type": "rdf:Property",
      "rdfs:comment": "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.",
      "rdfs:label": "valueReference",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Enumeration"
        },
        {
          "@id": "schema:MeasurementTypeEnumeration"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:StructuredValue"
        },
        {
          "@id": "schema:Text"
        }
      ]
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
1K - 10K Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Intangiblehttps://schema.org/Intangible
Enumerationhttps://schema.org/Enumeration
QualitativeValuehttps://schema.org/QualitativeValue
SizeSpecificationhttps://schema.org/SizeSpecification
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+SizeSpecification
namehttps://schema.org/name
sizeSystemhttps://schema.org/sizeSystem
sizeGrouphttps://schema.org/sizeGroup
hasMeasurementhttps://schema.org/hasMeasurement
suggestedAgehttps://schema.org/suggestedAge
suggestedGenderhttps://schema.org/suggestedGender
suggestedMeasurementhttps://schema.org/suggestedMeasurement
SizeSpecificationhttps://schema.org/SizeSpecification
hasMeasurementhttps://schema.org/hasMeasurement
QuantitativeValuehttps://schema.org/QuantitativeValue
sizeGrouphttps://schema.org/sizeGroup
SizeGroupEnumerationhttps://schema.org/SizeGroupEnumeration
Texthttps://schema.org/Text
sizeSystemhttps://schema.org/sizeSystem
SizeSystemEnumerationhttps://schema.org/SizeSystemEnumeration
Texthttps://schema.org/Text
suggestedAgehttps://schema.org/suggestedAge
QuantitativeValuehttps://schema.org/QuantitativeValue
suggestedGenderhttps://schema.org/suggestedGender
GenderTypehttps://schema.org/GenderType
Texthttps://schema.org/Text
suggestedMeasurementhttps://schema.org/suggestedMeasurement
QuantitativeValuehttps://schema.org/QuantitativeValue
QualitativeValuehttps://schema.org/QualitativeValue
additionalPropertyhttps://schema.org/additionalProperty
PropertyValuehttps://schema.org/PropertyValue
equalhttps://schema.org/equal
QualitativeValuehttps://schema.org/QualitativeValue
greaterhttps://schema.org/greater
QualitativeValuehttps://schema.org/QualitativeValue
greaterOrEqualhttps://schema.org/greaterOrEqual
QualitativeValuehttps://schema.org/QualitativeValue
lesserhttps://schema.org/lesser
QualitativeValuehttps://schema.org/QualitativeValue
lesserOrEqualhttps://schema.org/lesserOrEqual
QualitativeValuehttps://schema.org/QualitativeValue
nonEqualhttps://schema.org/nonEqual
QualitativeValuehttps://schema.org/QualitativeValue
valueReferencehttps://schema.org/valueReference
DefinedTermhttps://schema.org/DefinedTerm
Enumerationhttps://schema.org/Enumeration
MeasurementTypeEnumerationhttps://schema.org/MeasurementTypeEnumeration
PropertyValuehttps://schema.org/PropertyValue
QualitativeValuehttps://schema.org/QualitativeValue
QuantitativeValuehttps://schema.org/QuantitativeValue
StructuredValuehttps://schema.org/StructuredValue
Texthttps://schema.org/Text
Enumerationhttps://schema.org/Enumeration
supersededByhttps://schema.org/supersededBy
Classhttps://schema.org/Class
Enumerationhttps://schema.org/Enumeration
Propertyhttps://schema.org/Property
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
SizeSpecificationhttps://schema.org/SizeSpecification
sizehttps://schema.org/size
CreativeWorkhttps://schema.org/CreativeWork
Producthttps://schema.org/Product
SizeSpecificationhttps://schema.org/SizeSpecification
widthhttps://schema.org/width
heighthttps://schema.org/height
depthhttps://schema.org/depth
weighthttps://schema.org/weight
https://github.com/schemaorg/schemaorg/issues/2811https://github.com/schemaorg/schemaorg/issues/2811
Example 1https://schema.org/SizeSpecification#eg-0464
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

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


URLs of crawlers that visited me.