Ontology Version: 2.2.0

cacontology-partnerships-shapes:TechnologyCooperationShape leaf node


URI

https://cacontology.projectvic.org/partnerships/shapes#TechnologyCooperationShape

Label

Technology Cooperation Shape

Description

Enhanced validation shape for technology cooperation instances with gUFO quality aspects.

Shape Properties

Instances of cacontology-partnerships:TechnologyCooperation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/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-partnerships-shapes:TechnologyCooperationShape a sh:NodeShape ;
    rdfs:label "Technology Cooperation Shape"@en ;
    rdfs:comment "Enhanced validation shape for technology cooperation instances with gUFO quality aspects."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "experimental" "pilot" "production" "mature" ) ;
            sh:maxCount 1 ;
            sh:message "Technology maturity must be from the allowed list."@en ;
            sh:minCount 1 ;
            sh:path cacontology-partnerships:technologyMaturity ],
        [ sh:datatype xsd:string ;
            sh:in ( "incremental" "moderate" "significant" "breakthrough" "revolutionary" ) ;
            sh:maxCount 1 ;
            sh:message "Innovation level must be from allowed values (gUFO quality aspect)."@en ;
            sh:path cacontology-partnerships:hasInnovationLevel ],
        [ sh:datatype xsd:string ;
            sh:in ( "slow" "moderate" "fast" "rapid" "immediate" ) ;
            sh:maxCount 1 ;
            sh:message "Implementation speed must be from allowed values (gUFO quality aspect)."@en ;
            sh:path cacontology-partnerships:hasImplementationSpeed ],
        [ sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Technical reliability must be between 0.0 and 1.0 (gUFO quality aspect)."@en ;
            sh:minInclusive 0.0 ;
            sh:path cacontology-partnerships:hasTechnicalReliability ],
        [ sh:datatype xsd:string ;
            sh:in ( "experimental" "pilot" "production" "mature" ) ;
            sh:maxCount 1 ;
            sh:message "Technology maturity must be from the allowed list."@en ;
            sh:minCount 1 ;
            sh:path cacontology-partnerships:technologyMaturity ],
        [ sh:datatype xsd:string ;
            sh:in ( "incremental" "moderate" "significant" "breakthrough" "revolutionary" ) ;
            sh:maxCount 1 ;
            sh:message "Innovation level must be from allowed values (gUFO quality aspect)."@en ;
            sh:path cacontology-partnerships:hasInnovationLevel ],
        [ sh:datatype xsd:string ;
            sh:in ( "slow" "moderate" "fast" "rapid" "immediate" ) ;
            sh:maxCount 1 ;
            sh:message "Implementation speed must be from allowed values (gUFO quality aspect)."@en ;
            sh:path cacontology-partnerships:hasImplementationSpeed ],
        [ sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Technical reliability must be between 0.0 and 1.0 (gUFO quality aspect)."@en ;
            sh:minInclusive 0.0 ;
            sh:path cacontology-partnerships:hasTechnicalReliability ] ;
    sh:targetClass cacontology-partnerships:TechnologyCooperation .