@prefix kbdef: <http://data.bibliotheken.nl/def#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

kbdef:statementOfResponsibilityPart a rdfs:Property ;
    rdfs:label "Statement of responsibility part"@en ;
    rdfs:comment "Contains information about contributors as stated on the title page of the publication."@en,
        "Informatie over medewerkers zoals vermeld op de titelpagina van de publicatie."@nl .

