{ "@context": { "id": "@id", "type": "@type", "rov": "https://www.w3.org/TR/vocab-regorg/", "schema": "https://schema.org/", "org": "http://www.w3.org/ns/org#", "md": "https://iil.network/contexts/masterdata#", "OrganizationalProfileCredential": { "@id": "md:OrganizationalProfileCredential", "@context": { "@protected": true, "id": "@id", "type": "@type" } }, "LegalEntity": { "@id": "rov:RegisteredOrganization", "@context": { "legalName": "schema:legalName", "altName": "schema:altName", "website": "schema:website", "logo": "schema:logo" } }, "identifier": { "@id": "md:identifer", "@type": "@id", "@context": { "dunsNumber": "schema:duns", "lei": "schema:leiCode", "vatNumber": "schema:vatID", "usccNumber": "md:uscc", "gln": "schema:globalLocationNumber" } }, "ultimateParent": "org:subOrganizationOf", "registeredSite": { "@id": "org:hasRegisteredSite", "@context": { "address": { "@id": "schema:postalAddress", "@context": { "streetAddress": "schema:streetAddress", "zipCode": "schema:postalCode", "city": "schema:addressLocality", "region": "schema:addressRegion", "country": "schema:addressCountry" } } } }, "contactPerson": { "@id": "org:hasMember", "@type": "@id", "@context": { "lastName": "https://schema.org/familyName", "firstName": "https://schema.org/givenName", "salutation": "http://schema.org/honorificPrefix", "academicTitle": "http://schema.org/honorificPrefix", "role": "md:role" } }, "bankAccount": { "@id": "md:hasBankAccount", "@type": "@id", "@context": { "iban": "md:iban", "bic": "md:bic" } } } }