Navigating a URI of a Linked Data resource should return a human-readable response composed by the RDF triples related to the resource. Consulting these the web pages, users often need mechanisms for coping URIs of subjects, predicates and objects. Clipboard.js is used in this example in order to provide a URI-copy interaction solution.
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Clipboard.js for RDF triples presentation</title>
<meta name="description" content="Clipboard.js for RDF triples presentation">
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5.5/clipboard.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<table></table>
<script src="index.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://cdn.jsdelivr.net/clipboard.js/1.5.5/clipboard.min.js
https://d3js.org/d3.v3.min.js