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

Attributes

merger
The Legal 500, Country Comparative Guides 2024, Pestalozzi Attorneys at Law, Switzerland: Mergers & Acquisitions, p. 2 ([Internet, 2025-09-19](https://pestalozzilaw.com/media/publications/documents/b2024.04_Legal-500_Comparative-Guide_MA.pdf))
USG: "merger" is the usual short form; for precision, use the full term ("merger by absorption") to distinguish it from "merger by combination”, the other merger type under Swiss law (two forms).
The Legal 500, Country Comparative Guides 2024, Pestalozzi Attorneys at Law, Switzerland: Mergers & Acquisitions, p. 2 ([Internet, 2025-09-19](https://pestalozzilaw.com/media/publications/documents/b2024.04_Legal-500_Comparative-Guide_MA.pdf))
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 merger by absorption
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.