{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A statistical distribution of values.",
"rdfs:label" : "QuantitativeValueDistribution",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
},
"properties" : {
"schema:duration" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).",
"rdfs:label" : "duration",
"schema:domainIncludes" : [
"schema:Audiobook",
"schema:MediaObject",
"schema:MusicRecording",
"schema:Event",
"schema:Episode",
"schema:Schedule",
"schema:QuantitativeValueDistribution",
"schema:Movie",
"schema:MusicRelease"
],
"schema:rangeIncludes" : "schema:Duration",
"schema:source" : [
"https://github.com/schemaorg/schemaorg/issues/1698",
"https://github.com/schemaorg/schemaorg/issues/1457"
]
},
"schema:median" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The median value.",
"rdfs:label" : "median",
"schema:domainIncludes" : "schema:QuantitativeValueDistribution",
"schema:rangeIncludes" : "schema:Number",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
},
"schema:percentile10" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The 10th percentile value.",
"rdfs:label" : "percentile10",
"schema:domainIncludes" : "schema:QuantitativeValueDistribution",
"schema:rangeIncludes" : "schema:Number",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
},
"schema:percentile25" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The 25th percentile value.",
"rdfs:label" : "percentile25",
"schema:domainIncludes" : "schema:QuantitativeValueDistribution",
"schema:rangeIncludes" : "schema:Number",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
},
"schema:percentile75" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The 75th percentile value.",
"rdfs:label" : "percentile75",
"schema:domainIncludes" : "schema:QuantitativeValueDistribution",
"schema:rangeIncludes" : "schema:Number",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
},
"schema:percentile90" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The 90th percentile value.",
"rdfs:label" : "percentile90",
"schema:domainIncludes" : "schema:QuantitativeValueDistribution",
"schema:rangeIncludes" : "schema:Number",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
}
}
}