@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/group/rembrandthuis/1> a crm:E74_Group ;
    rdfs:label "Rembrandt House Museum" ;
    crm:P76_has_contact_point [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "+31-20-520-0400" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435688> ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "Jodenbreestraat 4, 1011 NK Amsterdam" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300386983> ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "museum@rembrandthuis.nl" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435686> ] .

<http://vocab.getty.edu/aat/300386983> a crm:E55_Type ;
    rdfs:label "Street Address" .

<http://vocab.getty.edu/aat/300435686> a crm:E55_Type ;
    rdfs:label "Email Address" .

<http://vocab.getty.edu/aat/300435688> a crm:E55_Type ;
    rdfs:label "Telephone Number" .

