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

Attributes

guarantee of confidentiality
J. Ross, Police Informants, in: S. Chesterman / A. Fisher, Private Security, Public Order, 2009 ([Internet, 2018-06-14](https://books.google.ch/books?id=tHXsOAYcntAC&pg=PT164&lpg=PT164&dq=%22guarantee+of+confidentiality%22+undercover+officers&source=bl&ots=kfAsz41A1s&sig=MoIdr2zp7_IpuMEtxnwDjN2x8q8&hl=de&sa=X&ved=0ahUKEwjYmoCIydLbAhVGbVAKHQmVB_YQ6AEIJzAA#v=onepage&q=%22guarantee%20of%20confidentiality%22%20undercover%20officers&f=false))
Informants who commit crimes undercover risk losing their guarantee of confidentiality and being called to testify.
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 guarantee of anonymity
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.