René's URL Explorer Experiment


Title: StatisticalVariable - Schema.org Type

Description: Schema.org Type: StatisticalVariable - StatisticalVariable represents any type of statistical metric that can be measured at a place and time. The usage pattern for StatisticalVariable is typically expressed using Observation with an explicit populationType, which is a type, typically drawn from Schema.org. Each StatisticalVariable is marked as a ConstraintNode, meaning that some properties (those listed using constraintProperty) serve in this setting solely to define the statistical variable rather than literally describe a specific person, place or thing. For example, a StatisticalVariable MedianHeightPerson_Female representing the median height of women, could be written as follows: the population type is Person; the measuredProperty height; the statType median; the gender Female. It is important to note that there are many kinds of scientific quantitative observation which are not fully, perfectly or unambiguously described following this pattern, or with solely Schema.org terminology. The approach taken here is designed to allow partial, incremental or minimal description of StatisticalVariables, and the use of detailed sets of entity and property IDs from external repositories. The measurementMethod, unitCode and unitText properties can also be used to clarify the specific nature and notation of an observed measurement.

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:ConstraintNode",
      "@type": "rdfs:Class",
      "rdfs:comment": "The ConstraintNode type is provided to support usecases in which a node in a structured data graph is described with properties which appear to describe a single entity, but are being used in a situation where they serve a more abstract purpose. A [[ConstraintNode]] can be described using [[constraintProperty]] and [[numConstraints]]. These constraint properties can serve a\n    variety of purposes, and their values may sometimes be understood to indicate sets of possible values rather than single, exact and specific values.",
      "rdfs:label": "ConstraintNode",
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2564"
      }
    },
    {
      "@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:StatisticalVariable",
      "@type": "rdfs:Class",
      "rdfs:comment": "[[StatisticalVariable]] represents any type of statistical metric that can be measured at a place and time. The usage pattern for [[StatisticalVariable]] is typically expressed using [[Observation]] with an explicit [[populationType]], which is a type, typically drawn from Schema.org. Each [[StatisticalVariable]] is marked as a [[ConstraintNode]], meaning that some properties (those listed using [[constraintProperty]]) serve in this setting solely to define the statistical variable rather than literally describe a specific person, place or thing. For example, a [[StatisticalVariable]] Median_Height_Person_Female representing the median height of women, could be written as follows: the population type is [[Person]]; the measuredProperty [[height]]; the [[statType]] [[median]]; the [[gender]] [[Female]]. It is important to note that there are many kinds of scientific quantitative observation which are not fully, perfectly or unambiguously described following this pattern, or with solely Schema.org terminology. The approach taken here is designed to allow partial, incremental or minimal description of [[StatisticalVariable]]s, and the use of detailed sets of entity and property IDs from external repositories. The [[measurementMethod]], [[unitCode]] and [[unitText]] properties can also be used to clarify the specific nature and notation of an observed measurement. ",
      "rdfs:label": "StatisticalVariable",
      "rdfs:subClassOf": {
        "@id": "schema:ConstraintNode"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2564"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@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:constraintProperty",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a property used as a constraint. For example, in the definition of a [[StatisticalVariable]]. The value is a property, either from within Schema.org or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org. ",
      "rdfs:label": "constraintProperty",
      "schema:domainIncludes": {
        "@id": "schema:ConstraintNode"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Property"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2291"
      }
    },
    {
      "@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: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: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:measuredProperty",
      "@type": "rdf:Property",
      "rdfs:comment": "The measuredProperty of an [[Observation]], typically via its [[StatisticalVariable]]. There are various kinds of applicable [[Property]]: a schema.org property, a property from other RDF-compatible systems, e.g. W3C RDF Data Cube, Data Commons, Wikidata, or schema.org extensions such as [GS1's](https://www.gs1.org/voc/?show=properties).",
      "rdfs:label": "measuredProperty",
      "schema:domainIncludes": [
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Property"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2291"
      }
    },
    {
      "@id": "schema:measurementDenominator",
      "@type": "rdf:Property",
      "rdfs:comment": "Identifies the denominator variable when an observation represents a ratio or percentage.",
      "rdfs:label": "measurementDenominator",
      "schema:domainIncludes": [
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:StatisticalVariable"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2564"
      }
    },
    {
      "@id": "schema:measurementMethod",
      "@type": "rdf:Property",
      "rdfs:comment": "A subproperty of [[measurementTechnique]] that can be used for specifying specific methods, in particular via [[MeasurementMethodEnum]].",
      "rdfs:label": "measurementMethod",
      "rdfs:subPropertyOf": {
        "@id": "schema:measurementTechnique"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:DataCatalog"
        },
        {
          "@id": "schema:DataDownload"
        },
        {
          "@id": "schema:Dataset"
        },
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:MeasurementMethodEnum"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1425"
      }
    },
    {
      "@id": "schema:measurementQualifier",
      "@type": "rdf:Property",
      "rdfs:comment": "Provides additional qualification to an observation. For example, a GDP observation measures the Nominal value.",
      "rdfs:label": "measurementQualifier",
      "schema:domainIncludes": [
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Enumeration"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2564"
      }
    },
    {
      "@id": "schema:measurementTechnique",
      "@type": "rdf:Property",
      "rdfs:comment": "A technique, method or technology used in an [[Observation]], [[StatisticalVariable]] or [[Dataset]] (or [[DataDownload]], [[DataCatalog]]), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using [[variableMeasured]]; for [[Observation]], a [[StatisticalVariable]]). Often but not necessarily each [[variableMeasured]] will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and \"knowledge graphs\". In that case the subproperty of [[variableMeasured]] called [[measuredProperty]] is applicable.\n    \nThe [[measurementTechnique]] property helps when extra clarification is needed about how a [[measuredProperty]] was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery. \n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\". If the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\". \n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]]. The value can also be from an enumeration, organized as a [[MeasurementMethodEnum]].",
      "rdfs:label": "measurementTechnique",
      "schema:domainIncludes": [
        {
          "@id": "schema:DataCatalog"
        },
        {
          "@id": "schema:DataDownload"
        },
        {
          "@id": "schema:Dataset"
        },
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:MeasurementMethodEnum"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1425"
      }
    },
    {
      "@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:numConstraints",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the number of constraints property values defined for a particular [[ConstraintNode]] such as [[StatisticalVariable]]. This helps applications understand if they have access to a sufficiently complete description of a [[StatisticalVariable]] or other construct that is defined using properties on template-style nodes.",
      "rdfs:label": "numConstraints",
      "schema:domainIncludes": {
        "@id": "schema:ConstraintNode"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2291"
      }
    },
    {
      "@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:populationType",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the populationType common to all members of a [[StatisticalPopulation]] or all cases within the scope of a [[StatisticalVariable]].",
      "rdfs:label": "populationType",
      "schema:domainIncludes": [
        {
          "@id": "schema:StatisticalPopulation"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Class"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2291"
      }
    },
    {
      "@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:statType",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the kind of statistic represented by a [[StatisticalVariable]], e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. [[median]], [[marginOfError]], [[maxValue]], [[minValue]]) or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org. ",
      "rdfs:label": "statType",
      "schema:domainIncludes": {
        "@id": "schema:StatisticalVariable"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Property"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2564"
      }
    },
    {
      "@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: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"
      }
    }
  ]
}

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 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
ConstraintNodehttps://schema.org/ConstraintNode
StatisticalVariablehttps://schema.org/StatisticalVariable
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+StatisticalVariable
StatisticalVariablehttps://schema.org/StatisticalVariable
StatisticalVariablehttps://schema.org/StatisticalVariable
Observationhttps://schema.org/Observation
populationTypehttps://schema.org/populationType
StatisticalVariablehttps://schema.org/StatisticalVariable
ConstraintNodehttps://schema.org/ConstraintNode
constraintPropertyhttps://schema.org/constraintProperty
StatisticalVariablehttps://schema.org/StatisticalVariable
Personhttps://schema.org/Person
heighthttps://schema.org/height
statTypehttps://schema.org/statType
medianhttps://schema.org/median
genderhttps://schema.org/gender
Femalehttps://schema.org/Female
StatisticalVariablehttps://schema.org/StatisticalVariable
measurementMethodhttps://schema.org/measurementMethod
unitCodehttps://schema.org/unitCode
unitTexthttps://schema.org/unitText
StatisticalVariablehttps://schema.org/StatisticalVariable
measuredPropertyhttps://schema.org/measuredProperty
Propertyhttps://schema.org/Property
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
Propertyhttps://schema.org/Property
GS1'shttps://www.gs1.org/voc/?show=properties
measurementDenominatorhttps://schema.org/measurementDenominator
StatisticalVariablehttps://schema.org/StatisticalVariable
measurementMethodhttps://schema.org/measurementMethod
DefinedTermhttps://schema.org/DefinedTerm
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
Texthttps://schema.org/Text
URLhttps://schema.org/URL
measurementTechniquehttps://schema.org/measurementTechnique
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
measurementQualifierhttps://schema.org/measurementQualifier
Enumerationhttps://schema.org/Enumeration
measurementTechniquehttps://schema.org/measurementTechnique
DefinedTermhttps://schema.org/DefinedTerm
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
Datasethttps://schema.org/Dataset
DataDownloadhttps://schema.org/DataDownload
DataCataloghttps://schema.org/DataCatalog
variableMeasuredhttps://schema.org/variableMeasured
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
variableMeasuredhttps://schema.org/variableMeasured
variableMeasuredhttps://schema.org/variableMeasured
measuredPropertyhttps://schema.org/measuredProperty
measurementTechniquehttps://schema.org/measurementTechnique
measuredPropertyhttps://schema.org/measuredProperty
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
variableMeasuredhttps://schema.org/variableMeasured
PropertyValuehttps://schema.org/PropertyValue
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
populationTypehttps://schema.org/populationType
Classhttps://schema.org/Class
StatisticalPopulationhttps://schema.org/StatisticalPopulation
StatisticalVariablehttps://schema.org/StatisticalVariable
statTypehttps://schema.org/statType
Propertyhttps://schema.org/Property
Texthttps://schema.org/Text
URLhttps://schema.org/URL
StatisticalVariablehttps://schema.org/StatisticalVariable
medianhttps://schema.org/median
marginOfErrorhttps://schema.org/marginOfError
maxValuehttps://schema.org/maxValue
minValuehttps://schema.org/minValue
ConstraintNodehttps://schema.org/ConstraintNode
constraintPropertyhttps://schema.org/constraintProperty
Propertyhttps://schema.org/Property
URLhttps://schema.org/URL
StatisticalVariablehttps://schema.org/StatisticalVariable
numConstraintshttps://schema.org/numConstraints
Integerhttps://schema.org/Integer
ConstraintNodehttps://schema.org/ConstraintNode
StatisticalVariablehttps://schema.org/StatisticalVariable
StatisticalVariablehttps://schema.org/StatisticalVariable
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
StatisticalVariablehttps://schema.org/StatisticalVariable
measurementDenominatorhttps://schema.org/measurementDenominator
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
variableMeasuredhttps://schema.org/variableMeasured
Datasethttps://schema.org/Dataset
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
https://github.com/schemaorg/schemaorg/issues/2564https://github.com/schemaorg/schemaorg/issues/2564
Example 1https://schema.org/StatisticalVariable#eg-0480
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.