unit:GT

URI: http://qudt.org/vocab/unit/GT

Type
Description

The formula for calculating GT is given by ${ GT=V\times (0.2+0.02\times \log _{10}(V))}$

Properties
qudt:plainTextDescription
Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.
qudt:latexDefinition
${ GT=V\times (0.2+0.02\times \log _{10}(V))}$ where V is measured in cubic meters.
qudt:ucumCode
t{gross}
Annotations
dcterms:description
The formula for calculating GT is given by ${ GT=V\times (0.2+0.02\times \log _{10}(V))}$
rdfs:label
Gross Tonnage(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/unit/GT">
    <j.0:symbol>G.T.</j.0:symbol>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">The formula for calculating GT is given by ${ GT=V\times (0.2+0.02\times \log _{10}(V))}$</j.1:description>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.0E0</j.0:conversionMultiplierSN>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">t{gross}</j.0:ucumCode>
    <rdfs:label xml:lang="en">Gross Tonnage</rdfs:label>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionMultiplier>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.imo.org/en/About/Conventions/ListOfConventions/Pages/International-Convention-on-Tonnage-Measurement-of-Ships.aspx</j.0:informativeReference>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0"/>
    <j.0:uneceCommonCode>GT</j.0:uneceCommonCode>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">${ GT=V\times (0.2+0.02\times \log _{10}(V))}$ where V is measured in cubic meters.</j.0:latexDefinition>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Gross_tonnage</j.0:informativeReference>
    <j.0:plainTextDescription>Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.</j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Volume"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/unit/RT"/>
  </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/unit/GT>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://www.imo.org/en/About/Conventions/ListOfConventions/Pages/International-Convention-on-Tonnage-Measurement-of-Ships.aspx"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces." ;
  <http://qudt.org/schema/qudt/symbol> "G.T." ;
  <http://qudt.org/schema/qudt/ucumCode> "t{gross}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "GT" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Gross Tonnage"@en ;
  rdfs:seeAlso <http://qudt.org/vocab/unit/RT> ;
.
JSON
{"resource":"Gross Tonnage" 
 ,"qname":"unit:GT" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/GT" 
 ,"properties":["conversion multiplier":"0.0" 
    ,"conversion multiplier scientific":"0.0E0" 
    ,"description":"The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$" 
    ,"description (plain text)":"Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces." 
    ,"has dimension vector":"dimension:A0E0L3I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:Volume" 
    ,"informative reference":"http:\/\/www.imo.org\/en\/About\/Conventions\/ListOfConventions\/Pages\/International-Convention-on-Tonnage-Measurement-of-Ships.aspx" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Gross_tonnage" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Gross Tonnage" 
    ,"latex definition":"${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters." 
    ,"seeAlso":"unit:RT" 
    ,"symbol":"G.T." 
    ,"type":"qudt:Unit" 
    ,"ucum code":"t{gross}" 
    ,"unece common code":"GT" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/GT",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$",
  "conversionMultiplier" : "0.0",
  "conversionMultiplier:SN" : 0.0,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
  "informativeReference" : [ "http://www.imo.org/en/About/Conventions/ListOfConventions/Pages/International-Convention-on-Tonnage-Measurement-of-Ships.aspx", "https://en.wikipedia.org/wiki/Gross_tonnage" ],
  "latexDefinition" : "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters.",
  "plainTextDescription" : "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.",
  "symbol" : "G.T.",
  "ucumCode" : "t{gross}",
  "uneceCommonCode" : "GT",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Gross Tonnage"
  },
  "seeAlso" : "http://qudt.org/vocab/unit/RT",
  "@context" : {
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "@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-03-22T14:37:43.099-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)