Skip to content

Commit

Permalink
Fixed references to w3c vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 26, 2024
1 parent e179325 commit ac168c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiperspective/symbolic.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ If an 'interpreter' skilled in english language is involved in a 'semiotic' proc
owl:someValuesFrom xsd:double
] ;
rdfs:subClassOf :EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 ;
rdfs:isDefinedBy "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#double"^^xsd:anyURI ;
rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#double"^^xsd:anyURI ;
skos:prefLabel "DoubleData"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a 64-bit floating point numbers incl. ±Inf, ±0, NaN."@en .

Expand Down Expand Up @@ -464,7 +464,7 @@ Symbols of a formal language must be capable of being specified without any refe
owl:someValuesFrom xsd:float
] ;
rdfs:subClassOf :EMMO_88a34881_b8d0_474b_9a08_40dbd414d834 ;
rdfs:isDefinedBy "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#float"^^xsd:anyURI ;
rdfs:seeAlso "https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#float"^^xsd:anyURI ;
skos:prefLabel "FloatData"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A symbolic data representing a 32-bit floating point numbers incl. ±Inf, ±0, NaN."@en .

Expand Down

0 comments on commit ac168c8

Please sign in to comment.