@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P100i_died_in rdf:type owl:ObjectProperty . @prefix rdfs: . ecrm:P100i_died_in rdfs:subPropertyOf ecrm:P93i_was_taken_out_of_existence_by ; owl:inverseOf ecrm:P100_was_death_of ; rdfs:label "P100 died in"@en ; rdfs:domain ecrm:E21_Person ; rdfs:range ecrm:E69_Death . @prefix xsd: . @prefix skos: . ecrm:P100i_died_in skos:notation "P100i"^^xsd:string .