@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 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:naam a owl:DatatypeProperty ;
    rdfs:label "Naam"@nl ;
    rdfs:domain ns1:Informatieobject ;
    rdfs:range xsd:string ;
    skos:closeMatch mdto:naam ;
    skos:definition "Een betekenisvolle aanduiding waaronder het object bekend is."@nl .

