home / sidx_000

UriReference

36 rows where target = 58

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

Link content target why
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
27,58,None 27 27 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
163,58,None 163 163 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
165,58,None 165 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
210,58,None 210 210 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
210,58,None 210 210 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
210,58,None 210 210 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
210,58,None 210 210 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
210,58,None 210 210 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
334,58,None 334 334 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
334,58,None 334 334 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
334,58,None 334 334 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
334,58,None 334 334 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  
334,58,None 334 334 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/ 58  

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 57.974ms