Ontology Version: 3.0.0

cacontology-educational-shapes:MathTeacherRoleGUFOShape leaf node


URI

https://cacontology.projectvic.org/educational/shapes#MathTeacherRoleGUFOShape

Label

gUFO Math Teacher Role Shape

Description

Validation shape for math teacher roles with gUFO anti-rigidity and role specialization constraints.

Shape Properties

Instances of cacontology-educational:MathTeacherRole can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-educational:MathTeacherRole
cacontology-educational:subjectTaught xsd:string
xsd:string
cac-core:Role
cacontology-infrastructure:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-infrastructure:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-multi:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-multi:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-physical:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-physical:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-production:hasRoleBeginPoint 0 1 xsd:dateTimeStamp
cacontology-production:hasRoleEndPoint 0 1 xsd:dateTimeStamp
cacontology:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology:hasRoleEndPoint 1 xsd:dateTimeStamp
0 cacontology:CACInvestigation
cacontology-educational:EducatorRole
cacontology-educational:educatorAge xsd:nonNegativeInteger
cacontology-educational:yearsOfExperience xsd:decimal
1 xsd:dateTimeStamp
1 xsd:dateTimeStamp

Implementation

@prefix cacontology-educational: <https://cacontology.projectvic.org/educational#> .
@prefix cacontology-educational-shapes: <https://cacontology.projectvic.org/educational/shapes#> .
@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-educational-shapes:MathTeacherRoleGUFOShape a sh:NodeShape ;
    rdfs:label "gUFO Math Teacher Role Shape"@en ;
    rdfs:comment "Validation shape for math teacher roles with gUFO anti-rigidity and role specialization constraints."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "Mathematics" "Math" "Algebra" "Geometry" "Calculus" "Statistics" ) ;
            sh:message "Subject taught must be a valid mathematics subject"@en ;
            sh:path cacontology-educational:subjectTaught ],
        [ sh:datatype xsd:string ;
            sh:message "Math teacher must have valid teaching certification"@en ;
            sh:minLength 1 ;
            sh:path cacontology-educational:teachingCertification ] ;
    sh:targetClass cacontology-educational:MathTeacherRole .