crm:P84i_was_maximum_duration_of leaf node


URI

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

Label

P84 was maximum duration of

Usage

DOMAINPROPERTYRANGE
crm:E54_Dimension crm:P84i_was_maximum_duration_of crm:E52_Time-Span

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:P84i_was_maximum_duration_of a owl:ObjectProperty ;
    rdfs:label "P84 was maximum duration of"@en ;
    rdfs:domain crm:E54_Dimension ;
    rdfs:range crm:E52_Time-Span ;
    owl:equivalentProperty ecrm:P84i_was_maximum_duration_of ;
    owl:inverseOf crm:P84_had_at_most_duration ;
    skos:notation "P84i"^^xsd:string .