Ontology Version: 3.0.0

cacontology-asset-forfeiture:AssetIdentificationPhaseShape leaf node


URI

https://cacontology.projectvic.org/asset-forfeiture#AssetIdentificationPhaseShape

Label

Asset Identification Phase Shape

Description

SHACL shape for asset identification phases with anti-rigid gUFO Phase validation.

Shape Properties

Instances of cacontology-asset-forfeiture:AssetIdentificationPhase can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-asset-forfeiture:AssetIdentificationPhase
cacontology-gufo:phaseTransitionTime 0 xsd:dateTime
cac-core:Phase
cacontology-infrastructure:hasPhaseBeginPoint 1 xsd:dateTimeStamp
cacontology-infrastructure:hasPhaseEndPoint 1 xsd:dateTimeStamp
cacontology-multi:hasCoordinationPhaseBeginPoint 1 xsd:dateTimeStamp
cacontology-multi:hasCoordinationPhaseEndPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasPhaseBeginPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasPhaseEndPoint 1 xsd:dateTimeStamp
cacontology-physical:hasPhaseBeginPoint 1 xsd:dateTimeStamp
cacontology-physical:hasPhaseEndPoint 1 xsd:dateTimeStamp
cacontology-production:hasProductionPhaseBeginPoint 0 1 xsd:dateTimeStamp
cacontology-production:hasProductionPhaseEndPoint 0 1 xsd:dateTimeStamp
cacontology-temporal:hasLegalDeadline 1 xsd:dateTimeStamp
cacontology-temporal:hasMaximumDuration 1 xsd:duration
cacontology-temporal:hasMinimumDuration 1 xsd:duration
cacontology-temporal:hasTypicalDuration 1 xsd:duration
cacontology-temporal:phaseCompletionRate 1 xsd:decimal
cacontology-temporal:phaseEfficiency 1 xsd:decimal
cacontology-temporal:urgencyLevel 1 xsd:integer
cacontology:hasPhaseBeginPoint 1 xsd:dateTimeStamp
cacontology:hasPhaseEndPoint 1 xsd:dateTimeStamp

Implementation

@prefix cacontology-asset-forfeiture: <https://cacontology.projectvic.org/asset-forfeiture#> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@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-asset-forfeiture:AssetIdentificationPhaseShape a sh:NodeShape ;
    rdfs:label "Asset Identification Phase Shape"@en ;
    rdfs:comment "SHACL shape for asset identification phases with anti-rigid gUFO Phase validation."@en ;
    sh:property [ sh:datatype xsd:dateTime ;
            sh:message "Phase may specify transition times"@en ;
            sh:minCount 0 ;
            sh:path cacontology-gufo:phaseTransitionTime ] ;
    sh:targetClass cacontology-asset-forfeiture:AssetIdentificationPhase .