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

Attributes

genetically identical person
D. E. Newton, Cloning: A Reference Handbook, 2015, p. 82 ([Internet, 2020-04-27](https://books.google.ch/books?id=FPxPCgAAQBAJ&pg=PA82&lpg=PA82&dq=%22the+arbitrary+production+of+a+genetically+identical+person+is+ethically+reprehensible+because+the+egoism+of+the+clone+generator+restricts+the+clone%27s+individuality.%22&source=bl&ots=7vDhQZHsUc&sig=ACfU3U0SnrgOnWtSq7DeAOpmrT3xVLZniQ&hl=de&sa=X&ved=2ahUKEwjvwqPN2YjpAhWHz4UKHWaECfcQ6AEwAHoECAMQAQ#v=onepage&q=%22the%20arbitrary%20production%20of%20a%20genetically%20identical%20person%20is%20ethically%20reprehensible%20because%20the%20egoism%20of%20the%20clone%20generator%20restricts%20the%20clone's%20individuality.%22&f=false))
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 genetically identical human being
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.