Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
9 stars 8 forks source link

floating NodeShape statement #764

Closed WLefever-Cegeka closed 5 months ago

WLefever-Cegeka commented 1 year ago

During the preparation of an onboarding it seems like there's a floating NodeShape statement. Worthwhile to investigate where that comes from and how to fix.

Example:

@prefix ldes:       <https://w3id.org/ldes#> .
@prefix meetpunten: <http://localhost:8080/meetpunten/> .
@prefix prov:       <http://www.w3.org/ns/prov#> .
@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix shacl:      <http://www.w3.org/ns/shacl#> .
@prefix terms:      <http://purl.org/dc/terms/> .
@prefix tree:       <https://w3id.org/tree#> .

meetpunten:by-page  rdf:type  tree:Node .

<http://localhost:8080/meetpunten>
        rdf:type            ldes:EventStream ;
        ldes:timestampPath  prov:generatedAtTime ;
        ldes:versionOfPath  terms:isVersionOf ;
        tree:view           meetpunten:by-page .

[ rdf:type  shacl:NodeShape ] .
Yalz commented 7 months ago

Closing since no longer relevant

rorlic commented 7 months ago

Still an issue, see: basic-setup tutorial

Tomvbe commented 5 months ago

fixed in https://github.com/Informatievlaanderen/VSDS-LDESServer4J/pull/1204