Informatievlaanderen / OSLOthema-Generiek

0 stars 1 forks source link

ContactPoint.adres eigenschap niet gedocumenteerd in OSLO-Generiek #10

Open Stiksels opened 1 year ago

Stiksels commented 1 year ago

https://data.vlaanderen.be/ns/generiek/#abstract

"In OSLO-Generiek vinden we een entiteit Contactinfo, die net als in de ISA Core vocabularia mapt op ContactPoint in schema.org. OSLO voegt termen toe zoals aanschrijfvorm en (contact)adres, ook afkomstig uit bestaande vocabularia."

cfr toepassing van (contact)adres op Organisatie:


{
  "@context": "https://schema.org",
  "@type": "Organization",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Paris, France",
    "postalCode": "F-75002",
    "streetAddress": "38 avenue de l'Opera"
  },
  "email": "secretariat(at)google.org",
  "faxNumber": "( 33 1) 42 68 53 01",
  "member": [
    {
      "@type": "Organization"
    },
    {
      "@type": "Organization"
    }
  ],
  "alumni": [
    {
      "@type": "Person",
      "name": "Jack Dan"
    },
    {
      "@type": "Person",
      "name": "John Smith"
    }
  ],
  "name": "Google.org (GOOG)",
  "telephone": "( 33 1) 42 68 53 00"
}
</script>```

of

* Organisatie.contactPoint
** ContactPoint.adres (suggestie van OSLO: waar staat dit gedocumenteerd?)
jitsedc commented 1 year ago

relevante issue hieraan gerelateerd is: #9