Ontology Version: 2.2.0

cacontology-partnerships-shapes:ToolDevelopmentShape leaf node


URI

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

Label

Tool Development Shape

Description

Validation shape for tool development instances.

Shape Properties

Instances of cacontology-partnerships:ToolDevelopment 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 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:ToolDevelopmentShape a sh:NodeShape ;
    rdfs:label "Tool Development Shape"@en ;
    rdfs:comment "Validation shape for tool development instances."@en ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:maxInclusive 100000000.0 ;
            sh:message "Development investment must be between $10,000 and $100,000,000."@en ;
            sh:minCount 0 ;
            sh:minInclusive 10000.0 ;
            sh:path cacontology-partnerships:developmentInvestment ] ;
    sh:targetClass cacontology-partnerships:ToolDevelopment .