@prefix dcterms1: <http://purl.org/dc/terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bibliotheken.nl/id/nbt/p09649588X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Woordenlijst / Vertaalcircuit" ;
    dcterms1:issued "1986" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p075354810> ;
    schema1:description "Lijst met moeilijk te vertalen woorden, met name in de rechtssfeer" ;
    schema1:inLanguage "es",
        "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e1a1505a13683e60cbec1a761eef8c2> ;
    schema1:name "Woordenlijst" ;
    schema1:numberOfPages 58 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/4359d8bd4b7fa3cdb28084d4e3b5cf63> .

