How to use: Click on a node to preview its contents. Double click to open its homepage.
URI | http://www.w3.org/ns/prov#Generation | |||
Label | Generation |
Property | Description | Expected Type | Cardinality (min,max) | |
---|---|---|---|---|
Properties from shape GenerationShape | ||||
atTime | The time at which the entity was generated. | dateTime | (None---1) | |
activity | The activity that generates the entity. | Activity | (None---1) |
@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://provshapes.org/dash/generation/shapes/GenerationShape> a sh:NodeShape ;
rdfs:label "Entity generation shape"^^xsd:string ;
rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]. Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation."^^xsd:string ;
sh:node <https://provshapes.org/commons/generation/shapes/GenerationShape> ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:targetClass prov:Generation .
{
"@context": "https://incf.github.io/neuroshapes/contexts/schema.json",
"@id": "https://provshapes.org/dash/generation/shapes/GenerationShape",
"@type": "NodeShape",
"rdfs:comment": "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]. Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.",
"rdfs:label": "Entity generation shape",
"node": "https://provshapes.org/commons/generation/shapes/GenerationShape",
"nodeKind": "sh:BlankNodeOrIRI",
"targetClass": "prov:Generation"
}
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 |