pml 3 html example stubs
authorTim L <lebot@rpi.edu>
Sat, 18 Aug 2012 13:30:36 -0400
changeset 4352 5a744e6ca454
parent 4351 e4b2cdf8c7e9
child 4353 ac87fca2037a
pml 3 html example stubs
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Author.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Authorship.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DeclarativeRule.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Document.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DocumentFragment.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_EmptyInformation.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Format.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_InferenceEngine.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Information.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_InformationContainer.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Language.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_OffsetPosition.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Ontology.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_OwnedEntity.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Owner.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Ownership.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Position.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_ProceduralPlan.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Publisher.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Publishership.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_RowColLocation.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Sensor.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Source.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_TranslationMethod.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_WebService.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Webpage.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_authorOf.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasAuthor.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasCreationDateTime.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasDescription.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasEncoding.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFormat.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromCol.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromLanguage.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromOffset.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromRow.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasLanguage.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasModificationDateTime.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasOwner.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasPublicationDateTime.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasPublisher.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToCol.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToLanguage.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToOffset.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToRow.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasVersion.ttl
examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_qualifiedAuthorship.ttl
examples/eg-41-pml-3-html-examples/rdf/create/refresh.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Author.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Authorship.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DeclarativeRule.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Document.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_DocumentFragment.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_EmptyInformation.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Format.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_InferenceEngine.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Information.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_InformationContainer.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Language.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_OffsetPosition.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Ontology.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_OwnedEntity.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Owner.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Ownership.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Position.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_ProceduralPlan.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Publisher.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Publishership.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_RowColLocation.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Sensor.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Source.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_TranslationMethod.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_WebService.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/class_Webpage.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_authorOf.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasAuthor.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasCreationDateTime.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasDescription.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasEncoding.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFormat.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromCol.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromLanguage.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromOffset.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasFromRow.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasLanguage.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasModificationDateTime.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasOwner.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasPublicationDateTime.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasPublisher.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToCol.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToLanguage.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToOffset.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasToRow.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_hasVersion.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/rdf/property_qualifiedAuthorship.ttl	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,9 @@
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix pml:     <http://provenanceweb.org/ns/pml#> .
+@prefix ex:      <http://example.com/vocab#> .
+@prefix :        <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-41-pml-3-html-examples/rdf/create/refresh.sh	Sat Aug 18 13:30:36 2012 -0400
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+$DATAFAQS_HOME/bin/stub-ontology-examples.py https://raw.github.com/timrdf/pml/master/ontology/pml-3.0.owl http://provenanceweb.org/ontology/pml# pml