quantitykind:AreaPerLength

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

Type
Description

Properties
qudt:plainTextDescription
Measure used to indicate the surface area of structural steel per unit length of the steel part.
Annotations
rdfs:label
Fläche pro Längeneinheit(de)
area per length(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/AreaPerLength">
    <j.0:plainTextDescription>Measure used to indicate the surface area of structural steel per unit length of the steel part.</j.0:plainTextDescription>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/M2-PER-M"/>
    <rdfs:label xml:lang="de">Fläche pro Längeneinheit</rdfs:label>
    <rdfs:label xml:lang="en">area per length</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:qkdvNumerator rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0"/>
    <j.0:qkdvDenominator rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.easysteel.co.nz/web/assets/EasysteelSurfaceAreaofSections-Feb14.pdf</j.0:informativeReference>
  </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/AreaPerLength>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/M2-PER-M> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://www.easysteel.co.nz/web/assets/EasysteelSurfaceAreaofSections-Feb14.pdf"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Measure used to indicate the surface area of structural steel per unit length of the steel part." ;
  <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Fläche pro Längeneinheit"@de ;
  rdfs:label "area per length"@en ;
.
JSON
{"resource":"area per length" 
 ,"qname":"quantitykind:AreaPerLength" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/AreaPerLength" 
 ,"properties":["applicable unit":"unit:M2-PER-M" 
    ,"denominator dimension vector":"dimension:A0E0L1I0M0H0T0D0" 
    ,"description (plain text)":"Measure used to indicate the surface area of structural steel per unit length of the steel part." 
    ,"has dimension vector":"dimension:A0E0L1I0M0H0T0D0" 
    ,"informative reference":"https:\/\/www.easysteel.co.nz\/web\/assets\/EasysteelSurfaceAreaofSections-Feb14.pdf" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Fl&auml;che pro L&auml;ngeneinheit" 
    ,"label":"area per length" 
    ,"numerator dimension vector":"dimension:A0E0L2I0M0H0T0D0" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/AreaPerLength",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : "http://qudt.org/vocab/unit/M2-PER-M",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
  "informativeReference" : "https://www.easysteel.co.nz/web/assets/EasysteelSurfaceAreaofSections-Feb14.pdf",
  "plainTextDescription" : "Measure used to indicate the surface area of structural steel per unit length of the steel part.",
  "qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
  "qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : [ {
    "@language" : "de",
    "@value" : "Fläche pro Längeneinheit"
  }, {
    "@language" : "en",
    "@value" : "area per length"
  } ],
  "@context" : {
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "qkdvNumerator" : {
      "@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "qkdvDenominator" : {
      "@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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:11.869-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)