Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broaden gist:uniqueText definition #577

Closed
rjyounes opened this issue Sep 24, 2021 · 3 comments
Closed

Broaden gist:uniqueText definition #577

rjyounes opened this issue Sep 24, 2021 · 3 comments
Assignees
Labels
status: implementation specified Implementation has been specified. A developer should be assigned. topic: annotations

Comments

@rjyounes
Copy link
Collaborator

Definition is: "This is used for the actual value of a key or ID where you don't want the possibility of having more than one."

There is no domain.

Proposal:

  • add gist:domainIncludes gist:ID
  • Change definition to something like: 'The unique string value of some text object."
  • Add skos:example: "The string value of an identifier object; the three-segment number associated with a materialized version number."
@uscholdm
Copy link
Contributor

Right idea, but the example could be simpler. How about:

  • skos:example "The unique string for a vehicle identification number."^^xsd:string .

@dylan-sa dylan-sa added the status: implementation specified Implementation has been specified. A developer should be assigned. label Apr 14, 2022
@rjyounes rjyounes self-assigned this Apr 28, 2022
@uscholdm
Copy link
Contributor

This has already been implemented.

gist:uniqueText
	a
		owl:DatatypeProperty ,
		owl:FunctionalProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore> ;
	rdfs:range xsd:string ;
	skos:definition "The unique string value of some content object; i.e., there is no possibility of having more than one value."^^xsd:string ;
	skos:example "The unique string for a vehicle identification number."^^xsd:string ;
	skos:prefLabel "unique text"^^xsd:string ;
	gist:domainIncludes
		gist:ID ,
		gist:Text
		;
	.

@uscholdm
Copy link
Contributor

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: implementation specified Implementation has been specified. A developer should be assigned. topic: annotations
Projects
None yet
Development

No branches or pull requests

3 participants