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

Attributes

collective management organisation
IGE / IPI, Protecting your IP > Copyright > Collective management organisations, ProLitteris, SUISA... Collective management organisations? ([Internet, 2017-08-28](https://www.ige.ch/en/protecting-your-ip/copyright/collective-management-organisations.html))
EXP: in Switzerland, there are five CMOs: ProLitteris for literature and visual arts, SUISA for musical works, SUISSIMAGE for audiovisual works, SWISSPERFORM for related rights and Société Suisse des Auteurs (SSA) for stage and audiovisual works
IGE / IPI, Protecting your IP > Copyright > Collective management organisations, ProLitteris, SUISA... Collective management organisations? ([Internet, 2017-08-28](https://www.ige.ch/en/protecting-your-ip/copyright/collective-management-organisations.html))
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

property object
has part CMO
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 collective rights management organisation
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.