PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX prof: <http://www.w3.org/ns/dx/prof/>
PREFIX role: <http://www.w3.org/ns/dx/prof/role/>
PREFIX schema: <https://schema.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<http://www.w3.org/ns/shacl/profile/node-expr>
    a prof:Profile ;
    prof:hasResource
        <http://www.w3.org/ns/shacl-shacl/node-expr> ,
        <https://www.w3.org/TR/shacl12-node-expr/> ;
    schema:description "This is a Profile Vocabulary Profile instance of the SHACL 1.2 SPARQL Node Expressions Profile" ;
    schema:name "SHACL 1.2 Node Expressions Profile" ;
.

<http://www.w3.org/ns/shacl-shacl/node-expr>
    a prof:ResourceDescriptor ;
    dcterms:conformsTo <https://www.w3.org/TR/shacl/> ;
    dcterms:format "text/turtle" ;
    prof:hasArtifact "http://www.w3.org/ns/shacl-shacl/node-expr"^^xsd:anyURI ;
    prof:hasRole role:Validation ;
.

<https://www.w3.org/TR/shacl12-node-expr/>
    a prof:ResourceDescriptor ;
    dcterms:conformsTo <http://www.w3.org/TR/html5/> ;
    dcterms:format "text/html" ;
    prof:hasArtifact "https://www.w3.org/TR/shacl12-node-expr/"^^xsd:anyURI ;
    prof:hasRole role:Specification ;
.
