quantitykind:FractionalMass_Stage3

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

Type
Description

Properties
qudt:plainTextDescription
Fractional mass allocated to stage 3
Annotations
rdfs:label
Fractional Mass (Stage 3)(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_Stage3">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:plainTextDescription>Fractional mass allocated to stage 3</j.0:plainTextDescription>
    <j.0:symbol>C</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Fractional Mass (Stage 3)</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_Stage3>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Fractional mass allocated to stage 3" ;
  <http://qudt.org/schema/qudt/symbol> "C" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Fractional Mass (Stage 3)"@en ;
.
JSON
{"resource":"Fractional Mass (Stage 3)" 
 ,"qname":"quantitykind:FractionalMass_Stage3" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/FractionalMass_Stage3" 
 ,"properties":["description (plain text)":"Fractional mass allocated to stage 3" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Fractional Mass (Stage 3)" 
    ,"symbol":"C" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/FractionalMass_Stage3",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "plainTextDescription" : "Fractional mass allocated to stage 3",
  "symbol" : "C",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Fractional Mass (Stage 3)"
  },
  "@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:23:53.739-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)