@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#> . @prefix ns1: <http://datashapes.org/dash#> . ns1:ParameterConstraintComponent-parameter ns0:path ns0:parameter . ns0:parameter a owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "The parameters of a function or constraint component."@en ; rdfs:domain ns0:Parameterizable ; rdfs:isDefinedBy <http://www.w3.org/ns/shacl#> ; rdfs:label "parameter"@en ; rdfs:range ns0:Parameter .
@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#> .
@prefix ns1: <http://datashapes.org/dash#> .

ns1:ParameterConstraintComponent-parameter
    ns0:path ns0:parameter .

ns0:parameter
    a owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "The parameters of a function or constraint component."@en ;
    rdfs:domain ns0:Parameterizable ;
    rdfs:isDefinedBy <http://www.w3.org/ns/shacl#> ;
    rdfs:label "parameter"@en ;
    rdfs:range ns0:Parameter .