https://cacontology.projectvic.org/infrastructure#SubscriptionManagementShape
Validation shape for subscription management instances.
Instances of cacontology-infrastructure:SubscriptionManagement can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-infrastructure:SubscriptionManagement | ||||
| cacontology-infrastructure:subscriptionTiers | 0 | 1 |
xsd:nonNegativeInteger
|
|
| cacontology-infrastructure:PaymentProcessing | ||||
| cacontology-infrastructure:hasFinancialComplexity | 1 |
xsd:string
|
||
| cacontology-infrastructure:hasFinancialTraceability | 1 |
xsd:double
|
||
| cacontology-infrastructure:monthlyRevenue | 0 | 1 |
xsd:decimal
|
|
| cacontology-infrastructure:paymentMethods | 0 | 10 |
xsd:string
|
|
@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@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-infrastructure:SubscriptionManagementShape a sh:NodeShape ;
rdfs:label "Subscription Management Shape"@en ;
rdfs:comment "Validation shape for subscription management instances."@en ;
sh:property [ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 20 ;
sh:message "Subscription tiers must be between 1 and 20."@en ;
sh:minCount 0 ;
sh:minInclusive 1 ;
sh:path cacontology-infrastructure:subscriptionTiers ] ;
sh:targetClass cacontology-infrastructure:SubscriptionManagement .