quantitykind:VolumicDataQuantity

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

Type
Description

amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume

Properties
qudt:plainTextDescription
Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen(de)
qudt:symbol
0173-1#Z4-BAJ401#002
Annotations
dcterms:description
amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume(en)
rdfs:label
volumic data quantity(en-US)
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/VolumicDataQuantity">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description xml:lang="en">amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume</j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0"/>
    <j.0:plainTextDescription xml:lang="de">Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen</j.0:plainTextDescription>
    <j.0:symbol>0173-1#Z4-BAJ401#002</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en-US">volumic data quantity</rdfs:label>
  </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/VolumicDataQuantity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume"@en ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen"@de ;
  <http://qudt.org/schema/qudt/symbol> "0173-1#Z4-BAJ401#002" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "volumic data quantity"@en-US ;
.
JSON
{"resource":"volumic data quantity" 
 ,"qname":"quantitykind:VolumicDataQuantity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/VolumicDataQuantity" 
 ,"properties":["description":"amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume" 
    ,"description (plain text)":"Anzahl von Daten, die in der Regel abh&auml;ngig von der jeweiligen Komplexit&auml;t der Information oder deren Codierungsverfahren ist, dividiert durch das zugeh&ouml;rige Volumen" 
    ,"has dimension vector":"dimension:A0E0L-3I0M0H0T0D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"volumic data quantity" 
    ,"symbol":"0173-1#Z4-BAJ401#002" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/VolumicDataQuantity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : {
    "@language" : "en",
    "@value" : "amount of data, which is usually dependent on the respective complexity of the information or its coding procedure, divided by the related volume"
  },
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
  "plainTextDescription" : {
    "@language" : "de",
    "@value" : "Anzahl von Daten, die in der Regel abhängig von der jeweiligen Komplexität der Information oder deren Codierungsverfahren ist, dividiert durch das zugehörige Volumen"
  },
  "symbol" : "0173-1#Z4-BAJ401#002",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en-us",
    "@value" : "volumic data quantity"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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:14:19.086-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)