@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
;
a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-Registry, fip:FAIR-Enabling-Resource,
fip:Registry;
rdfs:comment "ACTG is a global clinical trials network that conducts research to improve the management of HIV and its comorbidities; develop a cure for HIV; and innovate treatments for tuberculosis, hepatitis B, and emerging infectious diseases.";
rdfs:label "Advancing Clinical Therapeutics Globally Portal";
fip:has-description-source .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0009-0003-5409-652X .
}
sub:pubinfo {
this: dcterms:created "2025-11-17T12:31:17Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces ;
npx:supersedes ;
prov:wasDerivedFrom .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "WGb4mdY9ZOMrOPP9pN+R9CZy+vPCWPBGGZBT8YpR69qtFoH7GwWwLIZezLGmZjh3nw2TLGr4Jar1J+ODSPCFm9KJQD1rGoNogAKq7FIcm/8LWy+HGqrAHzfLcgxJGeuWq+P1jvM2kUL26aLDdYSniQqO458AMDuBidRylGG2D0I=";
npx:hasSignatureTarget this: .
}