@prefix this: <https://w3id.org/np/RAn9PPlf9lvqSS3VPZCJmML4kZik7Nm-4dI9uCr8s4AIk> .
@prefix sub: <https://w3id.org/np/RAn9PPlf9lvqSS3VPZCJmML4kZik7Nm-4dI9uCr8s4AIk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RAn9PPlf9lvqSS3VPZCJmML4kZik7Nm-4dI9uCr8s4AIk> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2024-09-20T14:50:50.645Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
  rdfs:label "Template: Defining an FDO type";
  nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
  nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
    ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .

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 a nt:AssertionTemplate;
  dct:description "Such a nanopublication defines a new FDO type to be used to classify FAIR Digital Objects (FDOs).";
  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";
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

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 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:relatedentity;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#relatedMatch>;
  rdf:subject sub:class .

sub:st5 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:sameentity;
  rdf:predicate <http://www.w3.org/2002/07/owl#sameAs>;
  rdf:subject sub:class .

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
  npx:hasSignature "0c97wMBLqjdhI2aOFcZ6ujWFaEgkrFwQW4+YSV+lf1F7r5i68iKZCVBZHs4kOW6Wmbv7IYfLWtPl6rlaf5QFv6lNXVZH/W/Nm+jHImDzFElTSBSmjsKSqjMWuwK7hi/xrvAve9BWSGuKqK16JCkvEfy/n6dzXZBhSpxP6nD4x/o=";
  npx:hasSignatureTarget <https://w3id.org/np/RAn9PPlf9lvqSS3VPZCJmML4kZik7Nm-4dI9uCr8s4AIk>;
  npx:signedBy orcid:0000-0002-1267-0234 .

