@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:Parthenos_ontology a fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed,
fip:Knowledge-representation-language;
rdfs:comment "The Parthenos ontology has been developed within the Parthenos project in order to create a layer of interoperability between RIs which will offer an information model that will allow the integration of records from highly diverse individual RIs into a common view that will a) allow for the exploitation of resources across the participating member RIs in a way that maintains the epistemic validity of those resources and b) create an environment for a sustainable, expanding integration of these resources according to the needs of researchers and RIs.";
rdfs:label "Parthenos ontology";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-5935-6074 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGdFAdO5INEINOFSlBg52OJuxpfnfXQs36RkXLLou1zh0zHo6u1cuzatvDUlemO/C/3gIiNyuPhYq2JpWt+UfGxOUaJ4p8timVSGQSf+/5fWxi8BKJIWGVLV9Qy7ElwKMJA3AbX/zdAfNsTWhgaBjUQVNIE3bexaGR/JyDCCA6QwIDAQAB";
npx:hasSignature "wBlEQD2CCI/mUWaTD2Xd45QI+q724XYkHZfRREWPuEvOmRBYEW4ATdcDlZvuIkI9mWIp64YopYBb+IRPm77O1amV5K9fnOAw8NAQwG0pJEEOdNZZKkhH4P/I4RR3J6lBQ6bd7amUzcO4HYp0lltd9lUetJoYnbWJnRpICI+lJfg=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-25T12:12:24.227+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-5935-6074;
npx:introduces sub:Parthenos_ontology;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}