SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
InteractionCounter
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Class
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.