@prefix this: <https://w3id.org/np/RAcjCKTPz-cTupDdOnhhqNfSAVh49cpd5w-C5rksoPlcs> .
@prefix sub: <https://w3id.org/np/RAcjCKTPz-cTupDdOnhhqNfSAVh49cpd5w-C5rksoPlcs#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:NS dct:description "Nederlandse Spoorwegen, often abbreviated as NS, is the principal passenger railway operator in the Netherlands. It was founded in 1938. NS handles most of the country's rail traffic and operates the majority of passenger train services. The NS network includes intercity, local, and international train services. Its vehicles are recognizable by their distinctive blue and yellow colors." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.w3.org/2002/07/owl#Thing> ;
    rdfs:label "Nederlandse Spoorwegen" ;
    rdfs:seeAlso <https://www.ns.nl/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-3833-3818 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCszQypWOPgPUr5NfjuiNBC917CfB3qKjt+dytvY88VhOR1xKO0IdPMn28Iyui4D5dUUgMHbTI6ZChkciK/cSGtBcq7cSIkEk+7bwEExn6wue0I9CRS3fqvzjP4ca0rUFktpfxK4uqac6hb9pdCnko4y/qehq+zla/D0wwom0/wrQIDAQAB" ;
    npx:hasSignature "h+CJK9PuXXyYt1kg0o81WSnThbESf4uxsmlAPiDc8ZNMRNo30fkfX8mkm5pRvlUVz2zTFdv6swLTf6G7KHZsZy2KW1tXxWaKlvAKao/I2mb7sXYqEy/TRV1Vy7A39EtqIq78ckxmdFw2kIHa+diGrhmyLkEzLC0NjrHCqAzc22o=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-11T20:32:47.549Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-3833-3818 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:NS ;
    a npx:DraftNanopub ;
    rdfs:label "Individual: Nederlandse Spoorwegen" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAbi5DDAdvk1G9P8KsHY_3-hDG6Ev5j0Ax0mKhJuM2gbE> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}