@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:P41_classified	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P41_classified	rdfs:subPropertyOf	ecrm:P140_assigned_attribute_to ;
	owl:inverseOf	ecrm:P41i_was_classified_by ;
	rdfs:label	"P41 classified"@en ;
	rdfs:domain	ecrm:E17_Type_Assignment ;
	rdfs:range	ecrm:E1_CRM_Entity ;
	rdfs:comment	"Scope note:\nThis property records the item to which a type was assigned in an E17 Type Assignment activity.\nAny instance of a CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified), E17 Type Assignment, P42 assigned (was assigned by) to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).\n\nExamples:\n- 31 August 1997 classification of silver cup 232 (E17) classified silver cup 232 (E22)\n\nIn First Order Logic:\nP41(x,y) \u2283 E17(x)\nP41(x,y) \u2283 E1(y)\nP41(x,y) \u2283 P140(x,y)"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P41_classified	skos:notation	"P41"^^xsd:string .