diff --git a/CloudObjects/SDK/CloudObject.php b/CloudObjects/SDK/CloudObject.php index 3077612..a9f25d0 100644 --- a/CloudObjects/SDK/CloudObject.php +++ b/CloudObjects/SDK/CloudObject.php @@ -167,7 +167,7 @@ class CloudObject { } /** - * Get the rdfs:label of the object. + * Get the label of the object. */ public function getLabel() : ?string { return $this->getString(Constants::RDFS_LABEL);