@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:P131_is_identified_by	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P131_is_identified_by	rdfs:subPropertyOf	ecrm:P1_is_identified_by ;
	owl:inverseOf	ecrm:P131i_identifies ;
	rdfs:label	"P131 is identified by"@en ;
	rdfs:domain	ecrm:E39_Actor ;
	rdfs:range	ecrm:E82_Actor_Appellation ;
	rdfs:comment	"Scope note:\nThis property identifies a name used specifically to identify an E39 Actor.\n\nThis property is a specialisation of P1 is identified by (identifies) is identified by.\n\nExamples:\n- Tyler Withersopp IV (E39) is identified by \"US social security number 619-17-4204\" (E82)\n\nIn First Order Logic:\nP131(x,y) \u2283 E39(x)\nP131(x,y) \u2283 E82(y)\nP131(x,y) \u2283 P1(x,y)"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P131_is_identified_by	skos:notation	"P131"^^xsd:string .