Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

Menné priestory pre jednotné a lokálne referencovateľné identifikátory

...

Info
iconfalse

{
  "@context": {
  ...
  },
  "@id": "isvs:191",
  "@graph": [
    {
      "@id": "rfoperson:2100035451",
      "@type": "pper:PhysicalPerson",
      "foaf:givenName": {
        "@value": "Rudolf",
        "@type": "xs:string"
      },
      "pper:namePrefix": {
          "@id": "name-prefix:02",
          "@type": "pper:NamePrefix",

          "skos:prefLabel":

              [{ "@language" : "en", "@value" : "Physical Person" },

                { "@language" : "sk", "@value" : "Fyzická osoba" }],

           "skos:inScheme": {,
             "dct:title": [
              {
               "@language": "sk",
               "@value": "Titul pred menom"
              }
          ]
            "@id": "codelist:CL000062",
             "dct:title": [
              {
               "@language": "sk",
               "@value": "Titul pred menom"
              }
          ]
      },

 },

...

...

Info
iconfalse

{
  "@context": {
    "pper": "https://data.gov.sk/def/ontology/physical-person/",

    "rfo": "https://rfo.gov.sk/def/ontology/physical-person/",

      ...
  },
  "@id": "isvs:191",
  "@graph": [
    {
      "@id": "rfoperson:2100035451",
      "@type": "pper:PhysicalPerson",
      "rfo:hairColor": {
        "@id": "rfocolor:2",

         "skos:prefLabel":

              [{ "@language" : "en", "@value" : "brown" },

                { "@language" : "sk", "@value" : "hnedá" }],

         "skos:inScheme": {
                  "@id": "rfocodelist:cl-rfo0001",
                  "dct:title": [
                  {
                    "@language": "sk",
                    "@value": "Typy farieb"
                  }
                 ]
             },

      ...  }


      },

...

...