SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
actionPlatform
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Property
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.