Ability to define (more?) prefixes #1

Closed
opened 2026-01-12 20:11:20 +00:00 by adina · 2 comments
Owner

Consider the following record:

{"annotations": {"obo:NCIT_C54269": "email:a.wagner@fz-juelich.de", "sio:SIO_001083": "2026-01-12T21:04:03.660358"}, "description": " A planetary‑scale, multimodal analysis‑ready dataset for Earth‑Observation foundation models: TerraMesh merges data from Sentinel‑1 SAR, Sentinel‑2 optical, Copernicus DEM, NDVI, and land‑cover sources into more than 9 million co‑registered patches ready for large‑scale representation learning. The dataset was developed during the FAST-EO project (JSC was partner).", "schema_type": "xyzrse:XYZDataset", "pid": "xyzrsens:datasets/dcafa2b7-1e04-4374-8188-5588364d86c3", "title": "TerraMesh", "part_of": ["xyzrsens:datasets/3543d38d-60d3-4785-a8ce-2a633f4513a3"], "attributed_to": [{"schema_type": "xyzrse:XYZAttribution", "object": "orcid:0000-0003-4089-972X", "roles": ["marcrel:res"]}, {"schema_type": "xyzrse:XYZAttribution", "object": "orcid:0000-0002-3239-9904", "roles": ["marcrel:res"]}], "rules": ["spdxlic:CC0-1.0"]}

I want to extract the information from "rules". It would be nice if I had a way to resolve or omit the "spdxlic" prefix of the license.

Consider the following record: ```jsonl {"annotations": {"obo:NCIT_C54269": "email:a.wagner@fz-juelich.de", "sio:SIO_001083": "2026-01-12T21:04:03.660358"}, "description": " A planetary‑scale, multimodal analysis‑ready dataset for Earth‑Observation foundation models: TerraMesh merges data from Sentinel‑1 SAR, Sentinel‑2 optical, Copernicus DEM, NDVI, and land‑cover sources into more than 9 million co‑registered patches ready for large‑scale representation learning. The dataset was developed during the FAST-EO project (JSC was partner).", "schema_type": "xyzrse:XYZDataset", "pid": "xyzrsens:datasets/dcafa2b7-1e04-4374-8188-5588364d86c3", "title": "TerraMesh", "part_of": ["xyzrsens:datasets/3543d38d-60d3-4785-a8ce-2a633f4513a3"], "attributed_to": [{"schema_type": "xyzrse:XYZAttribution", "object": "orcid:0000-0003-4089-972X", "roles": ["marcrel:res"]}, {"schema_type": "xyzrse:XYZAttribution", "object": "orcid:0000-0002-3239-9904", "roles": ["marcrel:res"]}], "rules": ["spdxlic:CC0-1.0"]} ``` I want to extract the information from "rules". It would be nice if I had a way to resolve or omit the "spdxlic" prefix of the license.
Author
Owner

closing this - I realize this is asking for the linked record to be resolved, which is something that is getting discussed in the chat atm.

closing this - I realize this is asking for the linked record to be resolved, which is something that is getting discussed in the chat atm.
adina closed this issue 2026-01-12 20:18:34 +00:00
Owner

I provided a demo implementation of this in resolve-datasets just now.

I provided a demo implementation of this in `resolve-datasets` just now.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
orinoco/query-things#1
No description provided.