@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/p065826892> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Yet another yacc for datatypes / Peter van Eijk" ;
    dcterms1:issued "1990" ;
    schema1:about <http://data.bibliotheken.nl/id/thes/p075619539> ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p073236616>,
        <http://data.bibliotheken.nl/id/thes/p075395932> ;
    schema1:inLanguage "en" ;
    schema1:isPartOf <http://data.bibliotheken.nl/id/nbt/p055161642> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/94cbb4e7bb7322f0078b7c12373dd873> ;
    schema1:name "Yet another yacc for datatypes" ;
    schema1:numberOfPages 5 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/1dd81d1d2cfdfe48695234b843ade608> ;
    schema1:sameAs <http://www.worldcat.org/oclc/65417863> .

