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

Attributes

L/ILW
Nagra, Types of radioactive waste ([Internet, 2023-05-04](https://nagra.ch/en/knowledge-centre/types-of-radioactive-waste/))
EXP: intermediate level waste requires additional shielding and results from the operation and later dismantling of nuclear power plants, and from the healthcare sector, industry and research (a); operational waste such as contaminated protective equipment, cleaning materials, tools, machine components, concentrated wastewater, ion-​exchange resins and filters from cleaning systems (b)
(a) SFOE, Radioactive waste, Glossary ([Internet, 2010-06-14](https://pubdb.bfe.admin.ch/en/publication/download/8890)); (b) Nagra, Types of radioactive waste ([Internet, 2023-05-04](https://nagra.ch/en/knowledge-centre/types-of-radioactive-waste/))
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: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part low and intermediate level waste
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.