@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P104_is_subject_to rdf:type owl:ObjectProperty ; owl:inverseOf ecrm:P104i_applies_to . @prefix rdfs: . ecrm:P104_is_subject_to rdfs:label "P104 is subject to"@en ; rdfs:domain ecrm:E72_Legal_Object ; rdfs:range ecrm:E30_Right ; rdfs:comment "Scope note:\nThis property links a particular E72 Legal Object to the instances of E30 Right to which it is subject.\n\nThe Right is held by an E39 Actor as described by P75 possesses (is possessed by).\n\nExamples:\n- Beatles back catalogue (E72) is subject to reproduction right on Beatles back catalogue (E30)\n\nIn First Order Logic:\nP104(x,y) \u2283 E72(x)\nP104(x,y) \u2283 E30(y)"@en . @prefix xsd: . @prefix skos: . ecrm:P104_is_subject_to skos:notation "P104"^^xsd:string .