sub:assertion {
<
http://purl.org/dc/dcmitype/Dataset>
rdfs:label "dataset" .
dct:description rdfs:label "has the description" .
dct:license rdfs:label "has license" .
dct:title rdfs:label "has the title" .
rdf:type rdfs:label "is a" .
<
https://schema.org/DataCatalog>
rdfs:label "data catalog" .
<
https://schema.org/archivedAt>
rdfs:label "is archived at" .
<
https://schema.org/datePublished>
rdfs:label "was published on" .
<
https://schema.org/expires>
rdfs:label "will be no longer after from" .
<
https://schema.org/https://schema.org/sourceOrganization>
rdfs:label "has source" .
<
https://schema.org/isPartOf>
rdfs:label "is part of" .
<
https://schema.org/maintainer>
rdfs:label "has repository" .
<
https://schema.org/result>
rdfs:label "results from" .
sub:archive a nt:ValuePlaceholder ;
rdfs:label "URI of institution/organization where dataset is archived" .
sub:assertion dct:description "Describe the dataset." ;
a nt:AssertionTemplate ;
rdfs:label "Describing a dataset at summary level" ;
nt:hasNanopubLabelPattern "Dataset: ${title}" ;
nt:hasStatement sub:s08 ,
sub:s09 ,
sub:s10 ,
sub:s11 ,
sub:s12 ,
sub:st01 ,
sub:st02 ,
sub:st03 ,
sub:st04 ,
sub:st05 ,
sub:st06 ,
sub:st07 ;
nt:hasTag "Datasets" ;
nt:hasTargetNanopubType <
http://purl.org/dc/dcmitype/Dataset> .
sub:datacatalog a nt:UriPlaceholder ;
rdfs:label "URI (larger) datacatalog" .
sub:dataset a nt:UriPlaceholder ;
rdfs:label "URI of the dataset" .
sub:description a nt:LiteralPlaceholder ;
rdfs:label "description of the dataset" .
sub:expiredate a nt:LiteralPlaceholder ;
rdfs:label "date when dataset availability expires (YYYY-MM-DD)" .
sub:license a nt:UriPlaceholder ;
rdfs:label "URI of license of the published dataset" .
sub:organization a nt:UriPlaceholder ;
rdfs:label "URI, ROR of insitution/organization where dataset was produced" .
sub:project a nt:UriPlaceholder ;
rdfs:label "URI of research project in which data was produced" .
sub:publishdate a nt:LiteralPlaceholder ;
rdfs:label "date when made publicly available (YYYY-MM-DD)" .
sub:repository a nt:UriPlaceholder ;
rdfs:label "URI of repository where dataset is published" .
sub:s08 rdf:object sub:datacatalog ;
rdf:predicate <
https://schema.org/isPartOf> ;
rdf:subject sub:dataset .
sub:s09 rdf:object <
https://schema.org/DataCatalog> ;
rdf:predicate rdf:type ;
rdf:subject sub:datacatalog .
sub:s10 rdf:object sub:archive ;
rdf:predicate <
https://schema.org/archivedAt> ;
rdf:subject sub:dataset .
sub:s11 rdf:object sub:publishdate ;
rdf:predicate <
https://schema.org/datePublished> ;
rdf:subject sub:dataset .
sub:s12 rdf:object sub:expiredate ;
rdf:predicate <
https://schema.org/expires> ;
rdf:subject sub:dataset .
sub:st01 rdf:object <
http://purl.org/dc/dcmitype/Dataset> ;
rdf:predicate rdf:type ;
rdf:subject sub:dataset .
sub:st02 rdf:object sub:title ;
rdf:predicate dct:title ;
rdf:subject sub:dataset .
sub:st03 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:dataset .
sub:st04 rdf:object sub:organization ;
rdf:predicate <
https://schema.org/https://schema.org/sourceOrganization> ;
rdf:subject sub:dataset .
sub:st05 rdf:object sub:license ;
rdf:predicate dct:license ;
rdf:subject sub:dataset .
sub:st06 rdf:object sub:repository ;
rdf:predicate <
https://schema.org/maintainer> ;
rdf:subject sub:dataset .
sub:st07 rdf:object sub:project ;
rdf:predicate <
https://schema.org/result> ;
rdf:subject sub:dataset .
sub:title a nt:LiteralPlaceholder ;
rdfs:label "title of the dataset" .
}