Skip to content

Commit 2861094

Browse files
committed
Added RDF node identifier for components
1 parent 660f021 commit 2861094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/mardi_fdo_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def to_fdo_publication(qid: str, entity: Dict[str, Any]) -> Dict[str, Any]:
112112
components = []
113113
if pdf_url:
114114
components.append({
115+
"@id": f"#fulltext",
115116
"componentId": f"fulltext",
116117
"mediaType": "application/pdf"
117118
})

0 commit comments

Comments
 (0)