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

Attributes

QUDT Datatype
<p>A <em>Datatype</em> is a definition of the type of the "value" of a data item (for example, "all integers between 0 and 10"), and the allowable operations on those values; the meaning of the data; and the way values of that type can be stored. Some types are primitive - built-in to the language, with no visible internal structure. For example "Boolean"; others are composite - constructed from one or more other types (of either kind). For example lists, arrays, structures, unions. Some languages provide strong typing, others allow implicit type conversion and/or explicit type conversion. </p>
http://en.wikipedia.org/wiki/Data_type
http://foldoc.org/data+type
http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Data_type.html
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
domain ORACLE SQL name
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5091
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5096
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5097
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5110
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5147
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5192
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5224
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5325
allValuesFrom genid-d126ca64a7114668976fd58faae8ce97-0b13_b5402
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
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.
b13_b5324
b13_b5325
b13_b5326
b13_b5327
b13_b5328
b13_b5329
b13_b5330
b13_b5331
b13_b5332
b13_b5333
b13_b5334
b13_b5335
b13_b5336
b13_b5337
b13_b5338
b13_b5339
b13_b5340
b13_b5341
b13_b5342
b13_b5343
b13_b5344
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
Scalar Datatype
Type list