@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:Informatieobject a owl:Class ;
    rdfs:label "Informatieobject"@nl ;
    rdfs:seeAlso <https://www.ica.org/standards/RiC/ontology#Record> ;
    rdfs:subClassOf ns1:Object ;
    skos:closeMatch mdto:Informatieobject ;
    skos:definition "Een op zichzelf staand geheel van gegevens met een eigen identiteit."@nl ;
    skos:scopeNote "Informatieobjecten in de context van LDTO zijn informatieobjecten die voortkomen uit de taken van de overheid."@nl .

