How to use: Click on a node to preview its contents. Double click to open its homepage.
URI | http://schema.org/Dataset | |||
Label | Dataset | |||
SubClassOf (2) | schema:CreativeWorkprov:Entity |
Property | Description | Expected Type | Cardinality (min,max) | |
---|---|---|---|---|
Properties from shape DatasetShape | ||||
distribution | A dataset in downloadable form. The downloadable form has a specific format and is located at a specific location. | DataDownload | (1---None) | |
hasProtocol | Protocol | -- | (None---1) | |
spatialCoverage | Spatial Coverage | Place | (1---1) | |
temporalCoverage | Temporal Coverage | -- | (1---1) | |
Properties from shape CreativeworkShape | ||||
publisher | The Creative Work publisher. | -- | (1---1) | |
encodingFormat | Encoding Format | -- | -- | |
datePublished | The date of publishing. | -- | (1---1) | |
author | The Creative Work author. | -- | (1---None) | |
hasGrant | Grant | Grant | -- | |
conditionsOfAccess | The conditions of access. | -- | (1---1) | |
hasPart | Has Part. | -- | -- | |
isPartOf | Is Part Of | -- | -- | |
Properties from shape EntityShape | ||||
citation | A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. | -- | -- | |
name | The entity name. | string | (1---1) | |
dateModified | The date of the last update of this entity. | -- | (None---1) | |
wasAttributedTo | The agent to which this entity was attributed to. | IRI | -- | |
qualifiedDerivation | A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity. | Derivation | -- | |
image | A reference to an entity representing an image that can be used as preview. | IRI | -- | |
inLanguage | The Creative Work language. | -- | (1---None) | |
url | A landing page describing the entity. | IRI | -- | |
keywords | Keywords describing the entity. | string | -- | |
wasGeneratedBy | The entity from which this entity was derived from. | IRI | -- | |
qualifiedInvalidation | Invalidation. | Invalidation | -- | |
license | A Link towards the dataset license. | CreativeWork | -- | |
about | The subject matter of the content. | -- | -- | |
wasDerivedFrom | The entity from which this entity was derived from. | IRI | -- | |
identifier | Identifier | -- | -- | |
sameAs | URI of an entity sharing the same identity. | IRI | -- | |
qualifiedAttribution | Information about the contribution of an agent during the generation of this dataset. | Attribution | -- | |
wasRevisionOf | The entity for which this entity is a revision of. An entity revision is a specific type of derivation. | IRI | (None---1) | |
dateCreated | Date at which this entity was created. | dateTime | (None---1) | |
description | The entity description | string | (None---1) | |
language | The dataset language. | -- | (None---1) | |
qualifiedGeneration | Generation. | Generation | -- |
@prefix commonshapes: <https://neuroshapes.org/commons/> .
@prefix context: <https://incf.github.io/neuroshapes/contexts/> .
@prefix datashapes: <https://neuroshapes.org/dash/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://bluebrain.github.io/nexus/vocabulary/> .
@prefix nxv: <https://bbp-nexus.epfl.ch/vocabs/nexus/core/terms/v0.1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix provcommonshapes: <https://provshapes.org/commons/> .
@prefix provdatashapes: <https://provshapes.org/datashapes/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rescs: <http://rescs.org/> .
@prefix schema: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://schemaorgshapes.org/dash/dataset/shapes/DatasetShape> a sh:NodeShape ;
rdfs:label "A body of structured information describing some topic(s) of interest."^^xsd:string ;
sh:and ( [ sh:node <https://schemaorgshapes.org/commons/creativework/shapes/CreativeworkShape> ] [ sh:property [ sh:class schema:DataDownload ;
sh:description "A dataset in downloadable form. The downloadable form has a specific format and is located at a specific location." ;
sh:minCount 1 ;
sh:name "Distribution" ;
sh:node <https://schemaorgshapes.org/commons/distribution/shapes/DistributionShape> ;
sh:path schema:distribution ],
[ sh:class schema:Place ;
sh:description "Spatial Coverage" ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:name "Spatial Coverage" ;
sh:path schema:spatialCoverage ],
[ sh:description "Temporal Coverage" ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:name "Temporal Coverage" ;
sh:or ( [ sh:nodeKind sh:IRI ] [ sh:datatype xsd:dateTime ] [ sh:datatype xsd:string ] ) ;
sh:path schema:temporalCoverage ],
[ sh:description "Protocol" ;
sh:maxCount 1 ;
sh:name "Protocol" ;
sh:path rescs:hasProtocol ],
schema:Dataset-measurementTechnique,
schema:Dataset-variableMeasured ] ) ;
sh:targetClass schema:Dataset .
{
"@context": "https://incf.github.io/neuroshapes/contexts/schema.json",
"@id": "https://schemaorgshapes.org/dash/dataset/shapes/DatasetShape",
"@type": "NodeShape",
"rdfs:label": "A body of structured information describing some topic(s) of interest.",
"and": [
{
"node": "https://schemaorgshapes.org/commons/creativework/shapes/CreativeworkShape"
},
{
"property": [
{
"class": "schema:DataDownload",
"description": "A dataset in downloadable form. The downloadable form has a specific format and is located at a specific location.",
"sh:minCount": 1,
"name": "Distribution",
"node": "https://schemaorgshapes.org/commons/distribution/shapes/DistributionShape",
"path": "schema:distribution"
},
{
"description": "Protocol",
"sh:maxCount": 1,
"name": "Protocol",
"path": "http://rescs.org/hasProtocol"
},
{
"class": "schema:Place",
"description": "Spatial Coverage",
"sh:maxCount": 1,
"sh:minCount": 1,
"name": "Spatial Coverage",
"path": "schema:spatialCoverage"
},
{
"description": "Temporal Coverage",
"sh:maxCount": 1,
"sh:minCount": 1,
"name": "Temporal Coverage",
"or": [
{
"nodeKind": "sh:IRI"
},
{
"datatype": "xsd:dateTime"
},
{
"datatype": "xsd:string"
}
],
"path": "schema:temporalCoverage"
},
"schema:Dataset-measurementTechnique",
"schema:Dataset-variableMeasured"
]
}
],
"targetClass": "schema:Dataset"
}
Download the RDF data as json-ld
URI | http://schema.org/CreativeWork |
rdfs:label | Creative Work |
rdfs:subClassOf (1) | prov:Entity |
URI | http://schema.org/Dataset |
rdfs:label | Dataset |
rdfs:subClassOf (2) | schema:CreativeWorkprov:Entity |
URI | http://schema.org/Organization |
rdfs:label | Organization |
rdfs:subClassOf (1) | prov:Agent |
URI | http://schema.org/ScholarlyArticle |
rdfs:label | Scholarly Article |
rdfs:subClassOf (2) | schema:CreativeWorkprov:Entity |