Skip to content

Commit 34140e4

Browse files
authored
add GPD_0000058, "has cannonical sequence index" for "Datafield element instance"
1 parent c36e5f6 commit 34140e4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ontology/gpd.ttl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,13 @@ or provides information about the field content changeability. The valid values
291291
rdfs:label "has mediatype"@en ,
292292
"hat Medientyp"@de .
293293

294+
:GPD_0000058 rdf:type owl:DatatypeProperty ;
295+
rdfs:domain :GPD_0000029 ;
296+
rdfs:range xsd:integer ;
297+
rdfs:label "has cannonical sequence index"@en ,
298+
"hat kanonischen Sequenzindex"@de ;
299+
rdfs:comment "Gibt für eine Datenfeldelementinstanz an, das wie vielte Kind seines Elternelement es ist."@de ,
300+
"Indicates the ordinal position of a data field element instance among its parent element's children."@en .
294301

295302
### https://w3id.org/gerps/ontology/datafield/JD000011
296303
:GPD_0000053 rdf:type owl:DatatypeProperty ;

0 commit comments

Comments
 (0)