@prefix this: . @prefix sub: . @prefix ff: . @prefix np: . @prefix owl: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { ff:Blog-Post a owl:Class; rdfs:label "Blog Post"; rdfs:subClassOf ff:Informal-Output; skos:definition "A blog post on a personal, lab, institutional, or platform blog." . ff:Discussion a owl:Class; rdfs:label "Discussion"; rdfs:subClassOf ff:Informal-Output; skos:definition "A public discussion, debate contribution, round-table, forum thread, or opinion/commentary piece." . ff:Informal-Output a owl:Class; rdfs:label "Informal Output"; skos:definition "A grey, informal, or public-facing output of a project that is not a peer-reviewed or formally published research artifact — such as a blog post, media article, social-media post, podcast, or public discussion — produced by or prominently featuring the people working on the project." . ff:Media-Article a owl:Class; rdfs:label "Media Article"; rdfs:subClassOf ff:Informal-Output; skos:definition "A newspaper, magazine, popular-science, or institutional-news article or interview featuring the project or its people." . ff:Podcast a owl:Class; rdfs:label "Podcast"; rdfs:subClassOf ff:Informal-Output; skos:definition "A podcast episode or audio programme hosted by or featuring the people working on the project." . ff:Social-Media-Post a owl:Class; rdfs:label "Social Media Post"; rdfs:subClassOf ff:Informal-Output; skos:definition "A microblog or social-media post (e.g. on X, Bluesky, Mastodon, or LinkedIn)." . ff:has-blog-post a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has blog post"; rdfs:range ff:Blog-Post; rdfs:subPropertyOf ff:has-informal-output; skos:definition "Connects a project with a blog post by or about the project or its people." . ff:has-discussion a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has discussion"; rdfs:range ff:Discussion; rdfs:subPropertyOf ff:has-informal-output; skos:definition "Connects a project with a public discussion, debate contribution, round-table, forum thread, or opinion/commentary piece." . ff:has-informal-output a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has informal output"; rdfs:range ff:Informal-Output; rdfs:subPropertyOf ff:has-output; skos:definition "Connects a project with an informal, grey, or public-facing output produced by or featuring the people working on the project, as opposed to a formal research output." . ff:has-media-coverage a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has media coverage"; rdfs:range ff:Media-Article; rdfs:subPropertyOf ff:has-informal-output; skos:definition "Connects a project with a newspaper, magazine, popular-science, or institutional-news article or interview featuring it." . ff:has-podcast a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has podcast"; rdfs:range ff:Podcast; rdfs:subPropertyOf ff:has-informal-output; skos:definition "Connects a project with a podcast episode hosted by or featuring its people." . ff:has-social-post a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has social post"; rdfs:range ff:Social-Media-Post; rdfs:subPropertyOf ff:has-informal-output; skos:definition "Connects a project with a microblog or social-media post by or about it." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2026-07-13T06:59:30Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ff:Blog-Post, ff:Discussion, ff:Informal-Output, ff:Media-Article, ff:Podcast, ff:Social-Media-Post, ff:has-blog-post, ff:has-discussion, ff:has-informal-output, ff:has-media-coverage, ff:has-podcast, ff:has-social-post; rdfs:label "Property: has informal output (and its sub-properties and classes)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "a1LGTTB0NDDUEcqdB16s5tKstkQvW5AhYK8Cp2/QqUMvmVJ+pBlTAIojweJSoTF9U33Mt9O3H0/4ORq+M/I7VcMK+0JVMl4Frq0Jr9jFW6n1IR+WdnKqzwMalEZOXkdaRr13yljGGg0uT+yLvi9DihrNyMKaL+V+cBKK3rCBXSE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }