Skip to content

Commit 6983752

Browse files
authored
Merge pull request #401 from OP-TED/feature/TED-1071
Update notice packege rdf file extension to .ttl
2 parents 4a195f2 + be9372a commit 6983752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ted_sws/notice_packager/services/notice_packager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
FILE_METS_XML_FORMAT = "{notice_id}-0.mets.xml.dmd.rdf"
3434
FILE_METS_ACTION_FORMAT = "{work_identifier}_{action}.mets.xml"
3535
FILE_TMD_FORMAT = "techMDID001.tmd.rdf"
36-
FILE_RDF_FORMAT = "{notice_id}.rdf"
36+
FILE_RDF_FORMAT = "{notice_id}.ttl"
3737

3838
NOTICE_METADATA_TYPE = ExtractedMetadata
3939
IN_DATA_TYPE = Union[NOTICE_METADATA_TYPE, Notice, str]

0 commit comments

Comments
 (0)