-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremotetest.html
20 lines (20 loc) · 3.11 KB
/
remotetest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<style>
html, body, iframe, svg {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<iframe
data-src="./remote.html?jsonld=%7B%22%40context%22%3A%22https%3A%2F%2Fw3id.org%2Fiadopt%2FVariable.context.jsonld%22%2C%22%40id%22%3A%22http%3A%2F%2Fvocab.nerc.ac.uk%2Fcollection%2FP01%2Fcurrent%2FIC000344%2F%22%2C%22%40type%22%3A%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FVariable%22%2C%22label%22%3A%22concentration%20of%20endosulfane%20sulfate%20in%20wet%20flesh%20of%20ostrea%20edulis%22%2C%22property%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FProperty%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocab.nerc.ac.uk%2Fcollection%2FS06%2Fcurrent%2FS0600045%2F%22%2C%22label%22%3A%22concentration%22%7D%2C%22ooi%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocab.nerc.ac.uk%2Fcollection%2FS27%2Fcurrent%2FCS003625%2F%22%2C%22label%22%3A%22endosulfane%20sulfate%22%7D%2C%22matrix%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocab.nerc.ac.uk%2Fcollection%2FS12%2Fcurrent%2FS1214%2F%22%2C%22label%22%3A%22flesh%22%7D%2C%22context%22%3A%5B%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fmarinespecies.org%2Faphia.php%3Fp%3Dtaxdetails%26id%3D140658%22%2C%22label%22%3A%22ostrea%20edulis%22%7D%5D%2C%22constraint%22%3A%5B%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FConstraint%22%2C%22http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPATO_0001823%22%5D%2C%22label%22%3A%22wet%22%2C%22constrains%22%3A%5B%22http%3A%2F%2Fvocab.nerc.ac.uk%2Fcollection%2FS12%2Fcurrent%2FS1214%2F%22%5D%7D%5D%7D"
src="./remote.html?jsonld=%7B%22%40context%22%3A%22https%3A%2F%2Fw3id.org%2Fiadopt%2FVariable.context.jsonld%22%2C%22%40type%22%3A%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FVariable%22%2C%22%40id%22%3A%22http%3A%2F%2Fvocabs.lter-europe.net%2FEnvThes%2F22035%22%2C%22label%22%3A%22air%20temperature%22%2C%22comment%22%3A%22%5BGEMET%5D%20The%20temperature%20of%20the%20atmosphere%20which%20represents%20the%20average%20kinetic%20energy%20of%20the%20molecular%20motion%20in%20a%20small%20region%20and%20is%20defined%20in%20terms%20of%20a%20standard%20or%20calibrated%20thermometer%20in%20thermal%20equilibrium%20with%20the%20air.%22%2C%22property%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FProperty%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocabs.lter-europe.net%2FEnvThes%2F21524%22%2C%22label%22%3A%22temperature%22%7D%2C%22ooi%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocabs.lter-europe.net%2FEnvThes%2F23%22%2C%22label%22%3A%22air%22%7D%2C%22context%22%3A%5B%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocabs.lter-europe.net%2FEnvThes%2F21920%22%2C%22label%22%3A%22atmosphere%22%7D%5D%2C%22constraint%22%3A%5B%5D%7D"
></iframe>
</body>
</html>