@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P102_has_title rdf:type owl:ObjectProperty . @prefix rdfs: . ecrm:P102_has_title rdfs:subPropertyOf ecrm:P1_is_identified_by ; owl:inverseOf ecrm:P102i_is_title_of ; rdfs:label "P102 has title"@en ; rdfs:domain ecrm:E71_Man-Made_Thing ; rdfs:range ecrm:E35_Title ; rdfs:comment "Scope note:\nThis property describes the E35 Title applied to an instance of E71 Man-Made Thing. The E55 Type of Title is assigned in a sub property.\n\nThe P102.1 has type property of the P102 has title (is title of) property enables the relationship between the Title and the thing to be further clarified, for example, if the Title was a given Title, a supplied Title etc.\nIt allows any man-made material or immaterial thing to be given a Title. It is possible to imagine a Title being created without a specific object in mind.\n\nExamples:\n- the first book of the Old Testament (E33) has title \"Genesis\" (E35) has type translated (E55)\n\nIn First Order Logic:\nP102(x,y) \u2283 E71(x)\nP102(x,y) \u2283 E35(y)\nP102(x,y,z) \u2283 [P102(x,y) \u2227 E55(z)]\nP102(x,y) \u2283 P1(x,y)\n\nProperties: P102.1 has type: E55 Type"@en . @prefix xsd: . @prefix skos: . ecrm:P102_has_title skos:notation "P102"^^xsd:string .