@prefix this: <http://purl.org/np/RA0X5QIF9-MAfgr2WQDHhWj2nkpSbbdS_4hci5rekBZqk> .
@prefix sub: <http://purl.org/np/RA0X5QIF9-MAfgr2WQDHhWj2nkpSbbdS_4hci5rekBZqk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@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:OWL <http://schema.org/url> <https://www.w3.org/OWL/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Semantic-model ;
    rdfs:comment "The Web Ontology Language (OWL) is a family of knowledge representation languages or ontology languages for authoring ontologies or knowledge bases. The languages are characterized by formal semantics and RDF/XML-based serializations for the Semantic Web. OWL is endorsed by the World Wide Web Consortium (W3C) and has attracted academic, medical and commercial interest. The OWL 2 Web Ontology Language, informally OWL 2, is an ontology language for the Semantic Web with formally defined meaning. OWL 2 ontologies provide classes, properties, individuals, and data values and are stored as Semantic Web documents. OWL 2 ontologies can be used along with information written in RDF, and OWL 2 ontologies themselves are primarily exchanged as RDF documents." ;
    rdfs:label "OWL | Web Ontology Language" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2749-8588 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Pc0ICLYRf0vXhLyzNhJDBbfeK3EwkWuxWPMK/m/csaTxlPOikaUs6O9K48fv3gy3qyRoIx7+5xLZVdgBGu/jK8JihDQILNdXUWY2CpLs5Vwasf1yaE+YUYutVRNtg06Wl/o9t9DgLsjEfb6KPlkD5QyEdvihufyS9CyGBrtsUAA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-05T13:35:39Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:OWL ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/73b832e0-7f10-4b98-bcb8-7555ff435d8c> .
}