solveit-observable:unlockPatternSequence leaf node


URI

https://ontology.solveit-df.org/solveit/observable/unlockPatternSequence

Label

unlock pattern sequence

Description

An ordered list of grid positions (integers) representing the unlock pattern sequence. For example, a 3x3 grid uses positions 1-9.

Usage

DOMAINPROPERTYRANGE
solveit-observable:UnlockPattern solveit-observable:unlockPatternSequence rdf:List

Implementation

@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#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .

solveit-observable:unlockPatternSequence a owl:ObjectProperty ;
    rdfs:label "unlock pattern sequence"@en ;
    rdfs:comment "An ordered list of grid positions (integers) representing the unlock pattern sequence. For example, a 3x3 grid uses positions 1-9."@en ;
    rdfs:domain solveit-observable:UnlockPattern ;
    rdfs:range rdf:List .