View as:
CSV
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/LogarithmicUnit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel.</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 rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
Logarithmic units are abstract mathematical units that can be used to express any quantities
(physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional
to the value of a logarithm function.
Examples of logarithmic units include common units of information and entropy, such as the bit,
and the byte, as well as units of relative signal strength magnitude such as the decibel.
</j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdfs:label>Logarithmic Unit</rdfs:label>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/DimensionlessUnit"/>
</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/LogarithmicUnit>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
Logarithmic units are abstract mathematical units that can be used to express any quantities
(physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional
to the value of a logarithm function.
Examples of logarithmic units include common units of information and entropy, such as the bit,
and the byte, as well as units of relative signal strength magnitude such as the decibel.
"""^^rdf:HTML ;
rdfs:comment "Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "Logarithmic Unit" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/DimensionlessUnit> ;
.
JSON
{"resource":"Logarithmic Unit"
,"qname":"qudt:LogarithmicUnit"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/LogarithmicUnit"
,"properties":["comment":"Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel."
,"description":"\n Logarithmic units are abstract mathematical units that can be used to express any quantities\n (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional\n to the value of a logarithm function.\n Examples of logarithmic units include common units of information and entropy, such as the bit,\n and the byte, as well as units of relative signal strength magnitude such as the decibel.\n "
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Logarithmic Unit"
,"subClassOf":"qudt:DimensionlessUnit"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/LogarithmicUnit",
"@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "\n Logarithmic units are abstract mathematical units that can be used to express any quantities\n (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional\n to the value of a logarithm function.\n Examples of logarithmic units include common units of information and entropy, such as the bit,\n and the byte, as well as units of relative signal strength magnitude such as the decibel.\n ",
"comment" : "Logarithmic units are abstract mathematical units that can be used to express any quantities (physical or mathematical) that are defined on a logarithmic scale, that is, as being proportional to the value of a logarithm function. Examples of logarithmic units include common units of information and entropy, such as the bit, and the byte, as well as units of relative signal strength magnitude such as the decibel.",
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
"label" : "Logarithmic Unit",
"subClassOf" : "http://qudt.org/schema/qudt/DimensionlessUnit",
"@context" : {
"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"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"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#"
}
}