sub:assertion {
dct:date rdfs:label "has the presentation date" .
dct:description rdfs:label "is described as" .
dct:isPartOf rdfs:label "is part of" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
rdfs:seeAlso rdfs:label "see also" .
<
http://www.wikidata.org/entity/P823>
rdfs:label "is presented by" .
<
http://www.wikidata.org/entity/Q604733>
rdfs:label "presentation" .
<
https://schema.org/about>
rdfs:label "is about" .
sub:assertion dct:description "Publish metadata about a presentation, including title, date, presenter, event, and optionally a link to the slides or a recording." ;
a nt:AssertionTemplate ;
rdfs:label "Publishing information about a presentation" ;
nt:hasNanopubLabelPattern "Presentation: ${title}" ;
nt:hasStatement sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ,
sub:st05 ,
sub:st06 ,
sub:st07 ,
sub:st08 ;
nt:hasTag "Presentations" .
sub:date a nt:LiteralPlaceholder ;
rdfs:label "date of the presentation" ;
nt:hasDatatype xsd:date .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "abstract or description of the presentation" .
sub:event a nt:GuidedChoicePlaceholder ;
rdfs:label "event or conference" ;
nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Event" .
sub:presentation a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short ID suffix for the presentation" .
sub:presenter a nt:AgentPlaceholder ;
rdfs:label "the presenter" ;
nt:hasDefaultValue nt:CREATOR .
sub:slidesUrl a nt:UriPlaceholder ;
rdfs:label "URL to slides, recording, or related resource" .
sub:st01 rdf:object <
http://www.wikidata.org/entity/Q604733> ;
rdf:predicate rdf:type ;
rdf:subject sub:presentation .
sub:st02 rdf:object sub:title ;
rdf:predicate rdfs:label ;
rdf:subject sub:presentation .
sub:st03 rdf:object sub:date ;
rdf:predicate dct:date ;
rdf:subject sub:presentation .
sub:st04 rdf:object sub:presenter ;
rdf:predicate <
http://www.wikidata.org/entity/P823> ;
rdf:subject sub:presentation .
sub:st05 rdf:object sub:event ;
rdf:predicate dct:isPartOf ;
rdf:subject sub:presentation ;
a nt:OptionalStatement .
sub:st06 rdf:object sub:slidesUrl ;
rdf:predicate rdfs:seeAlso ;
rdf:subject sub:presentation ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st07 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:presentation ;
a nt:OptionalStatement .
sub:st08 rdf:object sub:topic ;
rdf:predicate <
https://schema.org/about> ;
rdf:subject sub:presentation ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:title a nt:LiteralPlaceholder ;
rdfs:label "title of the presentation" .
sub:topic a nt:GuidedChoicePlaceholder ;
rdfs:label "topic or subject of the presentation" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
}