Skip to content

Instantly share code, notes, and snippets.

@tkuhn
Created March 8, 2018 15:20
Show Gist options
  • Save tkuhn/a3fda76d5c7cc434894b02698147ca16 to your computer and use it in GitHub Desktop.
Save tkuhn/a3fda76d5c7cc434894b02698147ca16 to your computer and use it in GitHub Desktop.
Trusty nanopub from elton
@prefix this: <http://purl.org/np/RADSgVXXsYOBvrcaidzewWQ29PajKWZZ1i7j7JLMzRkzQ> .
@prefix sub: <http://purl.org/np/RADSgVXXsYOBvrcaidzewWQ29PajKWZZ1i7j7JLMzRkzQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix opm: <http://purl.org/net/opmv/ns#> .
@prefix pav: <http://swan.mindinformatics.org/ontologies/1.2/pav/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:Head {
this: np:hasAssertion sub:Assertion ;
np:hasProvenance sub:Provenance ;
np:hasPublicationInfo sub:Pubinfo ;
a np:Nanopublication .
}
sub:Assertion {
sub:Interaction obo:RO_0000057 sub:Organism_1 , sub:Organism_2 ;
a obo:GO_0044419 .
sub:Organism_1 obo:RO_0002444 sub:Organism_2 ;
rdfs:label "Leptoconchus incycloseris" .
sub:Organism_2 rdfs:label "Fungia (Cycloseris) costulata" .
}
sub:Provenance {
sub:Assertion opm:wasDerivedFrom <https://github.com/tkuhn/template-dataset/archive/5b617f69987124eb8b2a40d3917aac128070d53c.zip> ;
opm:wasGeneratedBy <https://github.com/globalbioticinteractions/elton> .
}
sub:Pubinfo {
this: dcterms:created "2018-03-08T15:00:43Z"^^xsd:dateTime ;
pav:authoredBy <https://orcid.org/0000-0003-3138-4118> ;
pav:createdBy <https://github.com/globalbioticinteractions/elton> .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment