@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
rdfs:label "Expressing a biological relation using Biolink";
nt:hasStatement sub:st1;
nt:hasTag "Biology" .
sub:obj a nt:GuidedChoicePlaceholder;
rdfs:label "object of the biological relation";
nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?fieldList=iri,label,description&q=" .
sub:rel a nt:RestrictedChoicePlaceholder;
rdfs:label "identifier of biological relation";
nt:possibleValuesFrom .
sub:st1 rdf:object sub:obj;
rdf:predicate sub:rel;
rdf:subject sub:subj .
sub:subj a nt:GuidedChoicePlaceholder;
rdfs:label "subject of the biological relation";
nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?fieldList=iri,label,description&q=" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
npx:hasSignature "JSZ9zdUL2b5SccS8jq65aRJYgHV2QJxg4EwKjzyStdgsiqtSDFey4garGSnHrdWJRgBxioP4kPbSYZhaLzwNbEZjGY+S9UnKKXOjCV2xpR+5sWLm6oeyVqrWK3zlOdpylgmWo/uIq5fl9J7ah2yhmTtJlGHslvI101vi9ZLLvVg=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-04-04T07:50:33.981Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}