quantitykind:RotationalStiffness

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

Type
Description

Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.

Properties
qudt:plainTextDescription
Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.
Annotations
dcterms:description
Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.
rdfs:label
Rotational Stiffness(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: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/RotationalStiffness">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:plainTextDescription>Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.</j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-M-PER-MIN_Angle"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-M-PER-ARCMIN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-M-PER-RAD"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-M-PER-DEG"/>
    <rdfs:label xml:lang="en">Rotational Stiffness</rdfs:label>
    <j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/TorquePerAngle"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.</j.1:description>
  </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/RotationalStiffness>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-M-PER-ARCMIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-M-PER-DEG> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-M-PER-MIN_Angle> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-M-PER-RAD> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Rotational Stiffness"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/TorquePerAngle> ;
.
JSON
{"resource":"Rotational Stiffness" 
 ,"qname":"quantitykind:RotationalStiffness" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/RotationalStiffness" 
 ,"properties":["applicable unit":"unit:N-M-PER-ARCMIN" 
    ,"applicable unit":"unit:N-M-PER-DEG" 
    ,"applicable unit":"unit:N-M-PER-MIN_Angle" 
    ,"applicable unit":"unit:N-M-PER-RAD" 
    ,"description":"Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque." 
    ,"description (plain text)":"Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque." 
    ,"has broader":"quantitykind:TorquePerAngle" 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Rotational Stiffness" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/RotationalStiffness",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/N-M-PER-MIN_Angle", "http://qudt.org/vocab/unit/N-M-PER-ARCMIN", "http://qudt.org/vocab/unit/N-M-PER-RAD", "http://qudt.org/vocab/unit/N-M-PER-DEG" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
  "plainTextDescription" : "Rotational Stiffness is the extent to which an object resists deformation in response to an applied torque.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Rotational Stiffness"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/TorquePerAngle",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@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:09:54.254-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)