Retrieve the definition and properties of a DBpedia ontology class. DBpedia's ontology defines types like Person, Place, Organization with structured properties. This endpoint returns the class definition including its parent classes, properties, and domain/range restrictions. Use this to understand what properties are available for a type of entity - for example, checking what fields a dbo:Person has (birthDate, nationality, etc.). Essential for building effective SPARQL queries.
Original spec description
Retrieve information about a DBpedia ontology class.