qudt:UCUMcs

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

Type
Description

Lexical pattern for the case-sensitive version of UCUM code

Properties
owl:withRestrictions
  1. <@00714549a396acc4b47dd9c90bca476f>
Annotations
rdfs:comment
Lexical pattern for the case-sensitive version of UCUM code
dcterms:description
Lexical pattern for the case-sensitive version of UCUM code
rdfs:label
case-sensitive 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:j.1="http://www.w3.org/ns/shacl#"
    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/UCUMcs">
    <rdfs:comment>Lexical pattern for the case-sensitive version of UCUM code</rdfs:comment>
    <j.0:source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://ucum.org/ucum.html</j.0:source>
    <j.0:source rdf:resource="https://ucum.org/ucum.html"/>
    <rdfs:label>case-sensitive UCUM code</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
    <rdfs:seeAlso rdf:resource="https://ucum.org/ucum.html"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <owl:withRestrictions rdf:nodeID="A0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <j.0:description>Lexical pattern for the case-sensitive version of UCUM code</j.0:description>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <owl:onDatatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </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/UCUMcs>
  rdf:type rdfs:Datatype ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> "Lexical pattern for the case-sensitive version of UCUM code" ;
  <http://purl.org/dc/terms/source> <https://ucum.org/ucum.html> ;
  <http://purl.org/dc/terms/source> "https://ucum.org/ucum.html"^^xsd:anyURI ;
  rdfs:comment "Lexical pattern for the case-sensitive version of UCUM code" ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "case-sensitive UCUM code" ;
  rdfs:seeAlso <https://ucum.org/ucum.html> ;
  rdfs:subClassOf rdfs:Resource ;
  rdfs:subClassOf xsd:string ;
  owl:onDatatype xsd:string ;
  owl:withRestrictions [] ;
.
JSON
{"resource":"case-sensitive UCUM code" 
 ,"qname":"qudt:UCUMcs" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/UCUMcs" 
 ,"properties":["comment":"Lexical pattern for the case-sensitive version of UCUM code" 
    ,"description":"Lexical pattern for the case-sensitive version of UCUM code" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"case-sensitive UCUM code" 
    ,"onDatatype":"xsd:string" 
    ,"seeAlso":"&lt;https:\/\/ucum.org\/ucum.html&gt;" 
    ,"source":"&lt;https:\/\/ucum.org\/ucum.html&gt;" 
    ,"source":"https:\/\/ucum.org\/ucum.html" 
    ,"subClassOf":"rdfs:Resource" 
    ,"subClassOf":"xsd:string" 
    ,"type":"rdfs:Datatype" 
    ,"type":"sh:NodeShape" 
    ,"withRestrictions":null 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/UCUMcs",
  "@type" : [ "rdfs:Datatype", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "Lexical pattern for the case-sensitive version of UCUM code",
  "source" : "https://ucum.org/ucum.html",
  "http://purl.org/dc/terms/source" : {
    "@id" : "https://ucum.org/ucum.html"
  },
  "comment" : "Lexical pattern for the case-sensitive version of UCUM code",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "case-sensitive UCUM code",
  "seeAlso" : "https://ucum.org/ucum.html",
  "subClassOf" : [ "xsd:string", "rdfs:Resource" ],
  "onDatatype" : "xsd:string",
  "withRestrictions" : "_:b0",
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "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"
    },
    "withRestrictions" : {
      "@id" : "http://www.w3.org/2002/07/owl#withRestrictions",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "onDatatype" : {
      "@id" : "http://www.w3.org/2002/07/owl#onDatatype",
      "@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 2025-02-18T17:31:42.137-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)