@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <> .
<http://w3id.org/nfdi4ing/pro-research/1.0.0/> a prov:Entity;
	 dc:title "PRO Research: An ontology for describing RDM-Policies in a structured way.";
	 prov:wasAttributedTo :agent0;
	 prov:wasAttributedTo <https://orcid.org/0000-0002-8021-5524>;
	 dc:contributor <https://orcid.org/0000-0002-8021-5524>;
	 prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
	 prov:wasGeneratedAt "2025-10-14";
.
:agent0 a prov:Agent; foaf:name "Tobias Hamann".
