crm:P123i_resulted_from leaf node


URI

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

Label

P123 resulted from

Usage

DOMAINPROPERTYRANGE
crm:E77_Persistent_Item crm:P123i_resulted_from crm:E81_Transformation

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:P123i_resulted_from a owl:ObjectProperty ;
    rdfs:label "P123 resulted from"@en ;
    rdfs:domain crm:E77_Persistent_Item ;
    rdfs:range crm:E81_Transformation ;
    rdfs:subPropertyOf crm:P92i_was_brought_into_existence_by ;
    owl:equivalentProperty ecrm:P123i_resulted_from ;
    owl:inverseOf crm:P123_resulted_in ;
    skos:notation "P123i"^^xsd:string .