http://rescs.org/dash/dataset/DatasetShape
A body of structured information describing some topic(s) of interest.
Instances of schema1:Dataset can have the following properties:
@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/dataset/DatasetShape> a sh:NodeShape ;
rdfs:label "Dataset"^^xsd:string ;
rdfs:comment "A body of structured information describing some topic(s) of interest."^^xsd:string ;
sh:and ( [ sh:node <http://rescs.org/dash/creativework/CreativeWorkShape> ] [ sh:property [ sh:class schema1:DataDownload ;
sh:description "A downloadable form of this dataset, at a specific location, in a specific format." ;
sh:name "distribution" ;
sh:nodeKind sh:IRI ;
sh:path schema1:distribution ] ] ) ;
sh:targetClass schema1:Dataset .