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

Attributes

irreversible Leberinsuffizienz
B. Schäfer, Original-Prüfungsfragen mit Kommentar GK 2: Immunologie und Immunpathologie, 2002, S. 48, Abs. 7.5 ([Internet, 2021-08-09](https://books.google.ch/books?id=sIXZXAL2vRAC&pg=RA1-PA48&lpg=RA1-PA48&dq=%22irreversible+leberinsuffizienz%22+%26+transplantation&source=bl&ots=Ghn4gDlRWQ&sig=ACfU3U1A2Kw5hdnsLlM8F0jNwUS7Xsgsgg&hl=de&sa=X&ved=2ahUKEwiyv-fArqPyAhUZ_7sIHTcLB6IQ6AF6BAgNEAM#v=onepage&q=%22irreversible%20leberinsuffizienz%22%20%26%20transplantation&f=false))
Die irreversible Leberinsuffizienz mit drohendem Organversagen ist die Indikation der Lebertransplantation.
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 irreversible liver failure
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.