SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
AudiobookFormat
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
BookFormatType
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.