
14 changed files with 4021 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
This directory contains third-party vocabularies used in these LV2 |
||||
specifications. They are occasionally very slightly modified for validity, but |
||||
are otherwise equivalent to their original versions. |
||||
|
||||
These are included here mainly to make validation without web fetching |
||||
possible, e.g. via sord_validate. |
||||
|
||||
The XML schema description in xsd.ttl is an exception, it was mostly |
||||
hand-crafted since a good description of XSD in RDF did not seem to exist. The |
||||
way it uses xsd:pattern is questionable, but simple and supported by |
||||
sord_validate. |
||||
|
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
@prefix dct: <http://purl.org/dc/terms/> . |
||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
||||
|
||||
<http://purl.org/dc/aboutdcmi#DCMI> |
||||
dct:created "1995-01-03" ; |
||||
dct:description "The Dublin Core Metadata Initiative is an open forum engaged in the development of interoperable online metadata standards that support a broad range of purposes and business models. DCMI's activities include consensus-driven working groups, global conferences and workshops, standards liaison, and educational efforts to promote widespread acceptance of metadata standards and practices." ; |
||||
dct:subject <http://id.loc.gov/authorities/sh96000740#concept>, <http://id.loc.gov/authorities/sh98002267#concept> ; |
||||
a foaf:Organization , dct:Agent ; |
||||
rdfs:seeAlso <http://purl.org/dc/aboutdcmi> ; |
||||
foaf:homepage <http://dublincore.org/> ; |
||||
foaf:name "Dublin Core Metadata Initiative" ; |
||||
foaf:nick "DCMI" . |
||||
|
@ -0,0 +1,176 @@
@@ -0,0 +1,176 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
||||
@prefix dcam: <http://purl.org/dc/dcam/> . |
||||
@prefix dcterms: <http://purl.org/dc/terms/> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
|
||||
<http://purl.org/dc/elements/1.1/> |
||||
dcterms:modified "2010-10-11" ; |
||||
dcterms:publisher <http://purl.org/dc/aboutdcmi#DCMI> ; |
||||
dcterms:title "Dublin Core Metadata Element Set, Version 1.1"@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/contributor> |
||||
dcterms:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#contributor-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "An entity responsible for making contributions to the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Contributor"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/coverage> |
||||
dcterms:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#coverage-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Coverage"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/creator> |
||||
dcterms:description "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#creator-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "An entity primarily responsible for making the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Creator"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/date> |
||||
dcterms:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#date-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Date"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/description> |
||||
dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#description-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "An account of the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Description"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/format> |
||||
dcterms:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#format-007> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "The file format, physical medium, or dimensions of the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Format"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/identifier> |
||||
dcterms:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#identifier-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "An unambiguous reference to the resource within a given context."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Identifier"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/language> |
||||
dcterms:description "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#language-007> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "A language of the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Language"@en-us-us ; |
||||
rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt> ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/publisher> |
||||
dcterms:description "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#publisher-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "An entity responsible for making the resource available."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Publisher"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/relation> |
||||
dcterms:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#relation-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "A related resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Relation"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/rights> |
||||
dcterms:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#rights-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "Information about rights held in and over the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Rights"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/source> |
||||
dcterms:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#source-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "A related resource from which the described resource is derived."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Source"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/subject> |
||||
dcterms:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#subject-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "The topic of the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Subject"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/title> |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#title-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "A name given to the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Title"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
||||
<http://purl.org/dc/elements/1.1/type> |
||||
dcterms:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#type-006> ; |
||||
dcterms:issued "1999-07-02" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "The nature or genre of the resource."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; |
||||
rdfs:label "Type"@en-us-us ; |
||||
skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en-us-us . |
||||
|
@ -0,0 +1,31 @@
@@ -0,0 +1,31 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
||||
@prefix dcam: <http://purl.org/dc/dcam/> . |
||||
@prefix dcterms: <http://purl.org/dc/terms/> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
|
||||
<http://purl.org/dc/dcam/> |
||||
dcterms:modified "2010-10-11" ; |
||||
dcterms:publisher <http://purl.org/dc/aboutdcmi#DCMI> ; |
||||
dcterms:title "Metadata terms related to the DCMI Abstract Model"@en-us-us . |
||||
|
||||
dcam:VocabularyEncodingScheme |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#VocabularyEncodingScheme-001> ; |
||||
dcterms:issued "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "An enumerated set of resources."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcam/> ; |
||||
rdfs:label "Vocabulary Encoding Scheme"@en-us-us ; |
||||
rdfs:seeAlso <http://dublincore.org/documents/2007/06/04/abstract-model/> . |
||||
|
||||
dcam:memberOf |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#memberOf-002> ; |
||||
dcterms:issued "2008-01-14" ; |
||||
dcterms:modified "2010-10-11" ; |
||||
a rdf:Property ; |
||||
rdfs:comment "A relationship between a resource and a vocabulary encoding scheme which indicates that the resource is a member of a set."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcam/> ; |
||||
rdfs:label "Member Of"@en-us-us ; |
||||
rdfs:range dcam:VocabularyEncodingScheme ; |
||||
rdfs:seeAlso <http://dublincore.org/documents/2007/06/04/abstract-model/> . |
||||
|
@ -0,0 +1,243 @@
@@ -0,0 +1,243 @@
|
||||
# This ontology. |
||||
@prefix dcs: <http://ontologi.es/doap-changeset#> . |
||||
|
||||
# Related |
||||
@prefix event: <http://purl.org/NET/c4dm/event.owl#> . |
||||
@prefix doap: <http://usefulinc.com/ns/doap#> . |
||||
@prefix dbug: <http://ontologi.es/doap-bugs#> . |
||||
|
||||
# Stock imports. |
||||
@prefix cc: <http://creativecommons.org/ns#> . |
||||
@prefix dc: <http://purl.org/dc/terms/> . |
||||
@prefix dcmitype: <http://purl.org/dc/dcmitype/> . |
||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
||||
@prefix link: <http://www.w3.org/2006/link#> . |
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> . |
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
||||
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> . |
||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
||||
|
||||
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## |
||||
|
||||
<http://tobyinkster.co.uk/#i> a foaf:Person . |
||||
|
||||
dcs: |
||||
a owl:Ontology ; |
||||
rdfs:label "DOAP Change Sets"@en ; |
||||
dc:created "2010-01-08"^^xsd:date ; |
||||
dc:issued "2010-01-08"^^xsd:date ; |
||||
dc:modified "2010-01-08"^^xsd:date , |
||||
"2010-01-27"^^xsd:date , |
||||
"2011-02-15"^^xsd:date ; # dcs:Documentation, dcs:Packaging, dcs:SecurityFix, dcs:SecurityRegression. |
||||
dc:creator <http://tobyinkster.co.uk/#i> . |
||||
|
||||
<> |
||||
a foaf:Document ; |
||||
foaf:primaryTopic dcs: . |
||||
|
||||
dcs:ChangeSet |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Change Set"@en ; |
||||
rdfs:comment "A collection of changes. Not necessarily disjoint with foaf:Document!"@en ; |
||||
rdfs:subClassOf rdf:Bag . |
||||
|
||||
dcs:ToDoList |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "To-Do List"@en ; |
||||
rdfs:comment "A collection of planned changes."@en ; |
||||
rdfs:subClassOf _:FutureChangeSet . |
||||
|
||||
dcs:WishList |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Wish List"@en ; |
||||
rdfs:comment "A collection of desired changes."@en ; |
||||
rdfs:subClassOf _:FutureChangeSet . |
||||
|
||||
dcs:Change |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Change"@en ; |
||||
rdfs:comment "A change to something. Use rdfs:label to briefly describe the change. Use rdfs:comment for additional information."@en . |
||||
|
||||
dcs:Addition |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Addition"@en ; |
||||
rdfs:comment "A change that added a new feature."@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:Removal |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Addition"@en ; |
||||
rdfs:comment "A change that removed a feature."@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:Bugfix |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Bugfix"@en ; |
||||
rdfs:comment "A change that fixed a problem with an existing feature."@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:Update |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Update"@en ; |
||||
rdfs:comment "A change that brought a feature into compliance with policy or other changes in the external world."@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:Regression |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Regression"@en ; |
||||
rdfs:comment "A change that caused a problem with an existing feature."@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:Documentation |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Documentation Change"@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:Packaging |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Packaging Change"@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:SecurityFix |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Security Fix"@en ; |
||||
rdfs:comment "A change that fixed or improved a security problem."@en ; |
||||
rdfs:subClassOf dcs:Change . |
||||
|
||||
dcs:SecurityRegression |
||||
a owl:Class ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "Security Regression"@en ; |
||||
rdfs:comment "A change that created or worsened a security problem."@en ; |
||||
rdfs:subClassOf dcs:Change , dcs:Regression . |
||||
|
||||
_:FutureChangeSet |
||||
a owl:Class ; |
||||
rdfs:subClassOf rdf:Bag , dcs:ChangeSet . |
||||
|
||||
_:VersionOrEvent |
||||
a owl:Class ; |
||||
owl:unionOf (doap:Version event:Event) . |
||||
|
||||
dcs:changeset |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "change set"@en ; |
||||
rdfs:comment "A change set may be associated with a particular software version in which those changes were released; or with an event which caused those changes."@en ; |
||||
rdfs:domain _:VersionOrEvent ; |
||||
rdfs:range dcs:ChangeSet . |
||||
|
||||
dcs:versus |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "versus"@en ; |
||||
rdfs:comment "The previous version or event which a changeset has changed from."@en ; |
||||
rdfs:domain dcs:ChangeSet ; |
||||
rdfs:range _:VersionOrEvent . |
||||
|
||||
dcs:item |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "item"@en ; |
||||
rdfs:comment "A change within a change set."@en ; |
||||
rdfs:domain dcs:ChangeSet ; |
||||
rdfs:range dcs:Change ; |
||||
rdfs:subPropertyOf rdfs:member . |
||||
|
||||
dcs:file |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "file"@en ; |
||||
rdfs:comment "A file involved in the change."@en ; |
||||
rdfs:domain dcs:Change . |
||||
|
||||
dbug:Issue a rdfs:Class . |
||||
|
||||
dcs:fixes |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "fixes"@en ; |
||||
rdfs:comment "A bug fixed by the change."@en ; |
||||
rdfs:domain dcs:Bugfix ; |
||||
rdfs:range dbug:Issue . |
||||
|
||||
dcs:implements |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "implements"@en ; |
||||
rdfs:domain dcs:Addition ; |
||||
rdfs:range doap:Specification . |
||||
|
||||
dcs:restores |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "restores"@en ; |
||||
rdfs:comment "An association between a regression and a later bugfix that fixes it."@en ; |
||||
rdfs:domain dcs:Bugfix ; |
||||
rdfs:range dcs:Regression . |
||||
|
||||
dcs:blame |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "blame"@en ; |
||||
rdfs:domain dcs:Change ; |
||||
rdfs:range foaf:Agent . |
||||
|
||||
dcs:checkin |
||||
a owl:DatatypeProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "checkin"@en ; |
||||
rdfs:comment "The identifier used by the project's version control system that records when this change was made."@en ; |
||||
rdfs:domain dcs:Change ; |
||||
rdfs:range xsd:string . |
||||
|
||||
dcs:milestone |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "milestone"@en ; |
||||
rdfs:domain _:FutureChangeSet ; |
||||
rdfs:range _:VersionOrEvent . |
||||
|
||||
dcs:tasks |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "tasks"@en ; |
||||
rdfs:domain foaf:Agent ; |
||||
rdfs:range dcs:ToDoList . |
||||
|
||||
dcs:wishes |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "wishes"@en ; |
||||
rdfs:domain foaf:Person ; |
||||
rdfs:range dcs:WishList . |
||||
|
||||
dcs:requires |
||||
a owl:ObjectProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "requires"@en ; |
||||
rdfs:comment "Indicates that the subject Change cannot/could not be completed without the object Change."@en ; |
||||
rdfs:domain dcs:Change ; |
||||
rdfs:range dcs:Change . |
||||
|
||||
dcs:timescale |
||||
a owl:DatatypeProperty ; |
||||
rdfs:isDefinedBy dcs: ; |
||||
rdfs:label "timescale"@en ; |
||||
rdfs:comment "Human-readable description of the approximate time a change/feature should be complete by."@en ; |
||||
rdfs:domain dcs:Change ; |
||||
rdfs:range xsd:string . |
@ -0,0 +1,145 @@
@@ -0,0 +1,145 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
||||
@prefix dcam: <http://purl.org/dc/dcam/> . |
||||
@prefix dcterms: <http://purl.org/dc/terms/> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
|
||||
<http://purl.org/dc/dcmitype/> |
||||
dcterms:modified "2010-10-11" ; |
||||
dcterms:publisher <http://purl.org/dc/aboutdcmi#DCMI> ; |
||||
dcterms:title "DCMI Type Vocabulary"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Collection> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "A collection is described as a group; its parts may also be separately described."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Collection-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "An aggregation of resources."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Collection"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Dataset> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Dataset-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "Data encoded in a defined structure."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Dataset"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Event> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Event-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A non-persistent, time-based occurrence."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Event"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Image> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Image-004> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A visual representation other than text."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Image"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/InteractiveResource> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#InteractiveResource-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A resource requiring interaction from the user to be understood, executed, or experienced."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Interactive Resource"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/MovingImage> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#MovingImage-003> ; |
||||
dcterms:issued "2003-11-18" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A series of visual representations imparting an impression of motion when shown in succession."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Moving Image"@en-us-us ; |
||||
rdfs:subClassOf <http://purl.org/dc/dcmitype/Image> . |
||||
|
||||
<http://purl.org/dc/dcmitype/PhysicalObject> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#PhysicalObject-003> ; |
||||
dcterms:issued "2002-07-13" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "An inanimate, three-dimensional object or substance."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Physical Object"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Service> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Service-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A system that provides one or more functions."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Service"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Software> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include a C source file, MS-Windows .exe executable, or Perl script."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Software-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A computer program in source or compiled form."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Software"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/Sound> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Sound-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A resource primarily intended to be heard."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Sound"@en-us-us . |
||||
|
||||
<http://purl.org/dc/dcmitype/StillImage> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#StillImage-003> ; |
||||
dcterms:issued "2003-11-18" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A static visual representation."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Still Image"@en-us-us ; |
||||
rdfs:subClassOf <http://purl.org/dc/dcmitype/Image> . |
||||
|
||||
<http://purl.org/dc/dcmitype/Text> |
||||
dcam:memberOf dcterms:DCMIType ; |
||||
dcterms:description "Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text."@en-us-us ; |
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#Text-003> ; |
||||
dcterms:issued "2000-07-11" ; |
||||
dcterms:modified "2008-01-14" ; |
||||
a rdfs:Class ; |
||||
rdfs:comment "A resource consisting primarily of words for reading."@en-us-us ; |
||||
rdfs:isDefinedBy <http://purl.org/dc/dcmitype/> ; |
||||
rdfs:label "Text"@en-us-us . |
||||
|
@ -0,0 +1,403 @@
@@ -0,0 +1,403 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> . |
||||
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . |
||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> . |
||||
@prefix doap: <http://usefulinc.com/ns/doap#> . |
||||
|
||||
<http://usefulinc.com/ns/doap#> |
||||
dc:creator "Edd Dumbill" ; |
||||
dc:description "Das Vokabular \"Description of a Project (DOAP)\", beschrieben durch W3C RDF Schema and the Web Ontology Language."@de, """El vocabulario Description of a Project (DOAP, Descripciรณn de un Proyecto), descrito usando RDF Schema de W3C |
||||
y Web Ontology Language."""@es, """Le vocabulaire Description Of A Project (DOAP, Description D'Un Projet), |
||||
dรฉcrit en utilisant RDF Schema du W3C et OWL."""@fr, "Slovnรญk Description of a Project (DOAP, Popis projektu), popsanรฝ pouลพitรญm W3C RDF Schema a Web Ontology Language."@cs, "The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language." ; |
||||
dc:format "application/rdf+xml" ; |
||||
dc:rights "Copyright ยฉ 2004-2009 Edd Dumbill" ; |
||||
dc:title "Description of a Project (DOAP) vocabulary" ; |
||||
a owl:Ontology ; |
||||
owl:imports <http://xmlns.com/foaf/0.1/> ; |
||||
foaf:maker [ |
||||
a foaf:Person ; |
||||
foaf:mbox <mailto:edd@usefulinc.com> ; |
||||
foaf:name "Edd Dumbill" |
||||
] . |
||||
|
||||
doap:ArchRepository |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "Dรฉpรดt GNU Arch du code source."@fr, "GNU Arch Quellcode-Versionierungssystem."@de, "GNU Arch source code repository."@en, "Repositorio GNU Arch del cรณdigo fuente."@es, "รloลพiลกtฤ zdrojovรฝch kรณdลฏ GNU Arch."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Dรฉpรดt GNU Arch"@fr, "GNU Arch repository"@de, "GNU Arch repository"@en, "Repositorio GNU Arch"@es, "รloลพiลกtฤ GNU Arch"@cs ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:BKRepository |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "BitKeeper Quellcode-Versionierungssystem."@de, "BitKeeper source code repository."@en, "Dรฉpรดt BitKeeper du code source."@fr, "Repositorio BitKeeper del cรณdigo fuente."@es, "รloลพiลกtฤ zdrojovรฝch kรณdลฏ BitKeeper."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "BitKeeper Repository"@de, "BitKeeper Repository"@en, "Dรฉpรดt BitKeeper"@fr, "Repositorio BitKeeper"@es, "รloลพiลกtฤ BitKeeper"@cs ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:BazaarBranch |
||||
a rdfs:Class ; |
||||
rdfs:comment "Bazaar source code branch."@en ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Bazaar Branch"@en ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:CVSRepository |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "CVS Quellcode-Versionierungssystem."@de, "CVS source code repository."@en, "Dรฉpรดt CVS du code source."@fr, "Repositorio CVS del cรณdigo fuente."@es, "รloลพiลกtฤ zdrojovรฝch kรณdลฏ CVS."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "CVS Repository"@de, "CVS Repository"@en, "Dรฉpรดt CVS"@fr, "Repositorio CVS"@es, "รloลพiลกtฤ CVS"@cs ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:DarcsRepository |
||||
a rdfs:Class ; |
||||
rdfs:comment "Dรฉpรดt darcs du code source."@fr, "Repositorio darcs del cรณdigo fuente."@es, "darcs source code repository."@en ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Dรฉpรดt darcs"@fr, "Repositorio darcs"@es, "darcs Repository"@en ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:GitBranch |
||||
a rdfs:Class ; |
||||
rdfs:comment "Git source code branch."@en ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Git Branch"@en ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:HgRepository |
||||
a rdfs:Class ; |
||||
rdfs:comment "Mercurial source code repository."@en ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Mercurial Repository"@en ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:Project |
||||
a rdfs:Class ; |
||||
rdfs:comment "A project."@en, "Ein Projekt."@de, "Projekt."@cs, "Un projet."@fr, "Un proyecto."@es ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Prijekt"@de, "Project"@en, "Projekt"@cs, "Projet"@fr, "Proyecto"@es ; |
||||
rdfs:subClassOf foaf:Project . |
||||
|
||||
doap:Repository |
||||
a rdfs:Class ; |
||||
rdfs:comment "Dรฉpรดt du code source."@fr, "Quellcode-Versionierungssystem."@de, "Repositorio del cรณdigo fuente."@es, "Source code repository."@en, "รloลพiลกtฤ zdrojovรฝch kรณdลฏ."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Dรฉpรดt"@fr, "Repositorio"@es, "Repository"@de, "Repository"@en, "รloลพiลกtฤ"@cs . |
||||
|
||||
doap:SVNRepository |
||||
a rdfs:Class ; |
||||
rdfs:comment "Dรฉpรดt Subversion du code source."@fr, "Repositorio Subversion del cรณdigo fuente."@es, "Subversion Quellcode-Versionierungssystem."@de, "Subversion source code repository."@en, "รloลพiลกtฤ zdrojovรฝch kรณdลฏ Subversion."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Dรฉpรดt Subversion"@fr, "Repositorio Subversion"@es, "Subversion Repository"@de, "Subversion Repository"@en, "รloลพiลกtฤ Subversion"@cs ; |
||||
rdfs:subClassOf doap:Repository . |
||||
|
||||
doap:Specification |
||||
a rdfs:Class ; |
||||
rdfs:comment "A specification of a system's aspects, technical or otherwise."@en ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Specification"@en ; |
||||
rdfs:subClassOf rdfs:Resource . |
||||
|
||||
doap:Version |
||||
a rdfs:Class ; |
||||
rdfs:comment "Dรฉtails sur une version d'une realease d'un projet."@fr, "Informace o uvolnฤnรฉ verzi projektu."@cs, "Informaciรณn sobre la versiรณn de un release del proyecto."@es, "Version information of a project release."@en, "Versionsinformation eines Projekt Releases."@de ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Version"@de, "Version"@en, "Version"@fr, "Versiรณn"@es, "Verze"@cs . |
||||
|
||||
doap:anon-root |
||||
a rdf:Property ; |
||||
rdfs:comment "Dรฉpรดt pour accรจs anonyme."@fr, "Repositorio para acceso anรณnimo."@es, "Repository for anonymous access."@en, "Repository fรผr anonymen Zugriff"@de, "รloลพiลกtฤ pro anonymnรญ pลรญstup."@cs ; |
||||
rdfs:domain doap:Repository ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Anonymes Root"@de, "anonymnรญ koลen"@cs, "anonymous root"@en, "racine anonyme"@fr, "raรญz anรณnima"@es ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:audience |
||||
a rdf:Property ; |
||||
rdfs:comment "Description of target user base"@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "audience"@en ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:blog |
||||
a rdf:Property ; |
||||
rdfs:comment "URI of a blog related to a project"@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "blog"@en ; |
||||
rdfs:range rdfs:Resource . |
||||
|
||||
doap:browse |
||||
a rdf:Property ; |
||||
rdfs:comment "Interface web au dรฉpรดt."@fr, "Interface web del repositorio."@es, "Web browser interface to repository."@en, "Web-Browser Interface fรผr das Repository."@de, "Webovรฉ rozhranรญ pro prohlรญลพenรญ รบloลพiลกtฤ."@cs ; |
||||
rdfs:domain doap:Repository ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "browse"@de, "browse"@en, "navegar"@es, "prohlรญลพeฤ"@cs, "visualiser"@fr . |
||||
|
||||
doap:bug-database |
||||
a rdf:Property ; |
||||
rdfs:comment "Bug tracker for a project."@en, "Bug tracker para un proyecto."@es, "Fehlerdatenbank eines Projektes."@de, "Sprรกva chyb projektu."@cs, "Suivi des bugs pour un projet."@fr ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Fehlerdatenbank"@de, "base de datos de bugs"@es, "bug database"@en, "databรกze chyb"@cs, "suivi des bugs"@fr . |
||||
|
||||
doap:category |
||||
a rdf:Property ; |
||||
rdfs:comment "A category of project."@en, "Eine Kategorie eines Projektes."@de, "Kategorie projektu."@cs, "Una categorรญa de proyecto."@es, "Une catรฉgorie de projet."@fr ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Kategorie"@de, "category"@en, "categorรญa"@es, "catรฉgorie"@fr, "kategorie"@cs . |
||||
|
||||
doap:created |
||||
a rdf:Property ; |
||||
rdfs:comment "Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05"@en, "Date ร laquelle a รฉtรฉ crรฉรฉ quelque chose, au format AAAA-MM-JJ (par ex. 2004-04-05)"@fr, "Datum, kdy bylo nฤco vytvoลeno ve formรกtu RRRR-MM-DD, napล. 2004-04-05"@cs, "Erstellungsdatum von Irgendwas, angegeben im YYYY-MM-DD Format, z.B. 2004-04-05."@de, "Fecha en la que algo fue creado, en formato AAAA-MM-DD. e.g. 2004-04-05"@es ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "creado"@es, "created"@en, "crรฉรฉ"@fr, "erstellt"@de, "vytvoลeno"@cs ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:description |
||||
a rdf:Property ; |
||||
rdfs:comment "Beschreibung eines Projekts als einfacher Text mit der Lรคnge von 2 bis 4 Sรคtzen."@de, "Descripciรณn en texto plano de un proyecto, de 2 a 4 enunciados de longitud."@es, "Plain text description of a project, of 2-4 sentences in length."@en, "Texte descriptif d'un projet, long de 2 ร 4 phrases."@fr, "ฤistฤ textovรฝ, 2 aลพ 4 vฤty dlouhรฝ popis projektu."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Beschreibung"@de, "descripciรณn"@es, "description"@en, "description"@fr, "popis"@cs ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:developer |
||||
a rdf:Property ; |
||||
rdfs:comment "Desarrollador de software para el proyecto."@es, "Developer of software for the project."@en, "Dรฉveloppeur pour le projet."@fr, "Software-Entwickler fรผr eine Projekt."@de, "Vรฝvojรกล softwaru projektu."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Entwickler"@de, "desarrollador"@es, "developer"@en, "dรฉveloppeur"@fr, "vรฝvojรกล"@cs ; |
||||
rdfs:range foaf:Person . |
||||
|
||||
doap:documenter |
||||
a rdf:Property ; |
||||
rdfs:comment "Collaborateur ร la documentation du projet."@fr, "Contributor of documentation to the project."@en, "Mitarbeiter an der Dokumentation eines Projektes."@de, "Proveedor de documentaciรณn para el proyecto."@es, "Spoluautor dokumentace projektu."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Dokumentator"@de, "documenter"@en, "dokumentarista"@cs, "escritor de ayuda"@es, "rรฉdacteur de l'aide"@fr ; |
||||
rdfs:range foaf:Person . |
||||
|
||||
doap:download-mirror |
||||
a rdf:Property ; |
||||
rdfs:comment "Miroir de la page de tรฉlรฉchargement du programme."@fr, "Mirror de la pรกgina web de descarga."@es, "Mirror of software download web page."@en, "Spiegel der Seite von die Projekt-Software heruntergeladen werden kann."@de, "Zrcadlo strรกnky pro staลพenรญ softwaru."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Spiegel der Seite zum Herunterladen"@de, "download mirror"@en, "miroir pour le tรฉlรฉchargement"@fr, "mirror de descarga"@es, "zrcadlo strรกnky pro staลพenรญ"@cs . |
||||
|
||||
doap:download-page |
||||
a rdf:Property ; |
||||
rdfs:comment "Page web ร partir de laquelle on peut tรฉlรฉcharger le programme."@fr, "Pรกgina web de la cuรกl se puede bajar el software."@es, "Web page from which the project software can be downloaded."@en, "Web-Seite von der die Projekt-Software heruntergeladen werden kann."@de, "Webovรก strรกnka, na kterรฉ lze stรกhnout projektovรฝ software."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Seite zum Herunterladen"@de, "download page"@en, "page de tรฉlรฉchargement"@fr, "pรกgina de descarga"@es, "strรกnka pro staลพenรญ"@cs . |
||||
|
||||
doap:file-release |
||||
a rdf:Property ; |
||||
rdfs:comment "URI adresa staลพenรญ asociovanรฉ s revizรญ."@cs, "URI of download associated with this release."@en ; |
||||
rdfs:domain doap:Version ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "file-release"@en, "soubor revize"@cs . |
||||
|
||||
doap:helper |
||||
a rdf:Property ; |
||||
rdfs:comment "Colaborador del proyecto."@es, "Collaborateur au projet."@fr, "Project contributor."@en, "Projekt-Mitarbeiter."@de, "Spoluautor projektu."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Helfer"@de, "colaborador"@es, "collaborateur"@fr, "helper"@en, "spoluautor"@cs ; |
||||
rdfs:range foaf:Person . |
||||
|
||||
doap:homepage |
||||
a rdf:Property, owl:InverseFunctionalProperty ; |
||||
rdfs:comment """El URL de la pรกgina de un proyecto, |
||||
asociada con exactamente un proyecto."""@es, """L'URL de la page web d'un projet, |
||||
associรฉe avec un unique projet."""@fr, "URL adresa domovskรฉ strรกnky projektu asociovanรฉ s prรกvฤ jednรญm projektem."@cs, """URL der Projekt-Homepage, |
||||
verbunden mit genau einem Projekt."""@de, """URL of a project's homepage, |
||||
associated with exactly one project."""@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Homepage"@de, "domovskรก strรกnka"@cs, "homepage"@en, "page web"@fr, "pรกgina web"@es ; |
||||
rdfs:subPropertyOf foaf:homepage . |
||||
|
||||
doap:implements |
||||
a rdf:Property ; |
||||
rdfs:comment "A specification that a project implements. Could be a standard, API or legally defined level of conformance."@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Implements specification"@en ; |
||||
rdfs:range doap:Specification . |
||||
|
||||
doap:language |
||||
a rdf:Property ; |
||||
rdfs:comment "ISO language code a project has been translated into"@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "language"@en ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:license |
||||
a rdf:Property ; |
||||
rdfs:comment "Die URI einer RDF-Beschreibung einer Lizenz unter der die Software herausgegeben wird."@de, "El URI de una descripciรณn RDF de la licencia bajo la cuรกl se distribuye el software."@es, "L'URI d'une description RDF de la licence sous laquelle le programme est distribuรฉ."@fr, "The URI of an RDF description of the license the software is distributed under."@en, "URI adresa RDF popisu licence, pod kterou je software distribuovรกn."@cs ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Lizenz"@de, "licence"@cs, "licence"@fr, "licencia"@es, "license"@en . |
||||
|
||||
doap:location |
||||
a rdf:Property ; |
||||
rdfs:comment "Emplacement d'un dรฉpรดt."@fr, "Location of a repository."@en, "Lokation eines Repositorys."@de, "Umรญstฤnรญ รบloลพiลกtฤ."@cs, "lugar de un repositorio."@es ; |
||||
rdfs:domain doap:Repository ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Repository Lokation"@de, "emplacement du dรฉpรดt"@fr, "lugar del respositorio"@es, "repository location"@en, "umรญstฤnรญ รบloลพiลกtฤ"@cs . |
||||
|
||||
doap:mailing-list |
||||
a rdf:Property ; |
||||
rdfs:comment "Domovskรก strรกnka nebo eโmailovรก adresa eโmailovรฉ diskuse."@cs, "Homepage der Mailing Liste oder E-Mail Adresse."@de, "Mailing list home page or email address."@en, "Page web de la liste de diffusion, ou adresse de courriel."@fr, "Pรกgina web de la lista de correo o direcciรณn de correo."@es ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Mailing Liste"@de, "eโmailovรก diskuse"@cs, "lista de correo"@es, "liste de diffusion"@fr, "mailing list"@en . |
||||
|
||||
doap:maintainer |
||||
a rdf:Property ; |
||||
rdfs:comment "Desarrollador principal de un proyecto, un lรญder de proyecto."@es, "Dรฉveloppeur principal d'un projet, un meneur du projet."@fr, "Hauptentwickler eines Projektes, der Projektleiter"@de, "Maintainer of a project, a project leader."@en, "Sprรกvce projektu, vedoucรญ projektu."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Projektverantwortlicher"@de, "desarrollador principal"@es, "dรฉveloppeur principal"@fr, "maintainer"@en, "sprรกvce"@cs ; |
||||
rdfs:range foaf:Person . |
||||
|
||||
doap:module |
||||
a rdf:Property ; |
||||
rdfs:comment "Jmรฉno modulu v CVS, BitKeeper nebo Arch รบloลพiลกti."@cs, "Modul-Name eines Subversion, CVS, BitKeeper oder Arch Repositorys."@de, "Module name of a Subversion, CVS, BitKeeper or Arch repository."@en, "Nom du module d'un dรฉpรดt Subversion, CVS, BitKeeper ou Arch."@fr, "Nombre del mรณdulo de un repositorio Subversion, CVS, BitKeeper o Arch."@es ; |
||||
rdfs:domain [ |
||||
a owl:Class ; |
||||
owl:unionOf (doap:CVSRepository |
||||
doap:ArchRepository |
||||
doap:BKRepository |
||||
) |
||||
] ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Modul"@de, "modul"@cs, "module"@en, "module"@fr, "mรณdulo"@es . |
||||
|
||||
doap:name |
||||
a rdf:Property ; |
||||
rdfs:comment "A name of something."@en, "Der Name von Irgendwas"@de, "El nombre de algo."@es, "Jmรฉno nฤฤeho."@cs, "Le nom de quelque chose."@fr ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Name"@de, "jmรฉno"@cs, "name"@en, "nom"@fr, "nombre"@es ; |
||||
rdfs:range rdfs:Literal ; |
||||
rdfs:subPropertyOf rdfs:label . |
||||
|
||||
doap:old-homepage |
||||
a rdf:Property, owl:InverseFunctionalProperty ; |
||||
rdfs:comment """El URL de la antigua pรกgina de un proyecto, |
||||
asociada con exactamente un proyecto."""@es, """L'URL d'une ancienne page web d'un |
||||
projet, associรฉe avec un unique projet."""@fr, "URL adresa pลedeลกlรฉ domovskรฉ strรกnky projektu asociovanรฉ s prรกvฤ jednรญm projektem."@cs, """URL der letzten Projekt-Homepage, |
||||
verbunden mit genau einem Projekt."""@de, """URL of a project's past homepage, |
||||
associated with exactly one project."""@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Alte Homepage"@de, "ancienne page web"@fr, "old homepage"@en, "pรกgina web antigua"@es, "starรก domovskรก strรกnka"@cs ; |
||||
rdfs:subPropertyOf foaf:homepage . |
||||
|
||||
doap:os |
||||
a rdf:Property ; |
||||
rdfs:comment "Betriebssystem auf dem das Projekt eingesetzt werden kann. Diese Eigenschaft kann ausgelassen werden, wenn das Projekt nicht BS-spezifisch ist."@de, "Operating system that a project is limited to. Omit this property if the project is not OS-specific."@en, "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."@cs, """Sistema opertivo al cuรกl estรก limitado el proyecto. Omita esta propiedad si el proyecto no es especรญfico |
||||
de un sistema opertaivo en particular."""@es, """Systรจme d'exploitation auquel est limitรฉ le projet. Omettez cette propriรฉtรฉ si le |
||||
projet n'est pas limitรฉ ร un systรจme d'exploitation."""@fr ; |
||||
rdfs:domain doap:Project, doap:Version ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Betriebssystem"@de, "operating system"@en, "operaฤnรญ systรฉm"@cs, "sistema operativo"@es, "systรจme d'exploitation"@fr ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:platform |
||||
a rdf:Property ; |
||||
rdfs:comment "Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR"@en ; |
||||
rdfs:domain doap:Project, doap:Version ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "platform"@en ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:programming-language |
||||
a rdf:Property ; |
||||
rdfs:comment """Langage de programmation avec lequel un projet est implรฉmentรฉ, |
||||
ou avec lequel il est prรฉvu de l'utiliser."""@fr, "Lenguaje de programaciรณn en el que un proyecto es implementado o con el cuรกl pretende usarse."@es, "Programmiersprache in der ein Projekt implementiert ist oder intendiert wird zu benutzen."@de, "Programming language a project is implemented in or intended for use with."@en, "Programovacรญ jazyk, ve kterรฉm je projekt implementovรกn nebo pro kterรฝ je zamรฝลกlen k pouลพitรญ."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Programmiersprache"@de, "langage de programmation"@fr, "lenguaje de programaciรณn"@es, "programming language"@en, "programovacรญ jazyk"@cs ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:release |
||||
a rdf:Property ; |
||||
rdfs:comment "A project release."@en, "Ein Release (Version) eines Projekts."@de, "Relase (verze) projektu."@cs, "Un release (versiรณn) de un proyecto."@es, "Une release (rรฉvision) d'un projet."@fr ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Release"@de, "release"@cs, "release"@en, "release"@es, "release"@fr ; |
||||
rdfs:range doap:Version . |
||||
|
||||
doap:repository |
||||
a rdf:Property ; |
||||
rdfs:comment "Dรฉpรดt du code source."@fr, "Quellcode-Versionierungssystem."@de, "Repositorio del cรณdigo fuente."@es, "Source code repository."@en, "รloลพiลกtฤ zdrojovรฝch kรณdลฏ."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Repository"@de, "dรฉpรดt"@fr, "repositorio"@es, "repository"@en, "รบloลพiลกtฤ"@cs ; |
||||
rdfs:range doap:Repository . |
||||
|
||||
doap:revision |
||||
a rdf:Property ; |
||||
rdfs:comment "Identifiant de rรฉvision d'une release du programme."@fr, "Identifikรกtor zpลรญstupnฤnรฉ revize softwaru."@cs, "Indentificador de la versiรณn de un release de software."@es, "Revision identifier of a software release."@en, "Versionsidentifikator eines Software-Releases."@de ; |
||||
rdfs:domain doap:Version ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Version"@de, "revision"@en, "rรฉvision"@fr, "versiรณn"@es, "verze"@cs ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:screenshots |
||||
a rdf:Property ; |
||||
rdfs:comment "Page web avec des captures d'รฉcran du projet."@fr, "Pรกgina web con capturas de pantalla del proyecto."@es, "Web page with screenshots of project."@en, "Web-Seite mit Screenshots eines Projektes."@de, "Webovรก strรกnka projektu se snรญmky obrazovky."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Screenshots"@de, "capturas de pantalla"@es, "captures d'รฉcran"@fr, "screenshots"@en, "snรญmek obrazovky"@cs . |
||||
|
||||
doap:service-endpoint |
||||
a rdf:Property ; |
||||
rdfs:comment "The URI of a web service endpoint where software as a service may be accessed"@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "service endpoint"@en ; |
||||
rdfs:range rdfs:Resource . |
||||
|
||||
doap:shortdesc |
||||
a rdf:Property ; |
||||
rdfs:comment "Descripciรณn corta (8 o 9 palabras) en texto plano de un proyecto."@es, "Krรกtkรฝ (8 nebo 9 slov) ฤistฤ textovรฝ popis projektu."@cs, "Kurzbeschreibung (8 oder 9 Wรถrter) eines Projects als einfacher Text."@de, "Short (8 or 9 words) plain text description of a project."@en, "Texte descriptif concis (8 ou 9 mots) d'un projet."@fr ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Kurzbeschreibung"@de, "descripciรณn corta"@es, "description courte"@fr, "krรกtkรฝ popis"@cs, "short description"@en ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
doap:tester |
||||
a rdf:Property ; |
||||
rdfs:comment "A tester or other quality control contributor."@en, "Ein Tester oder anderer Mitarbeiter der Qualitรคtskontrolle."@de, "Tester nebo jinรฝ spoluautor kontrolujรญcรญ kvalitu."@cs, "Un tester u otro proveedor de control de calidad."@es, "Un testeur ou un collaborateur au contrรดle qualitรฉ."@fr ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Tester"@de, "tester"@cs, "tester"@en, "tester"@es, "testeur"@fr ; |
||||
rdfs:range foaf:Person . |
||||
|
||||
doap:translator |
||||
a rdf:Property ; |
||||
rdfs:comment "Collaborateur ร la traduction du projet."@fr, "Contributor of translations to the project."@en, "Mitarbeiter an den รbersetzungen eines Projektes."@de, "Proveedor de traducciones al proyecto."@es, "Spoluautor pลekladu projektu."@cs ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "pลekladatel"@cs, "traducteur"@fr, "traductor"@es, "translator"@en, "รbersetzer"@de ; |
||||
rdfs:range foaf:Person . |
||||
|
||||
doap:vendor |
||||
a rdf:Property ; |
||||
rdfs:comment "Vendor organization: commercial, free or otherwise"@en ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "vendor"@en ; |
||||
rdfs:range foaf:Organization . |
||||
|
||||
doap:wiki |
||||
a rdf:Property ; |
||||
rdfs:comment "L'URL du Wiki pour la discussion collaborative sur le projet."@fr, "URL adresa wiki projektu pro spoleฤnรฉ diskuse."@cs, "URL del Wiki para discusiรณn colaborativa del proyecto."@es, "URL of Wiki for collaborative discussion of project."@en, "Wiki-URL fรผr die kollaborative Dikussion eines Projektes."@de ; |
||||
rdfs:domain doap:Project ; |
||||
rdfs:isDefinedBy <http://usefulinc.com/ns/doap#> ; |
||||
rdfs:label "Wiki"@de, "wiki"@cs, "wiki"@en, "wiki"@es, "wiki"@fr . |
||||
|
@ -0,0 +1,636 @@
@@ -0,0 +1,636 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> . |
||||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
||||
@prefix wot: <http://xmlns.com/wot/0.1/> . |
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> . |
||||
|
||||
dc:date |
||||
a owl:AnnotationProperty . |
||||
|
||||
dc:description |
||||
a owl:AnnotationProperty . |
||||
|
||||
dc:title |
||||
a owl:AnnotationProperty . |
||||
|
||||
rdfs:Class |
||||
a owl:Class . |
||||
|
||||
<http://www.w3.org/2000/10/swap/pim/contact#Person> |
||||
a owl:Class ; |
||||
rdfs:label "Person" . |
||||
|
||||
owl:Thing |
||||
rdfs:label "Thing" . |
||||
|
||||
<http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> |
||||
a owl:Class ; |
||||
rdfs:label "Spatial Thing" . |
||||
|
||||
<http://www.w3.org/2004/02/skos/core#Concept> |
||||
rdfs:label "Concept" . |
||||
|
||||
<http://xmlns.com/foaf/0.1/> |
||||
dc:description "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." ; |
||||
dc:title "Friend of a Friend (FOAF) vocabulary" ; |
||||
a owl:Ontology . |
||||
|
||||
foaf:Agent |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An agent (eg. person, group, software or physical artifact)." ; |
||||
rdfs:label "Agent" ; |
||||
owl:equivalentClass <http://purl.org/dc/terms/Agent> . |
||||
|
||||
foaf:Document |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "A document." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Document" ; |
||||
owl:disjointWith foaf:Organization, foaf:Project . |
||||
|
||||
foaf:Group |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "A class of Agents." ; |
||||
rdfs:label "Group" ; |
||||
rdfs:subClassOf foaf:Agent . |
||||
|
||||
foaf:Image |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An image." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Image" ; |
||||
rdfs:subClassOf foaf:Document . |
||||
|
||||
foaf:LabelProperty |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "A foaf:LabelProperty is any RDF property with texual values that serve as labels." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Label Property" . |
||||
|
||||
foaf:OnlineAccount |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An online account." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Online Account" ; |
||||
rdfs:subClassOf owl:Thing . |
||||
|
||||
foaf:OnlineChatAccount |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An online chat account." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Online Chat Account" ; |
||||
rdfs:subClassOf foaf:OnlineAccount . |
||||
|
||||
foaf:OnlineEcommerceAccount |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An online e-commerce account." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Online E-commerce Account" ; |
||||
rdfs:subClassOf foaf:OnlineAccount . |
||||
|
||||
foaf:OnlineGamingAccount |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An online gaming account." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Online Gaming Account" ; |
||||
rdfs:subClassOf foaf:OnlineAccount . |
||||
|
||||
foaf:Organization |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "An organization." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Organization" ; |
||||
rdfs:subClassOf foaf:Agent ; |
||||
owl:disjointWith foaf:Document, foaf:Person . |
||||
|
||||
foaf:Person |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "A person." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Person" ; |
||||
rdfs:subClassOf <http://www.w3.org/2000/10/swap/pim/contact#Person>, <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing>, foaf:Agent ; |
||||
owl:disjointWith foaf:Organization, foaf:Project . |
||||
|
||||
foaf:PersonalProfileDocument |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "A personal profile RDF document." ; |
||||
rdfs:label "PersonalProfileDocument" ; |
||||
rdfs:subClassOf foaf:Document . |
||||
|
||||
foaf:Project |
||||
a rdfs:Class, owl:Class ; |
||||
rdfs:comment "A project (a collective endeavour of some kind)." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "Project" ; |
||||
owl:disjointWith foaf:Document, foaf:Person . |
||||
|
||||
foaf:account |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "Indicates an account held by this agent." ; |
||||
rdfs:domain foaf:Agent ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "account" ; |
||||
rdfs:range foaf:OnlineAccount . |
||||
|
||||
foaf:accountName |
||||
a rdf:Property, owl:DatatypeProperty ; |
||||
rdfs:comment "Indicates the name (identifier) associated with this online account." ; |
||||
rdfs:domain foaf:OnlineAccount ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "account name" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:accountServiceHomepage |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "Indicates a homepage of the service provide for this online account." ; |
||||
rdfs:domain foaf:OnlineAccount ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "account service homepage" ; |
||||
rdfs:range foaf:Document . |
||||
|
||||
foaf:age |
||||
a rdf:Property, owl:DatatypeProperty, owl:FunctionalProperty ; |
||||
rdfs:comment "The age in years of some agent." ; |
||||
rdfs:domain foaf:Agent ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "age" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:aimChatID |
||||
a rdf:Property, owl:DatatypeProperty, owl:InverseFunctionalProperty ; |
||||
rdfs:comment "An AIM chat ID" ; |
||||
rdfs:domain foaf:Agent ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "AIM chat ID" ; |
||||
rdfs:range rdfs:Literal ; |
||||
rdfs:subPropertyOf foaf:nick . |
||||
|
||||
foaf:based_near |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "A location that something is based near, for some broadly human notion of near." ; |
||||
rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "based near" ; |
||||
rdfs:range <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . |
||||
|
||||
foaf:birthday |
||||
a rdf:Property, owl:DatatypeProperty, owl:FunctionalProperty ; |
||||
rdfs:comment "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'." ; |
||||
rdfs:domain foaf:Agent ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "birthday" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:currentProject |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "A current project this person works on." ; |
||||
rdfs:domain foaf:Person ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "current project" ; |
||||
rdfs:range owl:Thing . |
||||
|
||||
foaf:depiction |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "A depiction of some thing." ; |
||||
rdfs:domain owl:Thing ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "depiction" ; |
||||
rdfs:range foaf:Image ; |
||||
owl:inverseOf foaf:depicts . |
||||
|
||||
foaf:depicts |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "A thing depicted in this representation." ; |
||||
rdfs:domain foaf:Image ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "depicts" ; |
||||
rdfs:range owl:Thing ; |
||||
owl:inverseOf foaf:depiction . |
||||
|
||||
foaf:dnaChecksum |
||||
a rdf:Property, owl:DatatypeProperty ; |
||||
rdfs:comment "A checksum for the DNA of some thing. Joke." ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "DNA checksum" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:familyName |
||||
a rdf:Property, owl:DatatypeProperty ; |
||||
rdfs:comment "The family name of some person." ; |
||||
rdfs:domain foaf:Person ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "familyName" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:family_name |
||||
a rdf:Property, owl:DatatypeProperty ; |
||||
rdfs:comment "The family name of some person." ; |
||||
rdfs:domain foaf:Person ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "family_name" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:firstName |
||||
a rdf:Property, owl:DatatypeProperty ; |
||||
rdfs:comment "The first name of a person." ; |
||||
rdfs:domain foaf:Person ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "firstName" ; |
||||
rdfs:range rdfs:Literal . |
||||
|
||||
foaf:focus |
||||
a rdf:Property, owl:ObjectProperty ; |
||||
rdfs:comment "The underlying or 'focal' entity associated with some SKOS-described concept." ; |
||||
rdfs:domain <http://www.w3.org/2004/02/skos/core#Concept> ; |
||||
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; |
||||
rdfs:label "focus" ; |
||||
rdfs:range owl:Thing . |
||||
|
||||
foaf:fundedBy |
||||
a rdf:Property, owl:ObjectProperty ; |
||||