Skip to content

Commit 99e3075

Browse files
committed
add work_id as datatype property pointing to notice graph uri
1 parent ebc376a commit 99e3075

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ted_sws/notice_packager/resources/templates/mets_xml_dmd_rdf.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<cdm:work rdf:about="&resource;ted/{{ work.identifier }}">
1313
{# <rdf:type rdf:resource="http://publications.europa.eu/ontology/cdm#work"/> #}
1414
<rdf:type rdf:resource="http://publications.europa.eu/ontology/cdm#procurement_public"/>
15+
<cdm:work_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">{{ work.uri }}</cdm:work_id>
1516
<cdm:work_id_document rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ted:{{ work.identifier }}</cdm:work_id_document>
1617
<cdm:work_id_document rdf:datatype="http://www.w3.org/2001/XMLSchema#string">oj:{{ work.oj_identifier }}</cdm:work_id_document>
1718
<cdm:work_has_resource-type rdf:resource="http://publications.europa.eu/resource/authority/resource-type/PROCUREMENT_NOTICE"/>

0 commit comments

Comments
 (0)