Skip to content

Commit

Permalink
fixed more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Mar 27, 2019
1 parent 4e00cc6 commit 27739fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profilesont/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>Introduction</h2>
The Profiles Vocabulary is an RDF vocabulary to describe the resources that define and implement a profile. A profile is defined as "A named set of constraints on one or more identified base specifications or other profiles, including the identification of any implementing subclasses of datatypes, semantic interpretations, vocabularies, options and parameters of those base specifications necessary to accomplish a particular function." These resources may be human-readable documents (PDFs, textual documents), vocabularies or ontologies (XSD, RDF), resources specific to validation tools (SHACL, ShEx, Schematron), or any other files or resources that support the profile. Each resource is defined as having a role that defines its function within the profile.
</p>
<p>
This vocabulary also provides for the description of relationships between such profiles and the standards to which they conform. A standard in this case can be a vocabulary or it can be another profile from which the described profile is a derivation, expansion, or selection. This vocabulary provides a standardized, machine readable formalism for describing the context of profiles. The basis of this vocabulary is a specialization of <code><a href="http://www.dublincore.org/documents/dcmi-terms/#terms-Standard">dct:Standard</a></code>, allowing the use of the <code><a href="http://www.dublincore.org/documents/dcmi-terms/#terms-conformsTo">dct:conformsTo</a></code> predicate to specify conformance to a profile.
This vocabulary also provides for the description of relationships between such profiles and the standards to which they conform. A standard in this case can be a vocabulary or it can be another profile from which the described profile is a derivation, expansion, or selection. This vocabulary provides a standardized, machine readable formalism for describing the context of profiles. The basis of this vocabulary is a specialization of <code><a href="http://www.dublincore.org/specifications/dublin-core/dcmi-terms/#terms-Standard">dct:Standard</a></code>, allowing the use of the <code><a href="http://www.dublincore.org/specifications/dublin-core/dcmi-terms/#terms-conformsTo">dct:conformsTo</a></code> predicate to specify conformance to a profile.
</p>
<p>
A "profile" here is represented by the <a href="#Class:Profile">Profile class definition</a> in the <a href="#specification">Vocabulary Specification</a> with the following definition: "A named set of constraints on one or more identified base specifications or other profiles, including the identification of any implementing subclasses of datatypes, semantic interpretations, vocabularies, options and parameters of those base specifications necessary to accomplish a particular function."
Expand Down Expand Up @@ -867,15 +867,15 @@ <h3>DCAT-AP</h3>
a document, with a <a href="#Property:format">dct:format</a> value of
<a href="https://w3id.org/mediatype/application/pdf">application/pdf</a> and a
<a href="#Property:hasRole">prof:hasRole</a> value of
<a href="https://w3c.github.io/dxwg/profilesont/resource_roles.html#Concept:Guidance">role:Guidance</a>
<a href="#Role:guidance">role:Guidance</a>
</li>
<li>
a document, with a <a href="#Property:format">dct:format</a> value of
<a href="https://w3id.org/mediatype/text/turtle">text/turtle</a>, a
<a href="#Property:conformsTo">dct:conformsTo</a> value of
<a href="http://www.w3.org/ns/shacl">http://www.w3.org/ns/shacl</a> (the namespace of the [[SHACL]]
specification) and a <a href="#Property:hasRole">prof:hasRole</a> value of
<a href="https://w3c.github.io/dxwg/profilesont/resource_roles.html#Concept:FullConstraints">role:Constraints</a>
<a href="#Role:constraints">role:Constraints</a>
</li>
</ul>
each with a <a href="#Property:hasArtifact">prof:hasArtifact</a> value of an implementing resource object in the
Expand Down

0 comments on commit 27739fb

Please sign in to comment.