sub:assertion {
rdfs:label rdfs:label "is called - connects a formal identifier (left) to an informal human-readable name (right)" .
rdfs:subClassOf rdfs:label "is a subclass of - states that all instances of the class/type to the left are also instances of the class/type to the right" .
<
http://www.w3.org/2002/07/owl#sameAs>
rdfs:label "is exactly the same as" .
<
http://www.w3.org/2004/02/skos/core#definition>
rdfs:label "is defined as follows: - connects an identifier (left) to a human-readable definition (right)" .
<
http://www.w3.org/2004/02/skos/core#relatedMatch>
rdfs:label "is related to - connects two things that are somehow related" .
<
https://w3id.org/fdof/ontology#FAIRInformationObjectType>
rdfs:label "FAIR Information Object" .
sub:assertion dct:description "Such a nanopublication defines a new FDO type to be used to classify FAIR Digital Objects (FDOs)." ;
a nt:AssertionTemplate ;
rdfs:label "Defining an FDO type" ;
nt:hasNanopubLabelPattern "FDO Type: ${name}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st4 ,
sub:st5 ;
nt:hasTag "FDO" .
sub:class a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short name, used as URI suffix" .
sub:definition a nt:LongLiteralPlaceholder ;
rdfs:label "definition of the type" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the class" .
sub:relatedentity a nt:GuidedChoicePlaceholder ;
rdfs:label "URI of a related class or other entity" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=" , "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:sameentity a nt:ExternalUriPlaceholder ;
rdfs:label "URI of a class that should be treated as fully synonymous" .
sub:st0 rdf:object <
https://w3id.org/fdof/ontology#FAIRInformationObjectType> ;
rdf:predicate rdfs:subClassOf ;
rdf:subject sub:class .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:class .
sub:st2 rdf:object sub:definition ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#definition> ;
rdf:subject sub:class .
sub:st4 rdf:object sub:relatedentity ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#relatedMatch> ;
rdf:subject sub:class ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st5 rdf:object sub:sameentity ;
rdf:predicate <
http://www.w3.org/2002/07/owl#sameAs> ;
rdf:subject sub:class ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
}