All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testsuite.valid.3nanopubs.trig Maven / Gradle / Ivy

There is a newer version: 1.63
Show newest version
@prefix :  .
@prefix xsd:  .
@prefix dc:  .
@prefix pav:  .
@prefix prov:  .
@prefix np:  .
@prefix ex:  .

:Head {
    : a np:Nanopublication ; np:hasAssertion :assertion ;
        np:hasProvenance :provenance ; np:hasPublicationInfo :pubinfo .
}
:assertion {
    ex:mosquito ex:transmits ex:malaria .
}
:provenance {
    :assertion prov:wasDerivedFrom  .
}
:pubinfo {
    : pav:createdBy  .
    : dc:created "2014-07-09T13:54:11+01:00"^^xsd:dateTime .
}


@prefix :  .
@prefix xsd:  .
@prefix dc:  .
@prefix pav:  .
@prefix prov:  .
@prefix np:  .
@prefix ex:  .

:Head {
    : a np:Nanopublication ; np:hasAssertion :assertion ;
        np:hasProvenance :provenance ; np:hasPublicationInfo :pubinfo .
}
:assertion {
    ex:Gene1 ex:isRealtedTo ex:malaria .
}
:provenance {
    :assertion prov:wasDerivedFrom  .
}
:pubinfo {
    : pav:createdBy  .
    : dc:created "2014-07-09T13:54:11+01:00"^^xsd:dateTime .
}


@prefix :  .
@prefix xsd:  .
@prefix dc:  .
@prefix pav:  .
@prefix prov:  .
@prefix np:  .
@prefix ex:  .

:Head {
    : a np:Nanopublication ; np:hasAssertion :assertion ;
        np:hasProvenance :provenance ; np:hasPublicationInfo :pubinfo .
}
:assertion {
    ex:Gene2 ex:isRealtedTo ex:malaria .
}
:provenance {
    :assertion prov:wasDerivedFrom  .
}
:pubinfo {
    : pav:createdBy  .
    : dc:created "2014-07-09T13:54:11+01:00"^^xsd:dateTime .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy