resourceType
aboutAlias
_:contribution
match
0
when
i1=1
$a
about
_:agent
property
infer
true
required
true
punctuationChars
)
Exempel: -
MARC
{
  "720": {
    "ind1": " ",
    "ind2": " ",
    "subfields": [
      {
        "a": "Mukhtar Bashir Mudey."
      },
      {
        "4": "ill"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "contribution": [
        {
          "@type": "Contribution",
          "agent": {
            "@type": "Agent",
            "label": "Mukhtar Bashir Mudey."
          },
          "role": [
            {
              "@type": "Role",
              "@id": "https://id.kb.se/relator/ill",
              "code": "ill"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "720": {
    "ind1": "1",
    "ind2": " ",
    "subfields": [
      {
        "a": "V. D. H., pseud. för Pieter de la Court"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "contribution": [
        {
          "@type": "Contribution",
          "agent": {
            "@type": "Person",
            "label": "V. D. H., pseud. för Pieter de la Court"
          }
        }
      ]
    }
  }
}