@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_plus .

bioregistry:dcatap_plus a bioregistry.schema:0000001 ;
    rdfs:label "DCAT-AP Plus" ;
    dcterms:contributor orcid:0000-0001-5886-7860 ;
    dcterms:description "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/). DCAT-AP+ is domain-agnostic. It provides a generic set of classes and properties that any domain can import and specialize into its own application profile. [ChemDCAT-AP](https://github.com/nfdi-de/chem-dcat-ap) is the first such domain profile, built for chemistry and catalysis research data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/nfdi-de/dcat-ap-plus> ;
    dcat:keyword "dcat",
        "dcat ap" ;
    foaf:homepage <https://nfdi-de.github.io/dcat-ap-plus/latest/> ;
    bioregistry.schema:0000005 "EvaluatedActivity"^^xsd:string ;
    bioregistry.schema:0000006 "http://w3id.org/nfdi-de/dcat-ap-plus/latest/class/$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 "http://w3id.org/nfdi-de/dcat-ap-plus/latest/class/"^^xsd:string ;
    bioregistry.schema:0000027 <http://w3id.org/nfdi-de/dcat-ap-plus/latest/class/EvaluatedActivity> ;
    bioregistry.schema:0000029 "dcatap_plus" .

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" .

