https://w3id.org/standards/smart/ontologies/core/ProvisionShape
Instances of smart:Provision can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| smart:Provision | ||||
|
dcat:Distribution
|
||||
| dcterms:isPartOf | 1 | 1 | ||
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:ProvisionShape a sh:NodeShape ;
sh:property [ sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:or ( [ sh:class smart:Clause ;
sh:node smart:ClauseShape ] [ sh:class smart:PublicationDocument ;
sh:node smart:PublicationDocumentShape ] ) ;
sh:path dcterms:isPartOf ],
[ sh:class dcat:Distribution ;
sh:nodeKind sh:IRI ;
sh:path dcat:distribution ] ;
sh:targetClass smart:Provision .