@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion dct:description """

Such nanopublications express biology-related relations, such as that a chemical can treat a disease or that a given type of protein interacts with another one.

The relations of this template are based on the Biolink model.

"""; a nt:AssertionTemplate; rdfs:label "Expressing a biological relation using Biolink"; nt:hasNanopubLabelPattern "${subj} - ${rel} - ${obj}"; nt:hasStatement sub:st1; nt:hasTag "Biology"; nt:hasTargetNanopubType . 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 "AMjY6+2tyF5ltF8z1HRZmqKjgU00NohdG2pjg3aBa1Y6mG7dc3Avtw0HV1yqs6jlxspUjL9hUivOJ+TkrSCsBAVXTdNzi55Abdr9ra06L8Bw58OBPIRk08Z/zPYknl0eyrq9he9JfSvL1LxuS8+WRm1bo6j7YHN80yFHpDZmqpU="; npx:hasSignatureTarget this: . this: dct:created "2023-08-23T12:11:37.052Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Template: Expressing a biological relation using Biolink"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }