http://rescs.org/dash/dataset/DatasetShape
A body of structured information describing some topic(s) of interest.
Instances of schema:Dataset can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
schema:Dataset | ||||
schema:distribution |
schema:DataDownload
|
|||
schema:CreativeWork | ||||
schema:about |
schema:Thing
|
|||
schema:abstract | 1 | |||
schema:author | 1 | |||
schema:citation | ||||
schema:conditionsOfAccess | 1 |
xsd:string
|
||
schema:copyrightHolder | 1 | |||
schema:copyrightNotice | 1 |
xsd:string
|
||
schema:copyrightYear | 1 |
xsd:integer
|
||
schema:creativeWorkStatus | 1 |
xsd:string
|
||
schema:dateCreated | 1 |
xsd:date
|
||
schema:dateModified | 1 |
xsd:date
|
||
schema:datePublished | 1 |
xsd:date
|
||
schema:editor | 1 |
schema:Person
|
||
schema:encodingFormat | 1 |
xsd:string
|
||
schema:funder | 1 | |||
schema:genre | ||||
schema:hasPart |
schema:CreativeWork
|
|||
schema:inLanguage |
xsd:string
|
|||
schema:isAccessibleForFree | 1 |
xsd:boolean
|
||
schema:keywords | ||||
schema:license | 1 | |||
schema:maintainer | ||||
schema:mentions |
schema:Thing
|
|||
schema:position | 1 | |||
schema:publisher | 1 | |||
schema:spatialCoverage |
schema:Place
|
|||
schema:temporalCoverage | ||||
schema:usageInfo | 1 | |||
schema:Thing | ||||
schema:alternateName |
xsd:string
|
|||
schema:description | 1 | |||
schema:identifier | 1 | |||
schema:image | 1 | |||
schema:name | 1 | 1 |
xsd:string
|
|
schema:sameAs | ||||
schema:url |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <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 schema: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 schema:distribution ] ] ) ;
sh:targetClass schema:Dataset .