Skip to content

Commit

Permalink
Merge branch 'gh-pages' into dcat-issue1100
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoAlbertoni committed Oct 21, 2019
2 parents 84edcd7 + 6f9409a commit 5630369
Show file tree
Hide file tree
Showing 14 changed files with 282 additions and 449 deletions.
14 changes: 7 additions & 7 deletions conneg-by-ap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ <h3>get resource by profile</h3>
Getting a resource representation conforming to a specific profile is done
by issuing an <code>HTTP GET</code> request against the resource
and specifying the desired profile URI in an <code>Accept-Profile</code> header. URIs MUST be enclosed in angled brackets, '&lt;' &amp; '&gt;'.
It is possible to specify a range of acceptable profile URIs and, when using multiple URIs, they MUST be delimited by a comma
It is possible to specify a range of acceptable profile URIs and, when using multiple URIs, they MUST be delimited by a comma or
be in separate <code>Accept-Profile</code> headers.
Preferences may be indicated by using quality indicators (q-values) as an ordering mechanism separated
from the URI by a semi-colon, ';'. An example of a URI (in this case a URN) with a q-value is <code>&lt;urn:example:profile:x&gt;;q=1.0,</code> where the URI
Expand Down Expand Up @@ -2132,8 +2132,8 @@ <h4>Implementations</h4>
rdfs:comment """This ontology allows for the description of representations
of Internet resources.

Representations may conform to prof:Profile instances and may have the format
of a particular dct:MediaType."""@en ;
Representations may conform to dct:Standard instances and may
have the format of a particular dct:MediaType."""@en ;
dct:created "2019-08-07"^^xsd:date ;
dct:modified "2019-08-10"^^xsd:date ;
dct:creator [
Expand All @@ -2150,17 +2150,17 @@ <h4>Implementations</h4>
dct:conformsTo
a owl:ObjectProperty ;
rdfs:label "conforms to" ;
dct:source dct:conformsTo ;
skos:scopeNote "Use this property to indicate a dct:Standard that a
altr:Representation conforms to." .
rdfs:range dct:Standard ;
skos:scopeNote "Use this property to indicate the data profile that
the altr:Representation conforms to." .

altr:hasRepresentation
a owl:ObjectProperty ;
rdfs:label "has representation" ;
skos:definition "Indicates a Representation of a Resource."@en ;
rdfs:domain rdf:Resource ;
rdfs:range altr:Representation ;
skos:scopeNote "Use this property to indicate a the HTTP-delivered
skos:scopeNote "Use this property to indicate the HTTP-delivered
representation of a resource." .

altr:hasDefaultRepresentation
Expand Down
112 changes: 39 additions & 73 deletions dcat/rdf/dcat-external.ttl

Large diffs are not rendered by default.

571 changes: 219 additions & 352 deletions dcat/rdf/dcat.ttl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion prof/alignments/adms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/alignments/dcat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/alignments/dct.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/alignments/owl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/alignments/skos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/alignments/voaf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/examples/adms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/examples/dcat-ap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/figures/initial.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion prof/figures/prof.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions prof/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ <h3>Dataset Catalogue Vocabulary</h3>
table that follows it.
</p>
<figure id="fig-align-dcat">
<img src="alignments/dcat.svg" alt="Alignment of PROF with DCAT" style="width:60%;" />
<img src="alignments/dcat.svg" alt="Alignment of PROF with DCAT" style="width:30%;" />
<figcaption>Alignment of PROF with DCAT [[VOCAB-DCAT-2]].</figcaption>
</figure>
<p>The following table relates PROF and DCAT elements.</p>
Expand Down Expand Up @@ -1809,8 +1809,8 @@ <h3>Asset Description Metadata Schema</h3>
<code>prof:Profile</code> and <code>adms:Asset</code>.
</p>
<figure id="fig-align-adms">
<img src="alignments/adms.svg" alt="Alignment of PROF with ADMS" style="width:80%;" />
<figcaption>Alignment of PROF with DCAT [[VOCAB-ADMS]].</figcaption>
<img src="alignments/adms.svg" alt="Alignment of PROF with ADMS" style="width:50%;" />
<figcaption>Alignment of PROF with ADMS [[VOCAB-ADMS]].</figcaption>
</figure>
<p>The following table relates PROF and ADMS elements.</p>
<table id="alignment-adms-table">
Expand Down Expand Up @@ -1840,7 +1840,7 @@ <h3>Dublin Core Terms</h3>
PROF is aligned with Dublin Core Terms as per <a href="#fig-align-dct"></a> and table below.
</p>
<figure id="fig-align-dct">
<img src="alignments/dct.svg" alt="Alignment of PROF with Dublin Core Terms" style="width:40%;" />
<img src="alignments/dct.svg" alt="Alignment of PROF with Dublin Core Terms" style="width:20%;" />
<figcaption>Alignment of PROF with Dublin Core Terms [[DCTERMS]].</figcaption>
</figure>
<p>The following table relates PROF and Dublin Core Terms elements.</p>
Expand Down Expand Up @@ -1873,7 +1873,7 @@ <h3>Web Ontology Language</h3>
PROF is aligned with OWL at a conceptual modelling level as per <a href="#fig-align-owl"></a> and table below.
</p>
<figure id="fig-align-owl">
<img src="alignments/owl.svg" alt="Alignment of PROF with OWL" style="width:70%;" />
<img src="alignments/owl.svg" alt="Alignment of PROF with OWL" style="width:50%;" />
<figcaption>Alignment of PROF with OWL [[OWL2-OVERVIEW]].</figcaption>
</figure>
<table id="alignment-owl-table">
Expand Down Expand Up @@ -1901,7 +1901,7 @@ <h3>Vocabulary of a Friend</h3>
Resource Role <code>role:Vocabulary</code>, or a specialized version of it, may be a <code>voaf:Vocabulary</code>.
</p>
<figure id="fig-align-voaf">
<img src="alignments/voaf.svg" alt="Alignment of PROF with VOAF" style="width:70%;" />
<img src="alignments/voaf.svg" alt="Alignment of PROF with VOAF" style="width:50%;" />
<figcaption>Alignment of PROF with VOAF [[VOAF]].</figcaption>
</figure>
<table id="alignment-voaf-table">
Expand Down Expand Up @@ -1943,7 +1943,7 @@ <h3>Simple Knowledge Organization System</h3>
existing instances with SKOS properties, particularly <code>skos:narrower</code>/<code>skos:broader</code>.
</p>
<figure id="fig-align-skos">
<img src="alignments/skos.svg" alt="Alignment of PROF with SKOS" style="width:40%;" />
<img src="alignments/skos.svg" alt="Alignment of PROF with SKOS" style="width:20%;" />
<figcaption>Alignment of PROF with SKOS [[SKOS-REFERENCE]].</figcaption>
</figure>
<table id="alignment-skos-table">
Expand Down

0 comments on commit 5630369

Please sign in to comment.