Skip to content

Commit

Permalink
make proepr ID for aeon:academic_event_type_of #139
Browse files Browse the repository at this point in the history
  • Loading branch information
StroemPhi committed Feb 28, 2022
1 parent b33e517 commit f514acb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions aeon.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -706,12 +706,13 @@ obo:TXPO_0002523 rdf:type owl:ObjectProperty ;

### https://github.com/tibonto/aeon#AEON_0000032
aeon:AEON_0000032 rdf:type owl:ObjectProperty ;
owl:inverseOf aeon:academic_event_type_of ;
owl:inverseOf aeon:AEON_0000031 ;
rdfs:domain aeon:AEON_0000001 ;
rdfs:range aeon:AEON_0000004 ;
obo:IAO_0000115 "A relation obtaining between an 'academic event' and an 'academic event type specification' that specifies the sociocultrural format of the 'academic event'."@en ;
obo:IAO_0000117 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI ;
rdfs:label "has academic event type"@en ;
rdfs:seeAlso "https://github.com/tibonto/aeon/issues/139"^^xsd:anyURI ;
aeon:AEON_0000026 "{\"wikidata\": {\"uri\": null, \"label\": \"event_type\"}, \"openresearch\": {\"uri\": null, \"label\": \"Type\"}}"^^xsd:string .


Expand Down Expand Up @@ -1081,8 +1082,8 @@ aeon:AEON_0000089 rdf:type owl:ObjectProperty ;
rdfs:label "occurs in event venue"@en .


### https://github.com/tibonto/aeon#academic_event_type_of
aeon:academic_event_type_of rdf:type owl:ObjectProperty ;
### https://github.com/tibonto/aeon#AEON_0000031
aeon:AEON_0000031 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:IAO_0000136 ;
rdfs:domain aeon:AEON_0000004 ;
rdfs:range aeon:AEON_0000001 ;
Expand Down Expand Up @@ -2639,7 +2640,7 @@ aeon:AEON_0000003 rdf:type owl:Class ;
aeon:AEON_0000004 rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( obo:IAO_0000104
[ rdf:type owl:Restriction ;
owl:onProperty aeon:academic_event_type_of ;
owl:onProperty aeon:AEON_0000031 ;
owl:someValuesFrom aeon:AEON_0000001
]
) ;
Expand Down

0 comments on commit f514acb

Please sign in to comment.