sub:assertion {
dct:MediaType rdfs:label "has media type" .
dct:created rdfs:label "created on" .
dct:creator rdfs:label "author" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining FAIR Training Material" ;
nt:hasRequiredPubinfoElement <
http://purl.org/np/RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc> ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st6 ,
sub:st6b ,
sub:st7 ,
sub:st7b ;
nt:hasTag "FAIR" .
sub:author a nt:UriPlaceholder .
sub:comment a nt:LiteralPlaceholder ;
rdfs:label "description of the FAIR-enabling resource" .
sub:created a nt:LiteralPlaceholder ;
rdfs:label "creation date (e.g. ISO)" .
sub:domain a nt:RestrictedChoicePlaceholder ;
rdfs:label "research domain" ;
nt:possibleValuesFrom <
http://purl.org/np/RACXDZHEowTYDAzZvdmD0qIGpXZwY5ghMRBBlt6N8Iu5s> .
sub:media-type a nt:ValuePlaceholder ;
rdfs:label "Media Type (e.g. MIME)" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the FAIR-enabling resource" .
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/connect/FAIR-Training-Material> ;
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:media-type ;
rdf:predicate dct:MediaType ;
rdf:subject sub:resource .
sub:st4 rdf:object sub:domain ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#related> ;
rdf:subject sub:resource ;
a nt:RepeatableStatement .
sub:st6 rdf:object sub:website ;
rdf:predicate rdfs:seeAlso ;
rdf:subject sub:resource ;
a nt:OptionalStatement .
sub:st6b rdf:object sub:url ;
rdf:predicate <
http://schema.org/url> ;
rdf:subject sub:resource ;
a nt:OptionalStatement .
sub:st7 rdf:object sub:author ;
rdf:predicate dct:creator ;
rdf:subject sub:resource ;
a nt:RepeatableStatement .
sub:st7b rdf:object sub:created ;
rdf:predicate dct:created ;
rdf:subject sub:resource ;
a nt:OptionalStatement .
sub:url a nt:UriPlaceholder ;
rdfs:label "URL" .
sub:website a nt:UriPlaceholder ;
rdfs:label "a link to a website with further information" .
<
http://schema.org/url>
rdfs:label "is accessible via" .
rdf:type rdfs:label "is a" .
rdfs:comment rdfs:label "has the description" .
rdfs:label rdfs:label "is called" .
rdfs:seeAlso rdfs:label "is further described by" .
<
http://www.w3.org/2004/02/skos/core#related>
rdfs:label "is related to" .
<
https://w3id.org/fair/connect/FAIR-Training-Material>
rdfs:label "FAIR Training Material" .
}