https://cacontology.projectvic.org/ai-generated#detectionMethod
Method used for AI detection (neural_network, statistical_analysis, artifact_detection, metadata_analysis).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-ai:AIContentDetection | cacontology-ai:detectionMethod | xsd:string |
@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 .