Skip to content

Commit

Permalink
addressing issues found in Issue 492
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Aug 29, 2019
1 parent c93cd37 commit fdc80ae
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions profilesont/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ <h3>Initial Example</h3>
A full example profile described using common metadata and the Profiles Vocabulary
</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="A full example described using the Profiles Vocabulary in RDF (turtle)">
<pre id="eg-initial-example"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="A full example described using PROF in RDF (turtle)">
@prefix dct: &lt;http://purl.org/dc/terms/&gt; .
@prefix prof: &lt;http://www.w3.org/ns/dx/prof/&gt; .
@prefix role: &lt;http://www.w3.org/ns/dx/prof/role/&gt; .
Expand Down Expand Up @@ -456,7 +458,9 @@ <h4>Property: isTransitiveProfileOf</h4>
</a>
<figcaption>Property isTransitiveProfileOf in use. See the full explanation in the example text below.</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="Property isInheritedFrom in use">
<pre id="eg-isTransitiveProfileOf"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="Property isTransitiveProfileOf in use">
# A profile that is within a hierarchy of profiles may wish to indicate it profiles
# things "further up the chain". To do this, prof:isTransitiveProfileOf can be used
# to indicate anything the profile is related to by a series of one or more
Expand Down Expand Up @@ -628,7 +632,9 @@ <h4>Property: isInheritedFrom</h4>
Property <code>isInheritedFrom</code> in use. Here the <code>prof:ResourceDescriptor</code> instance <strong>Profile Y, Resource Descriptor 2</strong> refers to the same artifact (a constraints file) as <strong>Standard X, Resource Descriptor 1</strong> and it is inherited by <strong>Profile Y</strong> from <strong>Standard X</strong> which <strong>Profile Y</strong> is a profile of.
</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="Property isInheritedFrom in use">
<pre id="eg-isInheritedFrom"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="Property isInheritedFrom in use">
# If Standard X, described using PROF, is given as having a Resource
# Descriptor, RD_1, with role "Full Constraints" as follows:

Expand Down Expand Up @@ -851,7 +857,7 @@ <h3>DCAT-AP</h3>
The figure uses elements from this vocabulary to describe part of the DCAT-AP Profile graphically - PDF &amp; RDF
resources only - to simplify the example.
</p>
<figure id="fig-eg-dcat">
<figure id="fig-eg-dcat-ap">
<a href="examples/dcat-ap.svg">
<img src="examples/dcat-ap.svg" title="DCAT-AP described using this vocabulary" style="width:90%;" />
</a>
Expand Down Expand Up @@ -903,7 +909,9 @@ <h3>DCAT-AP</h3>
In RDF (turtle format), DCAT-AP is described using the Profiles Vocabulary, with many properties not listed in the
summary figure and description above as:
</p>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="DCAT-AP described using Profile Ontology in RDF (turtle)">
<pre id="eg-eg-dcat-ap"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="DCAT-AP described using PROF in RDF (turtle)">
@prefix dc: &lt;http://purl.org/dc/elements/1.1/&gt; .
@prefix prof: &lt;http://www.w3.org/ns/dx/prof/&gt; .
@prefix role: &lt;http://www.w3.org/ns/dx/prof/role/&gt; .
Expand Down Expand Up @@ -988,7 +996,9 @@ <h3>DCAT-AP hierarchy</h3>
that profiles both DCAT-BE &amp; StatDCAT-AP.
</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="The GeoDCAT-AP profile hierarchy described using Profile Ontology in RDF (turtle)">
<pre id="eg-eg-hierarchy"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="The GeoDCAT-AP profile hierarchy described using PROF in RDF (turtle)">
@prefix prof: &lt;http://www.w3.org/ns/dx/prof/&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .

Expand Down Expand Up @@ -1066,7 +1076,9 @@ <h3>CSIRO Dummy Dublin Core AP</h3>
CSIRO Dummy DCAP Profile characterised using PROF. Only two of the four Resource Descriptors in the RDF below are shown.
</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="The GeoDCAT-AP profile hierarchy described using Profile Ontology in RDF (turtle)">
<pre id="eg-eg-csiro-dummy-dcap"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="The CSIRO Dummy DCAP Profile characterised using PROF in RDF (turtle)">
#
# This document is a description, according to the Profiles Vocabulary (see https://www.w3.org/TR/dx-prof/)
# of a dummy "CSIRO ePublish Repository" profile of the Dubline Core standard. This profile is known as a DCAP -
Expand Down Expand Up @@ -1166,7 +1178,9 @@ <h3>Geoscience Australia's Profile of ISO19115-1:2014</h3>
The GA Profile of ISO19115 characterised using PROF.
</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="GA Profile of ISO19115 according to PROF in RDF (turtle)">
<pre id="eg-eg-ga"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="GA Profile of ISO19115 according to PROF in RDF (turtle)">
@prefix : &lt;http://www.w3.org/ns/dx/prof/examples/ga.ttl#&gt; .
@prefix prof: &lt;http://www.w3.org/ns/dx/prof/&gt; .
@prefix roles: &lt;http://www.w3.org/ns/dx/prof/roles/&gt; .
Expand Down Expand Up @@ -1261,7 +1275,9 @@ <h3>Asset Description Metadata Schema</h3>
The ADMS profile of DCAT.
</figcaption>
</figure>
<pre class="example nohighlight turtle" aria-busy="false" aria-live="polite" title="ADMS profile of DCAT according to PROF in RDF (turtle)">
<pre id="eg-eg-adms"
class="example nohighlight turtle" aria-busy="false" aria-live="polite"
title="ADMS profile of DCAT according to PROF in RDF (turtle)">
@prefix : &lt;http://www.w3.org/ns/dx/prof/examples/adms.ttl#&gt; .
@prefix prof: &lt;http://www.w3.org/ns/dx/prof/&gt; .
@prefix roles: &lt;http://www.w3.org/ns/dx/prof/roles/&gt; .
Expand Down

0 comments on commit fdc80ae

Please sign in to comment.