Example DisagreeAction-98
JSON-LD (source lint)
<!-- John and Steve disagreed with a scholar paper claiming that P = NP!, resulting in another scholar paper claiming that P is in fact != NP!. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "DisagreeAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "ScholarlyArticle",
"name": "We found out that P = NP!"
},
"participant": {
"@type": "Person",
"name": "Steve"
},
"result": {
"@type": "ScholarlyArticle",
"name": "No it is not! P != NP!"
}
}
</script>
JSON-LD (source lint)
<!-- John and Steve disagreed with a scholar paper claiming that P = NP!, resulting in another scholar paper claiming that P is in fact != NP!. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "DisagreeAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "ScholarlyArticle",
"name": "We found out that P = NP!"
},
"participant": {
"@type": "Person",
"name": "Steve"
},
"result": {
"@type": "ScholarlyArticle",
"name": "No it is not! P != NP!"
}
}
</script>