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

<https://linked.art/example/concept/historyFrance/1> a crm:E55_Type ;
    rdfs:label "History of France" ;
    crm:P94i_was_created_by [ a crm:E65_Creation ;
            crm:P15_was_influenced_by <https://linked.art/example/concept/history>,
                <https://linked.art/example/place/france> ] .

<https://linked.art/example/concept/history> a crm:E55_Type ;
    rdfs:label "History" .

<https://linked.art/example/place/france> a crm:E53_Place ;
    rdfs:label "France" .

