The eProcurement Ontology provides the formal, semantic foundation for the creation and reuse of linked open data in the domain of public procurement in the EU.
European Union Public License 1.2
59
stars
18
forks
source link
Change the cardinality of predicates epo-inv:refersToInvoice and epo-inv:isSubmittedForInvoiceLine #653
In the biannual ePO Working group meeting in July 2024
it was noted that a epo-inv:CreditNote may not always refer to a specific epo-inv:Invoice. Thus, the cardinality of the predicate epo-inv:refersToInvoice: epo-inv:CreditNote → epo-inv:Invoice [1] should change to [0..1].
The same applies to predicate epo-inv:isSubmittedForInvoiceLine: epo-inv:CreditNoteLine → epo-inv:InvoiceLine [1], it should change to [0..1].
In the biannual ePO Working group meeting in July 2024 it was noted that a
epo-inv:CreditNote
may not always refer to a specificepo-inv:Invoice
. Thus, the cardinality of the predicateepo-inv:refersToInvoice: epo-inv:CreditNote → epo-inv:Invoice [1]
should change to[0..1]
.The same applies to predicate
epo-inv:isSubmittedForInvoiceLine: epo-inv:CreditNoteLine → epo-inv:InvoiceLine [1]
, it should change to[0..1]
.