qudt:Prefix

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

Type
Description

Properties
rdfs:subClassOf
`exact match` only `Prefix`
`latex symbol` min 0
`prefix multiplier` max 1
`symbol  [qudt:symbol]` min 0
`ucum code` only `case-sensitive UCUM terminal`
Annotations
rdfs:label
Prefix
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.0="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/Prefix">
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/Prefix-ucumCode"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/Prefix-prefixMultiplier"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/Prefix-siExactMatch"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label>Prefix</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Verifiable"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/Prefix-symbol"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdfs:subClassOf rdf:nodeID="A4"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/Prefix-exactMatch"/>
    <j.0:property rdf:resource="http://qudt.org/schema/qudt/Prefix-latexSymbol"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  </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/Prefix>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "Prefix" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Verifiable> ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Prefix-exactMatch> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Prefix-latexSymbol> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Prefix-prefixMultiplier> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Prefix-siExactMatch> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Prefix-symbol> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Prefix-ucumCode> ;
.
JSON
{"resource":"Prefix" 
 ,"qname":"qudt:Prefix" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Prefix" 
 ,"properties":["isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"Prefix" 
    ,"property":"qudt:Prefix-exactMatch" 
    ,"property":"qudt:Prefix-latexSymbol" 
    ,"property":"qudt:Prefix-prefixMultiplier" 
    ,"property":"qudt:Prefix-siExactMatch" 
    ,"property":"qudt:Prefix-symbol" 
    ,"property":"qudt:Prefix-ucumCode" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:Concept" 
    ,"subClassOf":"qudt:Verifiable" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Prefix",
  "@type" : [ "owl:Class", "http://www.w3.org/ns/shacl#NodeShape", "rdfs:Class" ],
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "Prefix",
  "subClassOf" : [ "http://qudt.org/schema/qudt/Concept", "_:b0", "_:b1", "http://qudt.org/schema/qudt/Verifiable", "_:b2", "_:b3", "_:b4" ],
  "property" : [ "http://qudt.org/schema/qudt/Prefix-ucumCode", "http://qudt.org/schema/qudt/Prefix-prefixMultiplier", "http://qudt.org/schema/qudt/Prefix-siExactMatch", "http://qudt.org/schema/qudt/Prefix-symbol", "http://qudt.org/schema/qudt/Prefix-exactMatch", "http://qudt.org/schema/qudt/Prefix-latexSymbol" ],
  "@context" : {
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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-09-27T07:15:08.436-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)