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

Attributes

certification
Broadly, the act of proving that something (e.g. a document) is true or genuine.
FCh website, Factsheet for the certification of documents by the Federal Chancellery (6.3.2019).
As solicitors, we are often asked to certify that a photocopy of an original document is a true copy of the original.
‘Certification’ and ‘certify’ are often used by UK lawyers (solicitors) in the sense of authentication above. However, ‘certification’ and ‘certify’ on their own are not always clear. It is best to use ‘certify’ in combination with terms such as ‘authenticity’ or ‘genuine’, e.g. ‘certify the authenticity of a document’ or ‘certify that a document is genuine’.
Based on Black’s Law Dictionary, West Group, 1999, p. 127 (6.3.2019).
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 attestation
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.