Ontology Version: 3.0.0

cacontology-detection:DetectionResultGUFOShape leaf node


URI

https://cacontology.projectvic.org/detection#DetectionResultGUFOShape

Label

gUFO Detection Result Shape

Description

Validates detection results as gUFO Objects.

Shape Properties

Instances of cacontology-detection:ClassificationResult can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-detection:ClassificationResult
cacontology-detection:ageEstimate 0 1 xsd:integer
cacontology-detection:tannerStage 0 1 xsd:integer
1 1 xsd:dateTime
cac-core:AssessmentResult
cac-core:assesses 1
cac-core:hasConfidence 1 xsd:decimal
1 xsd:string

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-detection:DetectionResultGUFOShape a sh:NodeShape ;
    rdfs:label "gUFO Detection Result Shape"@en ;
    rdfs:comment "Validates detection results as gUFO Objects."@en ;
    sh:targetClass cacontology-detection:ClassificationResult,
        cacontology-detection:DetectionResult .