quantitykind:ForcePerLength

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

Type
Description

Properties
Annotations
rdfs:label
Force 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/ForcePerLength">
    <rdfs:label xml:lang="en">Force per Length</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliN-PER-M"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloN-PER-M"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LB_F-PER-IN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-PER-CentiM"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LB_F-PER-YD"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloLB_F-PER-FT"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/GigaN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MicroN-M-PER-M2"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PDL-PER-IN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LB_F-PER-FT"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DYN-PER-CentiM"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-PER-M"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-PER-MilliM"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/NanoN-M-PER-M2"/>
  </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/ForcePerLength>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CentiN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DYN-PER-CentiM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/GigaN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloLB_F-PER-FT> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloN-PER-M> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/LB_F-PER-FT> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/LB_F-PER-IN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/LB_F-PER-YD> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MicroN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliN-PER-M> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-PER-CentiM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-PER-M> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-PER-MilliM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/NanoN-M-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PDL-PER-IN> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Force per Length"@en ;
.
JSON
{"resource":"Force per Length" 
 ,"qname":"quantitykind:ForcePerLength" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/ForcePerLength" 
 ,"properties":["applicable unit":"unit:CentiN-M-PER-M2" 
    ,"applicable unit":"unit:DYN-PER-CentiM" 
    ,"applicable unit":"unit:GigaN-M-PER-M2" 
    ,"applicable unit":"unit:KiloGM_F-M-PER-CentiM2" 
    ,"applicable unit":"unit:KiloLB_F-PER-FT" 
    ,"applicable unit":"unit:KiloN-M-PER-M2" 
    ,"applicable unit":"unit:KiloN-PER-M" 
    ,"applicable unit":"unit:LB_F-PER-FT" 
    ,"applicable unit":"unit:LB_F-PER-IN" 
    ,"applicable unit":"unit:LB_F-PER-YD" 
    ,"applicable unit":"unit:MegaN-M-PER-M2" 
    ,"applicable unit":"unit:MicroN-M-PER-M2" 
    ,"applicable unit":"unit:MilliN-M-PER-M2" 
    ,"applicable unit":"unit:MilliN-PER-M" 
    ,"applicable unit":"unit:N-M-PER-M2" 
    ,"applicable unit":"unit:N-PER-CentiM" 
    ,"applicable unit":"unit:N-PER-M" 
    ,"applicable unit":"unit:N-PER-MilliM" 
    ,"applicable unit":"unit:NanoN-M-PER-M2" 
    ,"applicable unit":"unit:PDL-PER-IN" 
    ,"has dimension vector":"dimension:A0E0L0I0M1H0T-2D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Force per Length" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/MilliN-PER-M", "http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2", "http://qudt.org/vocab/unit/CentiN-M-PER-M2", "http://qudt.org/vocab/unit/KiloN-PER-M", "http://qudt.org/vocab/unit/LB_F-PER-IN", "http://qudt.org/vocab/unit/N-PER-CentiM", "http://qudt.org/vocab/unit/N-M-PER-M2", "http://qudt.org/vocab/unit/LB_F-PER-YD", "http://qudt.org/vocab/unit/KiloN-M-PER-M2", "http://qudt.org/vocab/unit/KiloLB_F-PER-FT", "http://qudt.org/vocab/unit/GigaN-M-PER-M2", "http://qudt.org/vocab/unit/MegaN-M-PER-M2", "http://qudt.org/vocab/unit/MicroN-M-PER-M2", "http://qudt.org/vocab/unit/MilliN-M-PER-M2", "http://qudt.org/vocab/unit/PDL-PER-IN", "http://qudt.org/vocab/unit/LB_F-PER-FT", "http://qudt.org/vocab/unit/DYN-PER-CentiM", "http://qudt.org/vocab/unit/N-PER-M", "http://qudt.org/vocab/unit/N-PER-MilliM", "http://qudt.org/vocab/unit/NanoN-M-PER-M2" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Force per Length"
  },
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@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-04-25T16:13:05.213-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)