Ontology Version: 2.7.0

cacontology-ai:NudificationShape leaf node


URI

https://cacontology.projectvic.org/ai-generated#NudificationShape

Label

Nudification Shape

Description

Validation shape for nudification actions producing synthetic nudity, consistent with AI generation process modeling.

Target Classes (1)

Shape Properties

Instances of cacontology-ai:Nudification can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-ai:Nudification
cacontology-ai:nudificationTechnique 0 1 xsd:string
1
cacontology-ai:AIContentGeneration
cacontology-ai:generationComplexity 0 1 xsd:string
cacontology-ai:generationTechnique 0 1 xsd:string
cacontology-ai:technicalExpertiseRequired 0 1 xsd:string
cacontology-gufo:generationDuration 0 1 xsd:duration
0 1 xsd:dateTime
1 1 xsd:dateTime

Implementation

@prefix cacontology-ai: <https://cacontology.projectvic.org/ai-generated#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-ai:NudificationShape a sh:NodeShape ;
    rdfs:label "Nudification Shape"@en ;
    rdfs:comment "Validation shape for nudification actions producing synthetic nudity, consistent with AI generation process modeling."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:message "Nudification technique, if present, must be a string."@en ;
            sh:minCount 0 ;
            sh:path cacontology-ai:nudificationTechnique ],
        [ sh:message "Nudification action should produce at least one result via uco-action:result."@en ;
            sh:minCount 1 ;
            sh:path uco-action:result ] ;
    sh:targetClass cacontology-ai:Nudification .