Ontology Version: 2.2.0

cacontology-street:DirectSolicitationApproachShape leaf node


URI

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

Label

Direct Solicitation Approach Shape

Description

Validation shape for direct solicitation approach instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:InitialStreetContact
cacontology-street:approachMethod 0 1 xsd:string
cacontology-street:contactDuration 0 1 xsd:decimal
cacontology-street:initialContactLocation 0 1 xsd:string

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#> .
cacontology-street:DirectSolicitationApproachShape a sh:NodeShape ;
    rdfs:label "Direct Solicitation Approach Shape"@en ;
    rdfs:comment "Validation shape for direct solicitation approach instances."@en ;
    sh:targetClass cacontology-street:DirectSolicitationApproach .