@prefix this: <https://w3id.org/fair/fip/np/Semantic-Interoperability-Profile/RAkUpmlwKDPHZNPQh_VKT5nWCtufDj2xN49uKM1h1iKCw> .
@prefix sub: <https://w3id.org/fair/fip/np/Semantic-Interoperability-Profile/RAkUpmlwKDPHZNPQh_VKT5nWCtufDj2xN49uKM1h1iKCw/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 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 {
  <https://w3id.org/fair/fip/terms/Semantic-Interoperability-Profile> a <http://www.w3.org/2002/07/owl#Class> , <http://www.w3.org/2002/07/owl#DeprecatedClass> ;
    rdfs:label "Semantic Interoperability Profile" ;
    rdfs:subClassOf <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A Semantic Interoperability Profil (SIP) is a list of FAIR Supporting Resources chosen by a community to support semantic interoperability of (meta)data." .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  this: dct:created "2026-02-26T10:18:37.880+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/fair/fip/terms/Semantic-Interoperability-Profile> ;
    npx:supersedes <https://w3id.org/fair/fip/np/Semantic-Interoperability-Profile/RAiNekpowABCAxckgzRwNe-tBV9x7L2dLJT6j3VPTEsGo> ;
    npx:wasCreatedAt <http://localhost:37373/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcm8OurwUk15WOgBM9wySo-T3a5h6as4K8YR5MBrrxUc ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RArfO1jDTJ3CEvLpUz6kYoov_Ziq3J3jCrhmEOy0pHJ3Y> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "UfFDng5XuVlrOvp7R8FtmrL5Pw+331Yf/waOAzqw+993luRUQsZiUh8BRaJxteCsvFkYiZU7vxN/4+Uau3n/yRSmRD7ZDg2YTrdWalBYznwHSL2NT561yJe/WEuq5bY1vYEL5kMiZrvecvKdpdadzuXjXgAb83KBgUdcK4i/wMA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}