smart:PublicationDocumentShape leaf node


URI

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

Label

PublicationDocumentShape

Target Classes (1)

Shape Properties

Instances of smart:PublicationDocument can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

smart:PublicationDocumentShape a sh:NodeShape ;
    sh:property [ sh:class smart:PublicationDocument ;
            sh:nodeKind sh:IRI ;
            sh:path dcterms:hasVersion ],
        [ sh:class smart:PublicationDocument ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:path dcterms:replaces ],
        [ sh:datatype xsd:date ;
            sh:path dcterms:issued ] ;
    sh:targetClass smart:PublicationDocument .