@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix frbr: . @prefix cito: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { cito:cites rdfs:label "cites" . cito:isDocumentedBy rdfs:label "is documented by" . frbr:partOf rdfs:label "is part of" . frbr:revisionOf rdfs:label "is a revision of" . frbr:supplement rdfs:label "is supplemented by" . skos:exactMatch rdfs:label "is the same work as" . prov:wasDerivedFrom rdfs:label "was derived from" . sub:object a nt:GuidedChoicePlaceholder; rdfs:label "research product"; nt:possibleValuesFromApi "https://api.openaire.eu/graph/v3/research-products?search=" . sub:relation a nt:RestrictedChoicePlaceholder; rdfs:label "relation"; nt:possibleValue cito:cites, cito:isDocumentedBy, frbr:partOf, frbr:revisionOf, frbr:supplement, skos:exactMatch, prov:wasDerivedFrom . sub:st1 rdf:object sub:object; rdf:predicate sub:relation; rdf:subject sub:subject . sub:subject a nt:GuidedChoicePlaceholder; rdfs:label "research product"; nt:possibleValuesFromApi "https://api.openaire.eu/graph/v3/research-products?search=" . sub:template a nt:AssertionTemplate; dct:description "Such a nanopublication expresses a typed relation between two research products, with the relation selected from a curated list. Each relation reads in one direction only; if the relation you have in mind points the other way, simply swap the two records."; rdfs:label "OpenAIRE: Relation between two research products"; nt:hasNanopubLabelPattern "${subject} ${relation} ${object}"; nt:hasStatement sub:st1; nt:hasTag "OpenAIRE"; nt:hasTargetNanopubType frbr:relatedEndeavour . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-07-28T11:15:47Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; rdfs:label "OpenAIRE: Relation between two research products"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Pe2qST+NrmUwJ49IBqEy3h5+IN/EbSLMwp74YB0QffEWZ8SF8fkv6MHTGCs4kpupfmAogQ13Cq9mJNlUZ73z1/pil01v2st/rcvpQqEWcITHIk+W1z+83bDACbZHNw67NZaImweDTSzjv9ZIiwM8mjT/Cz8e9ZfHOtakPVV3+TA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }