crm:P17i_motivated leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P17i_motivated

Label

P17 motivated

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E1_CRM_Entity crm:P17i_motivated crm:E7_Activity

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P17i_motivated a owl:ObjectProperty ;
    rdfs:label "P17 motivated"@en ;
    rdfs:domain crm:E1_CRM_Entity ;
    rdfs:range crm:E7_Activity ;
    rdfs:subPropertyOf crm:P15i_influenced ;
    owl:equivalentProperty ecrm:P17i_motivated ;
    owl:inverseOf crm:P17_was_motivated_by ;
    skos:notation "P17i"^^xsd:string .