Skip to content

Commit 511465c

Browse files
committed
fix: plural properties
1 parent 532fafc commit 511465c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ontology/arema-ontology.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,9 @@ me:Structure a skos:Concept ;
611611
me:Property a skos:Concept ;
612612
skos:definition "Properties of building materials."@en ;
613613
skos:inScheme me:MyThesaurus ;
614-
skos:prefLabel "Eigenschaften"@de,
615-
"Properties"@en,
616-
"Propriétés"@fr .
614+
skos:prefLabel "Eigenschaft"@de,
615+
"Property"@en,
616+
"Propriété"@fr .
617617

618618
me:Object a skos:Concept ;
619619
skos:definition "A physical entity that can be described or measured, such as a building material or a structure."@en ;

0 commit comments

Comments
 (0)