@prefix this: . @prefix sub: . @prefix latest: . @prefix rel: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix dct: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix 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 ; 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 . }