Skip to content

Commit 868f52e

Browse files
committed
fix(doap): Fix PaperPlane.doap syntax
OWL syntax is not supported by python's rdflib. This commit makes DOAP file parseable with rdflib.
1 parent 4a99454 commit 868f52e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

PaperPlane.doap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
</foaf:OnlineAccount>
2121
</foaf:account>
2222
</foaf:Person>
23+
</maintainer>
24+
<maintainer>
2325
<foaf:Person>
2426
<foaf:name>Marco Melorio</foaf:name>
2527
<foaf:mbox rdf:resource="mailto:marco.melorio@pm.me"/>
@@ -30,6 +32,8 @@
3032
</foaf:OnlineAccount>
3133
</foaf:account>
3234
</foaf:Person>
35+
</maintainer>
36+
<maintainer>
3337
<foaf:Person>
3438
<foaf:name>Marcus Behrendt</foaf:name>
3539
<foaf:mbox rdf:resource="mailto:marcus.behrendt.86@gmail.com"/>
@@ -40,6 +44,8 @@
4044
</foaf:OnlineAccount>
4145
</foaf:account>
4246
</foaf:Person>
47+
</maintainer>
48+
<maintainer>
4349
<foaf:Person>
4450
<foaf:name>Yuri Izmer</foaf:name>
4551
<foaf:account>

0 commit comments

Comments
 (0)