Skip to content

Commit

Permalink
Add missing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
yngwi committed Nov 4, 2021
1 parent fd7414b commit a86b8d2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion api.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://purl.org/nampi/owl/api">
<owl:versionIRI rdf:resource="http://purl.org/nampi/owl/api/0.1.0"/>
<owl:versionIRI rdf:resource="http://purl.org/nampi/owl/api/0.1.1"/>
</owl:Ontology>


Expand Down Expand Up @@ -293,6 +293,12 @@



<!-- http://purl.org/nampi/owl/api#hieararchyRoot -->

<owl:Class rdf:about="http://purl.org/nampi/owl/api#hieararchyRoot"/>



<!-- http://purl.org/nampi/owl/api#hierarchy -->

<owl:Class rdf:about="http://purl.org/nampi/owl/api#hierarchy"/>
Expand All @@ -308,6 +314,12 @@



<!-- http://purl.org/nampi/owl/api#isAuthor -->

<owl:Class rdf:about="http://purl.org/nampi/owl/api#isAuthor"/>



<!-- http://purl.org/nampi/owl/api#orderByProperty -->

<owl:Class rdf:about="http://purl.org/nampi/owl/api#orderByProperty">
Expand Down

0 comments on commit a86b8d2

Please sign in to comment.