quantitykind:LinearStiffness

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

Type
Description

Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.

Properties
qudt:plainTextDescription
Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.
Annotations
dcterms:description
Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.
rdfs:label
Linear Force(en)
Streckenlast(de)
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:j.2="http://www.w3.org/2004/02/skos/core#"
    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/LinearStiffness">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LB_F-PER-IN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloLB_F-PER-FT"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <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/N-PER-MilliM"/>
    <j.0:plainTextDescription>Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.</j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliN-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/GigaN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-PER-M"/>
    <j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/ForcePerLength"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LB_F-PER-FT"/>
    <rdfs:label xml:lang="en">Linear Force</rdfs:label>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearstiffnessmeasure.htm</j.0:informativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LB_F-PER-YD"/>
    <rdfs:label xml:lang="de">Streckenlast</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloN-PER-M"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloN-M-PER-M2"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PDL-PER-IN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliN-PER-M"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-PER-CentiM"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/NanoN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MicroN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DYN-PER-CentiM"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaN-M-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-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/LinearStiffness>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard."^^rdf:HTML ;
  <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> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearstiffnessmeasure.htm"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Linear Force"@en ;
  rdfs:label "Streckenlast"@de ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/ForcePerLength> ;
.
JSON
{"resource":"Linear Force" 
 ,"qname":"quantitykind:LinearStiffness" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/LinearStiffness" 
 ,"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" 
    ,"description":"Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard." 
    ,"description (plain text)":"Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard." 
    ,"has broader":"quantitykind:ForcePerLength" 
    ,"has dimension vector":"dimension:A0E0L0I0M1H0T-2D0" 
    ,"informative reference":"https:\/\/standards.buildingsmart.org\/IFC\/DEV\/IFC4_3\/RC1\/HTML\/schema\/ifcmeasureresource\/lexical\/ifclinearstiffnessmeasure.htm" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Linear Force" 
    ,"label":"Streckenlast" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/LinearStiffness",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/LB_F-PER-IN", "http://qudt.org/vocab/unit/KiloLB_F-PER-FT", "http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2", "http://qudt.org/vocab/unit/N-PER-MilliM", "http://qudt.org/vocab/unit/MilliN-M-PER-M2", "http://qudt.org/vocab/unit/GigaN-M-PER-M2", "http://qudt.org/vocab/unit/N-PER-M", "http://qudt.org/vocab/unit/LB_F-PER-FT", "http://qudt.org/vocab/unit/LB_F-PER-YD", "http://qudt.org/vocab/unit/KiloN-PER-M", "http://qudt.org/vocab/unit/KiloN-M-PER-M2", "http://qudt.org/vocab/unit/PDL-PER-IN", "http://qudt.org/vocab/unit/CentiN-M-PER-M2", "http://qudt.org/vocab/unit/MilliN-PER-M", "http://qudt.org/vocab/unit/N-PER-CentiM", "http://qudt.org/vocab/unit/NanoN-M-PER-M2", "http://qudt.org/vocab/unit/MicroN-M-PER-M2", "http://qudt.org/vocab/unit/DYN-PER-CentiM", "http://qudt.org/vocab/unit/MegaN-M-PER-M2", "http://qudt.org/vocab/unit/N-M-PER-M2" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
  "informativeReference" : "https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/schema/ifcmeasureresource/lexical/ifclinearstiffnessmeasure.htm",
  "plainTextDescription" : "Stiffness is the extent to which an object resists deformation in response to an applied force. Linear Stiffness is the term used in the Industry Foundation Classes (IFC) standard.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : [ {
    "@language" : "en",
    "@value" : "Linear Force"
  }, {
    "@language" : "de",
    "@value" : "Streckenlast"
  } ],
  "broader" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "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:15:02.450-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)