sub:assertion {
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
<
https://w3id.org/fair/fip/terms/Structured-vocabulary>
rdfs:label "Structured vocabulary" .
<
https://w3id.org/fdof/ontology#FAIRDigitalInformationObject>
rdfs:label "FAIR Digital Information Object (FDIO)" .
<
https://w3id.org/fdof/ontology#hasEncodingFormat>
rdfs:label "has the format" .
<
https://w3id.org/fdof/ontology#hasInformationObjectType>
rdfs:label "has the type of" .
<
https://w3id.org/fdof/ontology#hasMetadata>
rdfs:label "has its metadata in" .
<
https://w3id.org/fdof/ontology#isMaterializedBy>
rdfs:label "is materialized by" .
<
https://w3id.org/fdof/types#Article>
rdfs:label "Article" .
<
https://w3id.org/fdof/types#Dataset>
rdfs:label "Dataset" .
<
https://w3id.org/fdof/types#Ontology>
rdfs:label "Ontology" .
<
https://w3id.org/fdof/types#Photograph>
rdfs:label "Photograph" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Declaring a FAIR Digital Object" ;
nt:hasNanopubLabelPattern "FAIR Digital Object: ${label}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st3 ,
sub:st5 ,
sub:st5d ;
nt:hasTag "FDO" .
sub:fdo a nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short ID suffix for this FDO" .
sub:format a nt:ExternalUriPlaceholder ;
rdfs:label "MIME type, such as \"text/csv\" or \"application/trig\"" ;
nt:hasPrefix "https://iana.org/assignments/media-types/" ;
nt:hasPrefixLabel "the MIME type" .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "label or name for this FDO" .
sub:media-object a nt:ExternalUriPlaceholder ;
rdfs:label "URL of concrete object" .
sub:st0 rdf:object <
https://w3id.org/fdof/ontology#FAIRDigitalInformationObject> ;
rdf:predicate rdf:type ;
rdf:subject sub:fdo .
sub:st1 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:fdo .
sub:st3 rdf:object sub:type ;
rdf:predicate <
https://w3id.org/fdof/ontology#hasInformationObjectType> ;
rdf:subject sub:fdo .
sub:st4 rdf:object sub:media-object ;
rdf:predicate <
https://w3id.org/fdof/ontology#isMaterializedBy> ;
rdf:subject sub:fdo .
sub:st5 a nt:GroupedStatement ,
nt:RepeatableStatement ;
nt:hasStatement sub:st4 ,
sub:st5b ,
sub:st5c .
sub:st5b rdf:object <
https://w3id.org/fdof/ontology#FAIRDigitalMediaObject> ;
rdf:predicate rdf:type ;
rdf:subject sub:media-object .
sub:st5c rdf:object sub:format ;
rdf:predicate <
https://w3id.org/fdof/ontology#hasEncodingFormat> ;
rdf:subject sub:media-object .
sub:st5d rdf:object nt:NANOPUB ;
rdf:predicate <
https://w3id.org/fdof/ontology#hasMetadata> ;
rdf:subject sub:fdo .
sub:type a nt:GuidedChoicePlaceholder ;
rdfs:label "FDO Type URI" ;
nt:possibleValue <
https://w3id.org/fair/fip/terms/Structured-vocabulary> , <
https://w3id.org/fdof/types#Article> , <
https://w3id.org/fdof/types#Dataset> , <
https://w3id.org/fdof/types#Ontology> , <
https://w3id.org/fdof/types#Photograph> .
}