@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:Actor a owl:Class ;
    rdfs:label "Actor"@nl ;
    rdfs:seeAlso <https://www.ica.org/standards/RiC/ontology#Agent> ;
    rdfs:subClassOf ns1:Object ;
    skos:closeMatch mdto:Actor ;
    skos:definition "Persoon, groep, organisatie of functionaris."@nl ;
    skos:example "Een overheidsorganisatie, een natuurlijk persoon, een bedrijf."@nl .

