@prefix this: <https://w3id.org/np/RAGNJu84pTH5jgKh4MOTTHRCBSemKdxS6sj7_WATG_eRw> .
@prefix sub: <https://w3id.org/np/RAGNJu84pTH5jgKh4MOTTHRCBSemKdxS6sj7_WATG_eRw#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.org/petapico/o/hycl#hasConflictingMeaning> rdfs:label "has a conflicting meaning with" .
  <http://purl.org/petapico/o/hycl#hasConsistentMeaning> rdfs:label "has a consistent meaning with" .
  <http://purl.org/petapico/o/hycl#hasDifferentMeaning> rdfs:label "has a different meaning than" .
  <http://purl.org/petapico/o/hycl#hasMoreGeneralMeaningThan> rdfs:label "has a more general meaning than" .
  <http://purl.org/petapico/o/hycl#hasMoreSpecificMeaningThan> rdfs:label "has a more specific meaning than" .
  <http://purl.org/petapico/o/hycl#hasNonoppositeMeaning> rdfs:label "has a non-opposite meaning of" .
  <http://purl.org/petapico/o/hycl#hasOppositeMeaning> rdfs:label "has the opposite meaning of" .
  <http://purl.org/petapico/o/hycl#hasRelatedMeaning> rdfs:label "has a related meaning as" .
  <http://purl.org/petapico/o/hycl#hasSameMeaning> rdfs:label "has the same meaning as" .
  <http://purl.org/petapico/o/hycl#hasUnrelatedMeaning> rdfs:label "has a unrelated meaning as" .
  <http://purl.org/petapico/o/hycl#isImprovedVersionOf> rdfs:label "is a improved version of" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Asserting a relation between two statements" ;
    nt:hasStatement sub:st0 ;
    nt:hasTag "Claims" ;
    nt:hasTargetNanopubType <http://purl.org/petapico/o/hycl#hasRelatedMeaning> , <http://purl.org/petapico/o/hycl> .
  sub:mappingPredicate a nt:RestrictedChoicePlaceholder ;
    nt:hasDefaultValue <http://purl.org/petapico/o/hycl#hasRelatedMeaning> ;
    nt:possibleValue <http://purl.org/petapico/o/hycl#hasConflictingMeaning> , <http://purl.org/petapico/o/hycl#hasConsistentMeaning> , <http://purl.org/petapico/o/hycl#hasDifferentMeaning> , <http://purl.org/petapico/o/hycl#hasMoreGeneralMeaningThan> , <http://purl.org/petapico/o/hycl#hasMoreSpecificMeaningThan> , <http://purl.org/petapico/o/hycl#hasNonoppositeMeaning> , <http://purl.org/petapico/o/hycl#hasOppositeMeaning> , <http://purl.org/petapico/o/hycl#hasRelatedMeaning> , <http://purl.org/petapico/o/hycl#hasSameMeaning> , <http://purl.org/petapico/o/hycl#hasUnrelatedMeaning> , <http://purl.org/petapico/o/hycl#isImprovedVersionOf> .
  sub:resource1 a nt:ExternalUriPlaceholder ;
    rdfs:label "First AIDA URI (starting with \"http://purl.org/aida/\")" ;
    nt:hasRegex "http://purl\\.org/aida/.+\\." .
  sub:resource2 a nt:ExternalUriPlaceholder ;
    rdfs:label "Second AIDA URI (starting with \"http://purl.org/aida/\")" ;
    nt:hasRegex "http://purl\\.org/aida/.+\\." .
  sub:st0 rdf:object sub:resource2 ;
    rdf:predicate sub:mappingPredicate ;
    rdf:subject sub:resource1 .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "UJxOH9cSzKlLzB/C1yufKD4mF9nym7dD0nlDCj5qIb32g7+Cz5kocthyOGp7gQLPApagw3cRz0VCipZL6l8me+V1jofHTnmooL8nxd0kQ9Mk25/4l9/aOrcAH5mm5ndM6EyDOsYJ6v4IEhomq3V04+WQvZItaSwyUIesFp1IJAM=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-10-22T10:11:01.745Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAGQJXKmNx5xonjYr6Aj5uXNL4qjIScIi4LgZFvHwledg> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Asserting a relation between two statements" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}