@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/shacl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:InConstraintComponent-in ns0:path ns0:in . ns0:in a owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Specifies a list of allowed values so that each value node must be among the members of the given list."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/shacl#> ; rdfs:label "in"@en ; rdfs:range rdf:List .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/shacl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:InConstraintComponent-in
    ns0:path ns0:in .

ns0:in
    a owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Specifies a list of allowed values so that each value node must be among the members of the given list."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/shacl#> ;
    rdfs:label "in"@en ;
    rdfs:range rdf:List .