@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ecrm:	<http://erlangen-crm.org/current/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ecrm:P24_transferred_title_of	rdf:type	owl:ObjectProperty ;
	owl:inverseOf	ecrm:P24i_changed_ownership_through .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P24_transferred_title_of	rdfs:label	"P24 transferred title of"@en ;
	rdfs:domain	ecrm:E8_Acquisition ;
	rdfs:range	ecrm:E18_Physical_Thing ;
	rdfs:comment	"Scope note:\nThis property identifies the E18 Physical Thing or things involved in an E8 Acquisition.\n\nIn reality, an acquisition must refer to at least one transferred item.\n\nExamples:\n- acquisition of the Amoudrouz collection by the Geneva Ethnographic Museum (E8) transferred title of Amoudrouz Collection (E78)\n\nIn First Order Logic:\nP24(x,y) \u2283 E8(x)\nP24(x,y) \u2283 E18(y)"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P24_transferred_title_of	skos:notation	"P24"^^xsd:string .