/
Usmernenie: JSON-LD Odvodová povinnosť (FO)

Usmernenie: JSON-LD Odvodová povinnosť (FO)

{
  "@context": {
    "pper": "https://data.gov.sk/def/ontology/physical-person/",
    "lsub": "https://data.gov.sk/def/ontology/legal-subject/",
    "loca": "https://data.gov.sk/def/ontology/location/",
    "egov": "https://data.gov.sk/def/ontology/egovernment/",
    "fin": "https://data.gov.sk/def/ontology/finance/",
    "taxonomy": "https://data.gov.sk/def/taxonomy/",
    "name-prefix": "https://data.gov.sk/def/name-prefix/",
    "name-suffix": "https://data.gov.sk/def/name-suffix/",
    "uncountry": "https://data.gov.sk/def/uncountry/",
    "identifiertype": "https://data.gov.sk/def/identifier-type/",
    "evidence-type": "https://data.gov.sk/def/evidence-type/",
    "isvs": "https://data.gov.sk/id/egov/isvs/",
    "codelist": "https://data.gov.sk/set/codelist/",
    "lau1": "https://data.gov.sk/def/lau1/",
    "lau2": "https://data.gov.sk/def/lau2/",
    "postcode": "https://data.gov.sk/def/postcode/",
    "legal-subject": "https://data.gov.sk/id/legal-subject/",
    "m8g": "http://data.europa.eu/m8g/",
    "adms": "http://www.w3.org/ns/adms#",
    "dct": "http://purl.org/dc/terms/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xs": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "insurance-arrears-type": "https://data.gov.sk/def/insurance-arrears-type/",
    "currency": "http://publications.europa.eu/resource/authority/currency/"
  },
  "@id": "isvs:CSRU",
  "@graph": [
    {
      "@type": "m8g:Evidence",
      "dct:type": {
        "@id": "evidence-type:TODO",
        "@type": "m8g:EvidenceType",
        "skos:prefLabel": {
          "@language": "sk",
          "@value": "Potvrdenie o splnení odvodovej povinnosti voči ZP"
        },
        "skos:inScheme": {
          "@id": "taxonomy:evidence-type"
        }
      },
      "dct:publisher": {
        "@id": "legal-subject:36284831",
        "@type": "lsub:LegalSubject",
        "skos:prefLabel": {
          "@value": "Union zdravotná poisťovňa, a.s.",
          "@language": "sk"
        }
      },
      "dct:subject": {
        "@type": "pper:PhysicalPerson",
        "pper:givenName": {
          "@value": "Antónia",
          "@type": "xs:string"
        },
        "pper:familyName": {
          "@value": "Kudlánková",
          "@type": "xs:string"
        },
        "pper:birthNumber": {
          "@type": "adms:Identifier",
          "skos:notation": {
            "@value": "9025010148",
            "@type": "xs:string"
          },
          "dct:type": {
            "@id": "identifiertype:9",
            "@type": "egov:IdentifierType",
            "skos:prefLabel": {
              "@language": "sk",
              "@value": "Rodné číslo"
            },
            "skos:inScheme": {
              "@id": "codelist:CL004001"
            }
          },
          "egov:issuingCountry": {
            "@id": "uncountry:703",
            "@type": "loca:UNCountry",
            "skos:prefLabel": [
              {
                "@language": "en",
                "@value": "Slovak Republic"
              },
              {
                "@language": "sk",
                "@value": "Slovenská republika"
              }
            ],
            "skos:inScheme": {
              "@id": "codelist:CL000086"
            }
          }
        },
        "pper:residenceAddress": {
          "@type": "loca:PhysicalAddress",
          "loca:street": {
            "@type": "loca:Street",
            "skos:prefLabel": [
              {
                "@language": "sk",
                "@value": "Kossuth Lajos utca"
              }
            ]
          },
          "loca:orientationNumber": {
            "@value": "20",
            "@type": "xs:string"
          },
          "loca:propertyRegistrationNumber": {
            "@value": "2012",
            "@type": "xs:string"
          },
          "loca:postCode": {
            "@id": "postcode:03600",
            "@type": "loca:PostCode",
            "skos:notation": {
              "@value": "03600",
              "@type": "xs:string"
            }
          },
          "loca:lau2": {
            "@id": "lau2:SK0222513440",
            "@type": "loca:LAU2",
            "skos:prefLabel": [
              {
                "@language": "en",
                "@value": "Nová Dubnica"
              },
              {
                "@language": "sk",
                "@value": "Nová Dubnica"
              }
            ],
            "skos:inScheme": {
              "@id": "codelist:CL000025"
            }
          },
          "loca:unCountry": {
            "@id": "uncountry:703",
            "@type": "loca:UNCountry",
            "skos:prefLabel": [
              {
                "@language": "en",
                "@value": "Slovak Republic"
              },
              {
                "@language": "sk",
                "@value": "Slovenská republika"
              }
            ],
            "skos:inScheme": {
              "@id": "codelist:CL000086"
            }
          }
        }
      },
      "fin:hasArrears": {
        "@value": "true",
        "@type": "xs:boolean"
      },
      "fin:arrears": {
        "@type": "fin:Arrears",
        "dct:type": {
          "@id": "insurance-arrears-type:2",
          "@type": "fin:ArrearsType",
          "skos:prefLabel": {
            "@language": "sk",
            "@value": "Má nedoplatok – nesplnenie povinnosti"
          },
          "skos:inScheme": {
            "@id": "codelist:CL00NNNN"
          }
        },
        "fin:value": "125.50",
        "fin:currency": {
          "@id": "currency:EUR",
          "@type": "fin:Currency",
          "skos:prefLabel": {
            "@language": "sk",
            "@value": "EUR"
          }
        }
      },
      "dct:valid": {
        "@value": "2023-03-09",
        "@type": "xs:date"
      }
    }
  ]
}