Skip to content

Commit 62bdd53

Browse files
committed
Correct case on pronoun
1 parent bf44856 commit 62bdd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gistCore.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3353,10 +3353,10 @@ gist:isAllocatedBy
33533353
gist:Person
33543354
) ;
33553355
] ;
3356-
skos:definition "Relates the subject to whoever/whatever assigns or distributes it."^^xsd:string ;
3356+
skos:definition "Relates the subject to whomever or whatever assigns or distributes it."^^xsd:string ;
33573357
skos:example "A U.S. Social Security number is allocated by the U.S. Social Security Administration. The media type https://www.iana.org/assignments/media-types/text/csv is allocated by the Internet Assigned Numbers Authority (IANA)."^^xsd:string ;
33583358
skos:prefLabel "is allocated by"^^xsd:string ;
3359-
skos:scopeNote "The allocator may be a person or an organization, or even an automated process like an algorithm."^^xsd:string ;
3359+
skos:scopeNote "The allocator may be a person, an organization, or an automated process such as an algorithm."^^xsd:string ;
33603360
gist:domainIncludes
33613361
gist:Category ,
33623362
gist:ID

0 commit comments

Comments
 (0)