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

dhs.ttl broken -> has extra semi-colon #44

Open
jonathanvajda opened this issue Oct 13, 2023 · 0 comments
Open

dhs.ttl broken -> has extra semi-colon #44

jonathanvajda opened this issue Oct 13, 2023 · 0 comments

Comments

@jonathanvajda
Copy link

On line 172 of the dhs.ttl file, the subject 'dhs:transliterationStandard' has a semicolon before the predicate and object 'a rdf:Property'. This is broken.

dhs:transliterationStandard;
    a rdf:Property ;
    rdfs:label "Transliteration Standard"@en ;
    rdfs:isDefinedBy <http://github.com/usdhs/dcat-tool/> ;
    rdfs:range rdfs:Literal ;
    rdfs:comment "<p>The standard of converting  text  from one language to Roman characters.</p><p>Example:<ul class='no-bullets'><li>https://www.iso.org/ics/01.140.10/x/</li></ul></p>" ;
    .

I believe it should say

dhs:transliterationStandard
    a rdf:Property ;
    rdfs:label "Transliteration Standard"@en ;
    rdfs:isDefinedBy <http://github.com/usdhs/dcat-tool/> ;
    rdfs:range rdfs:Literal ;
    rdfs:comment "<p>The standard of converting  text  from one language to Roman characters.</p><p>Example:<ul class='no-bullets'><li>https://www.iso.org/ics/01.140.10/x/</li></ul></p>" ;
    .

I don't mind making a fix on a branch and then making a pull request, but I don't know your dev environment and whether you'd be receptive to this from an external contributor.

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

1 participant