Skip to content

locn:geometry validation - zu strikt? #27

Description

@stefan-korn

Die Validierung zu "dct:Location locn:geometry" liefert:

dct:Location: locn:geometry MUSS auf eine Blank Node oder eine IRI verweisen.

Validierungsprofil: Profil DCAT-AP 3.0 - Deutsche Fehlermeldungen und Einschränkungen (BETA 2024-11-15)

Das passiert bei einem Wert wie

  dct:spatial [
    a dct:Location ;
    locn:geometry "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[9.455237,50.15981],[9.470129,50.156456],[9.45425,50.155576],[9.455237,50.15981]]]}}]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json>
  ] ;

Der Wert für locn:geometry ist aus Beispiel 3 entnommen (letzter Wert), sollte also valide sein.

Meiner Meinung nach ist die Validierung hier zu strikt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions