Skip to content

Commit

Permalink
Fixed some misplaced data properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 25, 2024
1 parent 14cc6f4 commit f6da836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
17 changes: 4 additions & 13 deletions disciplines/computerscience.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
owl:qualifiedCardinality rdf:type owl:AnnotationProperty .


### https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4
:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 rdf:type owl:AnnotationProperty .


#################################################################
# Datatypes
#################################################################
Expand All @@ -46,6 +42,10 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
rdf:JSON rdf:type rdfs:Datatype .


### http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
rdf:HTML rdf:type rdfs:Datatype .


#################################################################
# Object Properties
#################################################################
Expand All @@ -58,10 +58,6 @@ rdf:JSON rdf:type rdfs:Datatype .
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a resource to its identifier."@en .


### https://w3id.org/emmo#EMMO_e1097637_70d2_4895_973f_2396f04fa204
:EMMO_e1097637_70d2_4895_973f_2396f04fa204 rdf:type owl:ObjectProperty .


#################################################################
# Data properties
#################################################################
Expand All @@ -86,11 +82,6 @@ rdf:JSON rdf:type rdfs:Datatype .
skos:prefLabel "hasURNValue"@en .


### https://w3id.org/emmo#EMMO_faf79f53_749d_40b2_807c_d34244c192f4
:EMMO_faf79f53_749d_40b2_807c_d34244c192f4 rdf:type owl:DatatypeProperty ;
rdfs:domain :EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a .


#################################################################
# Classes
#################################################################
Expand Down
1 change: 1 addition & 0 deletions disciplines/math.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
rdfs:subPropertyOf :EMMO_b6292331_94af_4f00_976b_ea55960c2f1c ;
rdf:type owl:FunctionalProperty ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO numerical data entity." ;
rdfs:domain :EMMO_8b305b63_6fa3_44dd_9679_17eb8403a07a ;
skos:prefLabel "hasNumberValue"@en .


Expand Down

0 comments on commit f6da836

Please sign in to comment.