@prefix this: <https://w3id.org/np/RAFUH-TQVMTNcQAqShW85pIxWuNNjfyLZgIzoH6v62ddI> .
@prefix sub: <https://w3id.org/np/RAFUH-TQVMTNcQAqShW85pIxWuNNjfyLZgIzoH6v62ddI/> .
@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/RAFUH-TQVMTNcQAqShW85pIxWuNNjfyLZgIzoH6v62ddI> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2025-10-29T09:47:45.574Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes <https://w3id.org/np/RAgPPWxMBOu-RSatiu4v7dZjrw0gzsDbQwSm4nqcNfA8Q>;
  npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
  rdfs:label "Defining a new SKOS concept";
  nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
  nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
    <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RA1XuAdO6LOtlPJgWiytJHFuK4BFHjQK5x7d9FVymzFnc> .

rdf:type rdfs:label "is a - asserts that the thing on the left belongs to the class on the right" .

<http://www.w3.org/2004/02/skos/core#Concept> rdfs:label "concept" .

<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#exactMatch> rdfs:label "URI of an equivalent concept",
    "is the same as" .

<http://www.w3.org/2004/02/skos/core#inScheme> rdfs:label "is in scheme" .

<http://www.w3.org/2004/02/skos/core#prefLabel> rdfs:label "has the preferred label" .

<http://www.w3.org/2004/02/skos/core#related> rdfs:label "is related to - connects two classes that are somehow related" .

sub:assertion a nt:AssertionTemplate;
  dct:description "Such a nanopublication defines a concept according to the SKOS standard.";
  rdfs:label "Defining a new SKOS concept";
  nt:hasNanopubLabelPattern "${label}";
  nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6;
  nt:hasTag "Terms";
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:broaderConcept a nt:GuidedChoicePlaceholder;
  rdfs:label "has the broader concept", "the URI of a broader concept";
  nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2004/02/skos/core%23Concept&searchterm=" .

sub:concept a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
  rdfs:label "short suffix or full URI" .

sub:definition a nt:LongLiteralPlaceholder;
  rdfs:label "definition of the concept" .

sub:label a nt:LiteralPlaceholder;
  rdfs:label "the label of the concept" .

sub:relatedConcept a nt:GuidedChoicePlaceholder;
  rdfs:label "URI of a related concept";
  nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2004/02/skos/core%23Concept&searchterm=" .

sub:sameConcept a nt:ExternalUriPlaceholder;
  rdfs:label "URI of equivalent concept" .

sub:scheme a nt:GuidedChoicePlaceholder;
  rdfs:label "scheme URI";
  nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2004/02/skos/core%23ConceptScheme&searchterm=" .

sub:st0 rdf:object <http://www.w3.org/2004/02/skos/core#Concept>;
  rdf:predicate rdf:type;
  rdf:subject sub:concept .

sub:st1 rdf:object sub:label;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#prefLabel>;
  rdf:subject sub:concept .

sub:st2 rdf:object sub:definition;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#definition>;
  rdf:subject sub:concept .

sub:st3 a nt:OptionalStatement;
  rdf:object sub:broaderConcept;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#broader>;
  rdf:subject sub:concept .

sub:st4 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:relatedConcept;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#related>;
  rdf:subject sub:concept .

sub:st5 a nt:OptionalStatement, nt:RepeatableStatement;
  rdf:object sub:sameConcept;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#exactMatch>;
  rdf:subject sub:concept .

sub:st6 a nt:OptionalStatement;
  rdf:object sub:scheme;
  rdf:predicate <http://www.w3.org/2004/02/skos/core#inScheme>;
  rdf:subject sub:concept .

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

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
  npx:hasSignature "fr4pNUB8H+MhvVWn91swA8ENaCJKo5/21p8FHmWNw8ldATB0vMgi32ZRNp8N7A+TPh5eOdaLsTA1pcKL4P0sYV3PaX/lHq4ur88gaWOxfJJZiEuiaXvTLBi8z4BAEa390s6Yu2mckLkrEkdCp4FTaTHIfND3DDowS/F7NWlWgbY=";
  npx:hasSignatureTarget <https://w3id.org/np/RAFUH-TQVMTNcQAqShW85pIxWuNNjfyLZgIzoH6v62ddI>;
  npx:signedBy orcid:0000-0002-1267-0234 .

