@prefix this: <https://w3id.org/np/RAkBWBv1ObZUeAXEsNfWXK3yNiKtrHpEAKEQIPVwXyQEg> .
@prefix sub: <https://w3id.org/np/RAkBWBv1ObZUeAXEsNfWXK3yNiKtrHpEAKEQIPVwXyQEg/> .
@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 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#> .
@prefix ns1: <http://purl.org/np/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:executive_or_realtor dct:description "A class that includes all individuals who are either a CEO or a Realtor." ;
    a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Executive or Realtor" ;
    <http://www.w3.org/2002/07/owl#unionOf> sub:list .
  sub:list rdf:first <http://www.wikidata.org/entity/Q484876> ;
    rdf:rest sub:list-rest .
  sub:list-rest rdf:first <http://www.wikidata.org/entity/Q519076> ;
    rdf:rest rdf:nil .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0005-9753-7457 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q484876> nt:hasLabelFromApi "chief executive officer - highest-ranking corporate officer" .
  <http://www.wikidata.org/entity/Q519076> nt:hasLabelFromApi "real estate agent - person who acts as an intermediary between sellers and buyers of real estate/real property for a commission" .
  this: dct:created "2025-10-12T15:47:07.855Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0005-9753-7457 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:executive_or_realtor ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Class: Executive or Realtor" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate ns1:RAu3gw5Bf2_7YYK9cC-PRabXVdO2y12PwMq2UQRXJQhG4 .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAspoKE+p/bHY2FW13UPocwVuCYx7U2simIWNv8EgZQKyh7sn2MQUPQgBwRkdFjsWe1uxASDKuzAK2WK9vrDVJoAv9eMnzlks3SS10BaFyQ5Rvwf73U6RMFccEc8QXhcQy4CXN9u2A/iJc5zqMbCcDHQDADpUUVmVGg1SkDvyt2UaQvY36jSkxuBRF0i67IGd2SykZZFOBNECVIcL91MuPdHGoqmX+Zv3VB9LUL4+WGllJelGND+iyNEVZwmcf7nz+Xlvk3WGHAU5RfL1NkK8szpdMiXkePwKZjcjERy9uGQIKcAAQ9r1HRef8clp8hV9FrtelqKxDU1qEdg97c9ri9wIDAQAB" ;
    npx:hasSignature "nxA7crC8y9nPjctDWS2ZECpw3ZKJ5yRjpEpe09Ws1dx5E5b2nKnE0Xrti1XIPSew+IFbZiq+xRwLAmiC51JP8uFtVhJdkHNM2IF7JrurIvz5urvvwLb/BRIxBL9vuD5I1q3x6Fvg4Xu/FoK0yZ6We3EFE6n9zaiILByKkJJuMDsdH0Dn+s6ulxtOMtheigMgqfBuLCg+bggUSUZnjo6aNtCHlPgOG4XknISZXZ8Q/xcNM6vJXaSUc+WjDuBRVYXLVbE5BwNI2yvNYg+cWfxFVQEGvHk4HKPkNZzsr3Mc0notS54KtariKZHhBWYnmMOnOhTriqkCjRuOFLkl/B4b3Q==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0005-9753-7457 .
}