diff env/lib/python3.9/site-packages/prov/tests/rdf/communication7.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/env/lib/python3.9/site-packages/prov/tests/rdf/communication7.ttl	Mon Mar 22 18:12:50 2021 +0000
@@ -0,0 +1,21 @@
+@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 ex2: <http://example2.org/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+
+ex:inf7 a prov:Communication ;
+	prov:activity ex:a1 .
+
+ex:a2 prov:qualifiedCommunication ex:inf7 .
+
+ex:inf7 a "a"^^xsd:string , "1"^^xsd:int , "1.0"^^xsd:float , "true"^^xsd:string , ex:abc , "2014-06-23T12:28:54.117+01:00"^^xsd:dateTime , "http://example.org/hello"^^xsd:anyURI ;
+	rdfs:label "hello" , "bye"@en , "bonjour"@fr ;
+	ex2:tag3 "hi"^^xsd:string ;
+	ex:tag1 "hello"^^xsd:string , """hello
+over
+more
+lines"""^^xsd:string ;
+	ex:tag2 "bye"^^xsd:string .