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

Fix indention relative adjacent lines #8

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
26 changes: 13 additions & 13 deletions source/gnd.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2620,11 +2620,11 @@ Add new annotation property
<marc21equivalent>065 $a $2=sswd</marc21equivalent>
</owl:ObjectProperty>

<!-- https://d-nb.info/standards/elementset/gnd#hasRelationship -->
<!-- https://d-nb.info/standards/elementset/gnd#hasRelationship -->

<owl:ObjectProperty rdf:about="https://d-nb.info/standards/elementset/gnd#hasRelationship">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:isDefinedBy rdf:resource="https://d-nb.info/standards/elementset/gnd#"/>
<owl:ObjectProperty rdf:about="https://d-nb.info/standards/elementset/gnd#hasRelationship">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:isDefinedBy rdf:resource="https://d-nb.info/standards/elementset/gnd#"/>
<rdfs:label xml:lang="de">hat Beziehung</rdfs:label>
<rdfs:label xml:lang="en">has relationship</rdfs:label>
</owl:ObjectProperty>
Expand Down Expand Up @@ -6635,16 +6635,16 @@ Add new annotation property
<marc21equivalent>400 $4=nawi</marc21equivalent>
</owl:Class>

<!-- https://d-nb.info/standards/elementset/gnd#Relationship -->
<!-- https://d-nb.info/standards/elementset/gnd#Relationship -->

<owl:Class rdf:about="https://d-nb.info/standards/elementset/gnd#Relationship">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:isDefinedBy rdf:resource="https://d-nb.info/standards/elementset/gnd#"/>
<rdfs:label xml:lang="de">Beziehung</rdfs:label>
<rdfs:label xml:lang="en">Relationship</rdfs:label>
<rdfs:comment xml:lang="de">Klasse für eine Beziehung, um die an der Beziehung beteiligten Ressourcen miteinander in Beziehung zu setzen und sie weiter zu qualifizieren.</rdfs:comment>
<rdfs:comment xml:lang="en">Class for a relationship in order to relate the resources involved in the relationship to each other and to qualify them further.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="https://d-nb.info/standards/elementset/gnd#Relationship">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:isDefinedBy rdf:resource="https://d-nb.info/standards/elementset/gnd#"/>
<rdfs:label xml:lang="de">Beziehung</rdfs:label>
<rdfs:label xml:lang="en">Relationship</rdfs:label>
<rdfs:comment xml:lang="de">Klasse für eine Beziehung, um die an der Beziehung beteiligten Ressourcen miteinander in Beziehung zu setzen und sie weiter zu qualifizieren.</rdfs:comment>
<rdfs:comment xml:lang="en">Class for a relationship in order to relate the resources involved in the relationship to each other and to qualify them further.</rdfs:comment>
</owl:Class>

<!-- https://d-nb.info/standards/elementset/gnd#ReligiousAdministrativeUnit -->

Expand Down