rescs:dash/report/ReportShape leaf node


URI

http://rescs.org/dash/report/ReportShape

Label

Report

Description

A Report generated by governmental or non-governmental organization.

Target Classes (1)

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://rescs.org/dash/report/ReportShape> a sh:NodeShape ;
    rdfs:label "Report"^^xsd:string ;
    rdfs:comment "A Report generated by governmental or non-governmental organization."^^xsd:string ;
    sh:and ( [ sh:node <http://rescs.org/dash/article/ArticleShape> ] ) ;
    sh:targetClass schema1:Report .