Closed MdechampG closed 10 months ago
The update involves enriching the schema for DigitalServiceDescriptionCredential
by introducing a new property hasWebpage
. This property, complete with its descriptive elements, defines a relationship to a webpage, expanding the credential's informational scope.
File Path | Change Summary |
---|---|
src/schema/digital-service/credential-digital-service-description.ttl |
Added hasWebpage property with label, comment, domain, and range to DigitalServiceDescriptionCredential . |
🐇 In the schema's gentle hop, A new link forms, a seamless crop.
hasWebpage
joins the field, Digital credentials further sealed. 🌐✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@MdechampG Following your modification, the turtle
file changed has not been formatted correctly, which is causing the linter to fail. To resolve, you can format the file by executing the following command:
make format-ttl
You can then commit the updated file. Give me a shout if you need any help.
:tada: This PR is included in version 3.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
My pull request title
Description
This PR adds the property
hasWebpage
to thecredential digital service description
. It is linked to the issue #113Summary by CodeRabbit
hasWebpage
to the digital service descriptions, enabling users to associate web pages with digital service credentials.