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

testsuite.invalid.emptyinfo.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 npx:  .
@prefix ex:  .

:Head {
	: np:hasAssertion :assertion ;
		np:hasProvenance :provenance ;
		np:hasPublicationInfo :pubinfo ;
		a np:Nanopublication .
}

:assertion {
	ex:mosquito ex:transmits ex:malaria .
}

:provenance {
	:assertion prov:hadPrimarySource  .
}

:pubinfo {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy