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

Attributes

Das Bundesamt für Justiz (BJ) hat die Nationale Ethikkommission für Humanmedizin (NEK) um eine Stellungnahme gebeten. Diese wurde am 5. Oktober 2020 als Positionspapier 36/2020 an das für den Bericht federführende BJ abgeliefert. Die Verabschiedung des Berichts ist für die erste Hälfte 2022 vorgesehen.
L'OFJ, qui est responsable du rapport, a demandé l'avis du Comité national d'éthique pour la médecine humaine. Il lui a été remis le 5 octobre 2020 sous la forme d'une prise de position 36/2020. L'adoption du rapport est prévue pour le premier semestre 2022.
L’UFG, responsabile per il rapporto, ha chiesto alla Commissione nazionale d’etica per la medicina umana (CNE) un parere, presentato il 5 ottobre 2020 come Parere n. 36/2020. L’adozione del rapporto è prevista per la prima metà del 2022.
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
used activity
used activity
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.