@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/79291> a skos:Concept ;
    skos:altLabel "audiocassette"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79493> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300028661> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "79291" ;
    skos:prefLabel "audiocassette"@en,
        "geluidscassette"@nl ;
    skos:scopeNote "Cassettes of audiotape. According to international standards, the tape is usually 0.15 inches (3.8 millimetres) wide and can carry 4 to 8 tracks."@en,
        "Cassettes met geluidsband. Volgens internationale normen is de band meestal 0,15 inch (3,8 millimeter) breed en kan 4 tot 8 sporen hebben."@nl ;
    prov:generatedAtTime "2023-08-02T13:54:32+00:00"^^xsd:dateTime .

