Skip to content

Commit

Permalink
Merge branch 'gh-pages' into Issue-644
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Feb 22, 2019
2 parents 8d273d3 + e4ba77f commit 5e6a09b
Show file tree
Hide file tree
Showing 21 changed files with 1,018 additions and 378 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@
- [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 (Editors' Draft)](https://w3c.github.io/dxwg/profilesont/)
- [The Profiles Vocabulary (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/)
Expand Down
21 changes: 0 additions & 21 deletions conneg-by-ap/config.js
Expand Up @@ -42,17 +42,6 @@ var respecConfig = {
issueBase: "https://github.com/w3c/dxwg/issues/",
github: "https://github.com/w3c/dxwg/",
localBiblio: {
"DX-PROF-CONNEG": {
editors: [
"Lars G. Svensson",
"Rob Atkinson",
"Nicholas J. Car"
],
href: "https://www.w3.org/TR/2018/WD-dx-prof-conneg-20181218/",
title: "Content Negotiation by Profile",
date: " 2018-12-18",
status: "W3C First Public Working Draft"
},
"DX-PROF-GUIDANCE": {
editors: [
"Rob Atkinson",
Expand All @@ -74,16 +63,6 @@ var respecConfig = {
title: "Negotiating Profiles in HTTP",
date: " 2017-10-24",
status: "IETF Internet Draft"
},
"DX-PROF": {
editors: [
"Rob Atkinson",
"Nicholas J. Car"
],
href: "https://www.w3.org/TR/2018/WD-dx-prof-20181218/",
title: "Profile Descriptions ontology",
date: "2018-12-18",
status: "W3C First Public Working Draft"
}
}
};
10 changes: 9 additions & 1 deletion conneg-by-ap/index.html
Expand Up @@ -70,7 +70,7 @@ <h1>Introduction</h1>
by the Dataset Exchange Working Group (DXWG).
</p>
<p>
Describing the parts of profiles and their relation to other profiles is the function of the Profiles Ontology
Describing the parts of profiles and their relation to other profiles is the function of the Profiles Vocabulary
[[DX-PROF]], also produced by the DXWG.
</p>
</section>
Expand Down Expand Up @@ -359,6 +359,13 @@ <h4>Using <code>HTTP OPTIONS</code></h4>
In this case a server implementing content negotiation by profile
SHOULD return a <code>Content-Profile</code> header
listing all profiles the requested resource conforms to.
If the server accepts HTTP <code>PUT</code>, <code>POST</code> or <code>PATCH</code>
commands against the specified resource,
it also SHOULD also return a <code>Accept-Profile</code> header
specifying which profiles are acceptable when sending data
to that resource.
Both the <code>Accept-Profile</code> and the <code>Content-Profile</code> headers
MAY specify q-values for each profile.
</p>
<pre class="example nohighlight" title="Using HTTP OPTIONS to list available profiles" aria-busy="false" aria-live="polite">
OPTIONS /some/resource HTTP/1.1
Expand All @@ -367,6 +374,7 @@ <h4>Using <code>HTTP OPTIONS</code></h4>

HTTP/1.1 200 OK
Content-Profile: urn:example:profile:1;q=0.8,http://example.org/profiles/2;q=0.5
Accept-Profile: urn:example:profile:1;q=0.8,http://example.org/profiles/2;q=0.5
[More headers for this resource]
</pre>
</section>
Expand Down
9 changes: 0 additions & 9 deletions dcat/config.js
Expand Up @@ -184,15 +184,6 @@ var respecConfig = {
publisher:"Hydra W3C Community Group",
status:"Unofficial Draft"
},
"LDP": {
authors: [
"Leigh Dodds",
"Ian Davis"
],
href:"http://patterns.dataincubator.org/book/",
title:"Linked Data Patterns",
date:"31 May 2012"
},
"ODRS": {
authors: [
"Leigh Dodds"
Expand Down
190 changes: 190 additions & 0 deletions dcat/examples/csiro-stratchart-schema.jsonld
@@ -0,0 +1,190 @@
{
"@graph" : [ {
"@id" : "_:b0",
"@type" : "sdo::EntryPoint",
"actionApplication" : "_:b1",
"comment" : "Service that supports queries to obtain RDF representations of subsets of the data",
"name" : "International Chronostratigraphic Chart hosted at Research Vocabularies Australia",
"url" : "https://vocabs.ands.org.au/viewById/196"
}, {
"@id" : "_:b1",
"@type" : "sdo::SoftwareApplication",
"conformsTo" : "https://www.w3.org/TR/sparql11-query/",
"url" : "http://vocabs.ands.org.au/repository/api/sparql/csiro_international-chronostratigraphic-chart_2017"
}, {
"@id" : "_:b10",
"@type" : "sdo::DataDownload",
"comment" : "Webpage describing the ontology used for the data",
"contentUrl" : "http://resource.geosciml.org/ontology/timescale/gts.html",
"encodingFormat" : "mime:text/html"
}, {
"@id" : "_:b2",
"@type" : "sdo::DataDownload",
"comment" : "TTL serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:text/turtle",
"identifier" : "isc2017.ttl"
}, {
"@id" : "_:b3",
"@type" : "sdo::DataDownload",
"comment" : "RDF/XML serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:application/rdf+xml",
"identifier" : "isc2017.rdf"
}, {
"@id" : "_:b4",
"@type" : "sdo::DataDownload",
"conformsTo" : "https://www.w3.org/TR/rdf-schema/",
"comment" : "RDF representation of the data",
"accessService" : "_:b0"
}, {
"@id" : "_:b5",
"@type" : "sdo::DataDownload",
"comment" : "JSON-LD serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:application/ld+json",
"identifier" : "isc2017.jsonld"
}, {
"@id" : "_:b6",
"@type" : "sdo:DataDownload",
"comment" : "N-Triples serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:application/n-triples",
"identifier" : "isc2017.nt"
}, {
"@id" : "_:b7",
"@type" : "dcat:Dataset",
"conformsTo" : "https://www.w3.org/TR/owl2-overview/",
"additionalType" : "http://purl.org/adms/assettype/DomainModel",
"comment" : "The ontology used for the data",
"dateModified" : "2017-04-28",
"datePublished" : "2011-01-01",
"description" : "This is an RDF/OWL representation of the GeoSciML Geologic Timescale model ...",
"distribution" : [ "_:b9", "_:b10", "_:b8" ],
"name" : "Geologic Timescale model",
"url" : "http://resource.geosciml.org/ontology/timescale/gts"
}, {
"@id" : "_:b8",
"@type" : "sdo:DataDownload",
"comment" : "RDF/XML representation of the ontology used for the data",
"contentUrl" : "http://resource.geosciml.org/ontology/timescale/gts.rdf",
"encodingFormat" : "mime:application/rdf+xml"
}, {
"@id" : "_:b9",
"@type" : "sdo:DataDownload",
"comment" : "TTL representation of the ontology used for the data",
"contentUrl" : "http://resource.geosciml.org/ontology/timescale/gts.ttl",
"encodingFormat" : "mime:text/turtle"
}, {
"@id" : "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg",
"@type" : "sdo:ImageObject",
"additionalType" : "dctype:Image",
"datePublished" : "2017-02-01",
"description" : "Coloured image representation of the International Chronostratigraphic Chart",
"encodingFormat" : "mime:img/jpeg",
"name" : "International Chronostratigraphic Chart"
}, {
"@id" : "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.pdf",
"@type" : "sdo:ImageObject",
"additionalType" : "dctype:Image",
"datePublished" : "2017-02-01",
"description" : "Coloured image representation of the International Chronostratigraphic Chart",
"encodingFormat" : "mime:application/pdf",
"name" : "International Chronostratigraphic Chart"
}, {
"@id" : "dap:d33937",
"@type" : "sdo:Dataset",
"conformsTo" : "http://resource.geosciml.org/ontology/timescale/gts",
"comment" : "The data",
"datePublished" : "2018-07-07",
"description" : "A set of RDFgraphs representing the International [Chrono]stratigraphic Chart, comprising Turtle serializations of data from the 2017-02 version, along with updated ontologies that define the structure of the data. The Geological Timescale Model is aligned with the W3C OWL-Time ontology https://www.w3.org/TR/owl-time/ for the temporal topology, with OGC GeoSPARQL http://www.opengeospatial.org/standards/geosparql for location data, and with the W3C SOSA/SSN ontology for samples. The content of the vocabulary matches the 2017-02 International Chronostratigraphic Chart.",
"distribution" : [ "_:b2", "_:b3", "_:b4", "_:b5", "_:b6" ],
"identifier" : "https://doi.org/10.25919/5b4d2b83cbf2d",
"isRelatedTo" : [ "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg", "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.pdf", "_:b7" ],
"license" : "https://creativecommons.org/licenses/by/4.0/",
"publisher" : "http://www.csiro.au",
"url" : "https://data.csiro.au/dap/landingpage?pid=csiro:33937"
}, {
"@id" : "dap:d33937/s/",
"@type" : "owl:Ontology",
"conformsTo" : "http://schema.org/",
"comment" : "This graph provides a schema.org-conformant representation of a catalog entry together with some related resource descriptions",
"imports" : [ "http://www.w3.org/ns/dcat", "http://schema.org/" ]
} ],
"@context" : {
"url" : {
"@id" : "http://schema.org/url",
"@type" : "@id"
},
"name" : {
"@id" : "http://schema.org/name"
},
"actionApplication" : {
"@id" : "http://schema.org/actionApplication",
"@type" : "@id"
},
"comment" : {
"@id" : "http://schema.org/comment"
},
"description" : {
"@id" : "http://schema.org/description"
},
"isRelatedTo" : {
"@id" : "http://schema.org/isRelatedTo",
"@type" : "@id"
},
"distribution" : {
"@id" : "http://schema.org/distribution",
"@type" : "@id"
},
"datePublished" : {
"@id" : "http://schema.org/datePublished",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
},
"publisher" : {
"@id" : "http://schema.org/publisher",
"@type" : "@id"
},
"conformsTo" : {
"@id" : "http://purl.org/dc/terms/conformsTo",
"@type" : "@id"
},
"identifier" : {
"@id" : "http://schema.org/identifier"
},
"license" : {
"@id" : "http://schema.org/license",
"@type" : "@id"
},
"encodingFormat" : {
"@id" : "http://schema.org/encodingFormat",
"@type" : "@id"
},
"contentUrl" : {
"@id" : "http://schema.org/contentUrl",
"@type" : "@id"
},
"additionalType" : {
"@id" : "http://schema.org/additionalType",
"@type" : "@id"
},
"dateModified" : {
"@id" : "http://schema.org/dateModified",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
},
"accessService" : {
"@id" : "http://www.w3.org/ns/dcat#accessService",
"@type" : "@id"
},
"imports" : {
"@id" : "http://www.w3.org/2002/07/owl#imports",
"@type" : "@id"
},
"dap" : "https://data.csiro.au/dataset/",
"sdo" : "http://schema.org/",
"dct" : "http://purl.org/dc/terms/",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"dctype" : "http://purl.org/dc/dcmitype/",
"mime" : "https://www.iana.org/assignments/media-types/",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"dcat" : "http://www.w3.org/ns/dcat#"
}
}

0 comments on commit 5e6a09b

Please sign in to comment.