Skip to content

Commit

Permalink
changed <dl><div> to <dl><dd>
Browse files Browse the repository at this point in the history
  • Loading branch information
timrdf committed Apr 26, 2012
1 parent dfbc50e commit 70b034b
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 109 deletions.
4 changes: 2 additions & 2 deletions components/services/prov-o/cross-reference.py
Expand Up @@ -182,8 +182,8 @@
cross.write(' <dl class="description">\n')
# class rdfs:comment
for comment in owlClass.rdfs_comment:
cross.write(' <div class="comment"><p>'+comment+'</p>\n')
cross.write(' </div>\n')
cross.write(' <dd class="comment"><p>'+comment+'</p>\n')
cross.write(' </dd>\n')

# class prov:component ?component
if len(owlClass.prov_component) > 0 and False:
Expand Down
Expand Up @@ -20,8 +20,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection.</p>
</div>
<dd class="comment"><p>Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -49,10 +49,10 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.</p>
</div>
<div class="comment"><p>A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.</p>
</div>
<dd class="comment"><p>This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.</p>
</dd>
<dd class="comment"><p>A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -99,8 +99,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary.</p>
</div>
<dd class="comment"><p>prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -137,8 +137,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>An empty dictionary.</p>
</div>
<dd class="comment"><p>An empty dictionary.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -166,8 +166,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</p>
</div>
<dd class="comment"><p>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -208,8 +208,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>A key-value pair. Part of a prov:Collection through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.</p>
</div>
<dd class="comment"><p>A key-value pair. Part of a prov:Collection through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.</p>
</dd>

<dt>in domain of</dt>
<dd>
Expand Down Expand Up @@ -242,8 +242,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.</p>
</div>
<dd class="comment"><p>Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.</p>
</dd>

<dt>in domain of</dt>
<dd>
Expand Down Expand Up @@ -286,8 +286,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</p>
</div>
<dd class="comment"><p>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down
24 changes: 12 additions & 12 deletions components/services/prov-o/includes/cross-reference-expanded.html
Expand Up @@ -22,8 +22,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</p>
</div>
<dd class="comment"><p>Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -51,8 +51,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</p>
</div>
<dd class="comment"><p>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</p>
</dd>

<dt>in range of</dt>
<dd>
Expand Down Expand Up @@ -80,8 +80,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Attribute-value pairs occurring in notes are application specific.</p>
</div>
<dd class="comment"><p>Attribute-value pairs occurring in notes are application specific.</p>
</dd>

<dt>in range of</dt>
<dd>
Expand Down Expand Up @@ -109,8 +109,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Agents of type Organization are social institutions such as companies, societies etc.</p>
</div>
<dd class="comment"><p>Agents of type Organization are social institutions such as companies, societies etc.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -138,8 +138,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>Agents of type Person are people.</p>
</div>
<dd class="comment"><p>Agents of type Person are people.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down Expand Up @@ -167,8 +167,8 @@ <h3>
</div>

<dl class="description">
<div class="comment"><p>A software agent is running software.</p>
</div>
<dd class="comment"><p>A software agent is running software.</p>
</dd>

<dt>is subclass of</dt>
<dd>
Expand Down

0 comments on commit 70b034b

Please sign in to comment.