home / sidx_000

UriReference

31 rows where target = 72

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
27,72,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
173,72,None 173 173 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
173,72,None 173 173 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
173,72,None 173 173 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
173,72,None 173 173 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
173,72,None 173 173 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
173,72,None 173 173 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
221,72,None 221 221 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
221,72,None 221 221 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
221,72,None 221 221 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
221,72,None 221 221 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
237,72,None 237 237 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
237,72,None 237 237 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
237,72,None 237 237 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
237,72,None 237 237 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
378,72,None 378 378 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
378,72,None 378 378 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
378,72,None 378 378 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
378,72,None 378 378 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
410,72,None 410 410 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
410,72,None 410 410 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
410,72,None 410 410 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  
410,72,None 410 410 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/ 72  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE UriReference(
    content INTEGER,
    target INTEGER,
    why INTEGER,
    PRIMARY KEY (content, target, why),
    FOREIGN KEY(content) REFERENCES Hash(id),
    FOREIGN KEY(target) REFERENCES Str(id), /* E.g. Uri or Path */
    FOREIGN KEY(why) REFERENCES Str(id) /* E.g. "href" */
);
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 15.309ms