Skip to content

Commit

Permalink
Merge pull request #55 from kjetilk/master
Browse files Browse the repository at this point in the history
Add a GitRepository class
  • Loading branch information
kjetilk committed Aug 22, 2017
2 parents 95b0eb9 + 7f160fa commit ee26b0e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions schema/doap.rdf
Expand Up @@ -120,6 +120,23 @@
<rdfs:subClassOf rdf:resource="http://usefulinc.com/ns/doap#Repository" />
</rdfs:Class>

<rdfs:Class rdf:about="http://usefulinc.com/ns/doap#GitRepository">
<rdfs:isDefinedBy rdf:resource="http://usefulinc.com/ns/doap#" />
<rdfs:label xml:lang="en">Git Repository</rdfs:label>
<rdfs:label xml:lang="fr">Dépôt Git</rdfs:label>
<rdfs:label xml:lang="es">Repositorio Git</rdfs:label>
<rdfs:label xml:lang="de">Git Repository</rdfs:label>
<rdfs:label xml:lang="cs">Úložiště Git</rdfs:label>
<rdfs:label xml:lang="pt">Repositório Git</rdfs:label>
<rdfs:comment xml:lang="en">Git source code repository.</rdfs:comment>
<rdfs:comment xml:lang="fr">Dépôt Git du code source.</rdfs:comment>
<rdfs:comment xml:lang="es">Repositorio Git del código fuente.</rdfs:comment>
<rdfs:comment xml:lang="de">Git Quellcode-Versionierungssystem.</rdfs:comment>
<rdfs:comment xml:lang="cs">Úložiště zdrojových kódů Git.</rdfs:comment>
<rdfs:comment xml:lang="pt">Repositório Git do código fonte.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://usefulinc.com/ns/doap#Repository" />
</rdfs:Class>

<rdfs:Class rdf:about="http://usefulinc.com/ns/doap#BKRepository">
<rdfs:isDefinedBy rdf:resource="http://usefulinc.com/ns/doap#" />
<rdfs:label xml:lang="en">BitKeeper Repository</rdfs:label>
Expand Down Expand Up @@ -365,6 +382,7 @@
<rdfs:comment xml:lang="cs">Domovská stránka nebo e–mailová adresa e–mailové diskuse.</rdfs:comment>
<rdfs:comment xml:lang="pt">Página web da lista de distribuição de e-mail ou dos endereços.</rdfs:comment>
<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
<rdfs:range rdf:resource="http://rdfs.org/sioc/types#MailingList" />
</rdf:Property>

<rdf:Property rdf:about="http://usefulinc.com/ns/doap#support-forum">
Expand Down Expand Up @@ -602,6 +620,7 @@
<rdfs:comment xml:lang="cs">URL adresa wiki projektu pro společné diskuse.</rdfs:comment>
<rdfs:comment xml:lang="pt">URL da Wiki para discussão em grupo do projeto.</rdfs:comment>
<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
<rdfs:range rdf:resource="http://rdfs.org/sioc/types#Wiki" />
</rdf:Property>

<rdf:Property rdf:about="http://usefulinc.com/ns/doap#bug-database">
Expand Down Expand Up @@ -851,6 +870,7 @@
<rdfs:comment xml:lang="pt">URI de um blog relacionado com um projeto</rdfs:comment>
<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource" />
<rdfs:range rdf:resource="http://rdfs.org/sioc/types#Weblog" />
</rdf:Property>

</rdf:RDF>
Expand Down

0 comments on commit ee26b0e

Please sign in to comment.