Nanopublication

< Home

ID

https://w3id.org/np/RAXsiLXjmETQ4HZ4u1IAo16og3WhOvJJg6yHzXY6EISW8

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAXsiLXjmETQ4HZ4u1IAo16og3WhOvJJg6yHzXY6EISW8> .
@prefix sub: <https://w3id.org/np/RAXsiLXjmETQ4HZ4u1IAo16og3WhOvJJg6yHzXY6EISW8/> .
@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/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  dct:conformsTo rdfs:label "conforms to" .
  
  rdf:type rdfs:label "is a" .
  
  rdf:value rdfs:label "has value" .
  
  rdfs:label rdfs:label "has the label" .
  
  <http://www.w3.org/ns/oa#FragmentSelector> rdfs:label "fragment selector" .
  
  <http://www.w3.org/ns/oa#SpecificResource> rdfs:label "specific resource (image with region)" .
  
  <http://www.w3.org/ns/oa#hasSelector> rdfs:label "has selector" .
  
  <http://www.w3.org/ns/oa#hasSource> rdfs:label "has source image" .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "This template describes a morphological character used for identifying a taxon, optionally linking to image evidence with region annotations or direct image URLs.";
    rdfs:label "Describing a morphological identification character";
    nt:hasNanopubLabelPattern "${characterLabel}";
    nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4;
    nt:hasTag "Biodiversity" .
  
  sub:character a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short name for the character, used as URI suffix" .
  
  sub:characterLabel a nt:LiteralPlaceholder;
    rdfs:label "human-readable description of the morphological character" .
  
  sub:directImageUrl a nt:UriPlaceholder;
    rdfs:label "URL of the image" .
  
  sub:fragmentSelector a nt:LocalResource;
    rdfs:label "a selector" .
  
  sub:imageSource a nt:UriPlaceholder;
    rdfs:label "URL of the source image (e.g. a Zenodo file URL)" .
  
  sub:mediaFragment a nt:LiteralPlaceholder;
    rdfs:label "media fragment selector (e.g. xywh=150,200,80,60)" .
  
  sub:specificResource a nt:LocalResource;
    rdfs:label "an image region" .
  
  sub:st0 rdf:object sub:character;
    rdf:predicate <https://w3id.org/spaces/marine-biodiversity/r/ontology/hasIdentificationCharacter>;
    rdf:subject sub:taxon .
  
  sub:st1 rdf:object <https://w3id.org/spaces/marine-biodiversity/r/ontology/MorphologicalCharacter>;
    rdf:predicate rdf:type;
    rdf:subject sub:character .
  
  sub:st2 rdf:object sub:characterLabel;
    rdf:predicate rdfs:label;
    rdf:subject sub:character .
  
  sub:st3 a nt:GroupedStatement, nt:OptionalStatement, nt:RepeatableStatement;
    nt:hasStatement sub:st3a, sub:st3b, sub:st3c, sub:st3d, sub:st3e, sub:st3f, sub:st3g .
  
  sub:st3a rdf:object sub:specificResource;
    rdf:predicate <https://w3id.org/spaces/marine-biodiversity/r/ontology/isRepresentedInImage>;
    rdf:subject sub:character .
  
  sub:st3b rdf:object <http://www.w3.org/ns/oa#SpecificResource>;
    rdf:predicate rdf:type;
    rdf:subject sub:specificResource .
  
  sub:st3c rdf:object sub:imageSource;
    rdf:predicate <http://www.w3.org/ns/oa#hasSource>;
    rdf:subject sub:specificResource .
  
  sub:st3d rdf:object sub:fragmentSelector;
    rdf:predicate <http://www.w3.org/ns/oa#hasSelector>;
    rdf:subject sub:specificResource .
  
  sub:st3e rdf:object <http://www.w3.org/ns/oa#FragmentSelector>;
    rdf:predicate rdf:type;
    rdf:subject sub:fragmentSelector .
  
  sub:st3f rdf:object <http://www.w3.org/TR/media-frags/>;
    rdf:predicate dct:conformsTo;
    rdf:subject sub:fragmentSelector .
  
  sub:st3g rdf:object sub:mediaFragment;
    rdf:predicate rdf:value;
    rdf:subject sub:fragmentSelector .
  
  sub:st4 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:directImageUrl;
    rdf:predicate <https://w3id.org/spaces/marine-biodiversity/r/ontology/isRepresentedInImage>;
    rdf:subject sub:character .
  
  sub:taxon a nt:GuidedChoicePlaceholder;
    rdfs:label "the organism taxon, e.g. a species";
    nt:possibleValuesFromApi "https://vodex.petapico.org/nidx/query?rows=100&q=label:" .
  
  <https://w3id.org/spaces/marine-biodiversity/r/ontology/MorphologicalCharacter> rdfs:label
      "morphological character" .
  
  <https://w3id.org/spaces/marine-biodiversity/r/ontology/hasIdentificationCharacter>
    rdfs:label "has identification character" .
  
  <https://w3id.org/spaces/marine-biodiversity/r/ontology/isRepresentedInImage> rdfs:label
      "is represented in image" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-03-31T10:28:39.683Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RAXgQy0yT9SwecUPSymm9IVnpsRr_Ptrak4MPhJIcUi6g>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Describing a morphological identification character";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RASDwdz5WzsWdeDRREs0i5n5xTtKTrKS8pCIFUXhlkpt0> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
    npx:hasSignature "aaYCxL/Izmys9UL0k72SsyogmYO6dHBOR5sb4nMB2ZBP8yM1TY9p9LEqatVKSGxq2Hu5nLeEj8fFNYwqCudp/sHefb4N5MEbRG88OViYOrgqjHlB9cplpL4/kc79P9fS2wkp0wS2JAyuo24UJIp6Yn4Kb6AcEhVOTToTSIWENfk=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}