Skip to content

Commit

Permalink
add work_id as datatype property pointing to notice graph uri
Browse files Browse the repository at this point in the history
  • Loading branch information
duprijil committed Jan 7, 2025
1 parent ebc376a commit 99e3075
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<cdm:work rdf:about="&resource;ted/{{ work.identifier }}">
{# <rdf:type rdf:resource="http://publications.europa.eu/ontology/cdm#work"/> #}
<rdf:type rdf:resource="http://publications.europa.eu/ontology/cdm#procurement_public"/>
<cdm:work_id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">{{ work.uri }}</cdm:work_id>
<cdm:work_id_document rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ted:{{ work.identifier }}</cdm:work_id_document>
<cdm:work_id_document rdf:datatype="http://www.w3.org/2001/XMLSchema#string">oj:{{ work.oj_identifier }}</cdm:work_id_document>
<cdm:work_has_resource-type rdf:resource="http://publications.europa.eu/resource/authority/resource-type/PROCUREMENT_NOTICE"/>
Expand Down

0 comments on commit 99e3075

Please sign in to comment.