crm:P110i_was_augmented_by leaf node


URI

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

Label

P110 was augmented by

Usage

DOMAINPROPERTYRANGE
crm:E24_Physical_Man-Made_Thing crm:P110i_was_augmented_by crm:E79_Part_Addition

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:P110i_was_augmented_by a owl:ObjectProperty ;
    rdfs:label "P110 was augmented by"@en ;
    rdfs:domain crm:E24_Physical_Man-Made_Thing ;
    rdfs:range crm:E79_Part_Addition ;
    rdfs:subPropertyOf crm:P31i_was_modified_by ;
    owl:equivalentProperty ecrm:P110i_was_augmented_by ;
    owl:inverseOf crm:P110_augmented ;
    skos:notation "P110i"^^xsd:string .