@prefix this: <https://w3id.org/np/RAI-5ZHvCMUZAmWSn3fBexKyRumhKdCshT7p5OWvo9a5Y> .
@prefix sub: <https://w3id.org/np/RAI-5ZHvCMUZAmWSn3fBexKyRumhKdCshT7p5OWvo9a5Y#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://n2t.net/ark:/27023/f01f50f22b70684e3ad6ab122286b547#locationCreated> a <http://www.w3.org/ns/oa#SpecificResource> ;
    <http://www.w3.org/ns/oa#hasSource> <https://n2t.net/ark:/27023/f01f50f22b70684e3ad6ab122286b547> .
  sub:_1 a <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:comment "wikipedia.org"@nl ;
    <http://www.w3.org/ns/oa#hasBody> sub:_2 ;
    <http://www.w3.org/ns/oa#hasTarget> <https://n2t.net/ark:/27023/f01f50f22b70684e3ad6ab122286b547#locationCreated> .
  sub:_2 dce:format "text/plain" ;
    dce:language "nl" ;
    a <http://www.w3.org/ns/oa#TextualBody> ;
    rdf:value "Karaman is een stad in het zuiden van Midden-Turkije."@nl .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://www.linkedin.com/in/bentebergmans/> .
}
sub:pubinfo {
  <https://app.colonialcollections.nl/> a npx:SoftwareTool ;
    rdfs:label "Colonial Collections" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPvi17rH0FjjLI6y7FIrzvUzX/+8NS9yZBapTwGebkH90EvkhaJxNcX53/S9CDciNkIgKSDOVMQI+VQ+OOuSQYMxg3CEl7LN62zS3FnPb7vCR/7tCYNYoG9HcGTSrsJ2wmria5C6FvUQC5FXnntjDb3H6L8I4eKs8rGIeoFr6ONQIDAQAB" ;
    npx:hasSignature "qL0DUId9Q86drvNb2ZfT6g5AVq7MIo9lzcZ0jv/1wv52K8bxXzgO4kjaDlPgO3tTsT/i/jruXP2V4tup7xy4Ae+i2NbZ69/fJ4VZ1TSn75reoxMX2WWI9NbmP3nEAl+7Yd96OM7Jzzjz7SrShSpfg+hWiheuSRZgcx6U9kRA1vs=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://www.linkedin.com/in/bentebergmans/> .
  this: dct:created "2024-04-25T13:37:32.523Z"^^xsd:dateTime ;
    dct:creator <https://www.linkedin.com/in/bentebergmans/> ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:_1 ;
    npx:wasCreatedWith <https://app.colonialcollections.nl/> ;
    a <https://data.colonialcollections.nl/schemas/nanopub#LocationCreatedVersion1> , <https://data.colonialcollections.nl/schemas/nanopub#Nanopub> .
  <https://www.linkedin.com/in/bentebergmans/> rdfs:label "Bente Hillman" .
}