view env/lib/python3.9/site-packages/prov/tests/rdf/derivation12.ttl @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
line wrap: on
line source

@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ex: <http://example.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .


ex:quo1 a prov:Quotation ;
	prov:entity ex:e1 .

ex:e2 prov:qualifiedQuotation ex:quo1 .

ex:quo1 prov:hadActivity ex:a ;
	prov:hadGeneration ex:g ;
	prov:hadUsage ex:u .