quantitykind:CostPerMass

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

Type
Description

Applicable units are those of quantitykind:CostPerMass

Properties
qudt:plainTextDescription
Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass.
Annotations
rdfs:comment
Applicable units are those of quantitykind:CostPerMass
rdfs:label
Kosten pro Masse(de)
cost per mass(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: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/CostPerMass">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CHF-PER-KiloGM"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0"/>
    <j.0:plainTextDescription>Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass.</j.0:plainTextDescription>
    <rdfs:comment>Applicable units are those of quantitykind:CostPerMass</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="de">Kosten pro Masse</rdfs:label>
    <rdfs:label xml:lang="en">cost per mass</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/CostPerMass>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CHF-PER-KiloGM> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass." ;
  rdfs:comment "Applicable units are those of quantitykind:CostPerMass" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Kosten pro Masse"@de ;
  rdfs:label "cost per mass"@en ;
.
JSON
{"resource":"cost per mass" 
 ,"qname":"quantitykind:CostPerMass" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CostPerMass" 
 ,"properties":["applicable unit":"unit:CHF-PER-KiloGM" 
    ,"comment":"Applicable units are those of quantitykind:CostPerMass" 
    ,"description (plain text)":"Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass." 
    ,"has dimension vector":"dimension:A0E0L0I0M-1H0T0D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Kosten pro Masse" 
    ,"label":"cost per mass" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/CostPerMass",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : "http://qudt.org/vocab/unit/CHF-PER-KiloGM",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
  "plainTextDescription" : "Represents the cost associated with a unit mass of a substance or material. It is typically used in economic and engineering contexts to evaluate the expense incurred per kilogram, gram, or other units of mass. This measure helps in comparing the economic efficiency of different materials or substances based on their mass.",
  "comment" : "Applicable units are those of quantitykind:CostPerMass",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : [ {
    "@language" : "de",
    "@value" : "Kosten pro Masse"
  }, {
    "@language" : "en",
    "@value" : "cost per mass"
  } ],
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "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-11-15T17:21:56.474-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)