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

Attributes

exchange of information between police forces
([FOJ, International Mutual Legal Assistance in Criminal Matters > Taking evidence, 2014-03-14, Internet](https://www.bj.admin.ch/content/bj/en/home/themen/sicherheit/internationale_rechthilfe/rechtshilfe_in_strafsache/beweiserhebung.html))
There is a difference between the mutual assistance between judicial authorities and the exchange of information between police forces, as no coercive measures are applied in the latter case, and it is simply information that is supplied (for example, interview of informants by police, supplying extracts from public records and the criminal register, information about telephone subscribers, the holders of post office boxes, owners of vehicles, the identity of persons or enquiries regarding addresses).
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 exchange of police information
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.