sdg:onTargetPattern
sdg:onTargetPattern scopes an authorisation Rule to a set of targets. Its object is a blank-node pattern; a transaction's target must match the pattern for the grant to apply.
Pattern properties
sdg:anyDocument"true"^^xsd:boolean— matches every document (the bootstrap operator's publish scope).sdg:anyGraph"true"^^xsd:boolean— matches every graph (Phase 1's open-read scope).sdg:namespacePrefix"<iri-prefix>"— matches documents whose IRI starts with the given prefix.
Usage
- Domain:
sdg:Rule. Range: a blank node carrying exactly one of the pattern properties. - Patterns are intentionally minimal in Phase 1; Phase 4's ABAC work extends matching beyond IRI shape.