@@ -680,13 +680,7 @@ def join_details(api: API, request: APIRequest,
680680 'rel' : 'items' ,
681681 'title' : 'Items with joined data as GeoJSON' ,
682682 'href' : f"{ uri } /items?f={ F_JSON } &joinId={ join_id } " ,
683- }, {
684- # TODO
685- # 'type': FORMAT_TYPES[F_JSONLD],
686- # 'rel': 'items',
687- # 'title': 'Items with joined data as RDF (JSON-LD)',
688- # 'href': f"{uri}/items?f={F_JSONLD}&joinId={join_id}", # noqa
689- # }, {
683+ }, { # TODO: RDF/JSON-LD
690684 'type' : FORMAT_TYPES [F_HTML ],
691685 'rel' : 'items' ,
692686 'title' : 'Items with joined data items as HTML' ,
@@ -817,13 +811,7 @@ def create_join(api: API, request: APIRequest,
817811 'rel' : 'items' ,
818812 'title' : 'Items with joined data as GeoJSON' ,
819813 'href' : f"{ uri } /items?f={ F_JSON } &joinId={ details ['id' ]} " , # noqa
820- }, {
821- # TODO
822- # 'type': FORMAT_TYPES[F_JSONLD],
823- # 'rel': 'items',
824- # 'title': 'Items with joined data as RDF (JSON-LD)',
825- # 'href': f"{uri}/items?f={F_JSONLD}&joinId={details['id']}", # noqa
826- # }, {
814+ }, { # TODO: RDF/JSON-LD
827815 'type' : FORMAT_TYPES [F_HTML ],
828816 'rel' : 'items' ,
829817 'title' : 'Items with joined data as HTML' ,
0 commit comments