https://cacontology.projectvic.org/production#ActiveProductionPhaseShape
Validation for active production phase instances.
Instances of cacontology-production:ActiveProductionPhase can have the following properties:
@prefix cacontology-production: <https://cacontology.projectvic.org/production#> .
@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-production:ActiveProductionPhaseShape a sh:NodeShape ;
rdfs:label "Active Production Phase Shape"@en ;
rdfs:comment "Validation for active production phase instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "recording" "editing" "streaming" "distribution_preparation" ) ;
sh:maxCount 1 ;
sh:message "Active production phase must specify current production activity."@en ;
sh:minCount 1 ;
sh:path cacontology-production:productionActivity ] ;
sh:targetClass cacontology-production:ActiveProductionPhase .