unit:MESH

URI: http://qudt.org/vocab/unit/MESH

Type
Description

"Mesh" is a measure of particle size or fineness of a woven product.

Properties
qudt:ucumCode
[mesh_i]
Annotations
dcterms:description
"Mesh" is a measure of particle size or fineness of a woven product.(en)
rdfs:label
Mesh(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/MESH">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/InverseLength"/>
    <j.1:description xml:lang="en">"Mesh" is a measure of particle size or fineness of a woven product.</j.1:description>
    <rdfs:label xml:lang="en">Mesh</rdfs:label>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Mesh_(scale)</j.0:informativeReference>
    <j.0:symbol>mesh</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionMultiplier>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[mesh_i]</j.0:ucumCode>
    <j.0:uneceCommonCode>57</j.0:uneceCommonCode>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.0E0</j.0:conversionMultiplierSN>
  </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/MESH>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"Mesh\" is a measure of particle size or fineness of a woven product."@en ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/symbol> "mesh" ;
  <http://qudt.org/schema/qudt/ucumCode> "[mesh_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "57" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Mesh"@en ;
.
JSON
{"resource":"Mesh" 
 ,"qname":"unit:MESH" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MESH" 
 ,"properties":["conversion multiplier":"0.0" 
    ,"conversion multiplier scientific":"0.0E0" 
    ,"description":"\"Mesh\" is a measure of particle size or fineness of a woven product." 
    ,"has dimension vector":"dimension:A0E0L-1I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:InverseLength" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Mesh_(scale)" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Mesh" 
    ,"symbol":"mesh" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[mesh_i]" 
    ,"unece common code":"57" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/MESH",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : {
    "@language" : "en",
    "@value" : "\"Mesh\" is a measure of particle size or fineness of a woven product."
  },
  "conversionMultiplier" : "0.0",
  "conversionMultiplier:SN" : 0.0,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
  "informativeReference" : "https://en.wikipedia.org/wiki/Mesh_(scale)",
  "symbol" : "mesh",
  "ucumCode" : "[mesh_i]",
  "uneceCommonCode" : "57",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Mesh"
  },
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "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-03-22T14:45:53.681-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)