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

Literals may not contain the characters ", LF, CR #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions nt/Elements/a.nt
Original file line number Diff line number Diff line change
Expand Up @@ -73830,8 +73830,7 @@
<http://rdaregistry.info/Elements/a/P50093> <http://www.w3.org/2000/01/rdf-schema#label> "har ikke entydig navneindikator"@da .
<http://rdaregistry.info/Elements/a/P50093> <http://www.w3.org/2004/02/skos/core#definition> "Relaterer en person til en kategorisering, der angiver, at de registrerede kerneelementer er utilstrækkelige til at skelne mellem to eller flere personer med det samme navn."@da .
<http://rdaregistry.info/Elements/a/P50093> <http://metadataregistry.org/uri/profile/rdakit/toolkitLabel> "ikke entydig navneindikator"@da .
<http://rdaregistry.info/Elements/a/P50093> <http://metadataregistry.org/uri/profile/rdakit/toolkitDefinition> "Kategorisering, der angiver, at de registrerede kerneelementer erutilstrækkelige til at skelne mellem to eller flere personer med det samme
navn."@da .
<http://rdaregistry.info/Elements/a/P50093> <http://metadataregistry.org/uri/profile/rdakit/toolkitDefinition> "Kategorisering, der angiver, at de registrerede kerneelementer erutilstrækkelige til at skelne mellem to eller flere personer med det samme navn."@da .
<http://rdaregistry.info/Elements/a/P50093> <http://www.w3.org/2000/01/rdf-schema#label> "té com a indicador de nom no diferenciat"@ca .
<http://rdaregistry.info/Elements/a/P50093> <http://www.w3.org/2004/02/skos/core#definition> "Relaciona una persona amb una categorització que indica que els elements bàsics enregistrats són insuficients per diferenciar entre dues o més persones amb el mateix nom."@ca .
<http://rdaregistry.info/Elements/a/P50093> <http://metadataregistry.org/uri/profile/rdakit/toolkitLabel> "indicador de nom no diferenciat"@ca .
Expand Down
7 changes: 2 additions & 5 deletions nt/Elements/x.nt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<http://rdaregistry.info/Elements/x/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/title> "RDA Entity properties"@en .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/description> "Properties that represent the attribute and relationship
elements of the RDA Entity entity."@en .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/description> "Properties that represent the attribute and relationship elements of the RDA Entity entity."@en .
<http://rdaregistry.info/Elements/x/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rdax" .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/rights> "Copyright © 2020 American Library Association, Canadian Federation
of Library Associations, and CILIP: Chartered Institute of Library and Information
Professionals"@en .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/rights> "Copyright © 2020 American Library Association, Canadian Federation of Library Associations, and CILIP: Chartered Institute of Library and Information Professionals"@en .
<http://rdaregistry.info/Elements/x/> <http://creativecommons.org/ns#licence> <https://creativecommons.org/licenses/by/4.0/deed.en_US> .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/creator> "RDA Steering Committee" .
<http://rdaregistry.info/Elements/x/> <http://purl.org/dc/elements/1.1/contributor> "RSC Technical Working Group" .
Expand Down