uco-owl:incompatibleWith-imported-version-iri-shape leaf node


URI

https://ontology.unifiedcyberontology.org/owl/incompatibleWith-imported-version-iri-shape

Label

incompatibleWith-imported-version-iri-shape

Implementation

@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

uco-owl:incompatibleWith-imported-version-iri-shape a sh:PropertyShape ;
    rdfs:seeAlso <https://www.w3.org/TR/owl2-syntax/#Imports> ;
    sh:maxCount 0 ;
    sh:message "'The import closure of [ontology] O SHOULD NOT contain ontologies O_1 and O_2 such that ... O_1 contains an ontology annotation owl:incompatibleWith with the value equal to ... the version IRI of O_2.'  The focusNode is incompatible with some O_1 within the transitive closure of some O."@en ;
    sh:path [ sh:inversePath owl:versionIRI ] ;
    sh:severity sh:Warning ;
    sh:targetObjectsOf owl:incompatibleWith .