sub:assertion {
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" .
<
http://www.w3.org/2004/02/skos/core#closeMatch>
rdfs:label "can in some situations be considered the same as" .
<
http://www.w3.org/2004/02/skos/core#exactMatch>
rdfs:label "is (almost) exactly the same as" .
<
http://www.w3.org/2004/02/skos/core#relatedMatch>
rdfs:label "is related to" .
<
https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource>
rdfs:label "available FAIR Enabling Resource" .
<
https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource-to-be-Developed>
rdfs:label "FAIR Enabling Resource to be developed" .
<
https://w3id.org/fair/fip/terms/Metadata-preservation-policy>
rdfs:label "Metadata preservation policy" .
<
https://w3id.org/fair/fip/terms/metadata-availability-in-years>
rdfs:label "declares minimum metadata preservation in years as" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining a metadata preservation policy" ;
nt:hasRequiredPubinfoElement ns1:RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ,
sub:st6 ;
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 <
https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource> , <
https://w3id.org/fair/fip/terms/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:mappedResource a nt:ExternalUriPlaceholder ;
rdfs:label "the identifier of the related resource" .
sub:mappingPredicate a nt:RestrictedChoicePlaceholder ;
rdfs:label "select equivalence relation" ;
nt:possibleValue <
http://www.w3.org/2004/02/skos/core#closeMatch> , <
http://www.w3.org/2004/02/skos/core#exactMatch> , <
http://www.w3.org/2004/02/skos/core#relatedMatch> .
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 <
https://w3id.org/fair/fip/terms/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 <
https://w3id.org/fair/fip/terms/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:st6 rdf:object sub:mappedResource ;
rdf:predicate sub:mappingPredicate ;
rdf:subject sub:resource ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:years a nt:LiteralPlaceholder ;
rdfs:label "number of years" ;
nt:hasRegex "[0-9]+" .
}