smart:DerivationShape leaf node


URI

https://w3id.org/standards/smart/ontologies/core/DerivationShape

Label

DerivationShape

Implementation

@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

smart:DerivationShape a sh:NodeShape ;
    sh:property [ sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:path prov:entity ],
        [ sh:datatype rdf:langString ;
            sh:path skos:changeNote ] ;
    sh:targetClass prov:Derivation .