{"id":1039,"date":"2017-01-10T00:00:03","date_gmt":"2017-01-10T00:00:03","guid":{"rendered":"https:\/\/www.w3.org\/community\/argumentation\/?page_id=1039"},"modified":"2017-01-22T18:43:28","modified_gmt":"2017-01-22T18:43:28","slug":"schemas","status":"publish","type":"page","link":"https:\/\/www.w3.org\/community\/argumentation\/schemas\/","title":{"rendered":"Schemas"},"content":{"rendered":"<p><strong>Statement<\/strong> \u2014 Extends <a href=\"http:\/\/schema.org\/CreativeWork\" target=\"_blank\" rel=\"nofollow\">CreativeWork<\/a>. A statement.<br \/>\nsupports: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nsupportedBy: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nopposes: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nopposedBy: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><\/p>\n<p><strong>Quotation<\/strong> &#8211; Extends <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a>. A quotation.<br \/>\nsupports: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nsupportedBy: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nopposes: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nopposedBy: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><\/p>\n<p><strong>ItemSet<\/strong> &#8211; Extends <a href=\"https:\/\/schema.org\/Intangible\" target=\"_blank\" rel=\"nofollow\">Intangible<\/a>. A logical conjunction set.<br \/>\nhasElement: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nsupports: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><br \/>\nopposes: <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Statement<\/a><\/p>\n<h2>Agreement and Disagreement<\/h2>\n<p>A topic of argumentation schemas is to convenience the expression of agreement and disagreement and to support the expression of rationale for so doing.<\/p>\n<p><strong>AgreeQuotation<\/strong> \u2014 Extends <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Quotation<\/a>. A quotation which is agreed with.<br \/>\nrationale: <a href=\"http:\/\/schema.org\/Text\" target=\"_blank\" rel=\"nofollow\">Text<\/a><\/p>\n<p><strong>DisagreeQuotation<\/strong> \u2014 Extends <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\" target=\"_blank\">Quotation<\/a>. A quotation which is disagreed with.<br \/>\nrationale: <a href=\"http:\/\/schema.org\/Text\" target=\"_blank\" rel=\"nofollow\">Text<\/a><\/p>\n<h2>RDFa Examples<\/h2>\n<p><b>Support<\/b><\/p>\n<pre class=\"lang:xhtml decode:true \">&lt;html&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span typeof=\"Statement\"&gt;\r\n      &lt;span property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n      &lt;span property=\"supports\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n    &lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Quotation<\/b><\/p>\n<pre class=\"lang:xhtml decode:true \">&lt;html&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span typeof=\"Statement\"&gt;\r\n      &lt;span property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n      &lt;span property=\"supports\" typeof=\"Quotation\"&gt;\r\n        &lt;q property=\"text\"&gt;Statement 2.&lt;\/q&gt;\r\n        &lt;span property=\"isBasedOn\" content=\"...\"&gt;&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n    &lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Co-premises<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n     &lt;span typeof=\"ItemSet\"&gt;\r\n       &lt;span property=\"hasElement\" typeof=\"Statement\"&gt;\r\n         &lt;span property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n       &lt;\/span&gt;\r\n       &lt;span property=\"hasElement\" typeof=\"Statement\"&gt;\r\n         &lt;span property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n       &lt;\/span&gt;\r\n       &lt;span property=\"supports\" typeof=\"Statement\"&gt;\r\n         &lt;span property=\"text\"&gt;Statement 3.&lt;\/span&gt;\r\n       &lt;\/span&gt;\r\n     &lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Independent Premises<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span typeof=\"Statement\"&gt;\r\n      &lt;span property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n      &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n      &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 3.&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n      &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 4.&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n    &lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Intermediate Conclusions<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span typeof=\"Statement\"&gt;\r\n      &lt;span property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n      &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n      &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 3.&lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n      &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n        &lt;span property=\"text\"&gt;Statement 4.&lt;\/span&gt;\r\n        &lt;span property=\"supportedBy\" typeof=\"Statement\"&gt;\r\n          &lt;span property=\"text\"&gt;Statement 5.&lt;\/span&gt;       \r\n        &lt;\/span&gt;\r\n      &lt;\/span&gt;\r\n    &lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<h2>RDFa + JSON-LD Examples<\/h2>\n<p><b>Support<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;script type=\"application\/ld+json\"&gt;\r\n {\"@id\": \"1\", \"http:\/\/schema.org\/supports\": { \"@id\": \"2\" }}\r\n   &lt;\/script&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span about=\"1\" typeof=\"Statement\" property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n    &lt;span about=\"2\" typeof=\"Statement\" property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Quotation<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;script type=\"application\/ld+json\"&gt;\r\n {\"@id\": \"1\", \"http:\/\/schema.org\/supports\": { \"@id\": \"2\" }}\r\n   &lt;\/script&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span about=\"1\" typeof=\"Statement\" property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n    &lt;span about=\"2\" typeof=\"Quotation\"&gt;&lt;q property=\"text\"&gt;Statement 2.&lt;\/q&gt;&lt;span property=\"isBasedOn\" content=\"...\"&gt;&lt;\/span&gt;&lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Co-premises<\/b><\/p>\n<pre class=\"lang:xhtml decode:true \">&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;script type=\"application\/ld+json\"&gt;\r\n[{\"@id\": \"set1\", \"@type\": \"http:\/\/schema.org\/ItemSet\" },\r\n {\"@id\": \"set1\", \"http:\/\/schema.org\/hasElement\": { \"@id\": \"1\" }},\r\n {\"@id\": \"set1\", \"http:\/\/schema.org\/hasElement\": { \"@id\": \"2\" }},\r\n {\"@id\": \"set1\", \"http:\/\/schema.org\/supports\": { \"@id\": \"3\" }}]\r\n   &lt;\/script&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span about=\"1\" typeof=\"Statement\" property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n    &lt;span about=\"2\" typeof=\"Statement\" property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n    &lt;span about=\"3\" typeof=\"Statement\" property=\"text\"&gt;Statement 3.&lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Independent Premises<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;script type=\"application\/ld+json\"&gt;\r\n[{\"@id\": \"2\", \"http:\/\/schema.org\/supports\": { \"@id\": \"1\" }},\r\n {\"@id\": \"3\", \"http:\/\/schema.org\/supports\": { \"@id\": \"1\" }},\r\n {\"@id\": \"4\", \"http:\/\/schema.org\/supports\": { \"@id\": \"1\" }}]\r\n   &lt;\/script&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span about=\"1\" typeof=\"Statement\" property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n    &lt;span about=\"2\" typeof=\"Statement\" property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n    &lt;span about=\"3\" typeof=\"Statement\" property=\"text\"&gt;Statement 3.&lt;\/span&gt;\r\n    &lt;span about=\"4\" typeof=\"Statement\" property=\"text\"&gt;Statement 4.&lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><b>Intermediate Conclusions<\/b><\/p>\n<pre class=\"lang:default decode:true \">&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;script type=\"application\/ld+json\"&gt;\r\n[{\"@id\": \"2\", \"http:\/\/schema.org\/supports\": { \"@id\": \"1\" }},\r\n {\"@id\": \"3\", \"http:\/\/schema.org\/supports\": { \"@id\": \"1\" }},\r\n {\"@id\": \"4\", \"http:\/\/schema.org\/supports\": { \"@id\": \"1\" }},\r\n {\"@id\": \"5\", \"http:\/\/schema.org\/supports\": { \"@id\": \"4\" }}]\r\n   &lt;\/script&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body vocab=\"http:\/\/schema.org\/\"&gt;\r\n    &lt;span about=\"1\" typeof=\"Statement\" property=\"text\"&gt;Statement 1.&lt;\/span&gt;\r\n    &lt;span about=\"2\" typeof=\"Statement\" property=\"text\"&gt;Statement 2.&lt;\/span&gt;\r\n    &lt;span about=\"3\" typeof=\"Statement\" property=\"text\"&gt;Statement 3.&lt;\/span&gt;\r\n    &lt;span about=\"4\" typeof=\"Statement\" property=\"text\"&gt;Statement 4.&lt;\/span&gt;\r\n    &lt;span about=\"5\" typeof=\"Statement\" property=\"text\"&gt;Statement 5.&lt;\/span&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<h2>Discussion<\/h2>\n<ol>\n<li>See also: <a href=\"http:\/\/pending.webschemas.org\/Quotation\" target=\"_blank\" rel=\"nofollow\">http:\/\/pending.webschemas.org\/Quotation<\/a> (<a href=\"https:\/\/github.com\/schemaorg\/schemaorg\/issues\/271\" target=\"_blank\" rel=\"nofollow\">Schema.org GitHub Issue #271<\/a>)<\/li>\n<li>See also: <a href=\"https:\/\/en.wikipedia.org\/wiki\/Argument_map\" target=\"_blank\" rel=\"nofollow\">https:\/\/en.wikipedia.org\/wiki\/Argument_map<\/a><\/li>\n<li>See also: <a href=\"http:\/\/www.argumentinterchange.org\/\" target=\"_blank\" rel=\"nofollow\">http:\/\/www.argumentinterchange.org\/<\/a><\/li>\n<li>See also: <a href=\"http:\/\/inference-web.org\/wiki\/Main_Page\" target=\"_blank\" rel=\"nofollow\">http:\/\/inference-web.org\/wiki\/Main_Page<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Statement \u2014 Extends CreativeWork. A statement. supports: Statement supportedBy: Statement opposes: Statement opposedBy: Statement Quotation &#8211; Extends Statement. A quotation. supports: Statement supportedBy: Statement opposes: Statement opposedBy: Statement ItemSet &#8211; Extends Intangible. A logical conjunction set. hasElement: Statement supports: Statement &hellip; <a href=\"https:\/\/www.w3.org\/community\/argumentation\/schemas\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1959,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"onecolumn-page-norev.php","meta":{"_s2mail":"","footnotes":""},"class_list":["post-1039","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/pages\/1039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/users\/1959"}],"replies":[{"embeddable":true,"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/comments?post=1039"}],"version-history":[{"count":73,"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/pages\/1039\/revisions"}],"predecessor-version":[{"id":1124,"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/pages\/1039\/revisions\/1124"}],"wp:attachment":[{"href":"https:\/\/www.w3.org\/community\/argumentation\/wp-json\/wp\/v2\/media?parent=1039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}