qudt:id

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

Type
Description

The "qudt:id" is an identifier string that uniquely identifies a QUDT concept. The identifier is constructed using a prefix. For example, units are coded using the pattern: "UCCCENNNN", where "CCC" is a numeric code or a category and "NNNN" is a digit string for a member element of that category.

For scaled units there may be an addition field that has the format "QNN" where "NN" is a digit string representing an exponent power, and "Q" is a qualifier that indicates with the code "P" that the power is a positive decimal exponent, or the code "N" for a negative decimal exponent, or the code "B" for binary positive exponents.

Properties
Annotations
dcterms:description

The "qudt:id" is an identifier string that uniquely identifies a QUDT concept. The identifier is constructed using a prefix. For example, units are coded using the pattern: "UCCCENNNN", where "CCC" is a numeric code or a category and "NNNN" is a digit string for a member element of that category.

For scaled units there may be an addition field that has the format "QNN" where "NN" is a digit string representing an exponent power, and "Q" is a qualifier that indicates with the code "P" that the power is a positive decimal exponent, or the code "N" for a negative decimal exponent, or the code "B" for binary positive exponents.

The "qudt:id" is an identifier string that uniquely identifies a QUDT concept. The identifier is constructed using a prefix. For example, units are coded using the pattern: "UCCCENNNN", where "CCC" is a numeric code or a category and "NNNN" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format "QNN" where "NN" is a digit string representing an exponent power, and "Q" is a qualifier that indicates with the code "P" that the power is a positive decimal exponent, or the code "N" for a negative decimal exponent, or the code "B" for binary positive exponents.
rdfs:label
qudt id
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/id">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The "qudt:id" is an identifier string that uniquely identifies a QUDT concept.  The identifier is constructed using a prefix. For example, units are coded using the pattern: "UCCCENNNN", where "CCC" is a numeric code or a category and "NNNN" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format "QNN" where "NN" is a digit string representing an exponent power, and "Q" is a qualifier that indicates with the code "P" that the power is a positive decimal exponent, or the code "N" for a negative decimal exponent, or the code "B" for binary positive exponents.</j.0:description>
    <rdfs:domain rdf:resource="http://qudt.org/schema/qudt/Concept"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;The "qudt:id" is an identifier string that uniquely identifies a QUDT concept. 
  The identifier is constructed using a prefix. 
  For example, units are coded using the pattern: "UCCCENNNN", where "CCC" is a numeric code or a category
   and "NNNN" is a digit string for a member element of that category. 
  &lt;/p&gt;
  &lt;p&gt;For scaled units there may be an addition field that has the format "QNN" where "NN" is a digit string representing
   an exponent power, and "Q" is a qualifier that indicates with the code "P" that the power is a positive decimal exponent,
   or the code "N" for a negative decimal exponent, or the code "B" for binary positive exponents.
  &lt;/p&gt;</j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:label>qudt id</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/schema/qudt/id>
  rdf:type rdf:Property ;
  rdf:type owl:DatatypeProperty ;
  <http://purl.org/dc/terms/description> """
  <p>The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept. 
  The identifier is constructed using a prefix. 
  For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category
   and \"NNNN\" is a digit string for a member element of that category. 
  </p>
  <p>For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing
   an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent,
   or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents.
  </p>"""^^rdf:HTML ;
  <http://purl.org/dc/terms/description> "The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept.  The identifier is constructed using a prefix. For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category and \"NNNN\" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent, or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents."^^rdf:HTML ;
  rdfs:domain <http://qudt.org/schema/qudt/Concept> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "qudt id" ;
  rdfs:range xsd:string ;
.
JSON
{"resource":"qudt id" 
 ,"qname":"qudt:id" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/id" 
 ,"properties":["description":"\n  &lt;p&gt;The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept. \n  The identifier is constructed using a prefix. \n  For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category\n   and \"NNNN\" is a digit string for a member element of that category. \n  &lt;\/p&gt;\n  &lt;p&gt;For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing\n   an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent,\n   or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents.\n  &lt;\/p&gt;" 
    ,"description":"The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept.  The identifier is constructed using a prefix. For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category and \"NNNN\" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent, or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents." 
    ,"domain":"qudt:Concept" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"qudt id" 
    ,"range":"xsd:string" 
    ,"type":"rdf:Property" 
    ,"type":"owl:DatatypeProperty" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/id",
  "@type" : [ "owl:DatatypeProperty", "rdf:Property" ],
  "description" : [ "The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept.  The identifier is constructed using a prefix. For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category and \"NNNN\" is a digit string for a member element of that category. For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent, or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents.", "\n  <p>The \"qudt:id\" is an identifier string that uniquely identifies a QUDT concept. \n  The identifier is constructed using a prefix. \n  For example, units are coded using the pattern: \"UCCCENNNN\", where \"CCC\" is a numeric code or a category\n   and \"NNNN\" is a digit string for a member element of that category. \n  </p>\n  <p>For scaled units there may be an addition field that has the format \"QNN\" where \"NN\" is a digit string representing\n   an exponent power, and \"Q\" is a qualifier that indicates with the code \"P\" that the power is a positive decimal exponent,\n   or the code \"N\" for a negative decimal exponent, or the code \"B\" for binary positive exponents.\n  </p>" ],
  "domain" : "http://qudt.org/schema/qudt/Concept",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "qudt id",
  "range" : "xsd:string",
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "domain" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#domain",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "range" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#range",
      "@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 2025-02-18T17:33:06.385-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)