Skip to content

Commit

Permalink
Added example files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwarren2 committed Jan 18, 2022
1 parent 049e23a commit 333bb63
Show file tree
Hide file tree
Showing 14 changed files with 926 additions and 0 deletions.
100 changes: 100 additions & 0 deletions documentation/examples/Plaque.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns ="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:person="http:https://rdf.muninn-project.org/ontologies/person#"
xmlns:schema="https://schema.org/"
xmlns:vann="http:https://purl.org/vocab/vann/"
xmlns:rdf="http:https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:org="http:https://rdf.muninn-project.org/ontologies/organization#"
xmlns:mil="http:https://rdf.muninn-project.org/ontologies/military#"
xmlns:muninn="http:https://rdf.muninn-project.org/ontologies/muninn#"
xmlns:foaf="http:https://xmlns.com/foaf/0.1/"
xmlns:religion="http:https://rdf.muninn-project.org/ontologies/religion#"
xmlns:dbpedia="http:https://dbpedia.org/resource/"
xmlns:graves="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:time = "http:https://www.w3.org/2006/time#"
xmlns:owl="http:https://www.w3.org/2002/07/owl#"
xmlns:loc="http:https://id.loc.gov/vocabulary/relators/"
xmlns:skos="http:https://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http:https://www.w3.org/2001/XMLSchema#"
xmlns:vs="http:https://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:documents="http:https://rdf.muninn-project.org/ontologies/documents#"
xmlns:swrl="http:https://www.w3.org/2003/11/swrl#"
xmlns:geo="http:https://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http:https://purl.org/dc/elements/1.1/"
xmlns:void="http:https://rdfs.org/ns/void#"
xmlns:prov="http:https://www.w3.org/ns/prov#"
xmlns:dcat="http:https://www.w3.org/ns/dcat#"
xmlns:bibo="http:https://purl.org/ontology/bibo/"
xmlns:dcterms="http:https://purl.org/dc/terms/"
xmlns:cc="http:https://creativecommons.org/ns#"
xmlns:swrlb="http:https://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http:https://www.w3.org/2000/01/rdf-schema#"
xmlns:geosparql="http:https://www.opengis.net/ont/geosparql#"
xmlns:sf="http:https://www.opengis.net/ont/sf#"
xml:base="https://rdf.muninn-project.org/ontologies/graves#">

<graves:Plaque>
<dcterms:date>1918</dcterms:date>
<foaf:depiction rdf:resource="http:https://rdf.muninn-project.org/ww1/2011/11/11/Image/40f148948b06f936340ae7c738755651"/>
<graves:hasLocation>
<geo:Point>
<geo:lat>44.636214</geo:lat>
<geo:long>-63.593207</geo:long>
</geo:Point>
</graves:hasLocation>
<graves:hasLocation>
<schema:PostalAddress>
<foaf:name>Henry Hicks Academic Building, Dalhousie University</foaf:name>
<schema:postalCode>B3H4H6</schema:postalCode>
<schema:streetAddress>6299 South Street</schema:streetAddress>
<schema:addressCountry rdf:resource="http:https://sws.geonames.org/6251999/"/>
<schema:addressLocality rdf:resource="http:https://sws.geonames.org/6324729/"/>
<schema:addressRegion rdf:resource="http:https://sws.geonames.org/6091530/"/>
</schema:PostalAddress>
</graves:hasLocation>
<graves:siteName xml:lang="en">Dalhousie University Great War Memorial Plaques</graves:siteName>
<graves:inscription>IN PROUD REMEMBRANCE OF OUR CLASSMATES WHO GAVE
THEIR LIVES IN THE GREAT WAR. 1914 - 1918 JOHN BURGESS CALKIN CARSON VERNON
ARTHUR GRIERSON CYRIL HYDE HENRY ARTHUR MOSELY - "THEIR NAME LIVETH FOR
EVERMORE" DALHOUSIE CLASS 1918</graves:inscription>
<graves:isCommemorationOf>
<foaf:Group>
<foaf:name>Dalhousie students that died in the Great War</foaf:name>
<foaf:member>
<foaf:Person>
<foaf:familyName>Carson</foaf:familyName>
<foaf:givenName>John</foaf:givenName>
<foaf:name>John Burgess Calkin Carson</foaf:name>
<org:allegiance rdf:resource="http:https://rdf.muninn-project.org/ww1/2011/11/11/Dominion/canada"/>
</foaf:Person>
</foaf:member>
<foaf:member>
<foaf:Person>
<foaf:familyName>Grierson</foaf:familyName>
<foaf:givenName>Vernon</foaf:givenName>
<foaf:name>Vernon Arthur Grierson</foaf:name>
<org:allegiance rdf:resource="http:https://rdf.muninn-project.org/ww1/2011/11/11/Dominion/canada"/>
</foaf:Person>
</foaf:member>
<foaf:member>
<foaf:Person>
<foaf:familyName>Hyde</foaf:familyName>
<foaf:givenName>Cyril</foaf:givenName>
<org:allegiance rdf:resource="http:https://rdf.muninn-project.org/ww1/2011/11/11/Dominion/canada"/>
</foaf:Person>
</foaf:member>
<foaf:member>
<foaf:Person>
<foaf:familyName>Moseley</foaf:familyName>
<foaf:givenName>Henry</foaf:givenName>
<foaf:name>Henry Arthur Moseley</foaf:name>
<org:allegiance rdf:resource="http:https://rdf.muninn-project.org/ww1/2011/11/11/Dominion/canada"/>
</foaf:Person>
</foaf:member>
</foaf:Group>
</graves:isCommemorationOf>
<graves:inscription>in proud remembrance of our classmates who gave their lives
in the great war 1914 - 1918 Their name liveth for evermore</graves:inscription>
</graves:Plaque>
</rdf:RDF>
61 changes: 61 additions & 0 deletions documentation/examples/ShipWreck.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:person="http:https://rdf.muninn-project.org/ontologies/person#"
xmlns:schema="https://schema.org/"
xmlns:vann="http:https://purl.org/vocab/vann/"
xmlns:rdf="http:https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:org="http:https://rdf.muninn-project.org/ontologies/organization#"
xmlns:mil="http:https://rdf.muninn-project.org/ontologies/military#"
xmlns:muninn="http:https://rdf.muninn-project.org/ontologies/muninn#"
xmlns:foaf="http:https://xmlns.com/foaf/0.1/"
xmlns:religion="http:https://rdf.muninn-project.org/ontologies/religion#"
xmlns:dbpedia="http:https://dbpedia.org/resource/"
xmlns:graves="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:time = "http:https://www.w3.org/2006/time#"
xmlns:owl="http:https://www.w3.org/2002/07/owl#"
xmlns:loc="http:https://id.loc.gov/vocabulary/relators/"
xmlns:skos="http:https://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http:https://www.w3.org/2001/XMLSchema#"
xmlns:vs="http:https://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:documents="http:https://rdf.muninn-project.org/ontologies/documents#"
xmlns:swrl="http:https://www.w3.org/2003/11/swrl#"
xmlns:geo="http:https://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http:https://purl.org/dc/elements/1.1/"
xmlns:void="http:https://rdfs.org/ns/void#"
xmlns:prov="http:https://www.w3.org/ns/prov#"
xmlns:dcat="http:https://www.w3.org/ns/dcat#"
xmlns:bibo="http:https://purl.org/ontology/bibo/"
xmlns:dcterms="http:https://purl.org/dc/terms/"
xmlns:cc="http:https://creativecommons.org/ns#"
xmlns:swrlb="http:https://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http:https://www.w3.org/2000/01/rdf-schema#"
xmlns:geosparql="http:https://www.opengis.net/ont/geosparql#"
xmlns:sf="http:https://www.opengis.net/ont/sf#">
<graves:ShipWreck>
<foaf:siteName>Shipwreck of the U68</foaf:siteName>
<rdfs:label xml:lang="en">Shipwreck of the U68 (1915)</rdfs:label>
<owl:sameAs rdf:resource="http:https://dbpedia.org/ontology/SM_U-68"/>
<graves:hasApproximateLocation>
<geo:Point>
<geo:lat>57.933333</geo:lat>
<geo:long>-10.883333</geo:long>
<prov:hadPrimarySource>
<dc:bibliographicCitation rdf:about="http:https://rdf.muninn-project.org/ww1/2011/11/11/bibliographicCitation/7622626846a37239d6af3df0b1f3ea1a-ac">
<dc:title>My Mystery Ship</dc:title>
<documents:createdBy rdf:resource="http:https://dbpedia.org/resource/Gordon_Campbell_(Royal_Navy_officer)"/>
<dc:page>102</dc:page>
</dc:bibliographicCitation>
</prov:hadPrimarySource>
</geo:Point>
</graves:hasApproximateLocation>
<graves:hasLocation>
<geo:Point rdf:about="http:https://rdf.muninn-project.org/ww1/2011/11/11/Point/7622626846a37239d6af3df0b1f3ea1a-b">
<rdfs:comment>Precise? Location by uboat.net</rdfs:comment>
<geo:lat>51.9</geo:lat>
<geo:long>-10.883333</geo:long>
<prov:hadPrimarySource rdf:resource="http:https://uboat.net/wwi/boats/index.html?boat=68"/>
</geo:Point>
</graves:hasLocation>
<graves:startDate rdf:datatype="http:https://www.w3.org/2001/XMLSchema#date">19160322</graves:startDate>
</graves:ShipWreck>
</rdf:RDF>
64 changes: 64 additions & 0 deletions documentation/examples/ex-algonquin.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns ="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:person="http:https://rdf.muninn-project.org/ontologies/person#"
xmlns:schema="https://schema.org/"
xmlns:vann="http:https://purl.org/vocab/vann/"
xmlns:rdf="http:https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:org="http:https://rdf.muninn-project.org/ontologies/organization#"
xmlns:mil="http:https://rdf.muninn-project.org/ontologies/military#"
xmlns:muninn="http:https://rdf.muninn-project.org/ontologies/muninn#"
xmlns:foaf="http:https://xmlns.com/foaf/0.1/"
xmlns:religion="http:https://rdf.muninn-project.org/ontologies/religion#"
xmlns:dbpedia="http:https://dbpedia.org/resource/"
xmlns:graves="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:time = "http:https://www.w3.org/2006/time#"
xmlns:owl="http:https://www.w3.org/2002/07/owl#"
xmlns:loc="http:https://id.loc.gov/vocabulary/relators/"
xmlns:skos="http:https://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http:https://www.w3.org/2001/XMLSchema#"
xmlns:vs="http:https://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:documents="http:https://rdf.muninn-project.org/ontologies/documents#"
xmlns:swrl="http:https://www.w3.org/2003/11/swrl#"
xmlns:geo="http:https://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http:https://purl.org/dc/elements/1.1/"
xmlns:void="http:https://rdfs.org/ns/void#"
xmlns:prov="http:https://www.w3.org/ns/prov#"
xmlns:dcat="http:https://www.w3.org/ns/dcat#"
xmlns:bibo="http:https://purl.org/ontology/bibo/"
xmlns:dcterms="http:https://purl.org/dc/terms/"
xmlns:cc="http:https://creativecommons.org/ns#"
xmlns:swrlb="http:https://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http:https://www.w3.org/2000/01/rdf-schema#"
xmlns:geosparql="http:https://www.opengis.net/ont/geosparql#"
xmlns:sf="http:https://www.opengis.net/ont/sf#"
xml:base="https://rdf.muninn-project.org/ontologies/graves#">
<graves:Grave>
<!-- Cedar Lake -->
<graves:hasLocation rdf:resource="http:https://sws.geonames.org/5918868/"/>
<!-- Algonquin Park Boundaries-->
<graves:hasLocation rdf:resource="http:https://sws.geonames.org/5883649/"/>
<graves:siteName>Grave of A. Corbeil</graves:siteName>
<foaf:name>Grave of A. Corbeil</foaf:name>
<rdfs:label xml:lang="en">Grave of A. Corbeil (Algonquin Park, Canada)</rdfs:label>
<!-- The actual location of the grave -->
<graves:hasLocation>
<geo:Point>
<geo:lat>46.004756708462466</geo:lat>
<geo:long>-78.4839677810669</geo:long>
</geo:Point>
</graves:hasLocation>
<!-- Grave has a wooden marker -->
<graves:hasCommemoration>
<graves:Tombstone>
<graves:hasName>A Corbeil June 1 1888</graves:hasName>
<graves:epitaph>IHS</graves:epitaph>
</graves:Tombstone>
</graves:hasCommemoration>
<graves:containsRemains>
<graves:Skeleton>
<rdfs:label xml:lang="en">A. Corbeil's remains</rdfs:label>
</graves:Skeleton>
</graves:containsRemains>
</graves:Grave>
</rdf:RDF>
68 changes: 68 additions & 0 deletions documentation/examples/ex-basic-grave-givenchy-C6.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns ="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:person="http:https://rdf.muninn-project.org/ontologies/person#"
xmlns:schema="https://schema.org/"
xmlns:vann="http:https://purl.org/vocab/vann/"
xmlns:rdf="http:https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:org="http:https://rdf.muninn-project.org/ontologies/organization#"
xmlns:mil="http:https://rdf.muninn-project.org/ontologies/military#"
xmlns:muninn="http:https://rdf.muninn-project.org/ontologies/muninn#"
xmlns:foaf="http:https://xmlns.com/foaf/0.1/"
xmlns:religion="http:https://rdf.muninn-project.org/ontologies/religion#"
xmlns:dbpedia="http:https://dbpedia.org/resource/"
xmlns:graves="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:time = "http:https://www.w3.org/2006/time#"
xmlns:owl="http:https://www.w3.org/2002/07/owl#"
xmlns:loc="http:https://id.loc.gov/vocabulary/relators/"
xmlns:skos="http:https://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http:https://www.w3.org/2001/XMLSchema#"
xmlns:vs="http:https://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:documents="http:https://rdf.muninn-project.org/ontologies/documents#"
xmlns:swrl="http:https://www.w3.org/2003/11/swrl#"
xmlns:geo="http:https://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http:https://purl.org/dc/elements/1.1/"
xmlns:void="http:https://rdfs.org/ns/void#"
xmlns:prov="http:https://www.w3.org/ns/prov#"
xmlns:dcat="http:https://www.w3.org/ns/dcat#"
xmlns:bibo="http:https://purl.org/ontology/bibo/"
xmlns:dcterms="http:https://purl.org/dc/terms/"
xmlns:cc="http:https://creativecommons.org/ns#"
xmlns:swrlb="http:https://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http:https://www.w3.org/2000/01/rdf-schema#"
xmlns:geosparql="http:https://www.opengis.net/ont/geosparql#"
xmlns:sf="http:https://www.opengis.net/ont/sf#"
xml:base="https://rdf.muninn-project.org/ontologies/graves#">
<graves:MilitaryCemetery>
<graves:siteName>Givenchy Road Canadian Cemetery</graves:siteName>
<rdfs:label xml:lang="en">Givenchy Road Canadian Cemetery (France)</rdfs:label>
<graves:hasLocation>
<geo:Point>
<geo:lat>50.37599</geo:lat>
<geo:long>2.76452</geo:long>
</geo:Point>
</graves:hasLocation>
<graves:containsGrave>
<graves:Grave>
<!-- The Specific Grave -->
<graves:hasLocation>C6</graves:hasLocation>
<graves:hasCommemoration>
<graves:Tombstone>
<graves:inscription>A Canadian Soldier of the Great War</graves:inscription>
<graves:epitaph>Known unto God</graves:epitaph>
</graves:Tombstone>
</graves:hasCommemoration>
<graves:containsRemains>
<graves:Skeleton>
<graves:isRemainsOf>
<mil:Soldier>
<foaf:name>A unidentified soldier of the Great War</foaf:name>
<org:allegiance rdf:resource="#DominionCanada"/>
</mil:Soldier>
</graves:isRemainsOf>
</graves:Skeleton>
</graves:containsRemains>
</graves:Grave>
</graves:containsGrave>
</graves:MilitaryCemetery>
</rdf:RDF>
63 changes: 63 additions & 0 deletions documentation/examples/ex-basic-grave-givenchy-identity.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns ="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:person="http:https://rdf.muninn-project.org/ontologies/person#"
xmlns:schema="https://schema.org/"
xmlns:vann="http:https://purl.org/vocab/vann/"
xmlns:rdf="http:https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:org="http:https://rdf.muninn-project.org/ontologies/organization#"
xmlns:mil="http:https://rdf.muninn-project.org/ontologies/military#"
xmlns:muninn="http:https://rdf.muninn-project.org/ontologies/muninn#"
xmlns:foaf="http:https://xmlns.com/foaf/0.1/"
xmlns:religion="http:https://rdf.muninn-project.org/ontologies/religion#"
xmlns:dbpedia="http:https://dbpedia.org/resource/"
xmlns:graves="https://rdf.muninn-project.org/ontologies/graves#"
xmlns:time = "http:https://www.w3.org/2006/time#"
xmlns:owl="http:https://www.w3.org/2002/07/owl#"
xmlns:loc="http:https://id.loc.gov/vocabulary/relators/"
xmlns:skos="http:https://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http:https://www.w3.org/2001/XMLSchema#"
xmlns:vs="http:https://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:documents="http:https://rdf.muninn-project.org/ontologies/documents#"
xmlns:swrl="http:https://www.w3.org/2003/11/swrl#"
xmlns:geo="http:https://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http:https://purl.org/dc/elements/1.1/"
xmlns:void="http:https://rdfs.org/ns/void#"
xmlns:prov="http:https://www.w3.org/ns/prov#"
xmlns:dcat="http:https://www.w3.org/ns/dcat#"
xmlns:bibo="http:https://purl.org/ontology/bibo/"
xmlns:dcterms="http:https://purl.org/dc/terms/"
xmlns:cc="http:https://creativecommons.org/ns#"
xmlns:swrlb="http:https://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http:https://www.w3.org/2000/01/rdf-schema#"
xmlns:geosparql="http:https://www.opengis.net/ont/geosparql#"
xmlns:sf="http:https://www.opengis.net/ont/sf#"
xml:base="https://rdf.muninn-project.org/ontologies/graves#">
<graves:Grave>
<!-- The Specific Grave -->
<graves:hasLocation>C6</graves:hasLocation>
<graves:hasCommemoration>
<graves:Tombstone>
<!-- The Specific Tombstone -->
<graves:inscription>A Canadian Soldier of the Great War</graves:inscription>
<graves:epitaph>Known unto God</graves:epitaph>
</graves:Tombstone>
</graves:hasCommemoration>
<graves:containsRemains>
<graves:Skeleton>
<!-- Unidentified remains -->
<graves:isRemainsOf>
<mil:Soldier>
<!-- This Unknown Soldier -->
<owl:oneOf rdf:parseType="Collection">
<owl:Thing rdf:about="1stSoldierMissinginAction"/>
<owl:Thing rdf:about="2ndSoldierMissinginAction"/>
<owl:Thing rdf:about="3ndSoldierMissinginAction"/>
<owl:Thing rdf:about="nthSoldierMissinginAction"/>
</owl:oneOf>
</mil:Soldier>
</graves:isRemainsOf>
</graves:Skeleton>
</graves:containsRemains>
</graves:Grave>
</rdf:RDF>
Loading

0 comments on commit 333bb63

Please sign in to comment.