SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
DirectDebit
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
PaymentMethodType
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Payment in advance by direct debit from the bank, equivalent to <code>http://purl.org/goodrelations/v1#DirectDebit</code>.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000