quantitykind:StatisticalWeight

URI: http://qudt.org/vocab/quantitykind/StatisticalWeight

Type
Description

A "Statistical Weight" is the relative probability (possibly unnormalized) of a particular feature of a state.

Properties
qudt:plainTextDescription
A "Statistical Weight" is the relative probability (possibly unnormalized) of a particular feature of a state.
Annotations
dcterms:description
A "Statistical Weight" is the relative probability (possibly unnormalized) of a particular feature of a state.
rdfs:label
Statistical Weight(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/StatisticalWeight">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/UNITLESS"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A "Statistical Weight" is the relative probability (possibly unnormalized) of a particular feature of a state.</j.1:description>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Statistical_weight</j.0:informativeReference>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31894</j.0:isoNormativeReference>
    <j.0:symbol>g</j.0:symbol>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:plainTextDescription>A "Statistical Weight" is the relative probability (possibly unnormalized) of a particular feature of a state.</j.0:plainTextDescription>
    <rdfs:label xml:lang="en">Statistical Weight</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/vocab/quantitykind/StatisticalWeight>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/UNITLESS> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Statistical_weight"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state." ;
  <http://qudt.org/schema/qudt/symbol> "g" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Statistical Weight"@en ;
.
JSON
{"resource":"Statistical Weight" 
 ,"qname":"quantitykind:StatisticalWeight" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/StatisticalWeight" 
 ,"properties":["applicable unit":"unit:UNITLESS" 
    ,"description":"A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state." 
    ,"description (plain text)":"A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Statistical_weight" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Statistical Weight" 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31894" 
    ,"symbol":"g" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/StatisticalWeight",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state.",
  "applicableUnit" : "http://qudt.org/vocab/unit/UNITLESS",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "informativeReference" : "http://en.wikipedia.org/wiki/Statistical_weight",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31894",
  "plainTextDescription" : "A \"Statistical Weight\" is the relative probability (possibly unnormalized) of a particular feature of a state.",
  "symbol" : "g",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Statistical Weight"
  },
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2024-04-25T16:12:24.685-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)