Skip to content

Commit

Permalink
Add a logo property
Browse files Browse the repository at this point in the history
  • Loading branch information
linkmauve committed Jul 13, 2019
1 parent becdb16 commit dfc0f09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schema/doap.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,16 @@
<rdfs:range rdf:resource="http://rdfs.org/sioc/ns#Container" />
</rdf:Property>

<rdf:Property rdf:about="http://usefulinc.com/ns/doap#logo">
<rdfs:isDefinedBy rdf:resource="http://usefulinc.com/ns/doap#" />
<rdfs:label xml:lang="en">project logo</rdfs:label>
<rdfs:label xml:lang="fr">logo du projet</rdfs:label>
<rdfs:comment xml:lang="en">An image for quickly identifying this project.</rdfs:comment>
<rdfs:comment xml:lang="fr">Une image permettant d’identifier rapidement ce projet.</rdfs:comment>
<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
<rdfs:range rdf:resource="http://rdfs.org/sioc/ns#Container" />
</rdf:Property>


<rdf:Property rdf:about="http://usefulinc.com/ns/doap#category">
<rdfs:isDefinedBy rdf:resource="http://usefulinc.com/ns/doap#" />
Expand Down

0 comments on commit dfc0f09

Please sign in to comment.