@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://datashapes.org/dash#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/ns/shacl#> . ns0:HasValueInConstraintComponent-hasValueIn ns1:path ns0:hasValueIn . ns0:hasValueIn a owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Specifies a constraint that at least one of the value nodes must be a member of the given list." ; rdfs:label "has value in" ; rdfs:range rdf:List .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://datashapes.org/dash#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/ns/shacl#> .

ns0:HasValueInConstraintComponent-hasValueIn
    ns1:path ns0:hasValueIn .

ns0:hasValueIn
    a owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Specifies a constraint that at least one of the value nodes must be a member of the given list." ;
    rdfs:label "has value in" ;
    rdfs:range rdf:List .