Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.75 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.75 KB

Stakeholder

The Stakeholder is the information about the stakeholder, including the Entity of the stakeholder and profit sharing ratio hint. Also, if the current digital work is a derivative work, then the source of underlying work is also registered as a creation footprint.

Schema

{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "iscn": "http://iscn.io/"
  },
  "@id": "iscn:StakeholderInfo",
  "@type": "rdfs:Class",
  "rdfs:comment": "One entry of the stakeholder list of the content, describing who or which content should be cited for the contribution to the content, and how much should the contribution be rewarded.",
  "rdfs:label": "StakeholderInfo",
  "rdfs:subClassOf": {
    "@id": "schema:Thing"
  }
}

Sample

{
  "entity": {
    "@id": "http://github.com/nnkken",
    "name": "Chung Wu"
  },
  "rewardProportion": 95,
  "contributionType": "http://schema.org/author"
}

Description

Property Expected Type Description
entity [entity] An entity object.
rewardProportion [rewardProportion] An rewardProportion object.
contributionType [contributionType] An contributionType object.