Ontology Version: 2.2.0

cacontology-ai:detectionMethod leaf node


URI

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

Label

detection method

Description

Method used for AI detection (neural_network, statistical_analysis, artifact_detection, metadata_analysis).

Usage

DOMAINPROPERTYRANGE
cacontology-ai:AIContentDetection cacontology-ai:detectionMethod xsd:string

Implementation

@prefix cacontology-ai: <https://cacontology.projectvic.org/ai-generated#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-ai:detectionMethod a owl:DatatypeProperty ;
    rdfs:label "detection method"@en ;
    rdfs:comment "Method used for AI detection (neural_network, statistical_analysis, artifact_detection, metadata_analysis)."@en ;
    rdfs:domain cacontology-ai:AIContentDetection ;
    rdfs:range xsd:string .