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

Attributes

Astronomic System Of Units
The astronomical system of units, formally called the IAU (1976) System of Astronomical Constants, is a system of measurement developed for use in astronomy. It was adopted by the International Astronomical Union (IAU) in 1976, and has been slightly updated since then. The system was developed because of the difficulties in measuring and expressing astronomical data in International System of Units (SI units). In particular, there is a huge quantity of very precise data relating to the positions of objects within the solar system which cannot conveniently be expressed or processed in SI units. Through a number of modifications, the astronomical system of units now explicitly recognizes the consequences of general relativity, which is a necessary addition to the International System of Units in order to accurately treat astronomical data. The astronomical system of units is a tridimensional system, in that it defines units of length, mass and time. The associated astronomical constants also fix the different frames of reference that are needed to report observations. The system is a conventional system, in that neither the unit of length nor the unit of mass are true physical constants, and there are at least three different measures of time.
http://www.iau.org/public/themes/measuring/
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 VOCAB Systems of Units Release 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
applicable system Heart Beat
applicable system Minute Angle
applicable system Degree
applicable system Gon
applicable system Grad
applicable system Mil Angle (nato)
applicable system Revolution
applicable system Bel
applicable system Decibel
applicable system Ban
applicable system Bit
applicable system Byte
applicable system Erlang
applicable system Hartley
applicable system Nat
applicable system Shannon
applicable system Percent Relative Humidity
applicable system Dec
applicable system Exabyte
applicable system Exbibyte
applicable system Gibibyte
applicable system Gigabyte
applicable system Kibibyte
applicable system Kilobyte
applicable system Mebibyte
applicable system Megabyte
applicable system Number
applicable system Oct
applicable system Pebibyte
applicable system Petabyte
applicable system Electric Susceptibility Unit
applicable system Magnetic Susceptibility Unit
applicable system Tebibyte
applicable system Terabyte
applicable system Square Degree
applicable system Fractional Area
applicable system Degree Api
applicable system Degree Fahrenheit per Kelvin
applicable system Decibel Carrier Unit
applicable system Decibel Referred to 1mw
applicable system Grade
applicable system Percent
applicable system Parts per Billion
applicable system Parts per Million
applicable system Parts per Thousand
applicable system Mach
applicable system Acidity
applicable system Parts per Trillion by Volume
applicable system Practical Salinity Unit
applicable system Fraction
applicable system Giga Base Pair
applicable system Parts per Ten Million
applicable system Million Us Dollars per Flight
applicable system Part per Quadrillion
applicable system Part per Trillion
applicable system One
applicable system Flight
applicable system Mega Us Dollar per Flight
applicable system Parts per Trillion by Volume
applicable system Billion (Long Scale)
applicable system Billion (Short Scale)
applicable system Million
applicable system Count
applicable system Hundred
applicable system Ten
applicable system Thousand
applicable system Base Pair
applicable system Mil Angle
applicable system Permille
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: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.