Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all occurrences of the zenodo doi of gfo #60

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gfo-light.owl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<vann:preferredNamespacePrefix>gfo-light</vann:preferredNamespacePrefix>
<foaf:homepage>https://github.com/Onto-Med/GFO</foaf:homepage>
<doap:repository rdf:resource="https://github.com/Onto-Med/GFO"/>
<bibo:doi rdf:resource="https://zenodo.org/doi/10.5281/zenodo.5205419"/>
<bibo:doi>10.5281/zenodo.5205419</bibo:doi>
<terms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion gfo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<vann:preferredNamespacePrefix>gfo</vann:preferredNamespacePrefix>
<foaf:homepage>https://github.com/Onto-Med/GFO</foaf:homepage>
<doap:repository rdf:resource="https://github.com/Onto-Med/GFO" />
<bibo:doi rdf:resource="https://zenodo.org/doi/10.5281/zenodo.5205419" />
<bibo:doi>10.5281/zenodo.5205419</bibo:doi>
<terms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/" />
</owl:Ontology>
</rdf:RDF>
2 changes: 1 addition & 1 deletion modules/gfo-base.owl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<vann:preferredNamespacePrefix>gfo-base</vann:preferredNamespacePrefix>
<foaf:homepage>https://github.com/Onto-Med/GFO</foaf:homepage>
<doap:repository rdf:resource="https://github.com/Onto-Med/GFO" />
<bibo:doi rdf:resource="https://zenodo.org/doi/10.5281/zenodo.5205419" />
<bibo:doi>10.5281/zenodo.5205419</bibo:doi>
<terms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/" />
</owl:Ontology>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (object situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-object-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/object-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (extended object situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-object-extended-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/object-extended-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (presentic object situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-object-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-object-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (presentic-object-reified-presentic-attributives situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-object-reified-presentic-attributives-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-object-reified-presentic-attributives-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (presentic-object-reified-presentic-objects situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-object-reified-presentic-objects-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-object-reified-presentic-objects-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (simple presentic situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-simple-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-simple-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (simple situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-simple-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/simple-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (time-extended situation pattern example)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-time-extended-situation-example" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/time-extended-example" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation-object-extended.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (extended object situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-object-extended-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/object-extended" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation-object.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (object situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-object-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/object" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (presentic-object-reified-presentic-attributives situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-object-reified-presentic-attributives-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-object-reified-presentic-attributives" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (presentic-object-reified-presentic-objects situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-object-reified-presentic-objects-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-object-reified-presentic-objects" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation-presentic-object.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (presentic object situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-object-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-object" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation-presentic-simple.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (simple presentic situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-presentic-simple-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/presentic-simple" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation-simple.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (simple situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-simple-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/simple" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation-time-extended.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-11" ;
dc:title "General Formal Ontology (time-extended situation pattern)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-time-extended-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/time-extended" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
2 changes: 1 addition & 1 deletion modules/situation/gfo-situation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dc:modified "2024-12-07" ;
dc:title "General Formal Ontology (situation module)"@en ;
terms:license <http://creativecommons.org/licenses/by/4.0/> ;
bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ;
bibo:doi "10.5281/zenodo.5205419" ;
vann:preferredNamespacePrefix "gfo-situation" ;
vann:preferredNamespaceURI "https://w3id.org/gfo/situation/" ;
doap:repository <https://github.com/Onto-Med/GFO> ;
Expand Down
Loading