@prefix this: <https://w3id.org/kpxl/rel/np/ScientificRelationsOntology/RAn0xdUcRhIXoI5LLgGJ71ffghQ2FRwHWFas_vxQs9QVs> .
@prefix sub: <https://w3id.org/kpxl/rel/np/ScientificRelationsOntology/RAn0xdUcRhIXoI5LLgGJ71ffghQ2FRwHWFas_vxQs9QVs#> .
@prefix latest: <https://w3id.org/kpxl/rel/latest/ScientificRelationsOntology> .
@prefix rel: <https://w3id.org/kpxl/rel/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix vann: <http://purl.org/vocab/vann/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  rel:ScientificRelationsOntology dct:creator orcid:0000-0002-1267-0234 ;
    dct:description "The Scientific Relations Ontology defines some general relations between classes." ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:title "Scientific Relations Ontology" ;
    vann:preferredNamespacePrefix "rel" ;
    vann:preferredNamespaceUri "https://w3id.org/kpxl/rel/terms/" ;
    a owl:Ontology ;
    rdfs:isDefinedBy latest: .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  this: dct:created "2023-06-14T11:15:19.149+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}