Skip to content

Commit

Permalink
Fix indention relative adjacent lines
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 26, 2024
1 parent a04e22e commit d0722fc
Showing 1 changed file with 13 additions and 13 deletions.
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

0 comments on commit d0722fc

Please sign in to comment.