Ontology Version: 2.2.0

cacontology-usa-federal:PhaseValidationShape leaf node


URI

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

Label

PhaseValidationShape

Target Classes (1)

Implementation

@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-usa-federal:PhaseValidationShape a sh:NodeShape ;
    sh:message "Phases are anti-rigid and cannot be subclasses of rigid Kinds"@en ;
    sh:not [ sh:property [ sh:class gufo:Kind ;
                    sh:path rdfs:subClassOf ] ] ;
    sh:property [ sh:hasValue gufo:Phase ;
            sh:minCount 1 ;
            sh:path rdf:type ] ;
    sh:targetClass gufo:Phase .