@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/> .
uco-owl:ontologyIRI-versionIRI-prerequisite-shape a sh:NodeShape ;
rdfs:seeAlso <https://www.w3.org/TR/owl2-syntax/#Ontology_IRI_and_Version_IRI> ;
sh:message "'An ontology without an ontology IRI MUST NOT contain a version IRI.'"@en ;
sh:nodeKind sh:IRI ;
sh:targetSubjectsOf owl:versionIRI .