Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Periodical, Issue, Volume and support for commercial Offering and Paywall #48

Open
sballesteros opened this issue Nov 24, 2015 · 0 comments

Comments

@sballesteros
Copy link
Member

{
  "@id": "graphId",
  "@type": "ScholarlyArticle",
  "name": "Preliminary materials for a theory of the young-girl",
  "isPartOf": {
    "@id": "issueId",
    "@type": "PublicationIssue",
    "issueNumber": 10,
    "isPartOf": {
      "@id": "volumeId",
      "@type": "PublicationVolume",
      "volumeNumber": 2,
      "isPartOf": {
        "@id": "periodicalId",
        "@type": "Periodical",
        "name": "Tiqqun"
      }
    }
  },
  "potentialAction": {
    "@type": "ReadAction",
    "expectsAcceptanceOf": {
      "@type": "Offer",
      "potentialAction": {
        "@type": "PayAction",
        "price": "100USD"
      }
    }
  }
}

Note: a manuscript in progress (pre-print) aiming to be published somewhere can be model as:

{
  "@id": "graphId",
  "@type": "ScholarlyArticle",
  "name": "Preliminary materials for a theory of the young-girl",
  "potentialAction": {
    "@type": "AddAction",
    "targetCollection": {
      "@id": "issueId",
      "@type": "PublicationIssue",
      "issueNumber": 10,
      "isPartOf": {
        "@id": "volumeId",
        "@type": "PublicationVolume",
        "volumeNumber": 2,
        "isPartOf": {
          "@id": "periodicalId",
          "@type": "Periodical",
          "name": "Tiqqun"
        }
      }
    }
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant