@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:DatatypeConstraintComponent-datatype ns0:path ns0:datatype . ns0:datatype a owl:AnnotationProperty, owl:ObjectProperty ; rdfs:comment "Specifies an RDF datatype that all value nodes must have."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/shacl#> ; rdfs:label "datatype"@en ; rdfs:range rdfs:Datatype .
@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:DatatypeConstraintComponent-datatype
    ns0:path ns0:datatype .

ns0:datatype
    a owl:AnnotationProperty, owl:ObjectProperty ;
    rdfs:comment "Specifies an RDF datatype that all value nodes must have."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/shacl#> ;
    rdfs:label "datatype"@en ;
    rdfs:range rdfs:Datatype .