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

Don't limit gist:containedText to Text subjects #790

Closed
rjyounes opened this issue Feb 14, 2023 · 1 comment
Closed

Don't limit gist:containedText to Text subjects #790

rjyounes opened this issue Feb 14, 2023 · 1 comment

Comments

@rjyounes
Copy link
Collaborator

There is no formal limitation, but the definition is "Links to the string corresponding to Text."

It's not only Text objects that can have containedText - e.g., Addresses and other types of Content can. (Or should Address actually be a subclass of Text rather than Content? - though the point about containedText still applies.) Just because Content is not limited to Text doesn't mean it wouldn't be valuable to use containedText for its text.

@uscholdm
Copy link
Contributor

The change has been done #989. The current version is:

gist:containedText
	a owl:DatatypeProperty ;
	rdfs:range xsd:string ;
	skos:definition "A string that is closely associated with an individual."^^xsd:string ;
	skos:example
		"The string associated with a tag."^^xsd:string ,
		"The string associated with text content."^^xsd:string
		;
	skos:prefLabel "contained text"^^xsd:string ;
	gist:domainIncludes
		gist:Tag ,
		gist:Text
		;
	.

See also #594

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants