rescs:dash/presentationdigitaldocument/PresentationDigitalDocumentShape leaf node


URI

http://rescs.org/dash/presentationdigitaldocument/PresentationDigitalDocumentShape

Label

PresentationDigitalDocument

Description

A file containing slides or used for a presentation.

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/presentationdigitaldocument/PresentationDigitalDocumentShape> a sh:NodeShape ;
    rdfs:label "PresentationDigitalDocument"^^xsd:string ;
    rdfs:comment "A file containing slides or used for a presentation."^^xsd:string ;
    sh:and ( [ sh:node <http://rescs.org/dash/digitaldocument/DigitalDocumentShape> ] ) ;
    sh:targetClass schema1:PresentationDigitalDocument .