rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/doap.rb
CHANGED
@@ -3,372 +3,374 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://usefulinc.com/ns/doap#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://usefulinc.com/ns/doap#>
|
7
|
+
# @!visibility private
|
6
8
|
DOAP = Class.new(RDF::StrictVocabulary("http://usefulinc.com/ns/doap#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://usefulinc.com/ns/doap#",
|
10
|
-
"http://purl.org/dc/elements/1.1/creator": "Edd Wilder-James"
|
11
|
-
"http://purl.org/dc/elements/1.1/description": "The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language.".
|
12
|
-
"http://purl.org/dc/elements/1.1/format": "application/rdf+xml"
|
13
|
-
"http://purl.org/dc/elements/1.1/rights": "Copyright © 2004-2018 Edd Dumbill, Edd Wilder-James"
|
14
|
-
"http://purl.org/dc/elements/1.1/title": "Description of a Project (DOAP) vocabulary"
|
15
|
-
"http://www.w3.org/2002/07/owl#imports": "http://xmlns.com/foaf/0.1/"
|
12
|
+
"http://purl.org/dc/elements/1.1/creator": "Edd Wilder-James",
|
13
|
+
"http://purl.org/dc/elements/1.1/description": ["The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language.", {cs: "Slovník Description of a Project (DOAP, Popis projektu), popsaný použitím W3C RDF Schema a Web Ontology Language.", de: "Das Vokabular \"Description of a Project (DOAP)\", beschrieben durch W3C RDF Schema and the Web Ontology Language.", es: "El vocabulario Description of a Project (DOAP, Descripción de un Proyecto), descrito usando RDF Schema de W3C\n\t\ty Web Ontology Language.", fr: "Le vocabulaire Description Of A Project (DOAP, Description D'Un Projet),\n\t\tdécrit en utilisant RDF Schema du W3C et OWL.", pt: "Vocabulário de descrição de um Projeto (DOAP - Description of a Project), descrito no esquema (schema) W3C RDF e na Web Ontology Language."}],
|
14
|
+
"http://purl.org/dc/elements/1.1/format": "application/rdf+xml",
|
15
|
+
"http://purl.org/dc/elements/1.1/rights": "Copyright © 2004-2018 Edd Dumbill, Edd Wilder-James",
|
16
|
+
"http://purl.org/dc/elements/1.1/title": "Description of a Project (DOAP) vocabulary",
|
17
|
+
"http://www.w3.org/2002/07/owl#imports": "http://xmlns.com/foaf/0.1/",
|
16
18
|
"http://xmlns.com/foaf/0.1/maker": term(
|
17
|
-
"http://xmlns.com/foaf/0.1/mbox": "mailto:edd@usefulinc.com"
|
18
|
-
"http://xmlns.com/foaf/0.1/name": "Edd Wilder-James"
|
19
|
-
type: "http://xmlns.com/foaf/0.1/Person"
|
19
|
+
"http://xmlns.com/foaf/0.1/mbox": "mailto:edd@usefulinc.com",
|
20
|
+
"http://xmlns.com/foaf/0.1/name": "Edd Wilder-James",
|
21
|
+
type: "http://xmlns.com/foaf/0.1/Person"
|
20
22
|
),
|
21
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
23
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
22
24
|
|
23
25
|
# Class definitions
|
24
26
|
term :ArchRepository,
|
25
|
-
comment: "GNU Arch source code repository.".
|
26
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
27
|
-
label: "GNU Arch repository"
|
28
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
29
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
27
|
+
comment: {en: "GNU Arch source code repository.", cs: "Úložiště zdrojových kódů GNU Arch.", de: "GNU Arch Quellcode-Versionierungssystem.", es: "Repositorio GNU Arch del código fuente.", fr: "Dépôt GNU Arch du code source.", pt: "Repositório GNU Arch do código fonte."},
|
28
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
29
|
+
label: {en: "GNU Arch repository", cs: "Úložiště GNU Arch", de: "GNU Arch repository", es: "Repositorio GNU Arch", fr: "Dépôt GNU Arch", pt: "Repositório GNU Arch"},
|
30
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
31
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
30
32
|
term :BKRepository,
|
31
|
-
comment: "BitKeeper source code repository.".
|
32
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
33
|
-
label: "BitKeeper Repository"
|
34
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
35
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
33
|
+
comment: {en: "BitKeeper source code repository.", cs: "Úložiště zdrojových kódů BitKeeper.", de: "BitKeeper Quellcode-Versionierungssystem.", es: "Repositorio BitKeeper del código fuente.", fr: "Dépôt BitKeeper du code source.", pt: "Repositório BitKeeper do código fonte."},
|
34
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
35
|
+
label: {en: "BitKeeper Repository", cs: "Úložiště BitKeeper", de: "BitKeeper Repository", es: "Repositorio BitKeeper", fr: "Dépôt BitKeeper", pt: "Repositório Bitkeeper"},
|
36
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
37
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
36
38
|
term :BazaarBranch,
|
37
|
-
comment: "Bazaar source code branch.".
|
38
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
39
|
-
label: "Bazaar Branch"
|
40
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
41
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
39
|
+
comment: {en: "Bazaar source code branch.", pt: "Código fonte da ramificação Bazaar."},
|
40
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
41
|
+
label: {en: "Bazaar Branch", pt: "Ramificação Bazaar"},
|
42
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
43
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
42
44
|
term :CVSRepository,
|
43
|
-
comment: "CVS source code repository.".
|
44
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
45
|
-
label: "CVS Repository"
|
46
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
47
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
45
|
+
comment: {en: "CVS source code repository.", cs: "Úložiště zdrojových kódů CVS.", de: "CVS Quellcode-Versionierungssystem.", es: "Repositorio CVS del código fuente.", fr: "Dépôt CVS du code source.", pt: "Repositório CVS do código fonte."},
|
46
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
47
|
+
label: {en: "CVS Repository", cs: "Úložiště CVS", de: "CVS Repository", es: "Repositorio CVS", fr: "Dépôt CVS", pt: "Repositório CVS"},
|
48
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
49
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
48
50
|
term :DarcsRepository,
|
49
|
-
comment: "darcs source code repository.".
|
50
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
51
|
-
label: "darcs Repository"
|
52
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
53
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
51
|
+
comment: {en: "darcs source code repository.", es: "Repositorio darcs del código fuente.", fr: "Dépôt darcs du code source.", pt: "Repositório darcs do código fonte."},
|
52
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
53
|
+
label: {en: "darcs Repository", es: "Repositorio darcs", fr: "Dépôt darcs", pt: "Repositório darcs"},
|
54
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
55
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
54
56
|
term :GitBranch,
|
55
|
-
comment: "Git source code branch.".
|
56
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
57
|
-
label: "Git Branch"
|
58
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
59
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
57
|
+
comment: {en: "Git source code branch.", pt: "Código fonte da ramificação Git."},
|
58
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
59
|
+
label: {en: "Git Branch", pt: "Ramificação Git"},
|
60
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
61
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
60
62
|
term :GitRepository,
|
61
|
-
comment: "Git source code repository.".
|
62
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
63
|
-
label: "Git Repository"
|
64
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
65
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
63
|
+
comment: {en: "Git source code repository.", cs: "Úložiště zdrojových kódů Git.", de: "Git Quellcode-Versionierungssystem.", es: "Repositorio Git del código fuente.", fr: "Dépôt Git du code source.", pt: "Repositório Git do código fonte."},
|
64
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
65
|
+
label: {en: "Git Repository", cs: "Úložiště Git", de: "Git Repository", es: "Repositorio Git", fr: "Dépôt Git", pt: "Repositório Git"},
|
66
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
67
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
66
68
|
term :HgRepository,
|
67
|
-
comment: "Mercurial source code repository.".
|
68
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
69
|
-
label: "Mercurial Repository"
|
70
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
71
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
69
|
+
comment: {en: "Mercurial source code repository.", pt: "Repositório Mercurial do código fonte."},
|
70
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
71
|
+
label: {en: "Mercurial Repository", pt: "Repositório Mercurial"},
|
72
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
73
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
72
74
|
term :Project,
|
73
|
-
comment: "A project.".
|
74
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
75
|
-
label: "Project"
|
76
|
-
subClassOf: ["http://xmlns.com/foaf/0.1/Project"
|
77
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
75
|
+
comment: {en: "A project.", cs: "Projekt.", de: "Ein Projekt.", es: "Un proyecto.", fr: "Un projet.", pt: "Projeto."},
|
76
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
77
|
+
label: {en: "Project", cs: "Projekt", de: "Projekt", es: "Proyecto", fr: "Projet", pt: "Projeto"},
|
78
|
+
subClassOf: ["http://xmlns.com/foaf/0.1/Project", "http://xmlns.com/wordnet/1.6/Project"],
|
79
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
78
80
|
term :Repository,
|
79
|
-
comment: "Source code repository.".
|
80
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
81
|
-
label: "Repository"
|
82
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
81
|
+
comment: {en: "Source code repository.", cs: "Úložiště zdrojových kódů.", de: "Quellcode-Versionierungssystem.", es: "Repositorio del código fuente.", fr: "Dépôt du code source.", pt: "Repositório do código fonte."},
|
82
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
83
|
+
label: {en: "Repository", cs: "Úložiště", de: "Repository", es: "Repositorio", fr: "Dépôt", pt: "Repositório"},
|
84
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
83
85
|
term :SVNRepository,
|
84
|
-
comment: "Subversion source code repository.".
|
85
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
86
|
-
label: "Subversion Repository"
|
87
|
-
subClassOf: "http://usefulinc.com/ns/doap#Repository"
|
88
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
86
|
+
comment: {en: "Subversion source code repository.", cs: "Úložiště zdrojových kódů Subversion.", de: "Subversion Quellcode-Versionierungssystem.", es: "Repositorio Subversion del código fuente.", fr: "Dépôt Subversion du code source.", pt: "Repositório Subversion do código fonte."},
|
87
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
88
|
+
label: {en: "Subversion Repository", cs: "Úložiště Subversion", de: "Subversion Repository", es: "Repositorio Subversion", fr: "Dépôt Subversion", pt: "Repositório Subversion"},
|
89
|
+
subClassOf: "http://usefulinc.com/ns/doap#Repository",
|
90
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
89
91
|
term :Specification,
|
90
|
-
comment: "A specification of a system's aspects, technical or otherwise.".
|
91
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
92
|
-
label: "Specification"
|
93
|
-
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
94
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
92
|
+
comment: {en: "A specification of a system's aspects, technical or otherwise.", pt: "A especificação de aspetos, técnicas ou outros do sistema."},
|
93
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
94
|
+
label: {en: "Specification", pt: "Especificação"},
|
95
|
+
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
96
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
95
97
|
term :Version,
|
96
|
-
comment: "Version information of a project release.".
|
97
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
98
|
-
label: "Version"
|
99
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
98
|
+
comment: {en: "Version information of a project release.", cs: "Informace o uvolněné verzi projektu.", de: "Versionsinformation eines Projekt Releases.", es: "Información sobre la versión de un release del proyecto.", fr: "Détails sur une version d'une release d'un projet.", pt: "Informação sobre a versão do projeto lançado."},
|
99
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
100
|
+
label: {en: "Version", cs: "Verze", de: "Version", es: "Versión", fr: "Version", pt: "Versão"},
|
101
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
100
102
|
|
101
103
|
# Property definitions
|
102
104
|
property :"anon-root",
|
103
|
-
comment: "Repository for anonymous access.".
|
104
|
-
domain: "http://usefulinc.com/ns/doap#Repository"
|
105
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
106
|
-
label: "anonymous root"
|
107
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
108
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
105
|
+
comment: {en: "Repository for anonymous access.", cs: "Úložiště pro anonymní přístup.", de: "Repository für anonymen Zugriff", es: "Repositorio para acceso anónimo.", fr: "Dépôt pour accès anonyme.", pt: "Repositório para acesso anónimo."},
|
106
|
+
domain: "http://usefulinc.com/ns/doap#Repository",
|
107
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
108
|
+
label: {en: "anonymous root", cs: "anonymní kořen", de: "Anonymes Root", es: "raíz anónima", fr: "racine anonyme", pt: "raíz anónima"},
|
109
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
110
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
109
111
|
property :audience,
|
110
|
-
comment: "Description of target user base"
|
111
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
112
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
113
|
-
label: "audience"
|
114
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
115
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
112
|
+
comment: {en: "Description of target user base", pt: "Descrição do utilizador base alvo"},
|
113
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
114
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
115
|
+
label: {en: "audience", pt: "audiência"},
|
116
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
117
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
116
118
|
property :blog,
|
117
|
-
comment: "URI of a blog related to a project"
|
118
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
119
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
120
|
-
label: "blog"
|
121
|
-
range: ["http://rdfs.org/sioc/types#Weblog"
|
122
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
119
|
+
comment: {en: "URI of a blog related to a project", pt: "URI de um blog relacionado com um projeto"},
|
120
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
121
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
122
|
+
label: {en: "blog", pt: "blog"},
|
123
|
+
range: ["http://rdfs.org/sioc/types#Weblog", "http://www.w3.org/2000/01/rdf-schema#Resource"],
|
124
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
123
125
|
property :browse,
|
124
|
-
comment: "Web browser interface to repository.".
|
125
|
-
domain: "http://usefulinc.com/ns/doap#Repository"
|
126
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
127
|
-
label: "browse"
|
128
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
126
|
+
comment: {en: "Web browser interface to repository.", cs: "Webové rozhraní pro prohlížení úložiště.", de: "Web-Browser Interface für das Repository.", es: "Interface web del repositorio.", fr: "Interface web au dépôt.", pt: "Interface web do repositório."},
|
127
|
+
domain: "http://usefulinc.com/ns/doap#Repository",
|
128
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
129
|
+
label: {en: "browse", cs: "prohlížeč", de: "browse", es: "navegar", fr: "visualiser", pt: "navegar"},
|
130
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
129
131
|
property :"bug-database",
|
130
|
-
comment: "Bug tracker for a project.".
|
131
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
132
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
133
|
-
label: "bug database"
|
134
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
132
|
+
comment: {en: "Bug tracker for a project.", cs: "Správa chyb projektu.", de: "Fehlerdatenbank eines Projektes.", es: "Bug tracker para un proyecto.", fr: "Suivi des bugs pour un projet.", pt: "Bug tracker para um projeto."},
|
133
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
134
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
135
|
+
label: {en: "bug database", cs: "databáze chyb", de: "Fehlerdatenbank", es: "base de datos de bugs", fr: "suivi des bugs", pt: "base de dados de bugs"},
|
136
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
135
137
|
property :category,
|
136
|
-
comment: "A category of project.".
|
137
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
138
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
139
|
-
label: "category"
|
140
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
138
|
+
comment: {en: "A category of project.", cs: "Kategorie projektu.", de: "Eine Kategorie eines Projektes.", es: "Una categoría de proyecto.", fr: "Une catégorie de projet.", pt: "Uma categoría de projeto."},
|
139
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
140
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
141
|
+
label: {en: "category", cs: "kategorie", de: "Kategorie", es: "categoría", fr: "catégorie", pt: "categoria"},
|
142
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
141
143
|
property :created,
|
142
|
-
comment: "Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05".
|
143
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
144
|
-
label: "created"
|
145
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
146
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
144
|
+
comment: {en: "Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05", cs: "Datum, kdy bylo něco vytvořeno ve formátu RRRR-MM-DD, např. 2004-04-05", de: "Erstellungsdatum von Irgendwas, angegeben im YYYY-MM-DD Format, z.B. 2004-04-05.", es: "Fecha en la que algo fue creado, en formato AAAA-MM-DD. e.g. 2004-04-05", fr: "Date à laquelle a été créé quelque chose, au format AAAA-MM-JJ (par ex. 2004-04-05)", pt: "Data em que algo foi criado, no formato AAAA-MM-DD. e.g. 2004-04-05"},
|
145
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
146
|
+
label: {en: "created", cs: "vytvořeno", de: "erstellt", es: "creado", fr: "créé", pt: "criado"},
|
147
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
148
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
147
149
|
property :description,
|
148
|
-
comment: "Plain text description of a project, of 2-4 sentences in length.".
|
149
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
150
|
-
label: "description"
|
151
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
152
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
150
|
+
comment: {en: "Plain text description of a project, of 2-4 sentences in length.", cs: "Čistě textový, 2 až 4 věty dlouhý popis projektu.", de: "Beschreibung eines Projekts als einfacher Text mit der Länge von 2 bis 4 Sätzen.", es: "Descripción en texto plano de un proyecto, de 2 a 4 enunciados de longitud.", fr: "Texte descriptif d'un projet, long de 2 à 4 phrases.", pt: "Descrição de um projeto em texto apenas, com 2 a 4 frases de comprimento."},
|
151
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
152
|
+
label: {en: "description", cs: "popis", de: "Beschreibung", es: "descripción", fr: "description", pt: "descrição"},
|
153
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
154
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
153
155
|
property :developer,
|
154
|
-
comment: "Developer of software for the project.".
|
155
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
156
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
157
|
-
label: "developer"
|
158
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
159
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
156
|
+
comment: {en: "Developer of software for the project.", cs: "Vývojář softwaru projektu.", de: "Software-Entwickler für eine Projekt.", es: "Desarrollador de software para el proyecto.", fr: "Développeur pour le projet.", pt: "Programador de software para o projeto."},
|
157
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
158
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
159
|
+
label: {en: "developer", cs: "vývojář", de: "Entwickler", es: "desarrollador", fr: "développeur", pt: "programador"},
|
160
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
161
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
160
162
|
property :"developer-forum",
|
161
|
-
comment: "A forum or community for developers of this project."
|
162
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
163
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
164
|
-
label: "developer forum"
|
165
|
-
range: "http://rdfs.org/sioc/ns#Container"
|
166
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
163
|
+
comment: {en: "A forum or community for developers of this project."},
|
164
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
165
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
166
|
+
label: {en: "developer forum"},
|
167
|
+
range: "http://rdfs.org/sioc/ns#Container",
|
168
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
167
169
|
property :documenter,
|
168
|
-
comment: "Contributor of documentation to the project.".
|
169
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
170
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
171
|
-
label: "documenter"
|
172
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
173
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
170
|
+
comment: {en: "Contributor of documentation to the project.", cs: "Spoluautor dokumentace projektu.", de: "Mitarbeiter an der Dokumentation eines Projektes.", es: "Proveedor de documentación para el proyecto.", fr: "Collaborateur à la documentation du projet.", pt: "Contribuidor para a documentação do projeto."},
|
171
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
172
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
173
|
+
label: {en: "documenter", cs: "dokumentarista", de: "Dokumentator", es: "escritor de ayuda", fr: "rédacteur de l'aide", pt: "documentador"},
|
174
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
175
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
174
176
|
property :"download-mirror",
|
175
|
-
comment: "Mirror of software download web page.".
|
176
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
177
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
178
|
-
label: "download mirror"
|
179
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
177
|
+
comment: {en: "Mirror of software download web page.", cs: "Zrcadlo stránky pro stažení softwaru.", de: "Spiegel der Seite von die Projekt-Software heruntergeladen werden kann.", es: "Mirror de la página web de descarga.", fr: "Miroir de la page de téléchargement du programme.", pt: "Mirror da página web para fazer download."},
|
178
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
179
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
180
|
+
label: {en: "download mirror", cs: "zrcadlo stránky pro stažení", de: "Spiegel der Seite zum Herunterladen", es: "mirror de descarga", fr: "miroir pour le téléchargement", pt: "mirror para download"},
|
181
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
180
182
|
property :"download-page",
|
181
|
-
comment: "Web page from which the project software can be downloaded.".
|
182
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
183
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
184
|
-
label: "download page"
|
185
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
183
|
+
comment: {en: "Web page from which the project software can be downloaded.", cs: "Webová stránka, na které lze stáhnout projektový software.", de: "Web-Seite von der die Projekt-Software heruntergeladen werden kann.", es: "Página web de la cuál se puede bajar el software.", fr: "Page web à partir de laquelle on peut télécharger le programme.", pt: "Página web da qual o projeto de software pode ser descarregado."},
|
184
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
185
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
186
|
+
label: {en: "download page", cs: "stránka pro stažení", de: "Seite zum Herunterladen", es: "página de descarga", fr: "page de téléchargement", pt: "página para download"},
|
187
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
186
188
|
property :"file-release",
|
187
|
-
comment: "URI of download associated with this release.".
|
188
|
-
domain: "http://usefulinc.com/ns/doap#Version"
|
189
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
190
|
-
label: "file-release"
|
191
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
189
|
+
comment: {en: "URI of download associated with this release.", cs: "URI adresa stažení asociované s revizí.", pt: "URI para download associado com a publicação."},
|
190
|
+
domain: "http://usefulinc.com/ns/doap#Version",
|
191
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
192
|
+
label: {en: "file-release", cs: "soubor revize", pt: "publicação do ficheiro"},
|
193
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
192
194
|
property :helper,
|
193
|
-
comment: "Project contributor.".
|
194
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
195
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
196
|
-
label: "helper"
|
197
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
198
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
195
|
+
comment: {en: "Project contributor.", cs: "Spoluautor projektu.", de: "Projekt-Mitarbeiter.", es: "Colaborador del proyecto.", fr: "Collaborateur au projet.", pt: "Ajudante ou colaborador do projeto."},
|
196
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
197
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
198
|
+
label: {en: "helper", cs: "spoluautor", de: "Helfer", es: "colaborador", fr: "collaborateur", pt: "colaborador"},
|
199
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
200
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
199
201
|
property :homepage,
|
200
|
-
comment: "URL of a project's homepage,\n\t\tassociated with exactly one project.".
|
201
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
202
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
203
|
-
label: "homepage"
|
204
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/homepage"
|
205
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
202
|
+
comment: {en: "URL of a project's homepage,\n\t\tassociated with exactly one project.", cs: "URL adresa domovské stránky projektu asociované s právě jedním projektem.", de: "URL der Projekt-Homepage,\n\t\tverbunden mit genau einem Projekt.", es: "El URL de la página de un proyecto,\n\t\tasociada con exactamente un proyecto.", fr: "L'URL de la page web d'un projet,\n\t\tassociée avec un unique projet.", pt: "O URL da página de um projeto,\n\t\tasociada com exactamente um projeto."},
|
203
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
204
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
205
|
+
label: {en: "homepage", cs: "domovská stránka", de: "Homepage", es: "página web", fr: "page web", pt: "página web"},
|
206
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/homepage",
|
207
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
206
208
|
property :implements,
|
207
|
-
comment: "A specification that a project implements. Could be a standard, API or legally defined level of conformance.".
|
208
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
209
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
210
|
-
label: "Implements specification"
|
211
|
-
range: "http://usefulinc.com/ns/doap#Specification"
|
212
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
209
|
+
comment: {en: "A specification that a project implements. Could be a standard, API or legally defined level of conformance.", pt: "Uma especificação que um projeto implementa. Pode ser uma padrão, API ou um nível de conformidade definida legalmente."},
|
210
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
211
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
212
|
+
label: {en: "Implements specification", pt: "Especificações para implementação"},
|
213
|
+
range: "http://usefulinc.com/ns/doap#Specification",
|
214
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
213
215
|
property :language,
|
214
|
-
comment: "ISO language code a project has been translated into"
|
215
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
216
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
217
|
-
label: "language"
|
218
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
219
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
216
|
+
comment: {en: "ISO language code a project has been translated into", pt: "Código de idioma ISO do projeto para o qual foi traduzido"},
|
217
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
218
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
219
|
+
label: {en: "language", pt: "idioma"},
|
220
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
221
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
220
222
|
property :license,
|
221
|
-
comment: "The URI of an RDF description of the license the software is distributed under. E.g. a SPDX reference".
|
222
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
223
|
-
label: "license"
|
224
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
223
|
+
comment: {en: "The URI of an RDF description of the license the software is distributed under. E.g. a SPDX reference", cs: "URI adresa RDF popisu licence, pod kterou je software distribuován.", de: "Die URI einer RDF-Beschreibung einer Lizenz unter der die Software herausgegeben wird. z.B. eine SPDX Referenz", es: "El URI de una descripción RDF de la licencia bajo la cuál se distribuye el software.", fr: "L'URI d'une description RDF de la licence sous laquelle le programme est distribué.", pt: "O URI de uma descrição RDF da licença do software sob a qual é distribuída. Ex.: referência SPDX"},
|
224
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
225
|
+
label: {en: "license", cs: "licence", de: "Lizenz", es: "licencia", fr: "licence", pt: "licença"},
|
226
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
225
227
|
property :location,
|
226
|
-
comment: "Location of a repository.".
|
227
|
-
domain: "http://usefulinc.com/ns/doap#Repository"
|
228
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
229
|
-
label: "repository location"
|
230
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
228
|
+
comment: {en: "Location of a repository.", cs: "Umístění úložiště.", de: "Lokation eines Repositorys.", es: "lugar de un repositorio.", fr: "Emplacement d'un dépôt.", pt: "Localização de um repositório."},
|
229
|
+
domain: "http://usefulinc.com/ns/doap#Repository",
|
230
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
231
|
+
label: {en: "repository location", cs: "umístění úložiště", de: "Repository Lokation", es: "lugar del respositorio", fr: "emplacement du dépôt", pt: "localização do respositório"},
|
232
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
231
233
|
property :"mailing-list",
|
232
|
-
comment: "Mailing list home page or email address.".
|
233
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
234
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
235
|
-
label: "mailing list"
|
236
|
-
range: "http://rdfs.org/sioc/types#MailingList"
|
237
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
234
|
+
comment: {en: "Mailing list home page or email address.", cs: "Domovská stránka nebo e–mailová adresa e–mailové diskuse.", de: "Homepage der Mailing Liste oder E-Mail Adresse.", es: "Página web de la lista de correo o dirección de correo.", fr: "Page web de la liste de diffusion, ou adresse de courriel.", pt: "Página web da lista de distribuição de e-mail ou dos endereços."},
|
235
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
236
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
237
|
+
label: {en: "mailing list", cs: "e–mailová diskuse", de: "Mailing Liste", es: "lista de correo", fr: "liste de diffusion", pt: "lista de distribuição de e-mail"},
|
238
|
+
range: "http://rdfs.org/sioc/types#MailingList",
|
239
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
238
240
|
property :maintainer,
|
239
|
-
comment: "Maintainer of a project, a project leader.".
|
240
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
241
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
242
|
-
label: "maintainer"
|
243
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
244
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
241
|
+
comment: {en: "Maintainer of a project, a project leader.", cs: "Správce projektu, vedoucí projektu.", de: "Hauptentwickler eines Projektes, der Projektleiter", es: "Desarrollador principal de un proyecto, un líder de proyecto.", fr: "Développeur principal d'un projet, un meneur du projet.", pt: "Programador principal de um projeto, um líder de projeto."},
|
242
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
243
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
244
|
+
label: {en: "maintainer", cs: "správce", de: "Projektverantwortlicher", es: "desarrollador principal", fr: "développeur principal", pt: "programador principal"},
|
245
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
246
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
245
247
|
property :module,
|
246
|
-
comment: "Module name of a Subversion, CVS, BitKeeper or Arch repository.".
|
248
|
+
comment: {en: "Module name of a Subversion, CVS, BitKeeper or Arch repository.", cs: "Jméno modulu v CVS, BitKeeper nebo Arch úložišti.", de: "Modul-Name eines Subversion, CVS, BitKeeper oder Arch Repositorys.", es: "Nombre del módulo de un repositorio Subversion, CVS, BitKeeper o Arch.", fr: "Nom du module d'un dépôt Subversion, CVS, BitKeeper ou Arch.", pt: "Nome do módulo de um repositório Subversion, CVS, BitKeeper ou Arch."},
|
247
249
|
domain: term(
|
248
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
249
|
-
unionOf: list("http://usefulinc.com/ns/doap#CVSRepository"
|
250
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
251
|
+
unionOf: list("http://usefulinc.com/ns/doap#CVSRepository", "http://usefulinc.com/ns/doap#ArchRepository", "http://usefulinc.com/ns/doap#BKRepository")
|
250
252
|
),
|
251
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
252
|
-
label: "module"
|
253
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
253
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
254
|
+
label: {en: "module", cs: "modul", de: "Modul", es: "módulo", fr: "module", pt: "módulo"},
|
255
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
254
256
|
property :name,
|
255
|
-
comment: "A name of something.".
|
256
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
257
|
-
label: "name"
|
258
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
259
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label"
|
260
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
257
|
+
comment: {en: "A name of something.", cs: "Jméno něčeho.", de: "Der Name von Irgendwas", es: "El nombre de algo.", fr: "Le nom de quelque chose.", pt: "O nome de alguma coisa."},
|
258
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
259
|
+
label: {en: "name", cs: "jméno", de: "Name", es: "nombre", fr: "nom", pt: "nome"},
|
260
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
261
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
|
262
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
261
263
|
property :"old-homepage",
|
262
|
-
comment: "URL of a project's past homepage,\n\t\tassociated with exactly one project.".
|
263
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
264
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
265
|
-
label: "old homepage"
|
266
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/homepage"
|
267
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
264
|
+
comment: {en: "URL of a project's past homepage,\n\t\tassociated with exactly one project.", cs: "URL adresa předešlé domovské stránky projektu asociované s právě jedním projektem.", de: "URL der letzten Projekt-Homepage,\n\t\tverbunden mit genau einem Projekt.", es: "El URL de la antigua página de un proyecto,\n\t\tasociada con exactamente un proyecto.", fr: "L'URL d'une ancienne page web d'un\n\t\tprojet, associée avec un unique projet.", pt: "O URL antigo da página de um projeto,\n\t\tassociada com exactamente um projeto."},
|
265
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
266
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
267
|
+
label: {en: "old homepage", cs: "stará domovská stránka", de: "Alte Homepage", es: "página web antigua", fr: "ancienne page web", pt: "página web antiga"},
|
268
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/homepage",
|
269
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
268
270
|
property :os,
|
269
|
-
comment:
|
270
|
-
domain: ["http://usefulinc.com/ns/doap#Project"
|
271
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
272
|
-
label: "operating system"
|
273
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
274
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
271
|
+
comment: {en: "Sistema operativo a que o projeto está limitado. Omita esta propriedade se o projeto não é condicionado pelo SO usado.", cs: "Operační systém, na jehož použití je projekt limitován. Vynechejte tuto vlastnost, pokud je projekt nezávislý na operačním systému.", de: "Betriebssystem auf dem das Projekt eingesetzt werden kann. Diese Eigenschaft kann ausgelassen werden, wenn das Projekt nicht BS-spezifisch ist.", es: "Sistema opertivo al cuál está limitado el proyecto. Omita esta propiedad si el proyecto no es específico\n\t\tde un sistema opertaivo en particular.", fr: "Système d'exploitation auquel est limité le projet. Omettez cette propriété si le\n\t\tprojet n'est pas limité à un système d'exploitation."},
|
272
|
+
domain: ["http://usefulinc.com/ns/doap#Project", "http://usefulinc.com/ns/doap#Version"],
|
273
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
274
|
+
label: {en: "operating system", cs: "operační systém", de: "Betriebssystem", es: "sistema operativo", fr: "système d'exploitation", pt: "sistema operativo"},
|
275
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
276
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
275
277
|
property :platform,
|
276
|
-
comment: "Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR"
|
277
|
-
domain: ["http://usefulinc.com/ns/doap#Project"
|
278
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
279
|
-
label: "platform"
|
280
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
281
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
278
|
+
comment: {en: "Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR", pt: "Indicador da plataforma do software (não específico a nenhum SO), ex.: Java, Firefox, ECMA CLR"},
|
279
|
+
domain: ["http://usefulinc.com/ns/doap#Project", "http://usefulinc.com/ns/doap#Version"],
|
280
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
281
|
+
label: {en: "platform", pt: "plataforma"},
|
282
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
283
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
282
284
|
property :"programming-language",
|
283
|
-
comment: "Programming language a project is implemented in or intended for use with.".
|
284
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
285
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
286
|
-
label: "programming language"
|
287
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
288
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
285
|
+
comment: {en: "Programming language a project is implemented in or intended for use with.", cs: "Programovací jazyk, ve kterém je projekt implementován nebo pro který je zamýšlen k použití.", de: "Programmiersprache in der ein Projekt implementiert ist oder intendiert wird zu benutzen.", es: "Lenguaje de programación en el que un proyecto es implementado o con el cuál pretende usarse.", fr: "Langage de programmation avec lequel un projet est implémenté,\n\t\tou avec lequel il est prévu de l'utiliser.", pt: "Linguagem de programação que o projeto usa ou é para ser utilizada."},
|
286
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
287
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
288
|
+
label: {en: "programming language", cs: "programovací jazyk", de: "Programmiersprache", es: "lenguaje de programación", fr: "langage de programmation", pt: "linguagem de programação"},
|
289
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
290
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
289
291
|
property :release,
|
290
|
-
comment: "A project release.".
|
291
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
292
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
293
|
-
label: "release"
|
294
|
-
range: "http://usefulinc.com/ns/doap#Version"
|
295
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
292
|
+
comment: {en: "A project release.", cs: "Relase (verze) projektu.", de: "Ein Release (Version) eines Projekts.", es: "Un release (versión) de un proyecto.", fr: "Une release (révision) d'un projet.", pt: "A publicação de um projeto."},
|
293
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
294
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
295
|
+
label: {en: "release", cs: "release", de: "Release", es: "release", fr: "release", pt: "publicação"},
|
296
|
+
range: "http://usefulinc.com/ns/doap#Version",
|
297
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
296
298
|
property :repository,
|
297
|
-
comment: "Source code repository.".
|
298
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
299
|
-
inverseOf: "http://usefulinc.com/ns/doap#repositoryOf"
|
300
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
301
|
-
label: "repository"
|
302
|
-
range: "http://usefulinc.com/ns/doap#Repository"
|
303
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
299
|
+
comment: {en: "Source code repository.", cs: "Úložiště zdrojových kódů.", de: "Quellcode-Versionierungssystem.", es: "Repositorio del código fuente.", fr: "Dépôt du code source.", pt: "Repositório do código fonte."},
|
300
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
301
|
+
inverseOf: "http://usefulinc.com/ns/doap#repositoryOf",
|
302
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
303
|
+
label: {en: "repository", cs: "úložiště", de: "Repository", es: "repositorio", fr: "dépôt", pt: "repositório"},
|
304
|
+
range: "http://usefulinc.com/ns/doap#Repository",
|
305
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
304
306
|
property :repositoryOf,
|
305
|
-
comment: "The project that uses a repository."
|
306
|
-
domain: "http://usefulinc.com/ns/doap#Repository"
|
307
|
-
inverseOf: "http://usefulinc.com/ns/doap#repository"
|
308
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
309
|
-
label: "repository of"
|
310
|
-
range: "http://usefulinc.com/ns/doap#Project"
|
311
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
307
|
+
comment: {en: "The project that uses a repository."},
|
308
|
+
domain: "http://usefulinc.com/ns/doap#Repository",
|
309
|
+
inverseOf: "http://usefulinc.com/ns/doap#repository",
|
310
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
311
|
+
label: {en: "repository of"},
|
312
|
+
range: "http://usefulinc.com/ns/doap#Project",
|
313
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
312
314
|
property :revision,
|
313
|
-
comment: "Revision identifier of a software release.".
|
314
|
-
domain: "http://usefulinc.com/ns/doap#Version"
|
315
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
316
|
-
label: "revision"
|
317
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
318
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
315
|
+
comment: {en: "Revision identifier of a software release.", cs: "Identifikátor zpřístupněné revize softwaru.", de: "Versionsidentifikator eines Software-Releases.", es: "Indentificador de la versión de un release de software.", fr: "Identifiant de révision d'une release du programme.", pt: "Identificador do lançamento da revisão do software."},
|
316
|
+
domain: "http://usefulinc.com/ns/doap#Version",
|
317
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
318
|
+
label: {en: "revision", cs: "verze", de: "Version", es: "versión", fr: "révision", pt: "revisão"},
|
319
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
320
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
319
321
|
property :screenshots,
|
320
|
-
comment: "Web page with screenshots of project.".
|
321
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
322
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
323
|
-
label: "screenshots"
|
324
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
322
|
+
comment: {en: "Web page with screenshots of project.", cs: "Webová stránka projektu se snímky obrazovky.", de: "Web-Seite mit Screenshots eines Projektes.", es: "Página web con capturas de pantalla del proyecto.", fr: "Page web avec des captures d'écran du projet.", pt: "Página web com as capturas de ecrãn do projeto."},
|
323
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
324
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
325
|
+
label: {en: "screenshots", cs: "snímek obrazovky", de: "Screenshots", es: "capturas de pantalla", fr: "captures d'écran", pt: "capturas de ecrãs"},
|
326
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
325
327
|
property :"service-endpoint",
|
326
|
-
comment: "The URI of a web service endpoint where software as a service may be accessed"
|
327
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
328
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
329
|
-
label: "service endpoint"
|
330
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
331
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
328
|
+
comment: {en: "The URI of a web service endpoint where software as a service may be accessed"},
|
329
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
330
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
331
|
+
label: {en: "service endpoint"},
|
332
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
333
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
332
334
|
property :shortdesc,
|
333
|
-
comment: "Short (8 or 9 words) plain text description of a project.".
|
334
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
335
|
-
label: "short description"
|
336
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
337
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
335
|
+
comment: {en: "Short (8 or 9 words) plain text description of a project.", cs: "Krátký (8 nebo 9 slov) čistě textový popis projektu.", de: "Kurzbeschreibung (8 oder 9 Wörter) eines Projects als einfacher Text.", es: "Descripción corta (8 o 9 palabras) en texto plano de un proyecto.", fr: "Texte descriptif concis (8 ou 9 mots) d'un projet.", pt: "Descrição curta (com 8 ou 9 palavras) de um projeto em texto apenas."},
|
336
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
337
|
+
label: {en: "short description", cs: "krátký popis", de: "Kurzbeschreibung", es: "descripción corta", fr: "description courte", pt: "descrição curta"},
|
338
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
339
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
338
340
|
property :"support-forum",
|
339
|
-
comment: "A forum or community that supports this project."
|
340
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
341
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
342
|
-
label: "supporting forum"
|
343
|
-
range: "http://rdfs.org/sioc/ns#Container"
|
344
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
341
|
+
comment: {en: "A forum or community that supports this project."},
|
342
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
343
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
344
|
+
label: {en: "supporting forum"},
|
345
|
+
range: "http://rdfs.org/sioc/ns#Container",
|
346
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
345
347
|
property :tester,
|
346
|
-
comment: "A tester or other quality control contributor.".
|
347
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
348
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
349
|
-
label: "tester"
|
350
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
351
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
348
|
+
comment: {en: "A tester or other quality control contributor.", cs: "Tester nebo jiný spoluautor kontrolující kvalitu.", de: "Ein Tester oder anderer Mitarbeiter der Qualitätskontrolle.", es: "Un tester u otro proveedor de control de calidad.", fr: "Un testeur ou un collaborateur au contrôle qualité.", pt: "Um controlador ou outro contribuidor para o controlo de qualidade."},
|
349
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
350
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
351
|
+
label: {en: "tester", cs: "tester", de: "Tester", es: "tester", fr: "testeur", pt: "controlador"},
|
352
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
353
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
352
354
|
property :translator,
|
353
|
-
comment: "Contributor of translations to the project.".
|
354
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
355
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
356
|
-
label: "translator"
|
357
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
358
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
355
|
+
comment: {en: "Contributor of translations to the project.", cs: "Spoluautor překladu projektu.", de: "Mitarbeiter an den Übersetzungen eines Projektes.", es: "Proveedor de traducciones al proyecto.", fr: "Collaborateur à la traduction du projet.", pt: "Contribuidor das traduções para o projeto."},
|
356
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
357
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
358
|
+
label: {en: "translator", cs: "překladatel", de: "Übersetzer", es: "traductor", fr: "traducteur", pt: "tradutor"},
|
359
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
360
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
359
361
|
property :vendor,
|
360
|
-
comment: "Vendor organization: commercial, free or otherwise"
|
361
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
362
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
363
|
-
label: "vendor"
|
364
|
-
range: "http://xmlns.com/foaf/0.1/Organization"
|
365
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
362
|
+
comment: {en: "Vendor organization: commercial, free or otherwise"},
|
363
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
364
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
365
|
+
label: {en: "vendor"},
|
366
|
+
range: "http://xmlns.com/foaf/0.1/Organization",
|
367
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
366
368
|
property :wiki,
|
367
|
-
comment: "URL of Wiki for collaborative discussion of project.".
|
368
|
-
domain: "http://usefulinc.com/ns/doap#Project"
|
369
|
-
isDefinedBy: "http://usefulinc.com/ns/doap#"
|
370
|
-
label: "wiki"
|
371
|
-
range: "http://rdfs.org/sioc/types#Wiki"
|
372
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
369
|
+
comment: {en: "URL of Wiki for collaborative discussion of project.", cs: "URL adresa wiki projektu pro společné diskuse.", de: "Wiki-URL für die kollaborative Dikussion eines Projektes.", es: "URL del Wiki para discusión colaborativa del proyecto.", fr: "L'URL du Wiki pour la discussion collaborative sur le projet.", pt: "URL da Wiki para discussão em grupo do projeto."},
|
370
|
+
domain: "http://usefulinc.com/ns/doap#Project",
|
371
|
+
isDefinedBy: "http://usefulinc.com/ns/doap#",
|
372
|
+
label: {en: "wiki", cs: "wiki", de: "Wiki", es: "wiki", fr: "wiki", pt: "wiki"},
|
373
|
+
range: "http://rdfs.org/sioc/types#Wiki",
|
374
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
373
375
|
end
|
374
376
|
end
|