Closed nichtich closed 6 years ago
Implemented now. We can still adjust the parameters though.
Implement /mappings/voc endpoint (#15)
Lists all concept schemes available for mappings in the database. Query parameters:
from
: URI of concept from which to mapto
: URI of concept to which to mapfrom
andto
are combined with an OR relation. Resulting schemes will have the propertiesfromCount
andtoCount
.
Add method and/or query parameters to get
Best would be to also include statistics (the number of mappings which a scheme occurrs in). This might best implemented by indexing and counting during import, but a simple table scan could be enough to start with.
This method is required to provide automatic lists for #14 in cocoda mapping browser.