addLink
resourceType
i1
property
marcDefault
tokenMap
0
marc:Unspecified
1
marc:Primary
2
marc:Secondary
$6
property
$a
about
_:topic
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "Fysik"
      },
      {
        "2": "sao"
      },
      {
        "9": "Fack"
      }
    ]
  }
}
Normalized MARC:
{
  "650": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "Fysik"
      },
      {
        "2": "sao"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@id": "https://id.kb.se/term/sao/Fysik",
          "@type": "Topic",
          "inScheme": {
            "@id": "https://id.kb.se/term/sao",
            "@type": "ConceptScheme",
            "code": "sao"
          },
          "inCollection": [
            {
              "@type": "TermCollection",
              "code": "Fack"
            }
          ],
          "prefLabel": "Fysik"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "0",
    "subfields": [
      {
        "a": "Information"
      },
      {
        "y": "Information Age"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "@id": "http://id.loc.gov/authorities/label/Information--Information%20Age",
          "prefLabel": "Information--Information Age",
          "termComponentList": [
            {
              "@type": "Topic",
              "prefLabel": "Information"
            },
            {
              "@type": "TemporalSubdivision",
              "prefLabel": "Information Age"
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/lcsh",
            "@type": "ConceptScheme",
            "code": "lcsh"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": "2",
    "ind2": " ",
    "subfields": [
      {
        "a": "Health services for the aged"
      },
      {
        "v": "periodicals"
      }
    ]
  }
}
Normalized MARC:
{
  "650": {
    "ind1": "2",
    "ind2": "4",
    "subfields": [
      {
        "a": "Health services for the aged"
      },
      {
        "v": "periodicals"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "marc:subjectLevel": "marc:Secondary",
          "prefLabel": "Health services for the aged--periodicals",
          "termComponentList": [
            {
              "@type": "Topic",
              "prefLabel": "Health services for the aged"
            },
            {
              "@type": "GenreSubdivision",
              "prefLabel": "periodicals"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": "0",
    "ind2": " ",
    "subfields": [
      {
        "a": "Geriatrics"
      }
    ]
  }
}
Normalized MARC:
{
  "650": {
    "ind1": "0",
    "ind2": "4",
    "subfields": [
      {
        "a": "Geriatrics"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "prefLabel": "Geriatrics",
          "marc:subjectLevel": "marc:Unspecified"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": "2",
    "ind2": "4",
    "subfields": [
      {
        "a": "Something secondary"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "marc:subjectLevel": "marc:Secondary",
          "prefLabel": "Something secondary"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "Fysik"
      },
      {
        "2": "barn"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "@id": "https://id.kb.se/term/barn/Fysik",
          "inScheme": {
            "@id": "https://id.kb.se/term/barn",
            "@type": "ConceptScheme",
            "code": "barn"
          },
          "prefLabel": "Fysik"
        }
      ]
    }
  }
}
Exempel: -
Normalized MARC:
{
  "650": {
    "ind1": " ",
    "ind2": "1",
    "subfields": [
      {
        "a": "Plays"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "inScheme": {
            "@id": "https://id.kb.se/term/lcshac",
            "@type": "TopicScheme",
            "code": "lcshac"
          },
          "prefLabel": "Plays"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "2",
    "subfields": [
      {
        "a": "Cardiovascular Physiology"
      },
      {
        "v": "Congresses."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "prefLabel": "Cardiovascular Physiology--Congresses.",
          "termComponentList": [
            {
              "@type": "Topic",
              "prefLabel": "Cardiovascular Physiology"
            },
            {
              "@type": "GenreSubdivision",
              "prefLabel": "Congresses."
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/mesh",
            "@type": "ConceptScheme",
            "code": "mesh"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "rye"
      },
      {
        "2": "agrovoc"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "inScheme": {
            "@id": "https://id.kb.se/term/agrovoc",
            "@type": "ConceptScheme",
            "code": "agrovoc"
          },
          "prefLabel": "rye"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "5",
    "subfields": [
      {
        "a": "CSH-term"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "inScheme": {
            "@type": "ConceptScheme",
            "@id": "https://id.kb.se/term/csh",
            "code": "csh"
          },
          "prefLabel": "CSH-term"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "6",
    "subfields": [
      {
        "a": "RVM-term"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Topic",
          "inScheme": {
            "@type": "ConceptScheme",
            "@id": "https://id.kb.se/term/rvm",
            "code": "rvm"
          },
          "prefLabel": "RVM-term"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "Vitryssar"
      },
      {
        "x": "vardagsliv"
      },
      {
        "x": "traditioner"
      },
      {
        "z": "Ryssland"
      },
      {
        "2": "sao"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@id": "https://id.kb.se/term/sao/Vitryssar--vardagsliv--traditioner--Ryssland",
          "@type": "ComplexSubject",
          "inScheme": {
            "@id": "https://id.kb.se/term/sao",
            "@type": "ConceptScheme",
            "code": "sao"
          },
          "prefLabel": "Vitryssar--vardagsliv--traditioner--Ryssland",
          "termComponentList": [
            {
              "@type": "Topic",
              "prefLabel": "Vitryssar"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "vardagsliv"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "traditioner"
            },
            {
              "@type": "GeographicSubdivision",
              "prefLabel": "Ryssland"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "subfields": [
      {
        "a": "Matematik"
      },
      {
        "x": "lågstadiet"
      },
      {
        "x": "mellanstadiet"
      },
      {
        "y": "1960-talet"
      },
      {
        "v": "läromedel"
      }
    ],
    "ind1": " ",
    "ind2": "4"
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "termComponentList": [
            {
              "@type": "Topic",
              "prefLabel": "Matematik"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "lågstadiet"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "mellanstadiet"
            },
            {
              "@type": "TemporalSubdivision",
              "prefLabel": "1960-talet"
            },
            {
              "@type": "GenreSubdivision",
              "prefLabel": "läromedel"
            }
          ],
          "prefLabel": "Matematik--lågstadiet--mellanstadiet--1960-talet--läromedel"
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "650": {
    "ind1": " ",
    "ind2": "7",
    "subfields": [
      {
        "a": "1"
      },
      {
        "x": "A"
      },
      {
        "x": "B"
      },
      {
        "y": "C"
      },
      {
        "x": "A"
      },
      {
        "x": "C"
      },
      {
        "2": "BNB"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "termComponentList": [
            {
              "@type": "Topic",
              "prefLabel": "1"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "A"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "B"
            },
            {
              "@type": "TemporalSubdivision",
              "prefLabel": "C"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "A"
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "C"
            }
          ],
          "inScheme": {
            "@type": "ConceptScheme",
            "@id": "https://id.kb.se/term/BNB",
            "code": "BNB"
          },
          "prefLabel": "1--A--B--C--A--C"
        }
      ]
    }
  }
}