@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:P106_is_composed_of	rdf:type	owl:TransitiveProperty ,
		owl:ObjectProperty ;
	owl:inverseOf	ecrm:P106i_forms_part_of .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P106_is_composed_of	rdfs:label	"P106 is composed of"@en ;
	rdfs:domain	ecrm:E90_Symbolic_Object ;
	rdfs:range	ecrm:E90_Symbolic_Object ;
	rdfs:comment	"Scope note:\nThis property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image. This property is transitive.\n\nExamples:\n- This Scope note P106 (E33) is composed of fragments of texts (E33)\n- 'recognizable' P106 (E90) is composed of 'ecognizabl' (E90)\n\nIn First Order Logic:\nP106(x,y) \u2283 E90(x)\nP106(x,y) \u2283 E90(y)"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P106_is_composed_of	skos:notation	"P106"^^xsd:string .