UNPKG

hra-api

Version:

The Human Reference Atlas (HRA) API deployed to https://apps.humanatlas.io/api/

7 lines (5 loc) 306 B
import { getSpatialGraph } from '../../shared/spatial/spatial-graph.js'; export async function getSpatialPlacement(extractionSite, targetIri, endpoint = 'https://lod.humanatlas.io/sparql') { const graph = await getSpatialGraph(endpoint); return graph.getSpatialPlacement(extractionSite, targetIri); }