@prefix GDI-Vlaanderen-Trefwoorden: <https://metadata.vlaanderen.be/id/GDI-Vlaanderen-Trefwoorden/> .
@prefix access-right:               <http://publications.europa.eu/resource/authority/access-right/> .
@prefix custom:                     <http://example.org/> .
@prefix dcat:                       <http://www.w3.org/ns/dcat#> .
@prefix dct:                        <http://purl.org/dc/terms/> .
@prefix foaf:                       <http://xmlns.com/foaf/0.1/> .
@prefix id:                         <https://westtoer.be/id/> .
@prefix introduction:               <https://informatievlaanderen.github.io/VSDS-Tech-Docs/introduction/> .
@prefix latestView:                 <https://ca-westtoerwin-nginx-prod.livelyisland-1fa58ea1.westeurope.azurecontainerapps.io/touristattractions/latestView/> .
@prefix ldes:                       <https://w3id.org/ldes#> .
@prefix metadata-dcat:              <https://data.vlaanderen.be/ns/metadata-dcat#> .
@prefix ns:                         <http://www.w3.org/2006/vcard/ns#> .
@prefix over-ons:                   <https://www.westtoer.be/over-ons/> .
@prefix prov:                       <http://www.w3.org/ns/prov#> .
@prefix rdf:                        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:                       <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:                     <http://schema.org/> .
@prefix sh:                         <http://www.w3.org/ns/shacl#> .
@prefix shacl:                      <http://www.w3.org/ns/shacl#> .
@prefix shape:                      <https://westtoer.be/id/shape/> .
@prefix terms:                      <http://purl.org/dc/terms/> .
@prefix touristattractions:         <https://ca-westtoerwin-nginx-prod.livelyisland-1fa58ea1.westeurope.azurecontainerapps.io/touristattractions/> .
@prefix tree:                       <https://w3id.org/tree#> .
@prefix vcard:                      <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd:                        <http://www.w3.org/2001/XMLSchema#> .

<file:///touristattractions/shape>
        rdf:type        sh:NodeShape;
        sh:closed       false;
        sh:targetClass  <https://schema.org/TouristAttraction> .

<https://semiceu.github.io/LinkedDataEventStreams/>
        rdf:type  rdfs:Resource .

<https://ca-westtoerwin-nginx-prod.livelyisland-1fa58ea1.westeurope.azurecontainerapps.io/touristattractions>
        rdf:type               ldes:EventStream , dcat:Dataset;
        custom:hasDefaultView  false;
        custom:memberType      <https://schema.org/TouristAttraction>;
        terms:accessRights     access-right:PUBLIC;
        terms:conformsTo       <https://w3id.org/tree/specification> , <https://w3id.org/ldes/specification>;
        terms:description      "Linked Data Event Stream (LDES) voor Westtoer producten"@nl;
        terms:identifier       "https://ca-westtoerwin-nginx-prod.livelyisland-1fa58ea1.westeurope.azurecontainerapps.io/touristattractions"^^rdfs:Literal , "https://westtoer.be/id/dataset/ldes-producten";
        terms:title            "LDES Westtoer producten"@nl;
        dcat:contactPoint      id:contact;
        metadata-dcat:statuut  GDI-Vlaanderen-Trefwoorden:VLOPENDATASERVICE;
        ldes:createVersions    false;
        ldes:timestampPath     prov:generatedAtTime;
        ldes:versionOfPath     terms:isVersionOf;
        tree:shape             <file:///touristattractions/shape> , shape:touristattractions;
        tree:view              touristattractions:latestView .

<https://w3id.org/tree/specification>
        rdf:type  terms:Standard .

latestView:description
        rdf:type                    tree:ViewDescription , dcat:DataService;
        terms:accessRights          access-right:PUBLIC;
        terms:description           "Westtoer producten Linked Data Event Stream"@nl;
        terms:identifier            "https://ca-westtoerwin-nginx-prod.livelyisland-1fa58ea1.westeurope.azurecontainerapps.io/touristattractions/latestView"^^rdfs:Literal , "https://westtoer.be/id/dataservice/touristattractions/latestView";
        terms:license               <https://creativecommons.org/publicdomain/zero/1.0/>;
        terms:title                 "Westtoer producten Linked Data Event Stream"@nl;
        dcat:contactPoint           id:contact;
        dcat:endpointDescription    <https://semiceu.github.io/LinkedDataEventStreams/> , introduction:LDES_server;
        dcat:endpointURL            touristattractions:latestView;
        dcat:servesDataset          <https://ca-westtoerwin-nginx-prod.livelyisland-1fa58ea1.westeurope.azurecontainerapps.io/touristattractions>;
        metadata-dcat:statuut       GDI-Vlaanderen-Trefwoorden:VLOPENDATASERVICE;
        ldes:retentionPolicy        [ rdf:type     ldes:LatestVersionSubset;
                                      ldes:amount  1
                                    ];
        tree:fragmentationStrategy  ();
        tree:pageSize               "100"^^xsd:int .

<https://w3id.org/ldes/specification>
        rdf:type  terms:Standard .

shape:touristattractions
        rdf:type        sh:NodeShape;
        sh:closed       false;
        sh:targetClass  <https://schema.org/TouristAttraction> .

id:contact  rdf:type    schema:contactPoint , vcard:Kind;
        vcard:hasEmail  <mailto:info@westtoer.be>;
        foaf:page       over-ons:contact .

touristattractions:latestView
        rdf:type              tree:Node , rdfs:Resource;
        tree:viewDescription  latestView:description .
