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/ui>
    a prof:Profile ;
    prof:hasResource
        <http://www.w3.org/ns/shacl-shacl/ui> ,
        <https://www.w3.org/TR/shacl12-ui/> ;
    schema:description "This is a Profile Vocabulary Profile instance of the SHACL 1.2 UI Specification Profile" ;
    schema:name "SHACL 1.2 UI Profile" ;
.

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

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