sub:assertion {
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
<
https://w3id.org/fdof/ontology#FAIRDigitalObject>
rdfs:label "FAIR Digital Object (FDO)" .
<
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#materializes>
rdfs:label "is a concrete materialization of" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Declaring a FAIR Digital Object" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st3 ,
sub:st4 ,
sub:st5 ;
nt:hasTag "MAC" .
sub:fdo a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "full URI (e.g. handle.net) or short suffix" .
sub:format a nt:RestrictedChoicePlaceholder ;
rdfs:label "MIME type, such as \"text/csv\" or \"application/trig\"" ;
nt:hasPrefix "https://iana.org/assignments/media-types/" ;
nt:hasPrefixLabel "the MIME type" ;
nt:possibleValuesFrom <
https://w3id.org/np/RAYeqtDNzO14PbHSRHfKrdjpT2g4g-97sW-3uZtMpa2qI> .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "label or name for this FDO" .
sub:materialization a nt:ExternalUriPlaceholder ;
rdfs:label "materialization URI" .
sub:st0 rdf:object <
https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
rdf:predicate rdf:type ;
rdf:subject sub:fdo .
sub:st1 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:fdo ;
a nt:OptionalStatement .
sub:st3 rdf:object sub:type ;
rdf:predicate <
https://w3id.org/fdof/ontology#hasInformationObjectType> ;
rdf:subject sub:fdo ;
a nt:OptionalStatement .
sub:st4 rdf:object nt:NANOPUB ;
rdf:predicate <
https://w3id.org/fdof/ontology#hasMetadata> ;
rdf:subject sub:fdo .
sub:st5 a nt:GroupedStatement ,
nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:hasStatement sub:st5a ,
sub:st5b .
sub:st5a rdf:object sub:fdo ;
rdf:predicate <
https://w3id.org/fdof/ontology#materializes> ;
rdf:subject sub:materialization .
sub:st5b rdf:object sub:format ;
rdf:predicate <
https://w3id.org/fdof/ontology#hasEncodingFormat> ;
rdf:subject sub:materialization .
sub:type a nt:GuidedChoicePlaceholder ;
rdfs:label "FDO Type URI" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https%3A%2F%2Fw3id.org%2Ffair%2Ffip%2Fterms%2FDigital-Object-Type&searchterm=" .
}