@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oe: <https://id.erfgoed.net/vocab/ontology#> .
@prefix oslo: <http://data.vlaanderen.be/ns/besluit#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://id.erfgoed.net/besluiten/1206> a oslo:Besluit,
        oe:Besluit ;
    dcterms:hasPart <https://id.erfgoed.net/besluiten/1206/bestanden/5000>,
        <https://id.erfgoed.net/besluiten/1206/bestanden/5001> ;
    dcterms:identifier 1206 ;
    dcterms:publisher [ a foaf:Person ;
            dcterms:identifier "25" ;
            foaf:name "Koning Boudewijn"@und ],
        [ a foaf:Person ;
            dcterms:identifier "10" ;
            foaf:name "De Backer - Van Ocken, Rika"@und ] ;
    dcterms:source <http://www.ejustice.just.fgov.be/cgi/summary_body.pl?language=nl&pub_date=1978-08-15> ;
    dcterms:spatial [ a skos:Concept ;
            dcterms:identifier 40000 ;
            skos:prefLabel "Oost-Vlaanderen"@nl ] ;
    dcterms:title "Station Aalst: gevels en bedakingen" ;
    void:inDataset <https://id.erfgoed.net/datasets/besluiten> ;
    skos:changeNote [ a prov:Publish ;
            prov:startedAtTime "2016-05-26T14:45:11.790434+02:00"^^xsd:dateTime ;
            prov:wasAssociatedWith "https://id.erfgoed.net/actoren/1163" ],
        [ a prov:Create ;
            prov:startedAtTime "2013-09-30T13:56:09.260947+02:00"^^xsd:dateTime ;
            prov:wasAssociatedWith "https://id.erfgoed.net/actoren/1763" ],
        [ a prov:Modify ;
            prov:startedAtTime "2016-05-26T14:45:11.739620+02:00"^^xsd:dateTime ;
            prov:wasAssociatedWith "https://id.erfgoed.net/actoren/1163" ] ;
    skos:editorialNote "De Backer-Van Ocken, Rika toegeschreven op basis van functie; bescherming wordt in 1987 uitgebreid door het schrappen van de woorden 'gevels en bedakingen'. Deze wijziging wordt gevolgd door een wijziging van gehele perceel naar deel van het perceel. Beide wijzgingen worden in 2013 opgeheven. Terug bij oorspronkelijke bescherming. "@nl ;
    oe:besluit_handeltOver [ a oe:Aanduidingsobject ;
            oe:aanduid_aanduidingstype <https://id.erfgoed.net/thesauri/aanduidingstypes/1> ],
        [ a oe:Aanduidingsobject ;
            oe:aanduid_aanduidingstype <https://id.erfgoed.net/thesauri/aanduidingstypes/3> ] ;
    oe:besluit_uitgevaardigdAls <https://id.erfgoed.net/thesauri/besluittypes/3> ;
    oe:dateSigned "1978-06-19"^^xsd:date ;
    oe:precedes <https://id.erfgoed.net/besluiten/11079>,
        <https://id.erfgoed.net/besluiten/11080>,
        <https://id.erfgoed.net/besluiten/11081> ;
    oe:rechtsgevolgen <https://id.erfgoed.net/thesauri/besluittypes/13> .

<http://www.ejustice.just.fgov.be/cgi/summary_body.pl?language=nl&pub_date=1978-08-15> a bibo:Issue ;
    dcterms:isPartOf [ a bibo:Periodical ;
            dcterms:title "Belgisch Staatsblad"@nl ] ;
    dcterms:issued "1978-08-15"^^xsd:date .

<https://id.erfgoed.net/besluiten/1206/bestanden/5000> a bibo:Document,
        oe:Attachment ;
    dcterms:extent [ a dcterms:SizeOrDuration ;
            rdfs:label "2030189 B" ;
            rdf:value 2030189 ] ;
    dcterms:format [ a dcterms:MediaType ;
            rdf:value "image/jpeg" ] ;
    dcterms:title "1206_plan.jpg" ;
    dcterms:type [ dcterms:identifier 2 ;
            dcterms:title "Plan" ] .

<https://id.erfgoed.net/besluiten/1206/bestanden/5001> a bibo:LegalDocument,
        oe:Attachment ;
    dcterms:extent [ a dcterms:SizeOrDuration ;
            rdfs:label "322720 B" ;
            rdf:value 322720 ] ;
    dcterms:format [ a dcterms:MediaType ;
            rdf:value "application/pdf" ] ;
    dcterms:title "1206.pdf" ;
    dcterms:type [ dcterms:identifier 1 ;
            dcterms:title "Besluit" ] .

