Ontology Version: 2.2.0

cacontology-street:CasualConversationApproachShape leaf node


URI

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

Label

Casual Conversation Approach Shape

Description

Validation shape for casual conversation approach instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:CasualConversationApproach
cacontology-street:conversationTopic 0 1 xsd:string
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-street:CasualConversationApproachShape a sh:NodeShape ;
    rdfs:label "Casual Conversation Approach Shape"@en ;
    rdfs:comment "Validation shape for casual conversation approach instances."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:message "Conversation topic may be specified."@en ;
            sh:minCount 0 ;
            sh:path cacontology-street:conversationTopic ] ;
    sh:targetClass cacontology-street:CasualConversationApproach .