rescs:dash/digitaldocument/DigitalDocumentShape leaf node


URI

http://rescs.org/dash/digitaldocument/DigitalDocumentShape

Label

DigitalDocument

Description

An electronic file or document.

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/digitaldocument/DigitalDocumentShape> a sh:NodeShape ;
    rdfs:label "DigitalDocument"^^xsd:string ;
    rdfs:comment "An electronic file or document."^^xsd:string ;
    sh:and ( [ sh:node <http://rescs.org/dash/creativework/CreativeWorkShape> ] ) ;
    sh:targetClass schema1:DigitalDocument .