Skip to content

Nanopublications

Tim L edited this page Jul 27, 2015 · 5 revisions

http://www.openphacts.org/documents/publications/OpenPHACTS_Nanopublication_Guidlines_v1.8.1.pdf

@prefix : <http://www.example.org/mynanopub/>.
@prefix ex: <http://www.example.org/>.
@prefix np: <http://www.nanopub.org/nschema#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix go: <http://purl.obolibrary.org/obo/>.
@prefix up: <http://purl.uniprot.org/core/> .
@prefix pav: <http://swan.mindinformatics.org/ontologies/1.2/pav/> 
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

{
  :nanopub1
     np:hasAssertion  :assertion;
     np:hasProvenance :provenance;
     np:hasSupporting :supporting.

  :assertion  a np:Assertion.
  :provenance a np:Provenance.
  :supporting a np:Supporting.
}

:assertion {
  <http://purl.uniprot.org/uniprot/O76074>
     up:classifiedWith go:GO_0000287, go:GO_0005737, go:GO_0007165, 
                       go:GO_0008270, go:GO_0009187, go:GO_0030553.
}

:provenance { 
  :nanopub1 pav:versionNumber "1.1"
  :nanopub1 pav:previousVersion "1.0".
  :nanopub1 dct:created "2009-09-03"^^xsd:date.
  :nanopub1 dct:creator ex:JohnSmith.
  :nanopub1 dct:rightsHolder ex:SomeOrganization.
  :nanopub1 up:citation <http://bio2rdf.org/medline:99320215>.
}
Clone this wiki locally