qudt:Quantifiable

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

Type
Description

Quantifiable is an aspect class that affords to an entity properties for being measurable, observable, or countable.

Properties
rdfs:subClassOf
`data encoding` max 1
`data encoding` only `Data Encoding`
`datatype  [qudt:datatype]` max 1
`datatype  [qudt:datatype]` only `Datatype  [qudt:Datatype]`
`has unit` max 1
`has unit` only `Unit`
`qudt:unit` max 1
`qudt:unit` only `Unit`
`relative standard uncertainty` max 1
`relative standard uncertainty` only `double`
`standard uncertainty scientific` only `double`
`standard uncertainty` max 1
`standard uncertainty` only `decimal`
`value  [qudt:value]` max 1
`value scientific` max 1
Annotations
rdfs:comment

Quantifiable ascribes to some thing the capability of being measured, observed, or counted.

dcterms:description

Quantifiable is an aspect class that affords to an entity properties for being measurable, observable, or countable.

rdfs:label
Quantifiable
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:j.1="http://www.linkedmodel.org/schema/vaem#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.2="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/Quantifiable">
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-datatype"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">&lt;p&gt;&lt;em&gt;Quantifiable&lt;/em&gt; ascribes to some thing the capability of being measured, observed, or counted.&lt;/p&gt;</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-standardUncertaintySN"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-hasUnit"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-relativeStandardUncertainty"/>
    <rdfs:subClassOf rdf:nodeID="A4"/>
    <rdfs:subClassOf rdf:nodeID="A5"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-unit"/>
    <rdfs:subClassOf rdf:nodeID="A6"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-dataEncoding"/>
    <rdfs:subClassOf rdf:nodeID="A7"/>
    <rdfs:subClassOf rdf:nodeID="A8"/>
    <rdfs:subClassOf rdf:nodeID="A9"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-standardUncertainty"/>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-value"/>
    <rdfs:subClassOf rdf:nodeID="A10"/>
    <rdfs:subClassOf rdf:nodeID="A11"/>
    <rdfs:label>Quantifiable</rdfs:label>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Quantifiable-valueSN"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/datatype"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
  &lt;p&gt;&lt;em&gt;Quantifiable&lt;/em&gt; is an aspect class that affords to an entity properties for being measurable,
   observable, or countable.
  &lt;/p&gt;</j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdfs:subClassOf rdf:nodeID="A12"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:nodeID="A13"/>
    <rdfs:subClassOf rdf:nodeID="A14"/>
    <j.1:isElaboratedIn rdf:resource="http://qudt.org/3.0.0/schema/shacl/datatype"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Aspect"/>
  </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/Quantifiable>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  <p><em>Quantifiable</em> is an aspect class that affords to an entity properties for being measurable,
   observable, or countable.
  </p>"""^^rdf:HTML ;
  <http://www.linkedmodel.org/schema/vaem#isElaboratedIn> <http://qudt.org/3.0.0/schema/shacl/datatype> ;
  rdfs:comment "<p><em>Quantifiable</em> ascribes to some thing the capability of being measured, observed, or counted.</p>"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/datatype> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Quantifiable" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Aspect> ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-dataEncoding> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-datatype> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-hasUnit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-relativeStandardUncertainty> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-standardUncertainty> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-standardUncertaintySN> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-unit> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-value> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Quantifiable-valueSN> ;
.
JSON
{"resource":"Quantifiable" 
 ,"qname":"qudt:Quantifiable" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Quantifiable" 
 ,"properties":["comment":"&lt;p&gt;&lt;em&gt;Quantifiable&lt;\/em&gt; ascribes to some thing the capability of being measured, observed, or counted.&lt;\/p&gt;" 
    ,"description":"\n  &lt;p&gt;&lt;em&gt;Quantifiable&lt;\/em&gt; is an aspect class that affords to an entity properties for being measurable,\n   observable, or countable.\n  &lt;\/p&gt;" 
    ,"is elaborated in":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/datatype&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/datatype&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Quantifiable" 
    ,"property":"qudt:Quantifiable-dataEncoding" 
    ,"property":"qudt:Quantifiable-datatype" 
    ,"property":"qudt:Quantifiable-hasUnit" 
    ,"property":"qudt:Quantifiable-relativeStandardUncertainty" 
    ,"property":"qudt:Quantifiable-standardUncertainty" 
    ,"property":"qudt:Quantifiable-standardUncertaintySN" 
    ,"property":"qudt:Quantifiable-unit" 
    ,"property":"qudt:Quantifiable-value" 
    ,"property":"qudt:Quantifiable-valueSN" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:Aspect" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Quantifiable",
  "@type" : [ "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape", "owl:Class" ],
  "description" : "\n  <p><em>Quantifiable</em> is an aspect class that affords to an entity properties for being measurable,\n   observable, or countable.\n  </p>",
  "isElaboratedIn" : "http://qudt.org/3.0.0/schema/shacl/datatype",
  "comment" : "<p><em>Quantifiable</em> ascribes to some thing the capability of being measured, observed, or counted.</p>",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/shacl/datatype", "http://qudt.org/3.0.0/schema/qudt" ],
  "label" : "Quantifiable",
  "subClassOf" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4", "_:b5", "_:b6", "_:b7", "_:b8", "_:b9", "_:b10", "_:b11", "_:b12", "_:b13", "_:b14", "http://qudt.org/schema/qudt/Aspect" ],
  "property" : [ "http://qudt.org/schema/qudt/Quantifiable-datatype", "http://qudt.org/schema/qudt/Quantifiable-standardUncertaintySN", "http://qudt.org/schema/qudt/Quantifiable-hasUnit", "http://qudt.org/schema/qudt/Quantifiable-relativeStandardUncertainty", "http://qudt.org/schema/qudt/Quantifiable-unit", "http://qudt.org/schema/qudt/Quantifiable-dataEncoding", "http://qudt.org/schema/qudt/Quantifiable-standardUncertainty", "http://qudt.org/schema/qudt/Quantifiable-value", "http://qudt.org/schema/qudt/Quantifiable-valueSN" ],
  "@context" : {
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "isElaboratedIn" : {
      "@id" : "http://www.linkedmodel.org/schema/vaem#isElaboratedIn",
      "@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:44.020-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)