@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nanopub: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RABeNi4j7XTT9l7WF1wsb0QHnKDEbOY_V-QshVl4Pm4-Q> .
@prefix sub: <http://purl.org/np/RABeNi4j7XTT9l7WF1wsb0QHnKDEbOY_V-QshVl4Pm4-Q#> .
@prefix has-source: <http://semanticscience.org/resource/SIO_000253> .
@prefix wp: <http://vocabularies.wikipathways.org/wp#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix wd: <https://www.wikidata.org/entity/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pmid: <http://identifiers.org/pubmed/> .
sub:head {
  this: nanopub:hasAssertion sub:assertion ;
    nanopub:hasProvenance sub:provenance ;
    nanopub:hasPublicationInfo sub:publicationInfo ;
    a nanopub:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/uniprot/Q99558> a wp:GeneProduct , wp:Protein .
  <http://rdf.wikipathways.org/Pathway/WP3354_r87097/WP/Interaction/df43e> wp:organismName "Homo sapiens" ;
    wp:source <http://identifiers.org/uniprot/Q99558> ;
    wp:target <http://identifiers.org/uniprot/Q99558> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3354_r87097> dce:title "C-type lectin receptors (CLRs)"@en .
  sub:assertion has-source: pmid:20501935 , pmid:22718757 , <http://identifiers.org/wikipathways/WP3354_r87097> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-06-26T10:53:08.123+02:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    npx:supersedes <http://purl.org/np/RAEMuZJyVD9ie0Q5Udi0qc3ZxUYdtpvLSKcYts2BJubo0> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3354_r87097> ;
    prov:wasGeneratedBy sub:activity .
}