@prefix this: <https://w3id.org/np/RA6315HNQqy6a86jG8Pi1iYAMtJFS85kx6pHsUfuC0ehQ> .
@prefix sub: <https://w3id.org/np/RA6315HNQqy6a86jG8Pi1iYAMtJFS85kx6pHsUfuC0ehQ#> .
@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 prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://www.wikidata.org/entity/Q11690> a <http://www.wikidata.org/entity/Q79007> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0002-2771-9739 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q11690> nt:hasLabelFromApi "Wall Street - street in Manhattan" .
  <http://www.wikidata.org/entity/Q79007> nt:hasLabelFromApi "street - public thoroughfare in a built environment" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr1C7DGISVdXo4MtYi+sXDlNmBRlFEB5SWCOaW4xWO7E2Z1BrLy3InprqRGj9e/u9WEmtSCiRzX6IGsAN1aZBpB74PWJ+2+/2s9Y3upVv1GnbUkbknChiU9sXYL2LnmgZysOiO47GabuiEb6LRH+bQhwCx1Q6tsR1Q+JElEA1jGwIDAQAB" ;
    npx:hasSignature "pslDB/S8DmlX60ErxUhXyONmVO3NEBoyJOHu2fNSvUYhopT4qzJZICPZJd/TsCVCIghW04S3iYCKghQMLCFHzPWs0N1G4a0FeZx++pFHya2qerL+DkeWf1aAi7IjfxOwCrXrCqVrlIWO2UjC5eHpvdfLWFz2AMgh8WfF6RryzoQ=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0002-2771-9739 .
  this: dct:created "2024-10-13T20:20:20.505Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0002-2771-9739 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Wall Street is a street" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAWcbb3lRQZNYrCYo1uUfxHF1p6apBUW9hTeJRoHrqYZQ> .
}