Skip to content

Commit

Permalink
harmonised hasToken defns in HTML & RDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Nov 26, 2019
1 parent b3f927b commit 65030fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prof/index.html
Expand Up @@ -891,7 +891,7 @@ <h4>Property: hasToken</h4>
<tbody>
<tr><td class="prop">OWL type:</td><td><a href="https://www.w3.org/TR/owl2-rdf-based-semantics/#table-axiomatic-datatypes">owl:DatatypeProperty</a></td></tr>
<tr><td class="prop">Label:</td><td>has token</td></tr>
<tr><td class="prop">Definition:</td><td>The preferred identifier for the Profile, in circumstances where its URI cannot be used.</td></tr>
<tr><td class="prop">Definition:</td><td>The preferred identifier for the Profile, for use in circumstances where its URI cannot be used.</td></tr>
<tr><td class="prop">Domain:</td><td><a href="#Class:Profile">prof:Profile</a></td></tr>
<tr><td class="prop">Range:</td><td><a href="https://www.w3.org/TR/xmlschema-2/#token">xsd:token</a></td></tr>
<tr><td class="prop">Usage note:</td><td>A simple lexical form of identifier that may be accepted in some circumstances, such as API arguments or in content negotiation, to reference this profile. This is a “preferred term”, since alternative identifiers may be declared and used by any implementation</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion prof/rdf/prof.rdf
Expand Up @@ -12,7 +12,7 @@
<skos:usageNote xml:lang="en">A simple lexical form of identifier that may be accepted in some circumstances, such as API arguments to reference this profile. This is a “preferred term”, since alternative identifiers may be declared and used by any implementation</skos:usageNote>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#token"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/dx/prof/Profile"/>
<skos:definition xml:lang="en">A preferred alternative identifier for the Profile</skos:definition>
<skos:definition xml:lang="en">The preferred identifier for the Profile, for use in circumstances where its URI cannot be used</skos:definition>
<rdfs:label>has token</rdfs:label>
</owl:DatatypeProperty>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/conformsTo">
Expand Down
2 changes: 1 addition & 1 deletion prof/rdf/prof.ttl
Expand Up @@ -128,7 +128,7 @@ dct:format rdf:type owl:AnnotationProperty ;
:hasToken rdf:type owl:DatatypeProperty ;
rdfs:domain :Profile ;
rdfs:range xsd:token ;
skos:definition "A preferred alternative identifier for the Profile"@en ;
skos:definition "The preferred identifier for the Profile, for use in circumstances where its URI cannot be used"@en ;
skos:usageNote "A simple lexical form of identifier that may be accepted in some circumstances, such as API arguments to reference this profile. This is a “preferred term”, since alternative identifiers may be declared and used by any implementation"@en ;
rdfs:label "has token" .

Expand Down

0 comments on commit 65030fa

Please sign in to comment.