sub:assertion {
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining a metadata preservation policy" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ;
nt:hasTag "FAIR" .
sub:available-or-to-be-developed a nt:RestrictedChoicePlaceholder ;
rdfs:label "FAIR Enabling Resource that is available or to be developed" ;
nt:possibleValue fip:FAIR-Enabling-Resource ,
fip:FAIR-Enabling-Resource-to-be-Developed .
sub:comment a nt:LiteralPlaceholder ;
rdfs:label "description of the metadata preservation policy" .
sub:datapolicy-doc a nt:UriPlaceholder ;
rdfs:label "link to data policy document" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the metadata preservation policy" .
sub:resource a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short name, used as URI suffix" .
sub:st0 rdf:object fip:Metadata-preservation-policy ;
rdf:predicate rdf:type ;
rdf:subject sub:resource .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:resource .
sub:st2 rdf:object sub:comment ;
rdf:predicate rdfs:comment ;
rdf:subject sub:resource .
sub:st3 rdf:object sub:available-or-to-be-developed ;
rdf:predicate rdf:type ;
rdf:subject sub:resource .
sub:st4 rdf:object sub:years ;
rdf:predicate fip:metadata-availability-in-years ;
rdf:subject sub:resource .
sub:st5 rdf:object sub:datapolicy-doc ;
rdf:predicate rdfs:seeAlso ;
rdf:subject sub:resource ;
a nt:OptionalStatement .
sub:years a nt:LiteralPlaceholder ;
rdfs:label "number of years" ;
nt:hasRegex "[0-9]+" .
rdf:type rdfs:label "is a" .
rdfs:comment rdfs:label "has the description" .
rdfs:label rdfs:label "is called" .
rdfs:seeAlso rdfs:label "has data policy document at" .
fip:FAIR-Enabling-Resource rdfs:label "FAIR-Enabling Resource" , "available FAIR Enabling Resource" .
fip:FAIR-Enabling-Resource-to-be-Developed rdfs:label "FAIR Enabling Resource to be developed" .
fip:Metadata-preservation-policy rdfs:label "Metadata preservation policy" .
fip:metadata-availability-in-years rdfs:label "declares minimum metadata preservation in years as" .
}