Skip to content

Commit

Permalink
Merge pull request #3 from yngwi/master
Browse files Browse the repository at this point in the history
Add parents
  • Loading branch information
yngwi authored May 24, 2021
2 parents 400bdc7 + e98b669 commit 35a6a22
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion core.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="https://purl.org/nampi/owl/core">
<owl:versionIRI rdf:resource="https://purl.org/nampi/owl/core/0.0.6"/>
<owl:versionIRI rdf:resource="https://purl.org/nampi/owl/core/0.0.7"/>
</owl:Ontology>


Expand Down Expand Up @@ -85,6 +85,7 @@

<owl:ObjectProperty rdf:about="https://purl.org/nampi/owl/core#changes_aspect_related_to">
<rdfs:subPropertyOf rdf:resource="https://purl.org/nampi/owl/core#has_participant"/>
<rdfs:range rdf:resource="https://purl.org/nampi/owl/core#group"/>
<rdfs:label xml:lang="en">changes aspect related to</rdfs:label>
</owl:ObjectProperty>

Expand Down Expand Up @@ -130,6 +131,17 @@



<!-- https://purl.org/nampi/owl/core#has_as_parent -->

<owl:ObjectProperty rdf:about="https://purl.org/nampi/owl/core#has_as_parent">
<rdfs:subPropertyOf rdf:resource="https://purl.org/nampi/owl/core#has_participant"/>
<owl:inverseOf rdf:resource="https://purl.org/nampi/owl/core#is_parent_in"/>
<rdfs:range rdf:resource="https://purl.org/nampi/owl/core#person"/>
<rdfs:label xml:lang="en">has as parent</rdfs:label>
</owl:ObjectProperty>



<!-- https://purl.org/nampi/owl/core#has_aspect_changed_by -->

<owl:ObjectProperty rdf:about="https://purl.org/nampi/owl/core#has_aspect_changed_by">
Expand Down Expand Up @@ -321,6 +333,15 @@



<!-- https://purl.org/nampi/owl/core#is_parent_in -->

<owl:ObjectProperty rdf:about="https://purl.org/nampi/owl/core#is_parent_in">
<rdfs:subPropertyOf rdf:resource="https://purl.org/nampi/owl/core#participates_in"/>
<rdfs:label xml:lang="en">is parent in</rdfs:label>
</owl:ObjectProperty>



<!-- https://purl.org/nampi/owl/core#is_part_of -->

<owl:ObjectProperty rdf:about="https://purl.org/nampi/owl/core#is_part_of">
Expand Down

0 comments on commit 35a6a22

Please sign in to comment.