@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 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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pror .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:pror .

bioregistry:pror a bioregistry.schema:0000001 ;
    rdfs:label "PRO Research: An ontology for describing RDM-Policies in a structured way" ;
    dcterms:description "PRO Research: An ontology for describing RDM-Policies in a structured way"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch tib.ts:pror ;
    dcat:keyword "engineering",
        "nfdi4ing" ;
    foaf:homepage <http://w3id.org/nfdi4ing/pro-research> ;
    bioregistry.schema:0000005 "isReferencedByPolicy"^^xsd:string ;
    bioregistry.schema:0000006 "http://w3id.org/nfdi4ing/pro-research#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8021-5524 ;
    bioregistry.schema:0000024 "http://w3id.org/nfdi4ing/pro-research#"^^xsd:string ;
    bioregistry.schema:0000027 <http://w3id.org/nfdi4ing/pro-research#isReferencedByPolicy> ;
    bioregistry.schema:0000029 "pror" .

orcid:0000-0002-8021-5524 rdfs:label "Tobias Hamann" ;
    foaf:mbox "tobias.hamann@wzl-iqs.rwth-aachen.de" .

tib.ts:pror dcterms:isPartOf bioregistry.metaresource:tib .

