Skip to content

Commit be9372a

Browse files
author
Kolea Plesco
committed
Update notice packege rdf file extension to .ttl
1 parent e52c3d6 commit be9372a

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)