Ontology Version: 3.0.0

cacontology-usa-federal:isPhaseOf leaf node


URI

https://cacontology.projectvic.org/usa-federal-law#isPhaseOf

Label

is phase of

Description

Links legal phase to its parent prosecution (gUFO part-whole).

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-usa-federal:isPhaseOf cacontology-usa-federal:FederalProsecution

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-usa-federal:isPhaseOf a owl:ObjectProperty ;
    rdfs:label "is phase of"@en ;
    rdfs:comment "Links legal phase to its parent prosecution (gUFO part-whole)."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range cacontology-usa-federal:FederalProsecution ;
    rdfs:subPropertyOf gufo:isObjectProperPartOf ;
    owl:inverseOf cacontology-usa-federal:hasLegalPhase .