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/union>
    a prof:Profile ;
    prof:hasResource <http://www.w3.org/ns/shacl-shacl> ;
    prof:isProfileOf
        <http://www.w3.org/ns/shacl/profile/core> ,
        <http://www.w3.org/ns/shacl/profile/node-expr> ,
        <http://www.w3.org/ns/shacl/profile/profiling> ,
        <http://www.w3.org/ns/shacl/profile/rules> ,
        <http://www.w3.org/ns/shacl/profile/sparql> ,
        <http://www.w3.org/ns/shacl/profile/ui> ;
    schema:description "This is a Profile Vocabulary Profile instance that is a profile of all 6 of the SHACL 1.2 Specification Profiles" ;
    schema:name "SHACL 1.2 Union Profile" ;
.

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