We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
e.g.
(this is wrong according to the provided recommendation to use skos:notation with an xsd:string datatype)
or
(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
The text was updated successfully, but these errors were encountered: