an org has a ror id as it's IRI
That org object has a prop: org:hasUnit
The has unit points to a github url, and THAT github url has the number of followers. But somehow that number is attached to the ror org, not to the org it has as a unit.
e.g.
schema1:identifier "https://ror.org/0070nx673" ;
schema1:name "Okino Computer Graphics (Canada)" ;
org:hasUnit <https://github.com/InteractiveComputerGraphics> ;
pulse:OrganizationType pulse:PrivateCompany ;
pulse:githubOrgFollowers 364 ;
pulse:githubOrganizationHandle "InteractiveComputerGraphics" ;
pulse:owns <https://github.com/InteractiveComputerGraphics/SPlisHSPlasH> .
and
<https://ror.org/0070nx673> a org:Organization ;
schema1:identifier "https://ror.org/0070nx673" ;
schema1:name "Okino Computer Graphics (Canada)" ;
org:hasUnit <https://github.com/STORM-IRIT> ;
pulse:OrganizationType pulse:PrivateCompany ;
pulse:githubOrgFollowers 22 ;
pulse:githubOrganizationHandle "STORM-IRIT" ;
pulse:owns <https://github.com/STORM-IRIT/OpenGR> .
These have the same IRI, but the githubOrgFollowers number actually refers to the number of followers that the respective object of pulse:owns has (so https://github.com/InteractiveComputerGraphics/SPlisHSPlasH has 364 followers, and https://github.com/STORM-IRIT/OpenGR has 22. The value is just assigned incorrectly to the overarching org that owns both those labs.
an org has a ror id as it's IRI
That org object has a prop: org:hasUnit
The has unit points to a github url, and THAT github url has the number of followers. But somehow that number is attached to the ror org, not to the org it has as a unit.
e.g.
and
These have the same IRI, but the githubOrgFollowers number actually refers to the number of followers that the respective object of pulse:owns has (so https://github.com/InteractiveComputerGraphics/SPlisHSPlasH has 364 followers, and https://github.com/STORM-IRIT/OpenGR has 22. The value is just assigned incorrectly to the overarching org that owns both those labs.