Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.67 KB | None | 0 0
  1.  {
  2. "@context": ["https://schema.org", {"csvw": "http://www.w3.org/ns/csvw#"}],
  3. "@type": "Dataset",
  4. "name":"AMERICAN HUMANE ASSOCIATION",
  5. "description": "ProPublica's Nonprofit Explorer lets you view summaries of 2.2 million tax returns from tax-exempt organizations and see financial details such as their executive compensation and revenue and expenses. You can browse raw IRS data released since 2013 and access over 9.4 million tax filing documents going back as far as 2001.",
  6. "keywords":[
  7. "ATMOSPHERE > ATMOSPHERIC PHENOMENA > CYCLONES",
  8. "ATMOSPHERE > ATMOSPHERIC PHENOMENA > DROUGHT",
  9. "ATMOSPHERE > ATMOSPHERIC PHENOMENA > FOG",
  10. "ATMOSPHERE > ATMOSPHERIC PHENOMENA > FREEZE"
  11. ],
  12. "mainEntity" : {
  13. "@type" : "csvw:Table",
  14. "csvw:tableSchema": {
  15. "csvw:header": "True",
  16. "csvw:lang": "en",
  17. "csvw:headerRowCount": "6",
  18. "csvw:ordered": "false",
  19. "csvw:columns": [
  20. {
  21. "csvw:rowTitle": "Game brand name",
  22. "csvw:rownum": "1",
  23. "csvw:datatype": "string",
  24. "csvw:cells": [
  25. {
  26. "csvw:value": "GameA Game",
  27. "csvw:primaryKey": "GameA Game"
  28. },
  29. {
  30. "csvw:value": "GameB",
  31. "csvw:primaryKey": "GameB"
  32. },
  33. {
  34. "csvw:value": "GameC",
  35. "csvw:primaryKey": "GameC"
  36. },
  37. {
  38. "csvw:value": "GameA Game",
  39. "csvw:primaryKey": "GameA Game"
  40. }]
  41. },
  42. {
  43. "csvw:rowTitle": "selling point",
  44. "csvw:rownum": "2",
  45. "csvw:datatype": "string",
  46. "csvw:cells": [
  47. {
  48. "csvw:value": "GameA is the best host around, come check it out!",
  49. "csvw:primaryKey": "GameA is the best host around, come check it out!"
  50. },
  51. {
  52. "csvw:value": "GameB is the best host around, come check it out!",
  53. "csvw:primaryKey": "GameB is the best host around, come check it out!"
  54. },
  55. {
  56. "csvw:value": "GameC is the best host around, come check it out!",
  57. "csvw:primaryKey": "GameC is the best host around, come check it out!"
  58. },
  59. {
  60. "csvw:value": "GameA is the best host around, come check it out!",
  61. "csvw:primaryKey": "GameA is the best host around, come check it out!"
  62. }]
  63. },
  64. {
  65. "csvw:rowTitle": "logo",
  66. "csvw:rownum": "3",
  67. "csvw:datatype": "html",
  68. "csvw:cells": [
  69. {
  70. "csvw:value": "<img src=\"https:\/\/cdn4.buysellads.net\/uu\/1\/49556\/1562783831-260x200_2.jpg\" alt=\"ads via Carbon\">",
  71. "csvw:primaryKey": "GameD logo"
  72. },
  73. {
  74. "csvw:value": "<img src=\"https:\/\/cdn4.buysellads.net\/uu\/1\/49556\/1562783831-260x200_2.jpg\" alt=\"ads via Carbon\">",
  75. "csvw:primaryKey": "GameD logo"
  76. },
  77. {
  78. "csvw:value": "<img src=\"https:\/\/cdn4.buysellads.net\/uu\/1\/49556\/1562783831-260x200_2.jpg\" alt=\"ads via Carbon\">",
  79. "csvw:primaryKey": "GameD logo"
  80. },
  81. {
  82. "csvw:value": "<img src=\"https:\/\/cdn4.buysellads.net\/uu\/1\/49556\/1562783831-260x200_2.jpg\" alt=\"ads via Carbon\">",
  83. "csvw:primaryKey": "GameD logo"
  84. }]
  85. },
  86. {
  87. "csvw:rowTitle": "clickout",
  88. "csvw:rownum": "4",
  89. "csvw:datatype": "string",
  90. "csvw:cells": [
  91. {
  92. "csvw:value": "claim",
  93. "csvw:primaryKey": "claim"
  94. },
  95. {
  96. "csvw:value": "claim",
  97. "csvw:primaryKey": "claim"
  98. },
  99. {
  100. "csvw:value": "claim",
  101. "csvw:primaryKey": "claim"
  102. },
  103. {
  104. "csvw:value": "claim",
  105. "csvw:primaryKey": "claim"
  106. }]
  107. },
  108. {
  109. "csvw:rowTitle": "clickout text",
  110. "csvw:rownum": "5",
  111. "csvw:datatype": "string",
  112. "csvw:cells": [
  113. {
  114. "csvw:value": "T&Cs Apply",
  115. "csvw:primaryKey": "T&Cs Apply"
  116. },
  117. {
  118. "csvw:value": "T&Cs Apply",
  119. "csvw:primaryKey": "T&Cs Apply"
  120. },
  121. {
  122. "csvw:value": "T&Cs Apply",
  123. "csvw:primaryKey": "T&Cs Apply"
  124. },
  125. {
  126. "csvw:value": "T&Cs Apply",
  127. "csvw:primaryKey": "T&Cs Apply"
  128. }]
  129. },
  130. {
  131. "csvw:rowTitle": "T&C info",
  132. "csvw:rownum": "6",
  133. "csvw:datatype": "string",
  134. "csvw:cells": [
  135. {
  136. "csvw:value": "TC1",
  137. "csvw:primaryKey": "TC1"
  138. },
  139. {
  140. "csvw:value": "TC1",
  141. "csvw:primaryKey": "TC1"
  142. },
  143. {
  144. "csvw:value": "TC1",
  145. "csvw:primaryKey": "TC1"
  146. },
  147. {
  148. "csvw:value": "TC1",
  149. "csvw:primaryKey": "TC1"
  150. }]
  151. }]
  152. }
  153. }
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement