Constant ssi_contexts::CITIZENSHIP_V1[][src]

pub const CITIZENSHIP_V1: &str = "{\n  \"@context\": {\n    \"@version\": 1.1,\n    \"@protected\": true,\n\n    \"name\": \"http://schema.org/name\",\n    \"description\": \"http://schema.org/description\",\n    \"identifier\": \"http://schema.org/identifier\",\n    \"image\": {\"@id\": \"http://schema.org/image\", \"@type\": \"@id\"},\n\n    \"PermanentResidentCard\": {\n      \"@id\": \"https://w3id.org/citizenship#PermanentResidentCard\",\n      \"@context\": {\n        \"@version\": 1.1,\n        \"@protected\": true,\n\n        \"id\": \"@id\",\n        \"type\": \"@type\",\n\n        \"description\": \"http://schema.org/description\",\n        \"name\": \"http://schema.org/name\",\n        \"identifier\": \"http://schema.org/identifier\",\n        \"image\": {\"@id\": \"http://schema.org/image\", \"@type\": \"@id\"}\n      }\n    },\n\n    \"PermanentResident\": {\n      \"@id\": \"https://w3id.org/citizenship#PermanentResident\",\n      \"@context\": {\n        \"@version\": 1.1,\n        \"@protected\": true,\n\n        \"id\": \"@id\",\n        \"type\": \"@type\",\n\n        \"ctzn\": \"https://w3id.org/citizenship#\",\n        \"schema\": \"http://schema.org/\",\n        \"xsd\": \"http://www.w3.org/2001/XMLSchema#\",\n\n        \"birthCountry\": \"ctzn:birthCountry\",\n        \"birthDate\": {\"@id\": \"schema:birthDate\", \"@type\": \"xsd:dateTime\"},\n        \"commuterClassification\": \"ctzn:commuterClassification\",\n        \"familyName\": \"schema:familyName\",\n        \"gender\": \"schema:gender\",\n        \"givenName\": \"schema:givenName\",\n        \"lprCategory\": \"ctzn:lprCategory\",\n        \"lprNumber\": \"ctzn:lprNumber\",\n        \"residentSince\": {\"@id\": \"ctzn:residentSince\", \"@type\": \"xsd:dateTime\"}\n      }\n    },\n\n    \"Person\": \"http://schema.org/Person\"\n  }\n}\n";