unit:FRAME-PER-SEC

URI: http://qudt.org/vocab/unit/FRAME-PER-SEC

Type
Description

"Frame per Second" is a unit for 'Video Frame Rate' expressed as $fps$.

Properties
qudt:ucumCode
/s{frame}
s-1{frame}
Annotations
dcterms:description
"Frame per Second" is a unit for 'Video Frame Rate' expressed as $fps$.
rdfs:label
Frame per Second(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: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/unit/FRAME-PER-SEC">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/VideoFrameRate"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">/s{frame}</j.0:ucumCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <rdfs:label xml:lang="en">Frame per Second</rdfs:label>
    <j.0:symbol>fps</j.0:symbol>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">s-1{frame}</j.0:ucumCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Frame per Second" is a unit for  'Video Frame Rate' expressed as $fps$.</j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
  </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/unit/FRAME-PER-SEC>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"Frame per Second\" is a unit for  'Video Frame Rate' expressed as $fps$."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VideoFrameRate> ;
  <http://qudt.org/schema/qudt/symbol> "fps" ;
  <http://qudt.org/schema/qudt/ucumCode> "/s{frame}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "s-1{frame}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Frame per Second"@en ;
.
JSON
{"resource":"Frame per Second" 
 ,"qname":"unit:FRAME-PER-SEC" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/FRAME-PER-SEC" 
 ,"properties":["description":"\"Frame per Second\" is a unit for  'Video Frame Rate' expressed as $fps$." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T-1D0" 
    ,"has quantity kind":"quantitykind:VideoFrameRate" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Frame per Second" 
    ,"symbol":"fps" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"\/s{frame}" 
    ,"ucum code":"s-1{frame}" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/FRAME-PER-SEC",
  "@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
  "description" : "\"Frame per Second\" is a unit for  'Video Frame Rate' expressed as $fps$.",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VideoFrameRate",
  "symbol" : "fps",
  "ucumCode" : [ "/s{frame}", "s-1{frame}" ],
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Frame per Second"
  },
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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-11-15T15:55:46.003-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)