Nanopublication

< Home

ID

https://w3id.org/np/RATwaQlfVXHFgrF-sU3kUNtVQsMWi4yOsQXotnaGyxgP4

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RATwaQlfVXHFgrF-sU3kUNtVQsMWi4yOsQXotnaGyxgP4> .
@prefix sub: <https://w3id.org/np/RATwaQlfVXHFgrF-sU3kUNtVQsMWi4yOsQXotnaGyxgP4#> .
@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 {
  sub:assertion a nt:AssertionTemplate;
    dct:description "Template for defining a FAIR specification for the following subtypes: metadata schema, metadata-data linking schema, communication protocol, knowledge representation language, structured vocabulary, semantic model and provenance model.";
    rdfs:label "Defining a FAIR Mapping";
    nt:hasNanopubLabelPattern "Provenance-model: ${name}";
    nt:hasRequiredPubinfoElement ns1:RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc;
    nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6, sub:st7;
    nt:hasTargetNanopubType <https://w3id.org/fair/connect/FAIR-Specification>, <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource> .
  
  sub:mapping a nt:LocalResource, nt:UriPlaceholder .
  
  sub:mapping_just a nt:RestrictedChoicePlaceholder;
    nt:possibleValue <https://w3id.org/semapv/vocab/BackgroundKnowledgeBasedMatching>,
      <https://w3id.org/semapv/vocab/ManualMappingCuration> .
  
  sub:object_id a nt:UriPlaceholder .
  
  sub:object_label a nt:LiteralPlaceholder .
  
  sub:predicate_id a nt:RestrictedChoicePlaceholder;
    nt:possibleValue <http://www.w3.org/2004/02/skos/core#closeMatch>, <http://www.w3.org/2004/02/skos/core#exactMatch>,
      <http://www.w3.org/2004/02/skos/core#relatedMatch> .
  
  sub:predicate_label a nt:RestrictedChoicePlaceholder;
    nt:possibleValue sub:closeMatch, sub:exactMatch, sub:relatedMatch .
  
  sub:st0 rdf:object <https://w3id.org/sssom/Mapping>;
    rdf:predicate rdf:type;
    rdf:subject sub:mapping .
  
  sub:st1 rdf:object sub:subject_id;
    rdf:predicate <http://www.w3.org/2002/07/owl#annotatedSource>;
    rdf:subject sub:mapping .
  
  sub:st2 a nt:OptionalStatement;
    rdf:object sub:subject_label;
    rdf:predicate <https://w3id.org/sssom/subject_label>;
    rdf:subject sub:mapping .
  
  sub:st3 rdf:object sub:predicate_id;
    rdf:predicate <http://www.w3.org/2002/07/owl#annotatedProperty>;
    rdf:subject sub:mapping .
  
  sub:st4 a nt:OptionalStatement;
    rdf:object sub:predicate_label;
    rdf:predicate <https://w3id.org/sssom/predicate_label>;
    rdf:subject sub:mapping .
  
  sub:st5 rdf:object sub:object_id;
    rdf:predicate <http://www.w3.org/2002/07/owl#annotatedTarget>;
    rdf:subject sub:mapping .
  
  sub:st6 a nt:OptionalStatement;
    rdf:object sub:object_label;
    rdf:predicate <https://w3id.org/sssom/object_label>;
    rdf:subject sub:mapping .
  
  sub:st7 rdf:object sub:mapping_just;
    rdf:predicate <https://w3id.org/sssom/mapping_justification>;
    rdf:subject sub:mapping .
  
  sub:subject_id a nt:UriPlaceholder .
  
  sub:subject_label a nt:LiteralPlaceholder .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB";
    npx:hasSignature "YlLUrHMWT0ukgjzw5dGGkK/aj1JI1mHYpCOX23Xs9mgnbfmpb3o5cTLNHeg3Ov9tpDbPixsQDrpGcobAggsbIqIhpZU59ESLigb/wMWuRj03EZOkUMdr5T4WZXzfgDVqsl8cIVUutYMICcC6T2lSo4V7ZViwadxFWPBnBmcAojM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-2195-3997 .
  
  this: dct:created "2024-03-24T22:28:49.776Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Template: Defining a FAIR Mapping";
    prov:wasDerivedFrom ns1:RAntWwY-oLQ5QTSviLZrZ6GD6dniz-_skWtO-4_8031zU, ns1:RAtG8zeo_0OYP63K60rrot8vFOkHNOg_1_zu618NbL4pI,
      <https://w3id.org/np/RA2FzWT-kYUWZae1lP-dcHbpDzXgprPS9NTbeIJ3feEGs>, <https://w3id.org/np/RA3lWcJNLlx_CuKxXV6iPCwFZmzQZN38Om9yPhTCZsRyE>;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A,
      ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM, ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}