@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dcatap_linkml .

bioregistry:dcatap_linkml a bioregistry.schema:0000001 ;
    rdfs:label "DCAT-AP conversion to LinkML Schema" ;
    dcterms:contributor orcid:0000-0001-5886-7860 ;
    dcterms:description "The DCAT-AP conversion to a LinkML Schema is the intended point of truth for the DCAT-AP+ schema, but could be used alternatively as a LinkML representation of DCAT-AP for other Projects. It is a port of DCAT-AP to the LinkML world that is as faithful to the original as possible. This Persistent Identifier does not only provide the SHACL Shape, but could also be used as described [here](https://github.com/perma-id/w3id.org/tree/cecbc2e5f40d928f05ed5306d24fc60db0e7bb21/nfdi-de/dcat-ap-plus). DCAT-AP+ is a [LinkML](https://linkml.io/)-based extension of the [DCAT Application Profile 3.0](https://semiceu.github.io/DCAT-AP/releases/3.0.0/) that adds a provenance layer for describing how a dataset was generated and what it is about, using the [Starting Point Terms of PROV-O](https://www.w3.org/TR/prov-o/#description-starting-point-terms), the [QUDT ontology](https://www.qudt.org/), and [Dublin Core Terms](http://purl.org/dc/terms/)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/nfdi-de/dcat-ap-plus> ;
    dcat:keyword "dcat",
        "dcatap",
        "linmkl" ;
    foaf:homepage <https://nfdi-de.github.io/dcat-ap-plus/latest/> ;
    bioregistry.schema:0000005 "DataGeneratingActivity"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/nfdi-de/dcat-ap-linkml/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5886-7860 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://w3id.org/nfdi-de/dcat-ap-linkml/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/nfdi-de/dcat-ap-linkml/DataGeneratingActivity> ;
    bioregistry.schema:0000029 "dcatap_linkml" .

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

orcid:0000-0001-5886-7860 rdfs:label "Hendrik Borgelt" ;
    foaf:mbox "hendrik.borgelt@tu-dortmund.de" .

