quantitykind:FractionalMass_Stage2

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

Type
Description

Properties
qudt:plainTextDescription
Fractional mass allocated to stage 2
Annotations
rdfs:label
Fractional Mass (Stage 2)(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/FractionalMass_Stage2">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:plainTextDescription>Fractional mass allocated to stage 2</j.0:plainTextDescription>
    <j.0:symbol>B</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Fractional Mass (Stage 2)</rdfs:label>
  </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/FractionalMass_Stage2>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Fractional mass allocated to stage 2" ;
  <http://qudt.org/schema/qudt/symbol> "B" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Fractional Mass (Stage 2)"@en ;
.
JSON
{"resource":"Fractional Mass (Stage 2)" 
 ,"qname":"quantitykind:FractionalMass_Stage2" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/FractionalMass_Stage2" 
 ,"properties":["description (plain text)":"Fractional mass allocated to stage 2" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Fractional Mass (Stage 2)" 
    ,"symbol":"B" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/FractionalMass_Stage2",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "plainTextDescription" : "Fractional mass allocated to stage 2",
  "symbol" : "B",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Fractional Mass (Stage 2)"
  },
  "@context" : {
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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 2022-12-19T15:19:22.819-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)