quantitykind:LineicLogarithmicRatio

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

Type
Description

logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length

Properties
qudt:plainTextDescription
Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge(de)
qudt:symbol
0173-1#Z4-BAJ332#003
Annotations
dcterms:description
logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length(en)
rdfs:label
lineic logarithmic ratio(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/LineicLogarithmicRatio">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description xml:lang="en">logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length</j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0"/>
    <j.0:plainTextDescription xml:lang="de">Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge</j.0:plainTextDescription>
    <j.0:symbol>0173-1#Z4-BAJ332#003</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en-US">lineic logarithmic ratio</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/LineicLogarithmicRatio>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length"@en ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge"@de ;
  <http://qudt.org/schema/qudt/symbol> "0173-1#Z4-BAJ332#003" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "lineic logarithmic ratio"@en-US ;
.
JSON
{"resource":"lineic logarithmic ratio" 
 ,"qname":"quantitykind:LineicLogarithmicRatio" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/LineicLogarithmicRatio" 
 ,"properties":["description":"logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length" 
    ,"description (plain text)":"Logarithmus des Verh&auml;ltnisses des Werts einer gegebenen Gr&ouml;&szlig;e zum Wert einer Bezugsgr&ouml;&szlig;e gleicher Art dividiert durch die zugeh&ouml;rige L&auml;nge" 
    ,"has dimension vector":"dimension:A0E0L-1I0M0H0T0D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"lineic logarithmic ratio" 
    ,"symbol":"0173-1#Z4-BAJ332#003" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/LineicLogarithmicRatio",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : {
    "@language" : "en",
    "@value" : "logarithm of the relationship between the value of a given quantity and the quantity of a reference value of the same type divided by the related length"
  },
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
  "plainTextDescription" : {
    "@language" : "de",
    "@value" : "Logarithmus des Verhältnisses des Werts einer gegebenen Größe zum Wert einer Bezugsgröße gleicher Art dividiert durch die zugehörige Länge"
  },
  "symbol" : "0173-1#Z4-BAJ332#003",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en-us",
    "@value" : "lineic logarithmic ratio"
  },
  "@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:10:04.603-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)