Skip to content

Commit

Permalink
fix(doap): Fix PaperPlane.doap syntax
Browse files Browse the repository at this point in the history
OWL syntax is not supported by python's rdflib.

This commit makes DOAP file parseable with rdflib.
  • Loading branch information
CyberTailor authored and marhkb committed Aug 6, 2023
1 parent 66a0b5a commit d61f344
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PaperPlane.doap
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Marco Melorio</foaf:name>
<foaf:mbox rdf:resource="mailto:marco.melorio@pm.me"/>
Expand All @@ -30,6 +32,8 @@
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Marcus Behrendt</foaf:name>
<foaf:mbox rdf:resource="mailto:marcus.behrendt.86@gmail.com"/>
Expand All @@ -40,6 +44,8 @@
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Yuri Izmer</foaf:name>
<foaf:account>
Expand Down

0 comments on commit d61f344

Please sign in to comment.