@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:shex .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:shex .

bioregistry:shex a bioregistry.schema:0000001 ;
    rdfs:label "Shape Expression Vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Shape Expressions (ShEx) language describes RDF nodes and graph structures. A node constraint describes an RDF node (IRI, blank node or literal) and a shape describes the triples involving nodes in an RDF graph. These descriptions identify predicates and their associated cardinalities and datatypes. ShEx shapes can be used to communicate data structures associated with some process or interface, generate or validate data, or drive user interfaces."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/shexspec/shexspec.github.io> ;
    skos:exactMatch zazuko:shex ;
    dcat:keyword "metadata",
        "rdf",
        "semantic web" ;
    foaf:homepage <http://www.w3.org/ns/shex#> ;
    bioregistry.schema:0000005 "TripleExpression"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/shex#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Gregg Kellogg" ;
            foaf:mbox "gregg@greggkellogg.net" ] ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/shex#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/ns/shex#TripleExpression> ;
    bioregistry.schema:0000029 "shex" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

zazuko:shex dcterms:isPartOf bioregistry.metaresource:zazuko .

