@prefix this: . @prefix sub: . @prefix latest: . @prefix fip: . @prefix fair: . @prefix np: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix xsd: . @prefix orcid: . @prefix vann: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { fip:FIP-Ontology dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997; dct:description "This is an ontology of the FAIR Implementation Profiles (FIP) for the FAIR principles."; dct:license ; dct:title "FAIR Implementation Profile (FIP) Ontology"; vann:preferredNamespacePrefix "fip"; vann:preferredNamespaceUri "https://w3id.org/fair/fip/terms/"; a owl:Ontology; rdfs:isDefinedBy latest:; rdfs:seeAlso fair:FAIR . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997 . } sub:pubinfo { this: dct:created "2020-09-24T07:51:24.148+02:00"^^xsd:dateTime; dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997; dct:license . }