quantitykind:Velocity

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

Type
Description

Properties
qudt:plainTextDescription
In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving.
Annotations
rdfs:label
Velocity(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/Velocity">
    <owl:sameAs rdf:resource="http://qudt.org/vocab/quantitykind/LinearVelocity"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/quantitykind/LinearVelocity"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/M-PER-YR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloM-PER-SEC"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Velocity</j.0:informativeReference>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/M-PER-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MI_N-PER-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FT-PER-HR"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliM-PER-DAY"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiM-PER-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/GigaHZ-M"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KN"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiM-PER-SEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MI-PER-SEC"/>
    <j.0:plainTextDescription>In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. </j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MI_N-PER-MIN"/>
    <rdfs:label xml:lang="en">Velocity</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MI-PER-MIN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliM-PER-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiM-PER-YR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliM-PER-SEC"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MI-PER-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/M-PER-MIN"/>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Velocity</j.0:dbpediaMatch>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloM-PER-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/M-PER-SEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FT-PER-SEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliM-PER-MIN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloM-PER-DAY"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/IN-PER-SEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliM-PER-YR"/>
    <j.0:symbol>v</j.0:symbol>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FT-PER-DAY"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FT-PER-MIN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiM-PER-KiloYR"/>
  </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/Velocity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CentiM-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CentiM-PER-KiloYR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CentiM-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CentiM-PER-YR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FT-PER-DAY> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FT-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FT-PER-MIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FT-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/GigaHZ-M> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/IN-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloM-PER-DAY> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloM-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloM-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/M-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/M-PER-MIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/M-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/M-PER-YR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MI-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MI-PER-MIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MI-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MI_N-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MI_N-PER-MIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliM-PER-DAY> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliM-PER-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliM-PER-MIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliM-PER-SEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliM-PER-YR> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Velocity"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/quantitykind/LinearVelocity> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Velocity"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. " ;
  <http://qudt.org/schema/qudt/symbol> "v" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Velocity"@en ;
  owl:sameAs <http://qudt.org/vocab/quantitykind/LinearVelocity> ;
.
JSON
{"resource":"Velocity" 
 ,"qname":"quantitykind:Velocity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/Velocity" 
 ,"properties":["applicable unit":"unit:CentiM-PER-HR" 
    ,"applicable unit":"unit:CentiM-PER-KiloYR" 
    ,"applicable unit":"unit:CentiM-PER-SEC" 
    ,"applicable unit":"unit:CentiM-PER-YR" 
    ,"applicable unit":"unit:FT-PER-DAY" 
    ,"applicable unit":"unit:FT-PER-HR" 
    ,"applicable unit":"unit:FT-PER-MIN" 
    ,"applicable unit":"unit:FT-PER-SEC" 
    ,"applicable unit":"unit:GigaHZ-M" 
    ,"applicable unit":"unit:IN-PER-SEC" 
    ,"applicable unit":"unit:KN" 
    ,"applicable unit":"unit:KiloM-PER-DAY" 
    ,"applicable unit":"unit:KiloM-PER-HR" 
    ,"applicable unit":"unit:KiloM-PER-SEC" 
    ,"applicable unit":"unit:M-PER-HR" 
    ,"applicable unit":"unit:M-PER-MIN" 
    ,"applicable unit":"unit:M-PER-SEC" 
    ,"applicable unit":"unit:M-PER-YR" 
    ,"applicable unit":"unit:MI-PER-HR" 
    ,"applicable unit":"unit:MI-PER-MIN" 
    ,"applicable unit":"unit:MI-PER-SEC" 
    ,"applicable unit":"unit:MI_N-PER-HR" 
    ,"applicable unit":"unit:MI_N-PER-MIN" 
    ,"applicable unit":"unit:MilliM-PER-DAY" 
    ,"applicable unit":"unit:MilliM-PER-HR" 
    ,"applicable unit":"unit:MilliM-PER-MIN" 
    ,"applicable unit":"unit:MilliM-PER-SEC" 
    ,"applicable unit":"unit:MilliM-PER-YR" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Velocity" 
    ,"description (plain text)":"In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. " 
    ,"exact match":"quantitykind:LinearVelocity" 
    ,"has dimension vector":"dimension:A0E0L1I0M0H0T-1D0" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Velocity" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Velocity" 
    ,"sameAs":"quantitykind:LinearVelocity" 
    ,"symbol":"v" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/Velocity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/M-PER-YR", "http://qudt.org/vocab/unit/KiloM-PER-SEC", "http://qudt.org/vocab/unit/M-PER-HR", "http://qudt.org/vocab/unit/MI_N-PER-HR", "http://qudt.org/vocab/unit/FT-PER-HR", "http://qudt.org/vocab/unit/MilliM-PER-DAY", "http://qudt.org/vocab/unit/CentiM-PER-HR", "http://qudt.org/vocab/unit/GigaHZ-M", "http://qudt.org/vocab/unit/KN", "http://qudt.org/vocab/unit/CentiM-PER-SEC", "http://qudt.org/vocab/unit/MI-PER-SEC", "http://qudt.org/vocab/unit/MI_N-PER-MIN", "http://qudt.org/vocab/unit/MI-PER-MIN", "http://qudt.org/vocab/unit/MilliM-PER-HR", "http://qudt.org/vocab/unit/CentiM-PER-YR", "http://qudt.org/vocab/unit/MilliM-PER-SEC", "http://qudt.org/vocab/unit/MI-PER-HR", "http://qudt.org/vocab/unit/M-PER-MIN", "http://qudt.org/vocab/unit/KiloM-PER-HR", "http://qudt.org/vocab/unit/M-PER-SEC", "http://qudt.org/vocab/unit/FT-PER-SEC", "http://qudt.org/vocab/unit/MilliM-PER-MIN", "http://qudt.org/vocab/unit/KiloM-PER-DAY", "http://qudt.org/vocab/unit/IN-PER-SEC", "http://qudt.org/vocab/unit/MilliM-PER-YR", "http://qudt.org/vocab/unit/FT-PER-DAY", "http://qudt.org/vocab/unit/FT-PER-MIN", "http://qudt.org/vocab/unit/CentiM-PER-KiloYR" ],
  "dbpediaMatch" : "http://dbpedia.org/resource/Velocity",
  "exactMatch" : "http://qudt.org/vocab/quantitykind/LinearVelocity",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
  "informativeReference" : "http://en.wikipedia.org/wiki/Velocity",
  "plainTextDescription" : "In kinematics, velocity is the speed of an object and a specification of its direction of motion. Speed describes only how fast an object is moving, whereas velocity gives both how fast and in what direction the object is moving. ",
  "symbol" : "v",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Velocity"
  },
  "sameAs" : "http://qudt.org/vocab/quantitykind/LinearVelocity",
  "@context" : {
    "sameAs" : {
      "@id" : "http://www.w3.org/2002/07/owl#sameAs",
      "@type" : "@id"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "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"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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 2023-05-10T20:05:08.557-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)