qudt:UCUMcs-term

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

Type
Description

Lexical pattern for the terminal symbols in the case-sensitive version of UCUM code

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