SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Prefix
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
isDefinedBy QUDT Schema - Version 3.1.9
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
range prefix
allValuesFrom b13_b5395
allValuesFrom b13_b5473
allValuesFrom b13_b5485
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000

Instances of this Class

instance description
Atto
Centi
Deca
Deci
Deka
Exa
Exbi
Femto
Gibi
Giga
Hecto
Kibi
Kilo
Mebi
Mega
Micro
Milli
Nano
Pebi
Peta
Pico
Tebi
Tera
Yobi
Yocto
Yotta
Zebi
Zepto
Zetta
Quecto
Quetta
Ronna
Ronto
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class

superclass description
QUDT Concept The root class for all QUDT concepts.
Verifiable An aspect class that holds properties that provide external knowledge and specifications of a given resource.
b13_b5395
b13_b5396
b13_b5397
b13_b5398
b13_b5399
b13_b5400
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
Decimal Prefix A <em>Decimal Prefix</em> is a prefix for multiples of units that are powers of 10.
Binary Prefix A <em>Binary Prefix</em> is a prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2.