http://rescs.org/dash/presentationdigitaldocument/PresentationDigitalDocumentShape
A file containing slides or used for a presentation.
Instances of schema1:PresentationDigitalDocument can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
schema1:CreativeWork | ||||
schema1:about |
schema1:Thing
|
|||
schema1:abstract | 1 | |||
schema1:author | 1 | |||
schema1:citation | ||||
schema1:conditionsOfAccess | 1 |
xsd:string
|
||
schema1:copyrightHolder | 1 | |||
schema1:copyrightNotice | 1 |
xsd:string
|
||
schema1:copyrightYear | 1 |
xsd:integer
|
||
schema1:creativeWorkStatus | 1 |
xsd:string
|
||
schema1:dateCreated | 1 |
xsd:date
|
||
schema1:dateModified | 1 |
xsd:date
|
||
schema1:datePublished | 1 |
xsd:date
|
||
schema1:editor | 1 |
schema1:Person
|
||
schema1:encodingFormat | 1 |
xsd:string
|
||
schema1:funder | 1 | |||
schema1:genre | ||||
schema1:hasPart |
schema1:CreativeWork
|
|||
schema1:inLanguage |
xsd:string
|
|||
schema1:isAccessibleForFree | 1 |
xsd:boolean
|
||
schema1:keywords | ||||
schema1:license | 1 | |||
schema1:maintainer | ||||
schema1:mentions |
schema1:Thing
|
|||
schema1:position | 1 | |||
schema1:publisher | 1 | |||
schema1:spatialCoverage |
schema1:Place
|
|||
schema1:temporalCoverage | ||||
schema1:usageInfo | 1 | |||
schema1:Thing | ||||
schema1:alternateName |
xsd:string
|
|||
schema1:description | 1 | |||
schema1:identifier | 1 | |||
schema1:image | 1 | |||
schema1:name | 1 | 1 |
xsd:string
|
|
schema1:sameAs | ||||
schema1:url |
@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 .