@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#> .

ns1:isRepresentatieVan a owl:ObjectProperty ;
    rdfs:label "Is representatie van"@nl ;
    rdfs:domain mdto:Bestand ;
    rdfs:range ns1:Informatieobject ;
    owl:inverseOf mdto:heeftRepresentatie ;
    skos:closeMatch mdto:isRepresentatieVan ;
    skos:definition "Verwijzing naar het informatieobject waarvan het bestand een (deel van de) fysieke representatie van is."@nl .

