use crateObjectProperties;
use crateDescribes;
/// A Profile is a content object that describes another Object, typically used to describe
/// [Actor Type](https://www.w3.org/TR/activitystreams-vocabulary/#actor-types) objects.
///
/// The `describes` property is used to reference the object being described by the profile.
///
/// Specifications: <https://www.w3.org/TR/activitystreams-vocabulary/#dfn-profile>