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

Attributes

duration
The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
subPropertyOf durationOfWarranty
subPropertyOf handlingTime
subPropertyOf loanTerm
path genid-1003aeaf30754a0caa3df9bf14368936-A60631B9869CC2E714084A956120721E
Identifier Dimension
path genid-40fb6ac60199464eb6c1a3c55500d744-11414023B740A408381675D5559C138C
path genid-ad9961073f2e4e72928ea5b7785b6898-89F98B2EF3E374CA2B592ED1D1873EEC
path genid-330932c927054adea1aa047aee5675bf-0E53EB5FB711EB288BE699CA09EBED7C
path genid-512b9ef8b5304946a801fa84c292d8ae-9FAF9941EAF8896A12ABB337E7FD9185
path genid-d4fc695142f2485f810b7061206d85e2-26CE656AE74854F424704E2E7E170519
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.