@prefix mdto: <http://www.nationaalarchief.nl/mdto#> .
@prefix ns1: <https://data.razu.nl/def/ldto/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

ns1:termijnEinddatum a owl:DatatypeProperty ;
    rdfs:label "Einddatum"@nl ;
    rdfs:domain ns1:TermijnGegevens ;
    rdfs:range <https://data.razu.nl/.well-known/genid/dc3901dae44d7804e0e14c0737b8a438> ;
    skos:closeMatch mdto:termijnEinddatum ;
    skos:definition "Datum waarop de termijn eindigt."@nl .

<https://data.razu.nl/.well-known/genid/29ff3703d5561a5e11eab46c5984bf62> rdf:first xsd:date ;
    rdf:rest <https://data.razu.nl/.well-known/genid/34213a86488fd35a404aff7f912aa208> .

<https://data.razu.nl/.well-known/genid/dc3901dae44d7804e0e14c0737b8a438> a owl:Class ;
    owl:unionOf <https://data.razu.nl/.well-known/genid/29ff3703d5561a5e11eab46c5984bf62> .

