@prefix this: <https://w3id.org/np/RA8u0UgiF6YZnuF17-W66YWyZj6cMfeSiArW5R2XNwPAE> .
@prefix sub: <https://w3id.org/np/RA8u0UgiF6YZnuF17-W66YWyZj6cMfeSiArW5R2XNwPAE#> .
@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:Airline a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Airline" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q43229> ;
    <http://www.w3.org/2004/02/skos/core#definition> "a business that operates regular services for carrying passengers and/or goods by aircraft" ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q181912> , <http://www.wikidata.org/entity/Q197> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0002-0715-3205 ;
    prov:wasDerivedFrom <https://dictionary.cambridge.org/dictionary/english/airline> .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q181912> nt:hasLabelFromApi "KLM - flag carrier airline of the Netherlands" .
  <http://www.wikidata.org/entity/Q197> nt:hasLabelFromApi "airplane - powered fixed-wing aircraft" .
  <http://www.wikidata.org/entity/Q43229> nt:hasLabelFromApi "organization - social entity established to meet needs or pursue goals" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9t6ajZ1ptPHS4XWVgVrtBch/mq4F+TUHG3v6N4niqszGnQl1TxmGPn3uGpsXSAPF8Eaw7zDh8T+aVKZETBWecwUS8uLWmoyogUE/FL56oMRROP/f38mAt6y8q142taq4vrOMa+c9k6m/JirBmT5SVSpiI0bnaJQ//uBxXfLUWBQIDAQAB" ;
    npx:hasSignature "ON6na0EyPjmafEBVCwfu8OzC3+BbIDZbbBwYjs/uMA+P0MbOe2Q120P5Gc+hZFaDpnlmoZM4JkdNO1Ylbj+xJXgScLROB7iwIIBzrmq5Cf4Hez8Gb3VS+2bIsnjjIsGjAv6lT3l2RtHgU/g5Li4PGstpLdgp7y3m++UGWkVAEKU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-11T18:59:17.944Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0002-0715-3205 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Airline ;
    rdfs:label "Class: Airline" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAdpMl4VHC4_3VnGLX6zOknWfZ2iSlX_aVQeaTp0ix8Jw> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAzUgUie-tPiAorDNlH8h7vR3lP4WNBhT40nsWrRfa1NY> .
}