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

Best practices : examples contain skos:notation with a language tad, this is wrong #172

Closed
tfrancart opened this issue Jun 22, 2023 · 0 comments · Fixed by #177
Closed

Comments

@tfrancart
Copy link
Contributor

e.g.

<http://id.insee.fr/codes/pcsese1982/pcsese>
    a skos:ConceptScheme ;
    skos:prefLabel "Nomenclature des Professions et Catégories Socioprofessionnelles des Emplois Salariés d'Entreprise (PCS-ESE) 1982"@fr ;
    skos:notation "PCS-ESE 1982"@fr .

(this is wrong according to the provided recommendation to use skos:notation with an xsd:string datatype)

or

<http://id.insee.fr/codes/pcsese1982/rubrique/4702>
    a skos:Concept ;
    skos:inScheme <http://id.insee.fr/codes/pcsese1982/pcsese> ;
    skos:prefLabel "Contrôleurs laitiers, inséminateurs et autres agents techniques agricoles"@fr ;
    skos:notation "4702"@fr .

(this is wrong as per the general recommendation of SKOS to rather use strings or custom datatypes for skos:notation)

The error appears in other examples too.

See #171

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

Successfully merging a pull request may close this issue.

1 participant