@prefix this: <https://w3id.org/np/RAewhSz_g7_wAE292TrR4EFx57x9yAQCyYY2NjlzJEdrw> .
@prefix sub: <https://w3id.org/np/RAewhSz_g7_wAE292TrR4EFx57x9yAQCyYY2NjlzJEdrw#> .
@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 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 {
  sub:Agence_Grateau dct:description "Agence Grateau is a luxury marketing agency in Paris, France. The company is owned by its namesake Sylvie Grateau." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q783794> ;
    rdfs:label "Agence Greateau" ;
    rdfs:seeAlso <https://www.wikidata.org/wiki/Q64584978> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://emilyinparis.fandom.com/wiki/Agence_Grateau> .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q783794> nt:hasLabelFromApi "company - legal entity representing an association of people, whether natural, legal or a mixture of both, with a specific objective" .
  orcid:0009-0000-9976-2731 foaf:name "Mika" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPbo70Q+rMGVsm2pEFbNqemA8jREBGccdqcrvrBX108N35Q5C0dLgWK3i+RLtw6sK/BP1c1FCu4p+jh0pfbdD+dSwnh2b6z3siqqofOnEzQqnz3MXgIM44ZMLf78wRfqT2ztdoB1tdJwGDBtmD6mMFM+/5CbfF0ut5ksFDwsXPcwIDAQAB" ;
    npx:hasSignature "VsZ3PLGq3E8BVPPbhXt6eEgnw7ZfBB0/DaBCFx2uTSsVHnMyyHPmEkaWpdy+1SRqJ7d/d338LiCcymoaaeFw6VW35k60NBsPWhmiHZwog7vWXzXBlLpZEPsrW4jDmnBqckBRP4u55GTtL7H2XympsTwmFb5M3Ec8ZzR/TSzkoks=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0000-9976-2731 .
  this: dct:created "2024-10-06T11:10:20.904Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0000-9976-2731 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Agence_Grateau ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Agence Greateau" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw> .
}