Skip to content

Commit

Permalink
commit ttl files that will be overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
amilan17 committed Feb 27, 2024
1 parent f0d94dd commit b7bf701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wmdr/unit/a.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<a> a skos:Concept ;
rdfs:label "year" ;
skos:notation "a" ;
dct:description "Conventional unit of time duration, ranging from 365 days to 366 days"@en .
<A> a skos:Concept ;
rdfs:label "ampere" ;
skos:notation "A" ;
dct:description "SI base unit of electric current"@en .

0 comments on commit b7bf701

Please sign in to comment.