NAME

SBOM::CycloneDX::Patent::PriorityApplication - Priority Application

SYNOPSIS

SBOM::CycloneDX::Patent::PriorityApplication->new();

DESCRIPTION

SBOM::CycloneDX::Patent::PriorityApplication The priorityApplication contains the essential data necessary to identify and reference an earlier patent filing for priority rights. In line with WIPO ST.96 guidelines, it includes the jurisdiction (office code), application number, and filing date-the three key elements that uniquely specify the priority application in a global patent context.

METHODS

SBOM::CycloneDX::Patent::PriorityApplication inherits all methods from SBOM::CycloneDX::Base and implements the following new ones.

SBOM::CycloneDX::Patent::PriorityApplication->new( %PARAMS )

Properties:

  • application_number, The unique number assigned to a patent application when it is filed with a patent office. It is used to identify the specific application and track its progress through the examination process. Aligned with ApplicationNumber in ST.96. Refer to ApplicationIdentificationType in ST.96.

  • filing_date, The date the patent application was filed with the jurisdiction. Aligned with FilingDate in WIPO ST.96. Refer to FilingDate in ST.96.

  • jurisdiction, The jurisdiction or patent office where the priority application was filed, specified using WIPO ST.3 codes. Aligned with IPOfficeCode in ST.96. Refer to WIPOfficeCode in ST.96.

$priority_application->application_number
$priority_application->filing_date
$priority_application->jurisdiction

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/giterlizzi/perl-SBOM-CycloneDX/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/giterlizzi/perl-SBOM-CycloneDX

git clone https://github.com/giterlizzi/perl-SBOM-CycloneDX.git

AUTHOR

  • Giuseppe Di Terlizzi <gdt@cpan.org>

LICENSE AND COPYRIGHT

This software is copyright (c) 2025-2026 by Giuseppe Di Terlizzi.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.