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

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 @prefix prov: <http://www.w3.org/ns/prov#> .
2 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
3 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4 @prefix ex: <http://example.org/> .
5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6
7
8 ex:assoc2 a prov:Association ;
9 prov:agent ex:ag1 .