@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf4j: <http://rdf4j.org/schema/rdf4j#> .
@prefix sesame: <http://www.openrdf.org/schema/sesame#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .

<http://purl.uniprot.org/unirules/MF_00674#construct> a <http://www.w3.org/ns/shacl#SPARQLRule>,
    <http://spinrdf.org/sp#Construct>;
  <https://hamap.expasy.org/rdf/vocab#addsTriple> <http://purl.uniprot.org/unirules/MF_00674#construct-template-0>,
    <http://purl.uniprot.org/unirules/MF_00674#construct-template-7>, <http://purl.uniprot.org/unirules/MF_00674#construct-template-3>,
    <http://purl.uniprot.org/unirules/MF_00674#construct-template-6>, <http://purl.uniprot.org/unirules/MF_00674#construct-template-1>,
    <http://purl.uniprot.org/unirules/MF_00674#construct-template-4>, <http://purl.uniprot.org/unirules/MF_00674#construct-template-2>,
    <http://purl.uniprot.org/unirules/MF_00674#construct-template-5>, <http://purl.uniprot.org/unirules/MF_00674#construct-template-8>,
    <http://purl.uniprot.org/unirules/MF_00674#construct-template-9>;
  <http://www.w3.org/ns/shacl#prefixes> <http://purl.uniprot.org/unirules/>;
  <http://spinrdf.org/sp#where> <http://purl.uniprot.org/unirules/MF_00674#construct-where-list-0>;
  <http://spinrdf.org/sp#templates> <http://purl.uniprot.org/unirules/MF_00674#construct-template-list-0>;
  <http://www.w3.org/ns/shacl#construct> """CONSTRUCT {
  _:255185 up:source unirule:MF_00674 .
  _:255186 up:source unirule:MF_00674 .
  ?this up:annotation ?annotation2 ;
    up:recommendedName ?name0 .
  ?name0 up:fullName ?nameValue1 ;
    rdf:type up:Structured_Name .
  ?annotation2 a up:Similarity_Annotation ;
    rdfs:comment 'Belongs to the UPF0251 family.' .
  _:255187 a rdf:Statement ;
    up:attribution _:255185 ;
    rdf:subject ?this ;
    rdf:predicate up:recommendedName ;
    rdf:object ?name0 .
  _:255188 a rdf:Statement ;
    up:attribution _:255186 ;
    rdf:subject ?this ;
    rdf:predicate up:annotation ;
    rdf:object ?annotation2 .
}
WHERE {
  #baseURI: http://purl.uniprot.org/unirule/MF_00674
  #Rule MF_00674 Created by:? on:2005-02-28 Modified by:Catherine Rivoire on:2011-12-22
  VALUES ?supertaxon3 {taxon:2 taxon:2157}
  ?this up:organism ?thisOrganism ;
    rdfs:seeAlso signature:MF_00674 .
  ?thisOrganism rdfs:subClassOf+ ?supertaxon3 .
  BIND(URI(CONCAT(STR(?this), '#MF_00674a0')) AS ?name0) .
  OPTIONAL {
    ?this up:encodedBy ?gene7 .
    ?gene7 up:locusName ?geneLocus5 .
  }
  OPTIONAL {
    ?this up:encodedBy ?gene7 .
    ?gene7 up:orfName ?geneOrf6 .
  }
  BIND(IF(BOUND(?geneLocus5), ?geneLocus5, ?geneOrf6) AS ?part4) .
  BIND(CONCAT('UPF0251 protein ', ?part4) AS ?nameValue1) .
  BIND(URI(CONCAT(STR(?this), '#MF_00674a2')) AS ?annotation2) .
}
""" .

<http://purl.uniprot.org/unirules/MF_00674> <http://www.w3.org/ns/shacl#rule> <http://purl.uniprot.org/unirules/MF_00674#construct> .
