@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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:sd .

bioregistry.metaresource:lov dcterms:hasPart lov:sd .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:sd .

bioregistry:sd a bioregistry.schema:0000001 ;
    rdfs:label "SPARQL 1.1 Service Description" ;
    dcterms:description "Un vocabulaire pour décrire des services SPARQL publiés via le protocole SPARQL 1.1 pour RDF. Ces descriptions fournissent un mécanisme par lequel un client ou un utilisateur final peuvent obtenir des informations sur le service SPARQL, telles que les extensions de fonctions supportées ou les détails à propos des jeux de données disponibles."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:sd,
        lov:sd ;
    dcat:keyword "w3c rec" ;
    foaf:homepage <http://www.w3.org/TR/sparql11-service-description/> ;
    bioregistry.schema:0000005 "endpoint"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "sd" .

zazuko:sd dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:sd dcterms:isPartOf bioregistry.metaresource:lov .

