Skip to content

Commit

Permalink
commit 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 b7bf701 commit 555c249
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions wmdr/unit/h.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/> .

<h> a skos:Concept ;
rdfs:label "hour" ;
skos:notation "h" ;
dct:description "Unit of time, accepted for use with SI: 1 h = 3600 s"@en .
<H> a skos:Concept ;
rdfs:label "henry" ;
skos:notation "H" ;
dct:description "SI derived unit of electrical inductance; SI base unit equivalent: kg.m2.s-2.A-2"@en .
8 changes: 4 additions & 4 deletions wmdr/unit/s.m-1.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/> .

<s.m-1> a skos:Concept ;
rdfs:label "second per metre" ;
skos:notation "s.m-1" ;
dct:description "SI derived unit of quantity with dimension of T.L-1"@en .
<S.m-1> a skos:Concept ;
rdfs:label "siemens per metre" ;
skos:notation "S.m-1" ;
dct:description "SI derived unit of spatial gradient of electric conductance"@en .
8 changes: 4 additions & 4 deletions wmdr/unit/s.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/> .

<s> a skos:Concept ;
rdfs:label "second" ;
skos:notation "s" ;
dct:description "SI base unit of time"@en .
<S> a skos:Concept ;
rdfs:label "siemens" ;
skos:notation "S" ;
dct:description "SI derived unit of electrical conductance; SI base unit equivalent: kg-1.m-2.s3.A2"@en .
8 changes: 4 additions & 4 deletions wmdr/unit/t.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/> .

<t> a skos:Concept ;
rdfs:label "tonne" ;
skos:notation "t" ;
dct:description "Unit of mass, accepted for use with SI; SI base unit equivalent: 1000 kg"@en .
<T> a skos:Concept ;
rdfs:label "tesla" ;
skos:notation "T" ;
dct:description "SI derived unit of magnetic induction, magnetic flux density; SI base unit equivalent: kg.s-2.A-1"@en .

0 comments on commit 555c249

Please sign in to comment.