quantitykind:FractionalMass_Stage1

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

Type
Description

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