http://scigraph.springernature.com/ontologies/core/shapeDataGraph
The :shapeDataGraph property specifies the data graph that a SHACL shape will be applied to.
@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:shapeDataGraph a rdf:Property,
owl:AnnotationProperty ;
rdfs:label "Property: shape data graph"@en ;
rdfs:comment "The :shapeDataGraph property specifies the data graph that a SHACL shape will be applied to."@en ;
rdfs:isDefinedBy ns1: ;
rdfs:subPropertyOf ns1:shapeDataGraph .