SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
IncentiveTypeTaxWaiver
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
IncentiveType
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
An incentive that reduces/exempts the recipient from taxation applicable to the incentivized good/service (e.g. luxury taxes, registration taxes, circulation tax).
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
An incentive that reduces/exempts the recipient from taxation applicable to the incentivized good/service (e.g. luxury taxes, registration taxes, circulation tax).