OP-TED / ePO

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
57 stars 18 forks source link

model2owl requirements for ePO #609

Open AchillesDougalis opened 1 month ago

AchillesDougalis commented 1 month ago

Proposed tasks for model2owl maintenance from the ePO perspective.

cristianvasquez commented 1 month ago

Another requirement:

Instead of generating SHACL with:

sh:datatype rdf:PlainLiteral ;

Produce:

sh:or ( [ sh:datatype xsd:string ] [ sh:datatype rdf:langString ] ) ;

related issue: https://github.com/OP-TED/ted-rdf-mapping-eforms/issues/14