qudt:ucumCode

URI: http://qudt.org/schema/qudt/ucumCode

Type
Description

ucumCode associates a QUDT unit with its UCUM code (case-sensitive).

In SHACL the values are derived from specific ucum properties using 'sh:values'.

Properties
rdfs:range
`case-sensitive UCUM code`
 or `case-sensitive UCUM terminal`
Annotations
dcterms:description

ucumCode associates a QUDT unit with its UCUM code (case-sensitive).

In SHACL the values are derived from specific ucum properties using 'sh:values'.

rdfs:label
ucum code
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://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/schema/qudt/ucumCode">
    <j.0:source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://ucum.org/ucum.html</j.0:source>
    <rdfs:label>ucum code</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:seeAlso rdf:resource="https://ucum.org/ucum.html"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#notation"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">&lt;p&gt;&lt;em&gt;ucumCode&lt;/em&gt; associates a QUDT unit with its UCUM code (case-sensitive). &lt;/p&gt;&lt;p&gt;In SHACL the values are derived from specific ucum properties using 'sh:values'.&lt;/p&gt;</j.0:description>
    <rdfs:range rdf:nodeID="A0"/>
  </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/schema/qudt/ucumCode>
  rdf:type rdf:Property ;
  rdf:type owl:DatatypeProperty ;
  <http://purl.org/dc/terms/description> "<p><em>ucumCode</em> associates a QUDT unit with its UCUM code (case-sensitive). </p><p>In SHACL the values are derived from specific ucum properties using 'sh:values'.</p>"^^rdf:HTML ;
  <http://purl.org/dc/terms/source> "https://ucum.org/ucum.html"^^xsd:anyURI ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "ucum code" ;
  rdfs:range [] ;
  rdfs:seeAlso <https://ucum.org/ucum.html> ;
  rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#notation> ;
.
JSON
{"resource":"ucum code" 
 ,"qname":"qudt:ucumCode" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/ucumCode" 
 ,"properties":["description":"&lt;p&gt;&lt;em&gt;ucumCode&lt;\/em&gt; associates a QUDT unit with its UCUM code (case-sensitive). &lt;\/p&gt;&lt;p&gt;In SHACL the values are derived from specific ucum properties using 'sh:values'.&lt;\/p&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"ucum code" 
    ,"range":null 
    ,"seeAlso":"&lt;https:\/\/ucum.org\/ucum.html&gt;" 
    ,"source":"https:\/\/ucum.org\/ucum.html" 
    ,"subPropertyOf":"skos:notation" 
    ,"type":"rdf:Property" 
    ,"type":"owl:DatatypeProperty" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/ucumCode",
  "@type" : [ "owl:DatatypeProperty", "rdf:Property" ],
  "description" : "<p><em>ucumCode</em> associates a QUDT unit with its UCUM code (case-sensitive). </p><p>In SHACL the values are derived from specific ucum properties using 'sh:values'.</p>",
  "source" : "https://ucum.org/ucum.html",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/qudt" ],
  "label" : "ucum code",
  "range" : "_:b0",
  "seeAlso" : "https://ucum.org/ucum.html",
  "subPropertyOf" : "http://www.w3.org/2004/02/skos/core#notation",
  "@context" : {
    "source" : {
      "@id" : "http://purl.org/dc/terms/source",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "@type" : "@id"
    },
    "subPropertyOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "range" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#range",
      "@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:31:52.291-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)