@prefix schema: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@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 {
schema:articleBody rdfs:label "has the body content" .
schema:datePublished rdfs:label "was published on" .
schema:headline rdfs:label "has the title" .
schema:isPartOf rdfs:label "is part of" .
schema:url rdfs:label "is available at" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Publish a news article to a Space";
nt:hasNanopubLabelPattern "${headline}";
nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5 .
sub:body a nt:LongLiteralPlaceholder .
sub:datePublished a nt:LiteralPlaceholder;
nt:hasDatatype xsd:date .
sub:externalUrl a nt:ExternalUriPlaceholder .
sub:headline a nt:LiteralPlaceholder .
sub:newsItem a nt:IntroducedResource .
sub:space a nt:GuidedChoicePlaceholder;
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" .
sub:st0 rdf:object sub:headline;
rdf:predicate schema:headline;
rdf:subject sub:newsItem .
sub:st1 rdf:object sub:space;
rdf:predicate schema:isPartOf;
rdf:subject sub:newsItem .
sub:st2 rdf:object schema:NewsArticle;
rdf:predicate rdf:type;
rdf:subject sub:newsItem .
sub:st3 rdf:object sub:body;
rdf:predicate schema:articleBody;
rdf:subject sub:newsItem .
sub:st4 rdf:object sub:datePublished;
rdf:predicate schema:datePublished;
rdf:subject sub:newsItem;
a nt:OptionalStatement .
sub:st5 rdf:object sub:externalUrl;
rdf:predicate schema:url;
rdf:subject sub:newsItem;
a nt:OptionalStatement .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 .
}
sub:pubinfo {
orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" .
this: dcterms:created "2025-11-06T11:34:20.837Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8492-0354;
dcterms:license ;
npx:supersedes ;
npx:wasCreatedAt ;
rdfs:label "Publish a news article to a Space";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
npx:hasSignature "dLfoW73BwUvFMkNzyBiBeEWm2PZkRX4sMQxcF8gmfo+3U8unqm7lRCUR5r9o23X/G8z1oGU/a8kEgibv6tw2lfeAn7V71TaVy8hntfJvk3z2ZxIi4l4w0agtg8RFgFk/Pw5rnYXqLK8nUx26uGvl/L+KwCiIWJpguoibIaSAueY=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0001-8492-0354 .
}