uco-co:ListItem-shape leaf node


URI

https://ontology.unifiedcyberontology.org/co/ListItem-shape

Label

ListItem-shape

Description

Adapted from restriction on co:ListItem.

Target Classes (1)

Shape Properties

Instances of co:ListItem can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix co: <http://purl.org/co/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-co: <https://ontology.unifiedcyberontology.org/co/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

uco-co:ListItem-shape a sh:NodeShape ;
    sh:property [ rdfs:comment "Adapted from restriction on co:ListItem."@en ;
            sh:maxCount 1 ;
            sh:path co:index ] ;
    sh:targetClass co:ListItem .