https://ontology.unifiedcyberontology.org/co/ListItem-shape
Adapted from restriction on co:ListItem.
Instances of co:ListItem can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
---|
@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 .