uco-owl:List-shape leaf node


URI

https://ontology.unifiedcyberontology.org/owl/List-shape

Label

List-shape

Description

This shape's functionality has been exported

Implementation

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

uco-owl:List-shape a sh:Shape ;
    rdfs:comment "This shape's functionality has been exported"@en ;
    rdfs:seeAlso uco-owl:Sequence-shape,
        uco-owl:rdf-first-subjects-shape,
        uco-owl:rdf-rest-subjects-shape ;
    sh:deactivated true .