@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/80399> a skos:Concept ;
    skos:altLabel "Satellite communication"@en,
        "satellietcommunicatie"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/90621> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054355> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "80399" ;
    skos:prefLabel "telecommunications"@en,
        "telecommunicatie"@nl ;
    skos:scopeNote "Science of communication over long distances, especially by electronic means, such as telephone systems or broadcasting."@en,
        "De wetenschap van communicatie over lange afstanden, vooral door middel van elektronische hulpmiddelen zoals telefoonsystemen of uitzendingen."@nl ;
    prov:generatedAtTime "2022-10-13T12:08:04+00:00"^^xsd:dateTime .

