qudt:DecimalPrefix

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

Type
Description

A Decimal Prefix is a prefix for multiples of units that are powers of 10.

Properties
Annotations
rdfs:comment
A Decimal Prefix is a prefix for multiples of units that are powers of 10.
dcterms:description
A Decimal Prefix is a prefix for multiples of units that are powers of 10.
rdfs:label
Decimal Prefix
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/DecimalPrefix">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:comment>A &lt;em&gt;Decimal Prefix&lt;/em&gt; is a prefix for multiples of units that are powers of 10.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.0:description>
  A &lt;em&gt;Decimal Prefix&lt;/em&gt; is a prefix for multiples of units that are powers of 10.
  </j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:label>Decimal Prefix</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
  </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/DecimalPrefix>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  A <em>Decimal Prefix</em> is a prefix for multiples of units that are powers of 10.
  """ ;
  rdfs:comment "A <em>Decimal Prefix</em> is a prefix for multiples of units that are powers of 10." ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Decimal Prefix" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Prefix> ;
.
JSON
{"resource":"Decimal Prefix" 
 ,"qname":"qudt:DecimalPrefix" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/DecimalPrefix" 
 ,"properties":["comment":"A &lt;em&gt;Decimal Prefix&lt;\/em&gt; is a prefix for multiples of units that are powers of 10." 
    ,"description":"\n  A &lt;em&gt;Decimal Prefix&lt;\/em&gt; is a prefix for multiples of units that are powers of 10.\n  " 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Decimal Prefix" 
    ,"subClassOf":"qudt:Prefix" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/DecimalPrefix",
  "@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "\n  A <em>Decimal Prefix</em> is a prefix for multiples of units that are powers of 10.\n  ",
  "comment" : "A <em>Decimal Prefix</em> is a prefix for multiples of units that are powers of 10.",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "Decimal Prefix",
  "subClassOf" : "http://qudt.org/schema/qudt/Prefix",
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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-02-18T17:30:32.645-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)