@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/60345> a skos:Concept ;
    skos:altLabel "Lesbian"@en,
        "lesbisch"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/81060> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055188> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "60345" ;
    skos:prefLabel "homosexuality"@en,
        "homoseksualiteit"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/44757> ;
    skos:scopeNote "Sexuality characterized by romantic love or sexual desire toward members of one's own sex."@en,
        "Seksualiteit die wordt gekenmerkt door romantische gevoelens of seksueel verlangen naar hetzelfde geslacht."@nl ;
    prov:generatedAtTime "2023-06-14T11:09:14+00:00"^^xsd:dateTime .

