quantitykind:FlightPathAngle

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

Type
Description

Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.

Properties
qudt:plainTextDescription
Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.
qudt:latexSymbol
$\gamma$
Annotations
dcterms:description
Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.
rdfs:label
Flight Path Angle(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/FlightPathAngle">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/GON"/>
    <j.0:plainTextDescription>Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.</j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/RAD"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/REV"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MIL"/>
    <j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/Angle"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MicroRAD"/>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\gamma$</j.0:latexSymbol>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/ARCMIN"/>
    <rdfs:label xml:lang="en">Flight Path Angle</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/GRAD"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MIN_Angle"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/ARCSEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliRAD"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliARCSEC"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
  </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/FlightPathAngle>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/ARCMIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/ARCSEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/GON> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/GRAD> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MIL> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MIN_Angle> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MicroRAD> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliARCSEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliRAD> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/RAD> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/REV> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/latexSymbol> "$\\gamma$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Flight Path Angle"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/Angle> ;
.
JSON
{"resource":"Flight Path Angle" 
 ,"qname":"quantitykind:FlightPathAngle" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/FlightPathAngle" 
 ,"properties":["applicable unit":"unit:ARCMIN" 
    ,"applicable unit":"unit:ARCSEC" 
    ,"applicable unit":"unit:DEG" 
    ,"applicable unit":"unit:GON" 
    ,"applicable unit":"unit:GRAD" 
    ,"applicable unit":"unit:MIL" 
    ,"applicable unit":"unit:MIN_Angle" 
    ,"applicable unit":"unit:MicroRAD" 
    ,"applicable unit":"unit:MilliARCSEC" 
    ,"applicable unit":"unit:MilliRAD" 
    ,"applicable unit":"unit:RAD" 
    ,"applicable unit":"unit:REV" 
    ,"description":"Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle." 
    ,"description (plain text)":"Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle." 
    ,"has broader":"quantitykind:Angle" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Flight Path Angle" 
    ,"latex symbol":"$\\gamma$" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/FlightPathAngle",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/GON", "http://qudt.org/vocab/unit/RAD", "http://qudt.org/vocab/unit/REV", "http://qudt.org/vocab/unit/MIL", "http://qudt.org/vocab/unit/DEG", "http://qudt.org/vocab/unit/MicroRAD", "http://qudt.org/vocab/unit/ARCMIN", "http://qudt.org/vocab/unit/GRAD", "http://qudt.org/vocab/unit/MIN_Angle", "http://qudt.org/vocab/unit/ARCSEC", "http://qudt.org/vocab/unit/MilliRAD", "http://qudt.org/vocab/unit/MilliARCSEC" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "latexSymbol" : "$\\gamma$",
  "plainTextDescription" : "Flight path angle is defined in two different ways. To the aerodynamicist, it is the angle between the flight path vector (where the airplane is going) and the local atmosphere. To the flight crew, it is normally known as the angle between the flight path vector and the horizon, also known as the climb (or descent) angle.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Flight Path Angle"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/Angle",
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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:14:40.018-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)