https://cacontology.projectvic.org/recruitment-networks/shapes#DataQualityShape
General data quality constraints for recruitment networks module.
@prefix cacontology-recruitment: <https://cacontology.projectvic.org/recruitment-networks#> .
@prefix cacontology-recruitment-shapes: <https://cacontology.projectvic.org/recruitment-networks/shapes#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-recruitment-shapes:DataQualityShape a sh:NodeShape ;
rdfs:label "Recruitment Networks Data Quality Shape"@en ;
rdfs:comment "General data quality constraints for recruitment networks module."@en ;
sh:property [ sh:datatype xsd:string ;
sh:message "All recruitment network entities must have non-empty labels, comments, or descriptions."@en ;
sh:minLength 1 ;
sh:path [ sh:alternativePath ( rdfs:label rdfs:comment uco-core:description ) ] ] ;
sh:targetNode cacontology-recruitment: .