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

Attributes

authentication
Broadly, the act of proving that something (e.g. a document) is true or genuine.
FDFA website, [Authentication of Civil Documents](https://www.eda.admin.ch/dam/countries/countries-content/philippines/en/Authentication_Civil_Doc_EN.pdf) (6.3.2019).
Notaries are primarily concerned with the authentication of signatures, authority and capacity relating to documents for use abroad.
‘Authentication’ and ‘authenticate’ are the terms to use when referring generally to the process of authenticating documents, signatures, identities, transactions, corporate existence, etc.
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.