added id to divs
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 28 Feb 2012 09:28:06 +0100
changeset 1703 7f03ed215105
parent 1702 b168515aef9b (current diff)
parent 1701 de2939264b5b (diff)
child 1704 f29458666154
added id to divs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/rdf/eg-1/eg-1.ttl	Tue Feb 28 09:28:06 2012 +0100
@@ -0,0 +1,13 @@
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix : <#> .
+
+:e2 a prov:Entity;
+   prov:wasDerivedFrom :e1;
+. 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/rdf/eg-2-self-portrait/eg-2-self-portrait.ttl	Tue Feb 28 09:28:06 2012 +0100
@@ -0,0 +1,11 @@
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix : <#> .
+
+:ag a prov:Agent .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/rdf/prefixes.ttl	Tue Feb 28 09:28:06 2012 +0100
@@ -0,0 +1,9 @@
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .
+@prefix void:    <http://rdfs.org/ns/void#> .
+@prefix : <#> .
--- a/ontology/components/Event.ttl	Tue Feb 28 09:27:22 2012 +0100
+++ b/ontology/components/Event.ttl	Tue Feb 28 09:28:06 2012 +0100
@@ -32,3 +32,15 @@
    a owl:Class;
    rdfs:subClassOf time:Instant;
 .
+
+prov:follows
+   a owl:ObjectProperty;
+   rdfs:domain prov:Event;
+   rdfs:range prov:Event;
+.
+
+prov:precedes
+   a owl:ObjectProperty;
+   rdfs:domain prov:Event;
+   rdfs:range prov:Event;
+.
Binary file presentations/dagstuhl/prov-dm/Collections/DM-Collections.key has changed
Binary file presentations/dagstuhl/prov-dm/Collections/DM-Collections.pdf has changed