Skip to content

Commit

Permalink
Update DSV vocab
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Klímek <jakub@jakubklimek.com>
  • Loading branch information
jakubklimek committed Jul 12, 2024
1 parent 0f3f21f commit 8631c69
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 16 deletions.
12 changes: 11 additions & 1 deletion dsv.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,14 @@
rdfs:label "artefact"@en;
rdfs:comment "Artefact of the specification"@en;
rdfs:domain <http://purl.org/dc/terms/Standard>;
rdfs:range <http://www.w3.org/ns/dx/prof/ResourceDescriptor>.
rdfs:range <http://www.w3.org/ns/dx/prof/ResourceDescriptor>.
:conceptualModel a rdf:Property, owl:ObjectProperty;
rdfs:label "conceptual model"@en;
rdfs:comment "Specifies the conceptual model contained in the application profile."@en;
rdfs:domain <http://www.w3.org/ns/dx/prof/Profile>;
rdfs:range <https://w3id.org/dsv#ConceptualModel>.
:property a rdf:Property, owl:ObjectProperty;
rdfs:label "profiled property"@en;
rdfs:comment "The property profiled by the property profile."@en;
rdfs:domain <https://w3id.org/dsv#PropertyProfile>;
rdfs:range rdf:Property.
2 changes: 1 addition & 1 deletion dsv/c5d2ee2e-32c6-4c12-abb3-b80410162920.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 37 additions & 14 deletions dsv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
otherLinks: [{
key: "Odkazy",
data: [{
value: "DSV Default Application Profile (DSV-DAP)",
href: "https://github.com/mff-uk/data-specification-vocabulary/dap/"
value: "DSV Default Application Profile",
href: "https://github.com/mff-uk/data-specification-vocabulary/application-profile"
}]
}],
};
Expand All @@ -115,8 +115,8 @@
<strong>Data Specification Vocabulary (DSV)</strong>.</p>
</section>

<section id="sotd">
</section>
<!--<section id="sotd">
</section>-->

<section>
<h1>Vocabulary Overview</h1>
Expand Down Expand Up @@ -255,7 +255,7 @@ <h4>Datatype Property Profile</h4>


<h2>Properties</h2>
<section id="j7u69sjfmqly5uopml">
<section id="conceptual-model">

<h4>conceptual model</h4>

Expand All @@ -278,7 +278,7 @@ <h4>conceptual model</h4>
</tr>
</table>
</section>
<section id="5k9qr6vfkgjly5upac4">
<section id="profile-of">

<h4>profile of</h4>

Expand All @@ -301,7 +301,7 @@ <h4>profile of</h4>
</tr>
</table>
</section>
<section id="x2epkv1lvjoly5uptxv">
<section id="specializes">

<h4>specializes</h4>

Expand All @@ -324,7 +324,7 @@ <h4>specializes</h4>
</tr>
</table>
</section>
<section id="zhakhpyes2mly5us7ay">
<section id="profiled-class">

<h4>profiled class</h4>

Expand All @@ -347,7 +347,7 @@ <h4>profiled class</h4>
</tr>
</table>
</section>
<section id="zea294wx11ely5uxiqs">
<section id="datatype">

<h4>datatype</h4>

Expand All @@ -366,7 +366,7 @@ <h4>datatype</h4>
</tr>
</table>
</section>
<section id="h7hy192nuqtly5uycc1">
<section id="range">

<h4>range</h4>

Expand All @@ -385,7 +385,7 @@ <h4>range</h4>
</tr>
</table>
</section>
<section id="d7r5pxu88ylly5uyt49">
<section id="domain">

<h4>domain</h4>

Expand All @@ -404,7 +404,7 @@ <h4>domain</h4>
</tr>
</table>
</section>
<section id="e4yzzktukhily5v2r0a">
<section id="inherits-properties">

<h4>inherits properties</h4>

Expand All @@ -427,7 +427,7 @@ <h4>inherits properties</h4>
</tr>
</table>
</section>
<section id="g4mpeurijsly5v4n8s">
<section id="cardinality">

<h4>cardinality</h4>

Expand All @@ -446,7 +446,7 @@ <h4>cardinality</h4>
</tr>
</table>
</section>
<section id="gidcldcoyv4ly5xo0gj">
<section id="artefact">

<h4>artefact</h4>

Expand All @@ -469,6 +469,29 @@ <h4>artefact</h4>
</tr>
</table>
</section>
<section id="profiled-property">

<h4>profiled property</h4>

<table class="def">
<tr>
<td>IRI</td>
<td><a href="https://w3id.org/dsv#property">https://w3id.org/dsv#property</a></td>
</tr>
<tr>
<td>Definition</td>
<td>The property profiled by the property profile.</td>
</tr>
<tr>
<td>Domain</td>
<td><a href="#property-profile">Property Profile</a></td>
</tr>
<tr>
<td>Range</td>
<td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">Property</a></td>
</tr>
</table>
</section>

</section>

Expand Down

0 comments on commit 8631c69

Please sign in to comment.