Skip to content

Commit

Permalink
Merge branch 'gh-pages' into dcat-issue58-ChangingConformanceExamples…
Browse files Browse the repository at this point in the history
…ToDWBP-riccardo
  • Loading branch information
riccardoAlbertoni committed Jan 16, 2019
2 parents 9c1a58c + 3a073dc commit 6134a46
Show file tree
Hide file tree
Showing 9 changed files with 5,281 additions and 369 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
### Working Documents

- [Use cases and requirements](https://w3c.github.io/dxwg/ucr/)
- [DCAT Revision](https://w3c.github.io/dxwg/dcat/)
- [DCAT Revision (Editors' Draft)](https://w3c.github.io/dxwg/dcat/)
- [DCAT Revision Second Public Working Draft (SPWD)](https://www.w3.org/TR/vocab-dcat-2/)
- [DCAT Revision First Public Working Draft (FPWD)](https://www.w3.org/TR/2018/WD-vocab-dcat-2-20180508/)
- [Dataset Exchange Guidance for Application Profiles](https://w3c.github.io/dxwg/profiles/)
- [The Profiles Ontology](https://w3c.github.io/dxwg/profilesont/)
- [Content Negotiation by Profile](https://w3c.github.io/dxwg/conneg-by-ap/)
- [The Profiles Ontology (Editors' Draft)](https://w3c.github.io/dxwg/profilesont/)
- [The Profiles Onotlogy First Public Working Draft](https://www.w3.org/TR/2018/WD-dx-prof-20181218/)
- [Content Negotiation by Profile (Editors' Draft)](https://w3c.github.io/dxwg/conneg-by-ap/)
- [Content Negotation by Profile First Public Working Draft](https://www.w3.org/TR/2018/WD-dx-prof-conneg-20181218/)

220 changes: 145 additions & 75 deletions dcat/index.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions dcat/rdf/dcat.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ dcat:Resource
dcat:Dataset, dcat:DataService, dcat:Catalog and any other member of a dcat:Catalog.
This class carries properties common to all catalogued resources, including datasets and data services.
It is strongly recommended to use a more specific sub-class when available.""" ;
skos:scopeNote "dcat:Resource is an extension point that enables the definition of any kind of catalog. Additional subclasses may be defined in a DCAT profile or application for catalogs of other kinds of resources" ;
.
dcat:accessService
rdf:type owl:ObjectProperty ;
Expand Down Expand Up @@ -808,3 +809,13 @@ dct:relation
skos:scopeNote "See also: Sub-properties of dct:relation in particular dcat:distribution, dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat, dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:requires, dct:isRequiredBy" ;
skos:scopeNote "dct:relation SHOULD be used where the nature of the relationship between a catalogued item and related resources is not known. A more specific sub-property SHOULD be used if the nature of the relationship of the link is known. The property dcat:distribution SHOULD be used to link from a dcat:Dataset to a representation of the dataset, described as a dcat:Distribution" ;
.
dct:type
skos:scopeNote """The value SHOULD be taken from a well governed and broadly recognised controlled vocabulary, such as:
1. DCMI Type vocabulary [DCTERMS]
2. ISO 19115 scope codes [ISO-19115-1]
3. Datacite resource types [DataCite]
4. PARSE.Insight content-types used by re3data.org [RE3DATA-SCHEMA] (see item 15 contentType)
5. MARC intellectual resource types
Some members of these controlled vocabularies are not strictly suitable for datasets or data services (e.g. DCMI Type Event, PhysicalObject; ISO 19115 CollectionHardware, CollectionSession, Initiative, Sample, Repository), but might be used in the context of other kinds of catalogs defined in DCAT profiles or applications.""" ;
skos:scopeNote "To describe the file format, physical medium, or dimensions of the resource, use the dct:format element." ;
.
44 changes: 25 additions & 19 deletions ucr/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,32 @@ var respecConfig = {
// preProcess: [dfn_index],
specStatus: "ED",
shortName: "dcat-ucr",
// previousMaturity: "NOTE",
// previousPublishDate: "2016-07-23",
// previousURI: "https://www.w3.org/TR/2016/NOTE-poe-ucr-20160721/",
previousMaturity: "NOTE",
previousPublishDate: "2017-12-12",
previousURI: "https://www.w3.org/TR/2017/NOTE-dcat-ucr-20171212/",
edDraftURI: "https://w3c.github.io/dxwg/ucr/",
editors: [{
name: "Ixchel Faniel",
company: "OCLC (Online Computer Library Center, Inc.)",
companyURL: "https://www.oclc.org/"
},
{
name: "Jaroslav Pullmann",
company: "Fraunhofer Gesellschaft",
companyURL: "https://www.fraunhofer.de/"
},
{
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
companyURL: "http://www.opengeospatial.org/"
}
],
editors: [
{
name: "Jaroslav Pullmann",
company: "Fraunhofer Gesellschaft",
companyURL: "https://www.fraunhofer.de/"
},
{
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
companyURL: "http://www.opengeospatial.org/"
},
{
name: "Antoine Isaac",
company: "Europeana, Vrije Universiteit Amsterdam",
companyURL: "https://pro.europeana.eu/person/antoine-isaac"
},
{
name: "Ixchel Faniel",
company: "OCLC (Online Computer Library Center, Inc.)",
companyURL: "https://www.oclc.org/"
}
],
wg: "Dataset Exchange Working Group",
wgURI: "https://www.w3.org/2017/dxwg/",
wgPublicList: "public-dxwg-comments",
Expand Down
5 changes: 5 additions & 0 deletions ucr/dxwg.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
font-weight: bold;
}

.source:before {
content: "Source: ";
font-weight: bold;
}

.deliverables:before {
content: "Deliverable(s): ";
font-weight: bold;
Expand Down
Loading

0 comments on commit 6134a46

Please sign in to comment.