@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { a ; . sub:_1 a ; rdfs:comment "wikipedia.org"@nl; sub:_2; . sub:_2 dce:format "text/plain"; dce:language "nl"; a ; rdf:value "Karaman is een stad in het zuiden van Midden-Turkije."@nl . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { 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 . this: dct:created "2024-04-25T13:37:32.523Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:_1; npx:wasCreatedWith ; a , . rdfs:label "Bente Hillman" . }