From 65030faad225dcd1f1e31367e51dc8e2e537d3e0 Mon Sep 17 00:00:00 2001 From: Nicholas Car Date: Wed, 27 Nov 2019 09:10:16 +1000 Subject: [PATCH] harmonised hasToken defns in HTML & RDF --- prof/index.html | 2 +- prof/rdf/prof.rdf | 2 +- prof/rdf/prof.ttl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/prof/index.html b/prof/index.html index 44190b701..75b0747d0 100644 --- a/prof/index.html +++ b/prof/index.html @@ -891,7 +891,7 @@

Property: hasToken

OWL type:owl:DatatypeProperty Label:has token - Definition:The preferred identifier for the Profile, in circumstances where its URI cannot be used. + Definition:The preferred identifier for the Profile, for use in circumstances where its URI cannot be used. Domain:prof:Profile Range:xsd:token Usage note: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 diff --git a/prof/rdf/prof.rdf b/prof/rdf/prof.rdf index 3f096416b..9914447fe 100644 --- a/prof/rdf/prof.rdf +++ b/prof/rdf/prof.rdf @@ -12,7 +12,7 @@ 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 - A preferred alternative identifier for the Profile + The preferred identifier for the Profile, for use in circumstances where its URI cannot be used has token diff --git a/prof/rdf/prof.ttl b/prof/rdf/prof.ttl index c2950c896..219b4280f 100644 --- a/prof/rdf/prof.ttl +++ b/prof/rdf/prof.ttl @@ -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" .