{
  "@context": {
    "schema": "http://schema.org/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "ex": "https://example.org/"
  },
  "@type": [
    "schema:LinkRole"
  ],
  "schema:linkRelationship": {
    "@id": "ex:concepts/isDocumentedBy",
    "@type": [
      "skos:Concept"
    ],
    "skos:prefLabel": {
      "@value": "is documented by",
      "@language": "en"
    },
    "skos:definition": {
      "@value": "The target documents the described resource.",
      "@language": "en"
    },
    "skos:inScheme": {
      "@id": "ex:vocab/linkRelationships"
    },
    "skos:notation": "isDocumentedBy"
  },
  "schema:target": {
    "@type": [
      "schema:EntryPoint"
    ],
    "schema:name": "Instrument handbook, revision 4",
    "schema:url": "https://example.org/docs/handbook-r4.pdf",
    "schema:encodingFormat": "application/pdf"
  }
}