Ontology Version: 2.2.0

cacontology-street:ExplicitCommercialOfferShape leaf node


URI

https://cacontology.projectvic.org/street#ExplicitCommercialOfferShape

Label

Explicit Commercial Offer Shape

Description

Validation shape for explicit commercial offer instances.

Shape Properties

Instances of cacontology-street:ExplicitCommercialOffer can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:ExplicitCommercialOffer
cacontology-street:moneyAmountMentioned 0 1 xsd:decimal
cacontology-street:DirectTraffickingProposition
cacontology-street:explicitnessLevel 0 1 xsd:string
cacontology-street:propositionType 0 1 xsd:string
cacontology-grooming:GroomingBehavior
0 1 xsd:string
0 1 xsd:string
1 1 xsd:string
1 xsd:double
cacontology-grooming:groomingStage 1 1 xsd:string
1 xsd:string
1 xsd:dateTimeStamp
1 xsd:dateTimeStamp
0 1 xsd:dateTime
0 1 xsd:dateTime

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@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-street:ExplicitCommercialOfferShape a sh:NodeShape ;
    rdfs:label "Explicit Commercial Offer Shape"@en ;
    rdfs:comment "Validation shape for explicit commercial offer instances."@en ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:message "Money amount mentioned must be a non-negative decimal value."@en ;
            sh:minCount 0 ;
            sh:minInclusive 0.0 ;
            sh:path cacontology-street:moneyAmountMentioned ] ;
    sh:targetClass cacontology-street:ExplicitCommercialOffer .