home / sidx

UriReference

13 rows where target = 154

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
2039 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2040 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2041 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2042 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2043 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2044 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2045 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2046 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2047 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2048 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
2049 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
25331 blake3-xQOg/jkuRZB6V7EuSr70eUbcuFltEtNXAB7N+W9Muno= 8452 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154  
25757 blake3-xQOg/jkuRZB6V7EuSr70eUbcuFltEtNXAB7N+W9Muno= 8452 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt 154 href 987

Advanced export

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

CSV options:

CREATE TABLE "UriReference" (
	"content"	INTEGER NOT NULL,
	"target"	INTEGER,
	"why"	INTEGER,
	"id"	INTEGER,
	CONSTRAINT "NoDupRefs" UNIQUE("content","target","why"),
	PRIMARY KEY("id"),
	FOREIGN KEY("content") REFERENCES "Hash"("id"),
	FOREIGN KEY("target") REFERENCES "Str"("id"),
	FOREIGN KEY("why") REFERENCES "Str"("id")
) STRICT;
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 59.728ms