@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rdfs:label "has owner" . sub:assertion a nt:AssertionTemplate; rdfs:label "Declaring an owner of a project"; nt:hasNanopubLabelPattern "${project} has owner ${owner}"; nt:hasStatement sub:st1; nt:hasTag "Projects" . sub:owner a nt:AgentPlaceholder; rdfs:label "an owner of the project" . sub:project a nt:ExternalUriPlaceholder; rdfs:label "project URI" . sub:st1 rdf:object sub:owner; rdf:predicate ; rdf:subject sub:project . } 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 "2025-09-02T11:28:19.363+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Declaring an owner of a project"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "rAsLQs9o7Wc/2tDgjxP+AsxI7k6NclkmWkMi+TpDNzcBnlsHrbiLKdPFjFLuiSqK0Gjp2D5sPygB218qF8dlM0Sl2Kl75ZuNbzHXUFgmWW4a7TU2QFLkSqx8rhr+MyEHjzpHQ3yaTygDpl0HR1CONdWqnyeQHErGNRPR7uyBZWU="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }