diff --git a/src/ontology/README-editors.md b/src/ontology/README-editors.md index 04cbc31..7ca4add 100644 --- a/src/ontology/README-editors.md +++ b/src/ontology/README-editors.md @@ -1,4 +1,4 @@ -These notes are for the EDITORS of aeon +These notes are for the EDITORS of AEON This project was created using the [ontology development kit](https://github.com/INCATools/ontology-development-kit). See the site for details. @@ -58,20 +58,14 @@ For now, consult the [GO Tutorial on configuring Protege](http://go-protege-tuto All import modules are in the [imports/](imports/) folder. -There are two ways to include new classes in an import module - - 1. Reference an external ontology class in the edit ontology. In Protege: "add new entity", then paste in the PURL - 2. Add to the imports/ont_terms.txt file, for example imports/go_terms.txt +To include new classes in an import module, add to the imports/ont_terms.txt file, for example imports/go_terms.txt. After doing this, you can run -`./run.sh make all_imports` +`./run.sh make all_imports` or `./run.sh make refresh-[ont]` to regenerate imports. -Note: the ont_terms.txt file may include 'starter' classes seeded from -the ontology starter kit. It is safe to remove these. - ## Release Manager notes You should only attempt to make a release AFTER the edit version is @@ -114,8 +108,8 @@ Finally type: IMMEDIATELY AFTERWARDS (do *not* make further modifications) go here: - * https://github.com/StroemPhi/aeon/releases - * https://github.com/StroemPhi/aeon/releases/new + * https://github.com/tibonto/aeon/releases + * https://github.com/tibonto/aeon/releases/new __IMPORTANT__: The value of the "Tag version" field MUST be @@ -144,15 +138,3 @@ correct ontologies. Try it! * http://purl.obolibrary.org/obo/aeon/releases/YYYY-MM-DD.owl <-- change to the release you just made For questions on this contact Chris Mungall or email obo-admin AT obofoundry.org - -# Travis Continuous Integration System - -Check the build status here: [![Build Status](https://travis-ci.org/StroemPhi/aeon.svg?branch=master)](https://travis-ci.org/StroemPhi/aeon) - -Note: if you have only just created this project you will need to authorize travis for this repo. - - 1. Go to [https://travis-ci.org/profile/StroemPhi](https://travis-ci.org/profile/StroemPhi) - 2. click the "Sync account" button - 3. Click the tick symbol next to aeon - -Travis builds should now be activated \ No newline at end of file diff --git a/src/ontology/Speaker.yaml b/src/ontology/Speaker.yaml deleted file mode 100644 index 7f781c9..0000000 --- a/src/ontology/Speaker.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Contributor: - - slots: - - type - - role - slot_usage: - type: - range: ContributorType - role: - range: ContributorRole - - -Contributor_Role: - slots: - - contributor_role - - -ContributorType: - title: Contributor Type - description: An enumaration used to distinguish the contributors of an event or event series with regard to them being either an organization or a person. - permissible_values: - organization: - description: An institution, or an association that has one or more people as members and which actsas some kind of participant in an event or event series. - meaning: OBI:0000245 - person: - description: A human being that acts as some kind of participant in an event or event series. - meaning: NCBITaxon:9606 - -ContributorRole: - title: Contributor Role - description: An enum to hold all possible contributor roles needed in the realization of academic events and series. - permissible_values: - Sponsor: - description: A person or an organization whose role it is to sponsor an academic event or event series. - Attendee: - description: A person whose only role it is to attend an academic event. - Moderator: - description: A person that has the role to moderate an academic event. - Reviewer: - description: A person that has the role to review the submissions of an academic event. - Organizer: - description: An organizer of an academic event or event series. - ContactPerson: - description: The contact person of an academic event or event series. - CommitteeMember: - description: A members of an academic event committee. - CommitteeChair: - description: The head of an academic event committee. - Presenter: - description: A person that presents its work at an academic event. - KeynoteSpeaker: - description: A 'keynote speaker' is a presenter that is an invited person - often a multiplier in his or her (research) field - responsible for delivering a keynote speech. - - - - Event: - slots: - - has_contributing_organization - - has_contributing_person \ No newline at end of file diff --git a/src/ontology/aeon-edit.owl b/src/ontology/aeon-edit.owl index 615675e..b184e1a 100644 --- a/src/ontology/aeon-edit.owl +++ b/src/ontology/aeon-edit.owl @@ -1,4 +1,5 @@ Prefix(:=) +Prefix(ex:=) Prefix(ns:=) Prefix(dce:=) Prefix(obo:=) @@ -108,9 +109,20 @@ Declaration(Class(obo:AEON_0000125)) Declaration(Class(obo:AEON_0000126)) Declaration(Class(obo:AEON_0000127)) Declaration(Class(obo:AEON_0000128)) +Declaration(Class(obo:AEON_0000129)) +Declaration(Class(obo:AEON_0000130)) +Declaration(Class(obo:AEON_0000131)) +Declaration(Class(obo:AEON_0000132)) +Declaration(Class(obo:AEON_0000133)) +Declaration(Class(obo:AEON_0000134)) +Declaration(Class(obo:AEON_0000135)) +Declaration(Class(obo:AEON_0000136)) Declaration(Class(obo:AEON_0000137)) Declaration(Class(obo:AEON_0000138)) Declaration(Class(obo:AEON_0000139)) +Declaration(Class(obo:AEON_0000182)) +Declaration(Class(obo:AEON_0000183)) +Declaration(Class(obo:AEON_0000184)) Declaration(Class(obo:attendance_fee_specification)) Declaration(Class(obo:attendee)) Declaration(Class(obo:committee_chair)) @@ -133,14 +145,9 @@ Declaration(Class(obo:sponsor_fee_specification)) Declaration(Class(obo:sponsorship_committee)) Declaration(Class(obo:technical_committee)) Declaration(Class(obo:wikiCFP_ID)) -Declaration(Class()) -Declaration(Class()) -Declaration(Class()) -Declaration(Class()) -Declaration(Class()) -Declaration(Class()) -Declaration(Class()) -Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(ObjectProperty(obo:AEON_0000031)) Declaration(ObjectProperty(obo:AEON_0000032)) @@ -176,73 +183,90 @@ Declaration(ObjectProperty(obo:AEON_0000086)) Declaration(ObjectProperty(obo:AEON_0000087)) Declaration(ObjectProperty(obo:AEON_0000088)) Declaration(ObjectProperty(obo:AEON_0000089)) -Declaration(ObjectProperty(obo:academic_field_of)) +Declaration(ObjectProperty(obo:AEON_0000175)) +Declaration(ObjectProperty(obo:AEON_0000176)) +Declaration(ObjectProperty(obo:AEON_0000177)) +Declaration(ObjectProperty(obo:AEON_0000178)) +Declaration(ObjectProperty(obo:AEON_0000179)) +Declaration(ObjectProperty(obo:AEON_0000180)) +Declaration(ObjectProperty(obo:AEON_0000181)) Declaration(ObjectProperty(obo:attends_at)) Declaration(ObjectProperty(obo:committee_chair_in)) Declaration(ObjectProperty(obo:committee_member_in)) Declaration(ObjectProperty(obo:contact_person_of)) Declaration(ObjectProperty(obo:contibutes_to)) -Declaration(ObjectProperty(obo:has_WikiCFP_ID)) -Declaration(ObjectProperty(obo:has_collocated_event)) -Declaration(ObjectProperty(obo:has_joint_event)) -Declaration(ObjectProperty(obo:has_umbrella_event)) Declaration(ObjectProperty(obo:holds_keynote_at)) Declaration(ObjectProperty(obo:moderates_at)) Declaration(ObjectProperty(obo:organizes)) Declaration(ObjectProperty(obo:reviews_at)) Declaration(ObjectProperty(obo:speaks_at)) -Declaration(ObjectProperty(obo:specifies_event_fee)) Declaration(ObjectProperty(obo:sponsors)) -Declaration(ObjectProperty(obo:topic_of)) +Declaration(ObjectProperty()) Declaration(DataProperty(obo:AEON_0000074)) Declaration(DataProperty(obo:AEON_0000091)) -Declaration(DataProperty(obo:CORE_ranking)) +Declaration(DataProperty(obo:AEON_0000140)) +Declaration(DataProperty(obo:AEON_0000141)) +Declaration(DataProperty(obo:AEON_0000142)) +Declaration(DataProperty(obo:AEON_0000143)) +Declaration(DataProperty(obo:AEON_0000144)) +Declaration(DataProperty(obo:AEON_0000145)) +Declaration(DataProperty(obo:AEON_0000146)) +Declaration(DataProperty(obo:AEON_0000147)) +Declaration(DataProperty(obo:AEON_0000148)) +Declaration(DataProperty(obo:AEON_0000149)) +Declaration(DataProperty(obo:AEON_0000150)) +Declaration(DataProperty(obo:AEON_0000151)) +Declaration(DataProperty(obo:AEON_0000152)) +Declaration(DataProperty(obo:AEON_0000153)) +Declaration(DataProperty(obo:AEON_0000154)) +Declaration(DataProperty(obo:AEON_0000155)) +Declaration(DataProperty(obo:AEON_0000156)) +Declaration(DataProperty(obo:AEON_0000157)) +Declaration(DataProperty(obo:AEON_0000158)) +Declaration(DataProperty(obo:AEON_0000159)) +Declaration(DataProperty(obo:AEON_0000160)) +Declaration(DataProperty(obo:AEON_0000161)) +Declaration(DataProperty(obo:AEON_0000162)) +Declaration(DataProperty(obo:AEON_0000163)) +Declaration(DataProperty(obo:AEON_0000164)) +Declaration(DataProperty(obo:AEON_0000165)) +Declaration(DataProperty(obo:AEON_0000166)) +Declaration(DataProperty(obo:AEON_0000167)) +Declaration(DataProperty(obo:AEON_0000168)) +Declaration(DataProperty(obo:AEON_0000169)) +Declaration(DataProperty(obo:AEON_0000170)) +Declaration(DataProperty(obo:AEON_0000171)) +Declaration(DataProperty(obo:AEON_0000172)) +Declaration(DataProperty(obo:AEON_0000173)) +Declaration(DataProperty(obo:AEON_0000174)) Declaration(DataProperty(obo:OBI_0002815)) -Declaration(DataProperty(obo:acceptance_rate)) -Declaration(DataProperty(obo:accepted_papers)) -Declaration(DataProperty(obo:accepted_short_papers)) -Declaration(DataProperty(obo:contact_email)) -Declaration(DataProperty(obo:contact_phone)) -Declaration(DataProperty(obo:coordinates)) -Declaration(DataProperty(obo:duration)) -Declaration(DataProperty(obo:end_date)) -Declaration(DataProperty(obo:event_frequency)) -Declaration(DataProperty(obo:event_number)) -Declaration(DataProperty(obo:event_status)) -Declaration(DataProperty(obo:event_type_other)) -Declaration(DataProperty(obo:event_year)) -Declaration(DataProperty(obo:fee)) -Declaration(DataProperty(obo:fee_currency)) -Declaration(DataProperty(obo:language)) -Declaration(DataProperty(obo:location)) -Declaration(DataProperty(obo:logo)) -Declaration(DataProperty(obo:meeting_URL)) -Declaration(DataProperty(obo:metric)) -Declaration(DataProperty(obo:number_of_attendees)) -Declaration(DataProperty(obo:number_of_tracks)) -Declaration(DataProperty(obo:previous_end_date)) -Declaration(DataProperty(obo:previous_start_date)) -Declaration(DataProperty(obo:proceedings_site_count)) -Declaration(DataProperty(obo:process_website)) -Declaration(DataProperty(obo:series_cite_count)) -Declaration(DataProperty(obo:sponsor_type)) -Declaration(DataProperty(obo:start_date)) -Declaration(DataProperty(obo:state)) -Declaration(DataProperty(obo:submitted_papers)) -Declaration(DataProperty(obo:summary)) -Declaration(DataProperty(obo:summary_licence)) -Declaration(DataProperty(obo:venue)) -Declaration(DataProperty(obo:venue_URL)) -Declaration(NamedIndividual(obo:Lisbon)) -Declaration(NamedIndividual(obo:Portugal)) -Declaration(NamedIndividual(obo:_Person_1)) -Declaration(NamedIndividual(obo:_VIVO2020)) -Declaration(NamedIndividual(obo:_VIVO2020_format)) -Declaration(NamedIndividual(obo:_VIVO2020_name)) -Declaration(NamedIndividual(obo:_VIVO2020_speaker1_role)) -Declaration(NamedIndividual(obo:_VIVO_series)) +Declaration(NamedIndividual(ex:_Aysa_Ekanger)) +Declaration(NamedIndividual(ex:_Jan_Erik_Frantsvåg)) +Declaration(NamedIndividual(ex:_Linnea_Nordström)) +Declaration(NamedIndividual(ex:_Lisbon)) +Declaration(NamedIndividual(ex:_Munin)) +Declaration(NamedIndividual(ex:_Munin2022)) +Declaration(NamedIndividual(ex:_Munin2022_abstract_deadline)) +Declaration(NamedIndividual(ex:_Munin2022_camera-ready_deadline)) +Declaration(NamedIndividual(ex:_Munin2022_general_committee)) +Declaration(NamedIndividual(ex:_Munin2022_name)) +Declaration(NamedIndividual(ex:_Munin2022_notification_deadline)) +Declaration(NamedIndividual(ex:_Munin_name)) +Declaration(NamedIndividual(ex:_Per_Pippin_Aspaas)) +Declaration(NamedIndividual(ex:_Person_1)) +Declaration(NamedIndividual(ex:_Portugal)) +Declaration(NamedIndividual(ex:_StroemPhi)) +Declaration(NamedIndividual(ex:_Tanja_Larssen)) +Declaration(NamedIndividual(ex:_Terje_Bergli)) +Declaration(NamedIndividual(ex:_VIVO2020)) +Declaration(NamedIndividual(ex:_VIVO2020_format)) +Declaration(NamedIndividual(ex:_VIVO2020_name)) +Declaration(NamedIndividual(ex:_VIVO2020_speaker1_role)) +Declaration(NamedIndividual(ex:_VIVO_series)) Declaration(NamedIndividual()) Declaration(NamedIndividual()) +Declaration(NamedIndividual()) +Declaration(NamedIndividual()) Declaration(NamedIndividual()) Declaration(NamedIndividual()) Declaration(AnnotationProperty(obo:AEON_0000026)) @@ -255,6 +279,7 @@ Declaration(AnnotationProperty(skos:definition)) Declaration(AnnotationProperty(skos:example)) Declaration(AnnotationProperty(skos:prefLabel)) Declaration(AnnotationProperty(skos:scopeNote)) +Declaration(AnnotationProperty()) ############################ # Annotation Properties ############################ @@ -305,10 +330,11 @@ ObjectPropertyRange(obo:AEON_0000032 obo:AEON_0000004) # Object Property: obo:AEON_0000033 (has DID) AnnotationAssertion(obo:IAO_0000111 obo:AEON_0000033 "has DID"@en) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000033 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000033 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000033 "A relation obtaining between an entity and a distributed identifier document (DID) that is used to denote the verifiable, decentralized digital identity of an entity."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000033 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000033 "has distributed identifier"@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000033 ) AnnotationAssertion(rdfs:label obo:AEON_0000033 "has DID"@en) SubObjectPropertyOf(obo:AEON_0000033 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000033 obo:BFO_0000001) @@ -320,7 +346,7 @@ AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000040 "A relation obtaining betwe AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000040 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000040 "has academic field descriptor"@en) SubObjectPropertyOf(obo:AEON_0000040 owl:topObjectProperty) -InverseObjectProperties(obo:AEON_0000040 obo:academic_field_of) +InverseObjectProperties(obo:AEON_0000040 obo:AEON_0000175) ObjectPropertyDomain(obo:AEON_0000040 obo:AEON_0000001) ObjectPropertyRange(obo:AEON_0000040 obo:AEON_0000027) @@ -329,7 +355,7 @@ ObjectPropertyRange(obo:AEON_0000040 obo:AEON_0000027) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000041 "A relation obtaining between a obi:'planned process' and an 'event topic descriptor' that is used to descibe the theme of the planned process."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000041 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000041 "has event topic decriptor"@en) -InverseObjectProperties(obo:AEON_0000041 obo:topic_of) +InverseObjectProperties(obo:AEON_0000041 obo:AEON_0000180) ObjectPropertyDomain(obo:AEON_0000041 obo:OBI_0000011) ObjectPropertyRange(obo:AEON_0000041 obo:AEON_0000028) @@ -340,21 +366,21 @@ AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000043 "https://orcid.org/0000-000 AnnotationAssertion(rdfs:label obo:AEON_0000043 "has event fee specification"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000043 ) SubObjectPropertyOf(obo:AEON_0000043 owl:topObjectProperty) -InverseObjectProperties(obo:AEON_0000043 obo:specifies_event_fee) +InverseObjectProperties(obo:AEON_0000043 obo:AEON_0000179) ObjectPropertyDomain(obo:AEON_0000043 obo:OBI_0000011) ObjectPropertyRange(obo:AEON_0000043 obo:AEON_0000030) -# Object Property: obo:AEON_0000045 (DEPRECATED has contributor) +# Object Property: obo:AEON_0000045 (deprecated_has contributor) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000045 "'has contributor' is a relation obtaining between a planned process and a person or organization that holds a contributor role which is being realized by the planned process. A contribution to a planned process takes place when someone works on the planning or realization of a planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000045 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000045 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000045 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000045 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000045 "DEPRECATED has contributor"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000045 "deprecated_has contributor"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000045 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000046 (DEPRECATED has attendee) +# Object Property: obo:AEON_0000046 (deprecated_has attendee) AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000046 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P710\", \"label\": \"participantLabel\"}}"^^xsd:string) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000046 "A relation obtaining between a planned process and a person that holds an attendee role which is being realized by the planned process."@en) @@ -362,20 +388,20 @@ AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000046 "has participant is suffici AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000046 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000046 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000046 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000046 "DEPRECATED has attendee"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000046 "deprecated_has attendee"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000046 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000047 (DEPRECATED has moderator) +# Object Property: obo:AEON_0000047 (deprecated_has moderator) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000047 "A relation obtaining between a planned process and a person that holds a moderator role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000047 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000047 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000047 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000047 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000047 "DEPRECATED has moderator"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000047 "deprecated_has moderator"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000047 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000048 (DEPRECATED has organizer) +# Object Property: obo:AEON_0000048 (deprecated_has organizer) AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000048 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P664\", \"label\": \"organizerLabel\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Has_organizer\", \"label\": \"Has_organizer\"},\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"sponsor\"}}}"^^xsd:string) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000048 "A relation obtaining between a planned process and a person or organization that holds an organizer role which is being realized by the planned process."@en) @@ -383,20 +409,20 @@ AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000048 "has participant is suffici AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000048 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000048 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000048 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000048 "DEPRECATED has organizer"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000048 "deprecated_has organizer"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000048 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000049 (DEPRECATED has reviewer) +# Object Property: obo:AEON_0000049 (deprecated_has reviewer) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000049 "A relation obtaining between a planned process and a person that holds a reviewer role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000049 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000049 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000049 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000049 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000049 "DEPRECATED has reviewer"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000049 "deprecated_has reviewer"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000049 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000050 (DEPRECATED has presenter) +# Object Property: obo:AEON_0000050 (deprecated_has presenter) AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000050 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P823\", \"label\": \"speaker\"}}"^^xsd:string) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000050 "A relation obtaining between a planned process and a person that holds a presenter role which is being realized by the planned process."@en) @@ -404,57 +430,57 @@ AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000050 "has participant is suffici AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000050 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000050 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000050 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000050 "DEPRECATED has presenter"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000050 "deprecated_has presenter"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000050 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000051 (DEPRECATED has sponsor) +# Object Property: obo:AEON_0000051 (deprecated_has sponsor) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000051 "A relation obtaining between a planned process and a person or organization that holds a sponsor role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000051 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000051 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000051 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000051 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000051 "DEPRECATED has sponsor"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000051 "deprecated_has sponsor"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000051 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000052 (DEPRECATED has committee member) +# Object Property: obo:AEON_0000052 (deprecated_has committee member) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000052 "A relation obtaining between a planned process and a person that holds a committee member role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000052 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000052 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000052 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000052 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000052 "DEPRECATED has committee member"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000052 "deprecated_has committee member"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000052 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000053 (DEPRECATED has contact person) +# Object Property: obo:AEON_0000053 (deprecated_has contact person) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000053 "A relation obtaining between a planned process and a person that holds a contact person role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000053 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000053 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000053 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000053 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000053 "DEPRECATED has contact person"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000053 "deprecated_has contact person"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000053 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000054 (DEPRECATED has keynote speaker) +# Object Property: obo:AEON_0000054 (deprecated_has keynote speaker) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000054 "A relation between a planned process and a person that holds a keynote speaker role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000054 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000054 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000054 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000054 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000054 "DEPRECATED has keynote speaker"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000054 "deprecated_has keynote speaker"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000054 "true"^^xsd:boolean) -# Object Property: obo:AEON_0000055 (DEPRECATED has committee chair) +# Object Property: obo:AEON_0000055 (deprecated_has committee chair) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000055 "A relation obtaining between a planned process and a person that holds a committee chair role which is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000055 "has participant is sufficient enough, no need for subproperties thereof"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000055 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000055 obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000055 obo:RO_0000057) -AnnotationAssertion(rdfs:label obo:AEON_0000055 "DEPRECATED has committee chair"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000055 "deprecated_has committee chair"@en) AnnotationAssertion(owl:deprecated obo:AEON_0000055 "true"^^xsd:boolean) InverseObjectProperties(obo:AEON_0000055 obo:committee_chair_in) @@ -484,9 +510,10 @@ ObjectPropertyRange(obo:AEON_0000073 obo:AEON_0000060) # Object Property: obo:AEON_0000075 (has DOI) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000075 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000075 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000075 "A relation obtaining between a digital iao:information content entity and its corresponding ISO 26324 conform digital object identifier."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000075 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000075 ) AnnotationAssertion(rdfs:label obo:AEON_0000075 "has DOI"@en) SubObjectPropertyOf(obo:AEON_0000075 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000075 obo:IAO_0000030) @@ -495,9 +522,10 @@ ObjectPropertyRange(obo:AEON_0000075 obo:AEON_0000016) # Object Property: obo:AEON_0000076 (has GND identifier) AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000076 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P227\", \"label\": \"GND_ID\"}, \"gnd\": {\"uri\": \"https://d-nb.info/standards/elementset/gnd#gndIdentifier\", \"label\": \"GND-Identifier\"}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000076 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000076 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000076 "A relation obtaining between an entity and the 'GND identifier' used by the German national library to denote this entity."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000076 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000076 ) AnnotationAssertion(rdfs:label obo:AEON_0000076 "has GND identifier"@en) SubObjectPropertyOf(obo:AEON_0000076 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000076 obo:BFO_0000001) @@ -505,9 +533,10 @@ ObjectPropertyRange(obo:AEON_0000076 obo:AEON_0000017) # Object Property: obo:AEON_0000077 (has ISNI) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000077 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000077 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000077 "A relation obtaining between a person or organization and the 'international standard name identifier' used to denote the person or organization in the ISNI database."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000077 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000077 ) AnnotationAssertion(rdfs:label obo:AEON_0000077 "has ISNI"@en) SubObjectPropertyOf(obo:AEON_0000077 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000077 ObjectUnionOf(obo:NCBITaxon_9606 obo:OBI_0000245)) @@ -515,9 +544,10 @@ ObjectPropertyRange(obo:AEON_0000077 obo:AEON_0000018) # Object Property: obo:AEON_0000078 (has ORCID) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000078 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000078 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000078 "A relation obtaining between a person and the 'ORCID' used to denote the person in the ORCID database."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000078 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000078 ) AnnotationAssertion(rdfs:label obo:AEON_0000078 "has ORCID"@en) SubObjectPropertyOf(obo:AEON_0000078 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000078 obo:NCBITaxon_9606) @@ -525,10 +555,11 @@ ObjectPropertyRange(obo:AEON_0000078 obo:AEON_0000019) # Object Property: obo:AEON_0000079 (has ROR) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000079 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000079 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000079 "A relation obtaining between a person and the 'ROR identifier' used to denote the entity in the ROR database."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000079 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000119 obo:AEON_0000079 "https://ror.org/"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000079 ) AnnotationAssertion(rdfs:label obo:AEON_0000079 "has ROR"@en) SubObjectPropertyOf(obo:AEON_0000079 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000079 obo:OBI_0000245) @@ -537,19 +568,21 @@ ObjectPropertyRange(obo:AEON_0000079 obo:AEON_0000020) # Object Property: obo:AEON_0000080 (has QID) AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000080 "{\"wikidata\": {\"uri\": null, \"label\": \"itemID\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Wikidataid\", \"label\": \"Wikidataid\"}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000080 obo:IAO_0000423) +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000080 obo:IAO_0000428) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000080 "A relation obtaining between an entity and the Wikidata identifier used to denote this entity in the Wikidata database."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000080 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000080 "has Wikidata QID"@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000080 ) AnnotationAssertion(rdfs:label obo:AEON_0000080 "has QID"@en) SubObjectPropertyOf(obo:AEON_0000080 obo:IAO_0000235) ObjectPropertyDomain(obo:AEON_0000080 obo:BFO_0000001) ObjectPropertyRange(obo:AEON_0000080 obo:AEON_0000021) -# Object Property: obo:AEON_0000081 (academic event series of) +# Object Property: obo:AEON_0000081 (event series of) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000081 "A relation obtaining between an academic event series and an academic event. It is used to express that the academic event series has a specific academic event as its part."@en) -AnnotationAssertion(rdfs:label obo:AEON_0000081 "academic event series of"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000081 "event series of"@en) +AnnotationAssertion(ns:term_status obo:AEON_0000081 obo:IAO_0000125) SubObjectPropertyOf(obo:AEON_0000081 obo:TXPO_0002523) InverseObjectProperties(obo:AEON_0000081 obo:AEON_0000084) ObjectPropertyDomain(obo:AEON_0000081 obo:AEON_0000002) @@ -560,7 +593,7 @@ ObjectPropertyRange(obo:AEON_0000081 obo:AEON_0000001) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000082 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000082 "collocated event of"@en) SubObjectPropertyOf(obo:AEON_0000082 obo:RO_0002012) -InverseObjectProperties(obo:AEON_0000082 obo:has_collocated_event) +InverseObjectProperties(obo:AEON_0000082 obo:AEON_0000176) ObjectPropertyDomain(obo:AEON_0000082 obo:AEON_0000001) ObjectPropertyRange(obo:AEON_0000082 obo:AEON_0000001) @@ -570,16 +603,16 @@ AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000083 "see also inverse property: AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000083 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000083 "joint event of"@en) SubObjectPropertyOf(obo:AEON_0000083 obo:RO_0002012) -InverseObjectProperties(obo:AEON_0000083 obo:has_joint_event) +InverseObjectProperties(obo:AEON_0000083 obo:AEON_0000177) ObjectPropertyDomain(obo:AEON_0000083 obo:AEON_0000001) ObjectPropertyRange(obo:AEON_0000083 obo:AEON_0000001) -# Object Property: obo:AEON_0000084 (part of academic event series) +# Object Property: obo:AEON_0000084 (part of event series) AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000084 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P179\", \"label\": \"part_of_the_seriesLabel\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Event_in_series\", \"label\": \"Event_in_series\"}}"^^xsd:string) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000084 "A relation obtaining between an academic event and an academic event series. It is used to express that the academic event is part of a specific event series."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000084 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:AEON_0000084 "part of academic event series"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000084 "part of event series"@en) SubObjectPropertyOf(obo:AEON_0000084 obo:RO_0002012) ObjectPropertyDomain(obo:AEON_0000084 obo:AEON_0000001) ObjectPropertyRange(obo:AEON_0000084 obo:AEON_0000002) @@ -590,7 +623,7 @@ AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000085 "see also inverse property: AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000085 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000085 "umbrella event of"@en) SubObjectPropertyOf(obo:AEON_0000085 obo:RO_0002012) -InverseObjectProperties(obo:AEON_0000085 obo:has_umbrella_event) +InverseObjectProperties(obo:AEON_0000085 obo:AEON_0000178) ObjectPropertyDomain(obo:AEON_0000085 obo:AEON_0000001) ObjectPropertyRange(obo:AEON_0000085 obo:AEON_0000001) @@ -636,182 +669,200 @@ SubObjectPropertyOf(obo:AEON_0000089 obo:BFO_0000066) ObjectPropertyDomain(obo:AEON_0000089 obo:BFO_0000003) ObjectPropertyRange(obo:AEON_0000089 obo:AEON_0000025) -# Object Property: obo:academic_field_of (describes academic field) - -AnnotationAssertion(obo:IAO_0000115 obo:academic_field_of "see also inverse property: A relation obtaining between an 'academic field descriptor' and a obi:'planned process', in which the former is used to descibe the scientific subject of the latter according to some controlled vocabulary or thesaurus."@en) -AnnotationAssertion(obo:IAO_0000117 obo:academic_field_of "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:academic_field_of "describes academic field"@en) -SubObjectPropertyOf(obo:academic_field_of obo:IAO_0000136) -ObjectPropertyDomain(obo:academic_field_of obo:AEON_0000027) -ObjectPropertyRange(obo:academic_field_of obo:OBI_0000011) - -# Object Property: obo:attends_at (DEPRECATED attends at planned process) +# Object Property: obo:AEON_0000175 (describes academic field) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000175 "see also inverse property: A relation obtaining between an 'academic field descriptor' and a obi:'planned process', in which the former is used to descibe the scientific subject of the latter according to some controlled vocabulary or thesaurus."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000175 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000175 "describes academic field"@en) +SubObjectPropertyOf(obo:AEON_0000175 obo:IAO_0000136) +ObjectPropertyDomain(obo:AEON_0000175 obo:AEON_0000027) +ObjectPropertyRange(obo:AEON_0000175 obo:OBI_0000011) + +# Object Property: obo:AEON_0000176 (has collocated event) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000176 "A relation obtaining between an academic event and another academic event. A collocated event is an event that takes place at the same location and time as another academic event."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000176 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000176 ) +AnnotationAssertion(rdfs:label obo:AEON_0000176 "has collocated event"@en) +AnnotationAssertion(ns:term_status obo:AEON_0000176 obo:IAO_0000428) +SubObjectPropertyOf(obo:AEON_0000176 obo:TXPO_0002523) +ObjectPropertyDomain(obo:AEON_0000176 obo:AEON_0000001) +ObjectPropertyRange(obo:AEON_0000176 obo:AEON_0000001) + +# Object Property: obo:AEON_0000177 (has joint event) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000177 "A relation obtaining between an academic event and another academic event. A joint event is an event that shares some of the planning and organizing logistics with another academic event, but is otherwise independent from it."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000177 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000177 ) +AnnotationAssertion(rdfs:label obo:AEON_0000177 "has joint event"@en) +AnnotationAssertion(ns:term_status obo:AEON_0000177 obo:IAO_0000428) +SubObjectPropertyOf(obo:AEON_0000177 obo:TXPO_0002523) +ObjectPropertyDomain(obo:AEON_0000177 obo:AEON_0000001) +ObjectPropertyRange(obo:AEON_0000177 obo:AEON_0000001) + +# Object Property: obo:AEON_0000178 (has umbrella event) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000178 "A relation obtaining between an academic event and another academic event or event series. An umbrelle event is a superordinate event that combines several smaller academic events at the same time. To say p 'has umbrella event' d =def. there exists an academic event d that is a superordinate event of p and that there must be other academic events that have the same relation."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000178 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000178 "has umbrella event"@en) +SubObjectPropertyOf(obo:AEON_0000178 obo:TXPO_0002523) +ObjectPropertyDomain(obo:AEON_0000178 obo:AEON_0000001) +ObjectPropertyRange(obo:AEON_0000178 obo:AEON_0000001) + +# Object Property: obo:AEON_0000179 (specifies event fee of) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000179 "A relation obtaining between an 'event fee specification' and a obi:'planned process'."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000179 "https://orcid.org/0000-0002-1595-3213"^^xsd:string) +AnnotationAssertion(dce:date obo:AEON_0000179 "2021-06-28T12:48:49Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label obo:AEON_0000179 "specifies event fee of"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000179 ) +SubObjectPropertyOf(obo:AEON_0000179 obo:IAO_0000136) +ObjectPropertyDomain(obo:AEON_0000179 obo:AEON_0000030) +ObjectPropertyRange(obo:AEON_0000179 obo:OBI_0000011) + +# Object Property: obo:AEON_0000180 (describes event topic) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000180 "see also inverse property: A relation obtaining between an 'event topic descriptor' and a obi:'planned process', in which the former is used to descibe the theme of the latter."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000180 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000180 "describes event topic"@en) +SubObjectPropertyOf(obo:AEON_0000180 obo:IAO_0000136) +ObjectPropertyDomain(obo:AEON_0000180 obo:AEON_0000028) +ObjectPropertyRange(obo:AEON_0000180 obo:OBI_0000011) + +# Object Property: obo:AEON_0000181 (has WikiCFP identifier) + +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000181 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P5127\", \"label\": \"WikiCFP_conference_series_ID\"}}") +AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000181 obo:IAO_0000428) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000181 "A relation obtaining between an 'academic event' or 'academic event series' and the WikiCFP identifier used to denote this 'academic event' or 'academic event series' in the wikiCFP database."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000181 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000119 obo:AEON_0000181 "http://www.wikicfp.com/cfp/"^^xsd:anyURI) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000181 ) +AnnotationAssertion(rdfs:label obo:AEON_0000181 "has WikiCFP identifier"@en) +SubObjectPropertyOf(obo:AEON_0000181 obo:IAO_0000235) +ObjectPropertyDomain(obo:AEON_0000181 ObjectUnionOf(obo:AEON_0000001 obo:AEON_0000002)) +ObjectPropertyRange(obo:AEON_0000181 obo:wikiCFP_ID) + +# Object Property: obo:attends_at (deprecated_attends at planned process) AnnotationAssertion(obo:IAO_0000115 obo:attends_at "A relation obtaining between a person and a planned process, in which the person holds an attendee role that is being realized by the planned process the moment the person is actually a member of the audience of said planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:attends_at "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:attends_at "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:attends_at obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:attends_at obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:attends_at "DEPRECATED attends at planned process"@en) +AnnotationAssertion(rdfs:label obo:attends_at "deprecated_attends at planned process"@en) AnnotationAssertion(owl:deprecated obo:attends_at "true"^^xsd:boolean) -# Object Property: obo:committee_chair_in (DEPRECATED is committee chair in) +# Object Property: obo:committee_chair_in (deprecated_is committee chair in) AnnotationAssertion(obo:IAO_0000115 obo:committee_chair_in "A relation obtaining between a person and a planned process, in which the person holds a committee chair role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:committee_chair_in "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:committee_chair_in "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:committee_chair_in obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:committee_chair_in "DEPRECATED is committee chair in"@en) +AnnotationAssertion(rdfs:label obo:committee_chair_in "deprecated_is committee chair in"@en) AnnotationAssertion(owl:deprecated obo:committee_chair_in "true"^^xsd:boolean) -# Object Property: obo:committee_member_in (DEPRECATED is committee member in) +# Object Property: obo:committee_member_in (deprecated_is committee member in) AnnotationAssertion(obo:IAO_0000115 obo:committee_member_in "A relation obtaining between a person and a planned process, in which the person holds a committee member role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:committee_member_in "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:committee_member_in "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:committee_member_in obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:committee_member_in obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:committee_member_in "DEPRECATED is committee member in"@en) +AnnotationAssertion(rdfs:label obo:committee_member_in "deprecated_is committee member in"@en) AnnotationAssertion(owl:deprecated obo:committee_member_in "true"^^xsd:boolean) -# Object Property: obo:contact_person_of (DEPRECATED is contact person of) +# Object Property: obo:contact_person_of (deprecated_is contact person of) AnnotationAssertion(obo:IAO_0000115 obo:contact_person_of "A relation obtaining between a person and a planned process, in which the person holds the role of being the designated contact person and that role is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:contact_person_of "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:contact_person_of "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:contact_person_of obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:contact_person_of obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:contact_person_of "DEPRECATED is contact person of"@en) +AnnotationAssertion(rdfs:label obo:contact_person_of "deprecated_is contact person of"@en) AnnotationAssertion(owl:deprecated obo:contact_person_of "true"^^xsd:boolean) -# Object Property: obo:contibutes_to (DEPRECATED contributes to planned process) +# Object Property: obo:contibutes_to (deprecated_contributes to planned process) AnnotationAssertion(obo:IAO_0000115 obo:contibutes_to "A relation obtaining between a person or organization and a planned process, in which the person or organization holds a contributor role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:contibutes_to "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:contibutes_to "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:contibutes_to obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:contibutes_to obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:contibutes_to "DEPRECATED contributes to planned process"@en) +AnnotationAssertion(rdfs:label obo:contibutes_to "deprecated_contributes to planned process"@en) AnnotationAssertion(owl:deprecated obo:contibutes_to "true"^^xsd:boolean) -# Object Property: obo:has_WikiCFP_ID (has WikiCFP identifier) - -AnnotationAssertion(obo:AEON_0000026 obo:has_WikiCFP_ID "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P5127\", \"label\": \"WikiCFP_conference_series_ID\"}}") -AnnotationAssertion(obo:IAO_0000114 obo:has_WikiCFP_ID obo:IAO_0000423) -AnnotationAssertion(obo:IAO_0000115 obo:has_WikiCFP_ID "A relation obtaining between an 'academic event' or 'academic event series' and the WikiCFP identifier used to denote this 'academic event' or 'academic event series' in the wikiCFP database."@en) -AnnotationAssertion(obo:IAO_0000117 obo:has_WikiCFP_ID "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(obo:IAO_0000119 obo:has_WikiCFP_ID "http://www.wikicfp.com/cfp/"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:has_WikiCFP_ID "has WikiCFP identifier"@en) -SubObjectPropertyOf(obo:has_WikiCFP_ID obo:IAO_0000235) -ObjectPropertyDomain(obo:has_WikiCFP_ID ObjectUnionOf(obo:AEON_0000001 obo:AEON_0000002)) -ObjectPropertyRange(obo:has_WikiCFP_ID obo:wikiCFP_ID) - -# Object Property: obo:has_collocated_event (has collocated event) - -AnnotationAssertion(obo:IAO_0000115 obo:has_collocated_event "A relation obtaining between an academic event and another academic event. A collocated event is an event that takes place at the same location and time as another academic event."@en) -AnnotationAssertion(obo:IAO_0000117 obo:has_collocated_event "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:has_collocated_event "has collocated event"@en) -SubObjectPropertyOf(obo:has_collocated_event obo:TXPO_0002523) -ObjectPropertyDomain(obo:has_collocated_event obo:AEON_0000001) -ObjectPropertyRange(obo:has_collocated_event obo:AEON_0000001) - -# Object Property: obo:has_joint_event (has joint event) - -AnnotationAssertion(obo:IAO_0000115 obo:has_joint_event "A relation obtaining between an academic event and another academic event. A joint event is an event that shares some of the planning and organizing logistics with another academic event, but is otherwise independent from it."@en) -AnnotationAssertion(obo:IAO_0000117 obo:has_joint_event "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:has_joint_event "has joint event"@en) -SubObjectPropertyOf(obo:has_joint_event obo:TXPO_0002523) -ObjectPropertyDomain(obo:has_joint_event obo:AEON_0000001) -ObjectPropertyRange(obo:has_joint_event obo:AEON_0000001) - -# Object Property: obo:has_umbrella_event (has umbrella event) - -AnnotationAssertion(obo:IAO_0000115 obo:has_umbrella_event "A relation obtaining between an academic event and another academic event or event series. An umbrelle event is a superordinate event that combines several smaller academic events at the same time. To say p 'has umbrella event' d =def. there exists an academic event d that is a superordinate event of p and that there must be other academic events that have the same relation."@en) -AnnotationAssertion(obo:IAO_0000117 obo:has_umbrella_event "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:has_umbrella_event "has umbrella event"@en) -SubObjectPropertyOf(obo:has_umbrella_event obo:TXPO_0002523) -ObjectPropertyDomain(obo:has_umbrella_event obo:AEON_0000001) -ObjectPropertyRange(obo:has_umbrella_event obo:AEON_0000001) - -# Object Property: obo:holds_keynote_at (DEPRECATED holds keynote speech at) +# Object Property: obo:holds_keynote_at (deprecated_holds keynote speech at) AnnotationAssertion(obo:IAO_0000115 obo:holds_keynote_at "A relation between a person and a planned process, in which the person holds a keynote speaker role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:holds_keynote_at "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:holds_keynote_at "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:holds_keynote_at obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:holds_keynote_at obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:holds_keynote_at "DEPRECATED holds keynote speech at"@en) +AnnotationAssertion(rdfs:label obo:holds_keynote_at "deprecated_holds keynote speech at"@en) AnnotationAssertion(owl:deprecated obo:holds_keynote_at "true"^^xsd:boolean) -# Object Property: obo:moderates_at (DEPRECATED moderates at) +# Object Property: obo:moderates_at (deprecated_moderates at) AnnotationAssertion(obo:IAO_0000115 obo:moderates_at "A relation obtaining between a person and a planned process, in which the person holds a moderator role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:moderates_at "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:moderates_at "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:moderates_at obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:moderates_at obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:moderates_at "DEPRECATED moderates at"@en) +AnnotationAssertion(rdfs:label obo:moderates_at "deprecated_moderates at"@en) AnnotationAssertion(owl:deprecated obo:moderates_at "true"^^xsd:boolean) -# Object Property: obo:organizes (DEPRECATED organizes) +# Object Property: obo:organizes (deprecated_organizes) AnnotationAssertion(obo:IAO_0000115 obo:organizes "A relation obtaining between a person or organization and a planned process, in which the person or organization holds an organizer role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:organizes "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:organizes "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:organizes obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:organizes obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:organizes "DEPRECATED organizes"@en) +AnnotationAssertion(rdfs:label obo:organizes "deprecated_organizes"@en) AnnotationAssertion(owl:deprecated obo:organizes "true"^^xsd:boolean) -# Object Property: obo:reviews_at (DEPRECATED reviews at) +# Object Property: obo:reviews_at (deprecated_reviews at) AnnotationAssertion(obo:IAO_0000115 obo:reviews_at "A relation between a person and a planned process, in which the person holds a reviewer role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:reviews_at "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:reviews_at "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:reviews_at obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:reviews_at obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:reviews_at "DEPRECATED reviews at"@en) +AnnotationAssertion(rdfs:label obo:reviews_at "deprecated_reviews at"@en) AnnotationAssertion(owl:deprecated obo:reviews_at "true"^^xsd:boolean) -# Object Property: obo:speaks_at (DEPRECATED presents at) +# Object Property: obo:speaks_at (deprecated_presents at) AnnotationAssertion(obo:IAO_0000115 obo:speaks_at "A relation obtaining between a person and a planned process, in which the person holds a presenter role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:speaks_at "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:speaks_at "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:speaks_at obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:speaks_at obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:speaks_at "DEPRECATED presents at"@en) +AnnotationAssertion(rdfs:label obo:speaks_at "deprecated_presents at"@en) AnnotationAssertion(owl:deprecated obo:speaks_at "true"^^xsd:boolean) -# Object Property: obo:specifies_event_fee (specifies event fee of) - -AnnotationAssertion(obo:IAO_0000115 obo:specifies_event_fee "A relation obtaining between an 'event fee specification' and a obi:'planned process'."@en) -AnnotationAssertion(obo:IAO_0000117 obo:specifies_event_fee "https://orcid.org/0000-0002-1595-3213"^^xsd:string) -AnnotationAssertion(dce:date obo:specifies_event_fee "2021-06-28T12:48:49Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label obo:specifies_event_fee "specifies event fee of"@en) -AnnotationAssertion(rdfs:seeAlso obo:specifies_event_fee ) -SubObjectPropertyOf(obo:specifies_event_fee obo:IAO_0000136) -ObjectPropertyDomain(obo:specifies_event_fee obo:AEON_0000030) -ObjectPropertyRange(obo:specifies_event_fee obo:OBI_0000011) - -# Object Property: obo:sponsors (DEPRECATED sponsors) +# Object Property: obo:sponsors (deprecated_sponsors) AnnotationAssertion(obo:IAO_0000115 obo:sponsors "A relation obtaining between a person or organization and a planned process, in which the person or organization holds a sponsor role that is being realized by the planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:sponsors "participates in is sufficient enough"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:sponsors "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:sponsors obo:IAO_0000103) AnnotationAssertion(obo:IAO_0100001 obo:sponsors obo:RO_0000056) -AnnotationAssertion(rdfs:label obo:sponsors "DEPRECATED sponsors"@en) +AnnotationAssertion(rdfs:label obo:sponsors "deprecated_sponsors"@en) AnnotationAssertion(owl:deprecated obo:sponsors "true"^^xsd:boolean) -# Object Property: obo:topic_of (describes event topic) +# Object Property: (has Twitter account) -AnnotationAssertion(obo:IAO_0000115 obo:topic_of "see also inverse property: A relation obtaining between an 'event topic descriptor' and a obi:'planned process', in which the former is used to descibe the theme of the latter."@en) -AnnotationAssertion(obo:IAO_0000117 obo:topic_of "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:topic_of "describes event topic"@en) -SubObjectPropertyOf(obo:topic_of obo:IAO_0000136) -ObjectPropertyDomain(obo:topic_of obo:AEON_0000028) -ObjectPropertyRange(obo:topic_of obo:OBI_0000011) +AnnotationAssertion(obo:IAO_0000115 "A relation that relates an entity with its Twitter account."@en) +AnnotationAssertion(obo:IAO_0000116 "It is still an open question if this relation is the best way to relate a Twitter account to some entity that has a representation on this social media plattform. At present, 2022-08-26, no BFO based ontology that properly represents scocial media plattforms could be identified."@en) +AnnotationAssertion(obo:IAO_0000233 ) +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2022-08-26T13:34:04Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "has Twitter account"@en) +AnnotationAssertion(ns:term_status obo:IAO_0000423) +SubObjectPropertyOf( owl:topObjectProperty) +ObjectPropertyDomain( obo:BFO_0000001) +ObjectPropertyRange( ) ############################ @@ -842,296 +893,291 @@ SubDataPropertyOf(obo:AEON_0000091 obo:OBI_0002815) DataPropertyDomain(obo:AEON_0000091 obo:AEON_0000090) DataPropertyRange(obo:AEON_0000091 xsd:string) -# Data Property: obo:CORE_ranking (CORE ranking) +# Data Property: obo:AEON_0000140 (event number) + +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000140 "{\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"number\"}}}"^^xsd:string) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000140 "The ordinal number of an academic event, if it is a part of an event series.") +AnnotationAssertion(rdfs:label obo:AEON_0000140 "event number"@en) +DataPropertyDomain(obo:AEON_0000140 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000140 xsd:integer) + +# Data Property: obo:AEON_0000141 (planned end date) + +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000141 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P582\", \"label\": \"end_time\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:End_date\", \"label\": \"End_date\"},\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"end\"}}}"^^xsd:string) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000141 "A data property to provide the planned end date of an academic event in the xsd:dateTimeStamp format."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000141 "https://orcid.org/0000-0002-1595-3213"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000141 "planned end date"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000141 ) +AnnotationAssertion(ns:term_status obo:AEON_0000141 obo:IAO_0000125) +SubDataPropertyOf(obo:AEON_0000141 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000141 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000141 xsd:dateTimeStamp) + +# Data Property: obo:AEON_0000142 (planned start date) + +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000142 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P580\", \"label\": \"start_time\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Start_date\", \"label\": \"Start_date\"},\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"start\"}}}"^^xsd:string) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000142 "A data property to provide the planned end date of an academic event in the xsd:dateTimeStamp format."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000142 "https://orcid.org/0000-0002-1595-3213"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000142 "planned start date"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000142 ) +AnnotationAssertion(ns:term_status obo:AEON_0000142 obo:IAO_0000125) +SubDataPropertyOf(obo:AEON_0000142 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000142 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000142 xsd:dateTimeStamp) + +# Data Property: obo:AEON_0000143 (phone number value) + +AnnotationAssertion(obo:IAO_0000112 obo:AEON_0000143 "0049 176 123456"@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000143 "This data property associates a telephone number with a contributor"@en) +AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000143 "It needs to be discussed, if we need this information to be modeled more finegrained using e.g. iao:'email address' (see also https://github.com/information-artifact-ontology/IAO/issues/130). +For now it seems sufficient to have a data property."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000143 ) +AnnotationAssertion(rdfs:label obo:AEON_0000143 "phone number value"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000143 ) +AnnotationAssertion(ns:term_status obo:AEON_0000143 obo:IAO_0000125) +SubDataPropertyOf(obo:AEON_0000143 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000143 ObjectUnionOf(obo:NCBITaxon_9606 obo:OBI_0000245)) +DataPropertyRange(obo:AEON_0000143 xsd:string) + +# Data Property: obo:AEON_0000144 (email address value) + +AnnotationAssertion(obo:IAO_0000112 obo:AEON_0000144 "contact@academic-event.org"@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000144 "This data property associates an email adress with a contributor."@en) +AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000144 "It needs to be discussed, if we need this information to be modeled more finegrained using e.g. iao:'email address' (see alsohttps://github.com/information-artifact-ontology/IAO/issues/130). +For now it seems sufficient to have a data property."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000144 ) +AnnotationAssertion(rdfs:label obo:AEON_0000144 "email address value"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000144 ) +AnnotationAssertion(ns:term_status obo:AEON_0000144 obo:IAO_0000125) +SubDataPropertyOf(obo:AEON_0000144 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000144 ObjectUnionOf(obo:NCBITaxon_9606 obo:OBI_0000245)) -AnnotationAssertion(rdfs:label obo:CORE_ranking "CORE ranking"@en) -SubDataPropertyOf(obo:CORE_ranking obo:metric) -DataPropertyDomain(obo:CORE_ranking obo:AEON_0000001) +# Data Property: obo:AEON_0000145 (acceptance rate) -# Data Property: obo:acceptance_rate (acceptance rate) +AnnotationAssertion(rdfs:label obo:AEON_0000145 "acceptance rate"@en) +SubDataPropertyOf(obo:AEON_0000145 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000145 obo:AEON_0000001) -AnnotationAssertion(rdfs:label obo:acceptance_rate "acceptance rate"@en) -SubDataPropertyOf(obo:acceptance_rate obo:metric) -DataPropertyDomain(obo:acceptance_rate obo:AEON_0000001) +# Data Property: obo:AEON_0000146 (accepted papers) -# Data Property: obo:accepted_papers (accepted papers) +AnnotationAssertion(rdfs:label obo:AEON_0000146 "accepted papers"@en) +SubDataPropertyOf(obo:AEON_0000146 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000146 obo:AEON_0000001) -AnnotationAssertion(rdfs:label obo:accepted_papers "accepted papers"@en) -SubDataPropertyOf(obo:accepted_papers obo:metric) -DataPropertyDomain(obo:accepted_papers obo:AEON_0000001) +# Data Property: obo:AEON_0000147 (accepted short papers) -# Data Property: obo:accepted_short_papers (accepted short papers) +AnnotationAssertion(rdfs:label obo:AEON_0000147 "accepted short papers"@en) +SubDataPropertyOf(obo:AEON_0000147 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000147 obo:AEON_0000001) -AnnotationAssertion(rdfs:label obo:accepted_short_papers "accepted short papers"@en) -SubDataPropertyOf(obo:accepted_short_papers obo:metric) -DataPropertyDomain(obo:accepted_short_papers obo:AEON_0000001) +# Data Property: obo:AEON_0000148 (coordinates) -# Data Property: obo:contact_email (email address value) +AnnotationAssertion(rdfs:label obo:AEON_0000148 "coordinates"@en) +SubDataPropertyOf(obo:AEON_0000148 obo:AEON_0000155) -AnnotationAssertion(obo:IAO_0000112 obo:contact_email "contact@academic-event.org"@en) -AnnotationAssertion(obo:IAO_0000115 obo:contact_email "This data property associates an email adress with a contributor."@en) -AnnotationAssertion(obo:IAO_0000116 obo:contact_email "It needs to be discussed, if we need this information to be modeled more finegrained using e.g. iao:'email address' (see alsohttps://github.com/information-artifact-ontology/IAO/issues/130). -For now it seems sufficient to have a data property."@en) -AnnotationAssertion(obo:IAO_0000117 obo:contact_email ) -AnnotationAssertion(rdfs:label obo:contact_email "email address value"@en) -AnnotationAssertion(rdfs:seeAlso obo:contact_email ) -AnnotationAssertion(ns:term_status obo:contact_email obo:IAO_0000125) -SubDataPropertyOf(obo:contact_email owl:topDataProperty) -DataPropertyDomain(obo:contact_email obo:contributor) - -# Data Property: obo:contact_phone (phone number value) - -AnnotationAssertion(obo:IAO_0000112 obo:contact_phone "0049 176 123456"@en) -AnnotationAssertion(obo:IAO_0000115 obo:contact_phone "This data property associates a telephone number with a contributor"@en) -AnnotationAssertion(obo:IAO_0000116 obo:contact_phone "It needs to be discussed, if we need this information to be modeled more finegrained using e.g. iao:'email address' (see also https://github.com/information-artifact-ontology/IAO/issues/130). -For now it seems sufficient to have a data property."@en) -AnnotationAssertion(obo:IAO_0000117 obo:contact_phone ) -AnnotationAssertion(rdfs:label obo:contact_phone "phone number value"@en) -AnnotationAssertion(rdfs:seeAlso obo:contact_phone ) -AnnotationAssertion(ns:term_status obo:contact_phone obo:IAO_0000125) -SubDataPropertyOf(obo:contact_phone owl:topDataProperty) -DataPropertyDomain(obo:contact_phone obo:contributor) -DataPropertyRange(obo:contact_phone xsd:string) +# Data Property: obo:AEON_0000149 (event frequency) -# Data Property: obo:coordinates (coordinates) +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000149 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P2257\", \"label\": \"event_interval_inmonths\"}}"^^xsd:string) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000149 "The event frequency is the literal value of the number of month until the next event in a certain takes place.") +AnnotationAssertion(rdfs:label obo:AEON_0000149 "event frequency"@en) +SubDataPropertyOf(obo:AEON_0000149 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000149 obo:AEON_0000002) -AnnotationAssertion(rdfs:label obo:coordinates "coordinates"@en) -SubDataPropertyOf(obo:coordinates obo:location) +# Data Property: obo:AEON_0000150 (event status) -# Data Property: obo:duration (duration) +AnnotationAssertion(rdfs:comment obo:AEON_0000150 "maps_to: DataCite:dateType +--- +allowed value mapping +ConfIDent → DataCite -AnnotationAssertion(obo:AEON_0000026 obo:duration "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P2047\", \"label\": \"duration\"}, \"gnd\": {\"uri\": \"https://d-nb.info/standards/elementset/gnd#dateOfConferenceOrEvent\", \"label\": \"Date of conference or event\"}}"^^xsd:string) -AnnotationAssertion(rdfs:label obo:duration "duration"@en) -SubDataPropertyOf(obo:duration owl:topDataProperty) -DataPropertyDomain(obo:duration obo:AEON_0000001) +scheduled → valid +postponed → updated +cancled → withdrawn"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000150 "event status"@en) +SubDataPropertyOf(obo:AEON_0000150 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000150 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000150 DataOneOf("as scheduled" "canceled" "delayed" "planned" "postponed")) -# Data Property: obo:end_date (planned end date) +# Data Property: obo:AEON_0000151 (event type other) -AnnotationAssertion(obo:AEON_0000026 obo:end_date "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P582\", \"label\": \"end_time\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:End_date\", \"label\": \"End_date\"},\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"end\"}}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000115 obo:end_date "A data property to provide the planned end date of an academic event in the xsd:dateTimeStamp format."@en) -AnnotationAssertion(obo:IAO_0000117 obo:end_date "https://orcid.org/0000-0002-1595-3213"@en) -AnnotationAssertion(rdfs:label obo:end_date "planned end date"@en) -AnnotationAssertion(rdfs:seeAlso obo:end_date ) -AnnotationAssertion(ns:term_status obo:end_date obo:IAO_0000125) -SubDataPropertyOf(obo:end_date owl:topDataProperty) -DataPropertyDomain(obo:end_date obo:AEON_0000001) -DataPropertyRange(obo:end_date xsd:dateTimeStamp) +AnnotationAssertion(rdfs:label obo:AEON_0000151 "event type other"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000151 ) +SubDataPropertyOf(obo:AEON_0000151 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000151 obo:AEON_0000004) +DataPropertyRange(obo:AEON_0000151 xsd:string) -# Data Property: obo:event_frequency (event frequency) +# Data Property: obo:AEON_0000152 (CORE ranking) -AnnotationAssertion(obo:AEON_0000026 obo:event_frequency "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P2257\", \"label\": \"event_interval_inmonths\"}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000115 obo:event_frequency "The event frequency is the literal value of the number of month until the next event in a certain takes place.") -AnnotationAssertion(rdfs:label obo:event_frequency "event frequency"@en) -SubDataPropertyOf(obo:event_frequency obo:metric) -DataPropertyDomain(obo:event_frequency obo:AEON_0000002) +AnnotationAssertion(rdfs:label obo:AEON_0000152 "CORE ranking"@en) +SubDataPropertyOf(obo:AEON_0000152 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000152 obo:AEON_0000001) -# Data Property: obo:event_number (event number) +# Data Property: obo:AEON_0000153 (event fee value) -AnnotationAssertion(obo:AEON_0000026 obo:event_number "{\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"number\"}}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000115 obo:event_number "The ordinal number of an academic event, if it is a part of an event series.") -AnnotationAssertion(rdfs:label obo:event_number "event number"@en) -DataPropertyDomain(obo:event_number obo:AEON_0000001) -DataPropertyRange(obo:event_number xsd:string) +AnnotationAssertion(obo:IAO_0000112 obo:AEON_0000153 "150.00"^^xsd:decimal) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000153 "The literal, numerical (decimal) value of an event fee that is specified in an event fee specification."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000153 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000153 "event fee value"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000153 ) +SubDataPropertyOf(obo:AEON_0000153 obo:OBI_0002815) +DataPropertyDomain(obo:AEON_0000153 obo:AEON_0000030) +DataPropertyRange(obo:AEON_0000153 xsd:decimal) -# Data Property: obo:event_status (event status) +# Data Property: obo:AEON_0000154 (event language) + +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000154 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P2936\", \"label\": \"language_usedLabel\"}}"^^xsd:string) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000154 "This data property should be used to provide the language that is officially spoken at an event. Its xsd:string range should preferrably be encoded in the ISO 639-1 standard (e.g. German would be \"de\")."@en) +AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000154 "It needs to be discussed, if a data property is sufficient for our use case, or if it might be better to model the officially spoken language of an academic event as a generically dependent continuant that participates in this planned process as sugessted by the developers of the language ontology (https://github.com/vivo-ontologies/language-ontology/wiki/Usage)."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000154 "https://orcid.org/0000-0002-1595-3213"@en) +AnnotationAssertion(dce:creator obo:AEON_0000154 ) +AnnotationAssertion(rdfs:label obo:AEON_0000154 "event language"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000154 ) +AnnotationAssertion(ns:term_status obo:AEON_0000154 obo:IAO_0000428) +SubDataPropertyOf(obo:AEON_0000154 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000154 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000154 xsd:string) + +# Data Property: obo:AEON_0000155 (location) -AnnotationAssertion(rdfs:comment obo:event_status "maps_to: DataCite:dateType ---- -allowed value mapping -ConfIDent → DataCite +AnnotationAssertion(rdfs:label obo:AEON_0000155 "location"@en) +SubDataPropertyOf(obo:AEON_0000155 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000155 obo:BFO_0000029) -scheduled → valid -postponed → updated -cancled → withdrawn"@en) -AnnotationAssertion(rdfs:label obo:event_status "event status"@en) -SubDataPropertyOf(obo:event_status owl:topDataProperty) -DataPropertyDomain(obo:event_status obo:AEON_0000001) -DataPropertyRange(obo:event_status DataOneOf("as scheduled" "canceled" "delayed" "planned" "postponed")) - -# Data Property: obo:event_type_other (event type other) +# Data Property: obo:AEON_0000156 (logo) + +AnnotationAssertion(rdfs:label obo:AEON_0000156 "logo"@en) +SubDataPropertyOf(obo:AEON_0000156 owl:topDataProperty) -AnnotationAssertion(rdfs:label obo:event_type_other "event type other"@en) -AnnotationAssertion(rdfs:seeAlso obo:event_type_other ) -SubDataPropertyOf(obo:event_type_other owl:topDataProperty) -DataPropertyDomain(obo:event_type_other obo:AEON_0000004) -DataPropertyRange(obo:event_type_other xsd:string) - -# Data Property: obo:event_year (event year) - -AnnotationAssertion(obo:IAO_0000115 obo:event_year "The year in which an event takes place."@en) -AnnotationAssertion(rdfs:label obo:event_year "event year"@en) -DataPropertyDomain(obo:event_year obo:AEON_0000001) -DataPropertyRange(obo:event_year xsd:integer) - -# Data Property: obo:fee (event fee value) - -AnnotationAssertion(obo:IAO_0000112 obo:fee "150.00"^^xsd:decimal) -AnnotationAssertion(obo:IAO_0000115 obo:fee "The literal, numerical (decimal) value of an event fee that is specified in an event fee specification."@en) -AnnotationAssertion(obo:IAO_0000117 obo:fee "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:label obo:fee "event fee value"@en) -AnnotationAssertion(rdfs:seeAlso obo:fee ) -SubDataPropertyOf(obo:fee obo:OBI_0002815) -DataPropertyDomain(obo:fee obo:AEON_0000030) -DataPropertyRange(obo:fee xsd:decimal) - -# Data Property: obo:fee_currency (event fee currency) - -AnnotationAssertion(obo:IAO_0000112 obo:fee_currency "EUR") -AnnotationAssertion(obo:IAO_0000112 obo:fee_currency "USD") -AnnotationAssertion(obo:IAO_0000115 obo:fee_currency "The literal string value of an event fee currency that is specified in an event fee specification."@en) -AnnotationAssertion(obo:IAO_0000117 obo:fee_currency "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) -AnnotationAssertion(rdfs:comment obo:fee_currency "This data property should have a value from the controlled list defined by the ISO_4217 standard (https://en.wikipedia.org/wiki/ISO_4217)."@en) -AnnotationAssertion(rdfs:label obo:fee_currency "event fee currency"@en) -AnnotationAssertion(rdfs:seeAlso obo:fee_currency ) -SubDataPropertyOf(obo:fee_currency obo:OBI_0002815) -DataPropertyDomain(obo:fee_currency obo:AEON_0000030) -DataPropertyRange(obo:fee_currency xsd:normalizedString) - -# Data Property: obo:language (event language) +# Data Property: obo:AEON_0000157 (meeting URL) -AnnotationAssertion(obo:AEON_0000026 obo:language "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P2936\", \"label\": \"language_usedLabel\"}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000115 obo:language "This data property should be used to provide the language that is officially spoken at an event . The allowed string should preferrably be encoded in the ISO 639-1 standard (e.g. German would be \"de\")."@en) -AnnotationAssertion(obo:IAO_0000116 obo:language "It needs to be discussed, if a data property is sufficient for our use case, or if it might be better to model the officially spoken language of an academic event as a generically dependent continuant that participates in this planned process as sugessted by the developers of the language ontology (https://github.com/vivo-ontologies/language-ontology/wiki/Usage)."@en) -AnnotationAssertion(obo:IAO_0000117 obo:language "https://orcid.org/0000-0002-1595-3213"@en) -AnnotationAssertion(rdfs:label obo:language "event language"@en) -AnnotationAssertion(rdfs:seeAlso obo:language ) -AnnotationAssertion(ns:term_status obo:language obo:IAO_0000428) -SubDataPropertyOf(obo:language owl:topDataProperty) -DataPropertyDomain(obo:language obo:AEON_0000001) -DataPropertyRange(obo:language xsd:string) - -# Data Property: obo:location (location) - -AnnotationAssertion(rdfs:label obo:location "location"@en) -SubDataPropertyOf(obo:location owl:topDataProperty) -DataPropertyDomain(obo:location obo:BFO_0000029) +AnnotationAssertion(rdfs:label obo:AEON_0000157 "meeting URL"@en) +SubDataPropertyOf(obo:AEON_0000157 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000157 obo:AEON_0000029) +DataPropertyRange(obo:AEON_0000157 xsd:anyURI) -# Data Property: obo:logo (logo) - -AnnotationAssertion(rdfs:label obo:logo "logo"@en) -SubDataPropertyOf(obo:logo owl:topDataProperty) - -# Data Property: obo:meeting_URL (meeting URL) +# Data Property: obo:AEON_0000158 (metric) -AnnotationAssertion(rdfs:label obo:meeting_URL "meeting URL"@en) -SubDataPropertyOf(obo:meeting_URL owl:topDataProperty) -DataPropertyDomain(obo:meeting_URL obo:AEON_0000029) -DataPropertyRange(obo:meeting_URL xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000158 "metric"@en) +SubDataPropertyOf(obo:AEON_0000158 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000158 obo:OBI_0000011) -# Data Property: obo:metric (metric) +# Data Property: obo:AEON_0000159 (number of attendess) -AnnotationAssertion(rdfs:label obo:metric "metric"@en) -SubDataPropertyOf(obo:metric owl:topDataProperty) -DataPropertyDomain(obo:metric obo:OBI_0000011) +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000159 "{\"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Attendees\", \"label\": \"Attendees\"}}"^^xsd:string) +AnnotationAssertion(rdfs:label obo:AEON_0000159 "number of attendess"@en) +SubDataPropertyOf(obo:AEON_0000159 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000159 obo:AEON_0000001) -# Data Property: obo:number_of_attendees (number of attendess) +# Data Property: obo:AEON_0000160 (number of tracks) -AnnotationAssertion(obo:AEON_0000026 obo:number_of_attendees "{\"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Attendees\", \"label\": \"Attendees\"}}"^^xsd:string) -AnnotationAssertion(rdfs:label obo:number_of_attendees "number of attendess"@en) -SubDataPropertyOf(obo:number_of_attendees obo:metric) -DataPropertyDomain(obo:number_of_attendees obo:AEON_0000001) +AnnotationAssertion(rdfs:label obo:AEON_0000160 "number of tracks"@en) +SubDataPropertyOf(obo:AEON_0000160 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000160 obo:AEON_0000001) -# Data Property: obo:number_of_tracks (number of tracks) +# Data Property: obo:AEON_0000161 (previously planned end date) -AnnotationAssertion(rdfs:label obo:number_of_tracks "number of tracks"@en) -SubDataPropertyOf(obo:number_of_tracks obo:metric) -DataPropertyDomain(obo:number_of_tracks obo:AEON_0000001) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000161 "A data property to provide the previously planned end date of an academic event in the xsd:dateTimeStamp format, when the planned end date has been rescheduled."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000161 "https://orcid.org/0000-0002-1595-3213"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000161 "previously planned end date"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000161 ) +AnnotationAssertion(ns:term_status obo:AEON_0000161 obo:IAO_0000125) +SubDataPropertyOf(obo:AEON_0000161 obo:AEON_0000141) +DataPropertyDomain(obo:AEON_0000161 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000161 xsd:dateTime) -# Data Property: obo:previous_end_date (previously planned end date) +# Data Property: obo:AEON_0000162 (previously planned start date) -AnnotationAssertion(obo:IAO_0000115 obo:previous_end_date "A data property to provide the previously planned end date of an academic event in the xsd:dateTimeStamp format, when the planned end date has been rescheduled."@en) -AnnotationAssertion(obo:IAO_0000117 obo:previous_end_date "https://orcid.org/0000-0002-1595-3213"@en) -AnnotationAssertion(rdfs:label obo:previous_end_date "previously planned end date"@en) -AnnotationAssertion(rdfs:seeAlso obo:previous_end_date ) -AnnotationAssertion(ns:term_status obo:previous_end_date obo:IAO_0000125) -SubDataPropertyOf(obo:previous_end_date obo:end_date) -DataPropertyDomain(obo:previous_end_date obo:AEON_0000001) -DataPropertyRange(obo:previous_end_date xsd:dateTime) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000162 "A data property to provide the previously planned start date of an academic event in the xsd:dateTimeStamp format, when the planned start date has been rescheduled."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000162 "https://orcid.org/0000-0002-1595-3213"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000162 "previously planned start date"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000162 ) +AnnotationAssertion(ns:term_status obo:AEON_0000162 obo:IAO_0000125) +SubDataPropertyOf(obo:AEON_0000162 obo:AEON_0000142) +DataPropertyDomain(obo:AEON_0000162 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000162 xsd:dateTimeStamp) -# Data Property: obo:previous_start_date (previously planned start date) +# Data Property: obo:AEON_0000163 (proceeding cite count) -AnnotationAssertion(obo:IAO_0000115 obo:previous_start_date "A data property to provide the previously planned start date of an academic event in the xsd:dateTimeStamp format, when the planned start date has been rescheduled."@en) -AnnotationAssertion(obo:IAO_0000117 obo:previous_start_date "https://orcid.org/0000-0002-1595-3213"@en) -AnnotationAssertion(rdfs:label obo:previous_start_date "previously planned start date"@en) -AnnotationAssertion(rdfs:seeAlso obo:previous_start_date ) -AnnotationAssertion(ns:term_status obo:previous_start_date obo:IAO_0000125) -SubDataPropertyOf(obo:previous_start_date obo:start_date) -DataPropertyDomain(obo:previous_start_date obo:AEON_0000001) -DataPropertyRange(obo:previous_start_date xsd:dateTimeStamp) +AnnotationAssertion(rdfs:label obo:AEON_0000163 "proceeding cite count"@en) +SubDataPropertyOf(obo:AEON_0000163 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000163 obo:AEON_0000001) -# Data Property: obo:proceedings_site_count (proceeding cite count) +# Data Property: obo:AEON_0000164 (process website) -AnnotationAssertion(rdfs:label obo:proceedings_site_count "proceeding cite count"@en) -SubDataPropertyOf(obo:proceedings_site_count obo:metric) -DataPropertyDomain(obo:proceedings_site_count obo:AEON_0000001) +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000164 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P856\", \"label\": \"official_website\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Homepage\", \"label\": \"Homepage\"}}"^^xsd:string) +AnnotationAssertion(rdfs:label obo:AEON_0000164 "process website"@en) +SubDataPropertyOf(obo:AEON_0000164 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000164 obo:OBI_0000011) +DataPropertyRange(obo:AEON_0000164 xsd:anyURI) -# Data Property: obo:process_website (process website) +# Data Property: obo:AEON_0000165 (series cite count) -AnnotationAssertion(obo:AEON_0000026 obo:process_website "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P856\", \"label\": \"official_website\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Homepage\", \"label\": \"Homepage\"}}"^^xsd:string) -AnnotationAssertion(rdfs:label obo:process_website "process website"@en) -SubDataPropertyOf(obo:process_website owl:topDataProperty) -DataPropertyDomain(obo:process_website obo:OBI_0000011) -DataPropertyRange(obo:process_website xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000165 "series cite count"@en) +SubDataPropertyOf(obo:AEON_0000165 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000165 obo:AEON_0000002) -# Data Property: obo:series_cite_count (series cite count) +# Data Property: obo:AEON_0000166 (event fee currency) -AnnotationAssertion(rdfs:label obo:series_cite_count "series cite count"@en) -SubDataPropertyOf(obo:series_cite_count obo:metric) -DataPropertyDomain(obo:series_cite_count obo:AEON_0000002) +AnnotationAssertion(obo:IAO_0000112 obo:AEON_0000166 "EUR") +AnnotationAssertion(obo:IAO_0000112 obo:AEON_0000166 "USD") +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000166 "The literal string value of an event fee currency that is specified in an event fee specification."@en) +AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000166 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) +AnnotationAssertion(rdfs:comment obo:AEON_0000166 "This data property should have a value from the controlled list defined by the ISO_4217 standard (https://en.wikipedia.org/wiki/ISO_4217)."@en) +AnnotationAssertion(rdfs:label obo:AEON_0000166 "event fee currency"@en) +AnnotationAssertion(rdfs:seeAlso obo:AEON_0000166 ) +SubDataPropertyOf(obo:AEON_0000166 obo:OBI_0002815) +DataPropertyDomain(obo:AEON_0000166 obo:AEON_0000030) +DataPropertyRange(obo:AEON_0000166 xsd:normalizedString) -# Data Property: obo:sponsor_type (sponsor type) +# Data Property: obo:AEON_0000167 (event year) -AnnotationAssertion(rdfs:label obo:sponsor_type "sponsor type"@en) -SubDataPropertyOf(obo:sponsor_type owl:topDataProperty) -DataPropertyDomain(obo:sponsor_type obo:AEON_0000015) -DataPropertyRange(obo:sponsor_type xsd:string) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000167 "The year in which an event takes place."@en) +AnnotationAssertion(rdfs:label obo:AEON_0000167 "event year"@en) +DataPropertyDomain(obo:AEON_0000167 obo:AEON_0000001) +DataPropertyRange(obo:AEON_0000167 xsd:integer) -# Data Property: obo:start_date (planned start date) +# Data Property: obo:AEON_0000168 (duration) -AnnotationAssertion(obo:AEON_0000026 obo:start_date "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P580\", \"label\": \"start_time\"}, \"openresearch\": {\"uri\": \"https://www.openresearch.org/wiki/Property:Start_date\", \"label\": \"Start_date\"},\"crossref\": {\"api_proceedings_endpoint_uri\": \"https://api.crossref.org/types/proceedings/works?select=event\", \"json_api_key\": {\"event\": \"start\"}}}"^^xsd:string) -AnnotationAssertion(obo:IAO_0000115 obo:start_date "A data property to provide the planned end date of an academic event in the xsd:dateTimeStamp format."@en) -AnnotationAssertion(obo:IAO_0000117 obo:start_date "https://orcid.org/0000-0002-1595-3213"@en) -AnnotationAssertion(rdfs:label obo:start_date "planned start date"@en) -AnnotationAssertion(rdfs:seeAlso obo:start_date ) -AnnotationAssertion(ns:term_status obo:start_date obo:IAO_0000125) -SubDataPropertyOf(obo:start_date owl:topDataProperty) -DataPropertyDomain(obo:start_date obo:AEON_0000001) -DataPropertyRange(obo:start_date xsd:dateTimeStamp) +AnnotationAssertion(obo:AEON_0000026 obo:AEON_0000168 "{\"wikidata\": {\"uri\": \"https://www.wikidata.org/wiki/Property:P2047\", \"label\": \"duration\"}, \"gnd\": {\"uri\": \"https://d-nb.info/standards/elementset/gnd#dateOfConferenceOrEvent\", \"label\": \"Date of conference or event\"}}"^^xsd:string) +AnnotationAssertion(rdfs:label obo:AEON_0000168 "duration"@en) +SubDataPropertyOf(obo:AEON_0000168 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000168 obo:AEON_0000001) -# Data Property: obo:state (state) +# Data Property: obo:AEON_0000169 (sponsor type) -AnnotationAssertion(rdfs:label obo:state "state"@en) -SubDataPropertyOf(obo:state obo:location) -DataPropertyDomain(obo:state obo:ENVO_00000005) +AnnotationAssertion(rdfs:label obo:AEON_0000169 "sponsor type"@en) +SubDataPropertyOf(obo:AEON_0000169 owl:topDataProperty) +DataPropertyDomain(obo:AEON_0000169 obo:AEON_0000015) +DataPropertyRange(obo:AEON_0000169 xsd:string) -# Data Property: obo:submitted_papers (submitted papers) +# Data Property: obo:AEON_0000170 (submitted papers) -AnnotationAssertion(rdfs:label obo:submitted_papers "submitted papers"@en) -SubDataPropertyOf(obo:submitted_papers obo:metric) -DataPropertyDomain(obo:submitted_papers obo:AEON_0000001) +AnnotationAssertion(rdfs:label obo:AEON_0000170 "submitted papers"@en) +SubDataPropertyOf(obo:AEON_0000170 obo:AEON_0000158) +DataPropertyDomain(obo:AEON_0000170 obo:AEON_0000001) -# Data Property: obo:summary (summary) +# Data Property: obo:AEON_0000171 (venue) -AnnotationAssertion(rdfs:label obo:summary "summary"@en) -SubDataPropertyOf(obo:summary owl:topDataProperty) +AnnotationAssertion(rdfs:label obo:AEON_0000171 "venue"@en) +SubDataPropertyOf(obo:AEON_0000171 obo:AEON_0000155) +DataPropertyDomain(obo:AEON_0000171 obo:AEON_0000025) -# Data Property: obo:summary_licence (summary licence) +# Data Property: obo:AEON_0000172 (venue website) -AnnotationAssertion(rdfs:label obo:summary_licence "summary licence"@en) -SubDataPropertyOf(obo:summary_licence obo:summary) +AnnotationAssertion(rdfs:label obo:AEON_0000172 "venue website"@en) +SubDataPropertyOf(obo:AEON_0000172 obo:AEON_0000171) +DataPropertyDomain(obo:AEON_0000172 obo:AEON_0000025) +DataPropertyRange(obo:AEON_0000172 xsd:anyURI) -# Data Property: obo:venue (venue) +# Data Property: obo:AEON_0000173 (summary) -AnnotationAssertion(rdfs:label obo:venue "venue"@en) -SubDataPropertyOf(obo:venue obo:location) -DataPropertyDomain(obo:venue obo:AEON_0000025) +AnnotationAssertion(rdfs:label obo:AEON_0000173 "summary"@en) +SubDataPropertyOf(obo:AEON_0000173 owl:topDataProperty) -# Data Property: obo:venue_URL (venue website) +# Data Property: obo:AEON_0000174 (summary licence) -AnnotationAssertion(rdfs:label obo:venue_URL "venue website"@en) -SubDataPropertyOf(obo:venue_URL obo:venue) -DataPropertyDomain(obo:venue_URL obo:AEON_0000025) -DataPropertyRange(obo:venue_URL xsd:anyURI) +AnnotationAssertion(rdfs:label obo:AEON_0000174 "summary licence"@en) +SubDataPropertyOf(obo:AEON_0000174 obo:AEON_0000173) @@ -1196,7 +1242,7 @@ EquivalentClasses(obo:AEON_0000004 ObjectIntersectionOf(obo:IAO_0000104 ObjectSo SubClassOf(obo:AEON_0000004 ObjectSomeValuesFrom(obo:BFO_0000051 obo:AEON_0000030)) SubClassOf(obo:AEON_0000004 ObjectSomeValuesFrom(obo:BFO_0000051 obo:AEON_0000060)) -# Class: obo:AEON_0000005 (DEPRECATED aeon contributor role) +# Class: obo:AEON_0000005 (deprecated_aeon contributor role) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000005 "The contributor role inheres in a person or organization that participates in a planned process by somehow contributing to it."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000005 "usign CRO's contributor role instead"^^xsd:string) @@ -1204,7 +1250,7 @@ AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000005 "https://orcid.org/0000-000 AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000005 obo:IAO_0000226) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000005 obo:CRO_0000000) AnnotationAssertion(dce:date obo:AEON_0000005 "2020-09-28T12:51:02Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label obo:AEON_0000005 "DEPRECATED aeon contributor role"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000005 "deprecated_aeon contributor role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000005 "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:AEON_0000005 "true"^^xsd:boolean) SubClassOf(obo:AEON_0000005 ) @@ -1216,16 +1262,16 @@ AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000006 "In the context of academic AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000006 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000006 "event organizer role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000006 "https://github.com/tibonto/aeon/issues/144") -SubClassOf(obo:AEON_0000006 obo:OMRSE_00002072) -SubClassOf(obo:AEON_0000006 ObjectUnionOf(obo:OBI_0000245 ObjectSomeValuesFrom(obo:RO_0000081 obo:NCBITaxon_9606))) +SubClassOf(obo:AEON_0000006 obo:CRO_0000000) +SubClassOf(obo:AEON_0000006 ObjectUnionOf(ObjectSomeValuesFrom(obo:RO_0000081 obo:NCBITaxon_9606) ObjectSomeValuesFrom(obo:RO_0000081 obo:OBI_0000245))) SubClassOf(obo:AEON_0000006 ObjectSomeValuesFrom(obo:BFO_0000054 obo:AEON_0000001)) -# Class: obo:AEON_0000007 (DEPRECATED event committee member role) +# Class: obo:AEON_0000007 (deprecated_event committee member role) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000007 "OBSOLETE An event organizer role that inheres in a person who is a member of an event committee and thus performs certain actions associated with the objectives/functions of that event committee."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000007 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:comment obo:AEON_0000007 "DEPRECATION REASON: This role is not needed, as the oostt:\"committee member role\" relation is sufficient enough."^^xsd:string) -AnnotationAssertion(rdfs:label obo:AEON_0000007 "DEPRECATED event committee member role"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000007 "deprecated_event committee member role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000007 "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:AEON_0000007 "true"^^xsd:boolean) SubClassOf(obo:AEON_0000007 ) @@ -1238,14 +1284,14 @@ AnnotationAssertion(rdfs:label obo:AEON_0000008 "event committee chair role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000008 "https://github.com/tibonto/aeon/issues/144") SubClassOf(obo:AEON_0000008 obo:AEON_0000006) -# Class: obo:AEON_0000009 (DEPRECATED_contact person role) +# Class: obo:AEON_0000009 (deprecated_contact person role) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000009 "The contact person role inheres in a person that contributes to a planned process by functioning as the addressee of the planned process who answers general inquiries and redirects more complex inqueries to a more appropriate addressee."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000009 "OBSOLETION REASON: Term already existed"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000009 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000009 obo:IAO_0000228) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000009 obo:OBIB_0000625) -AnnotationAssertion(rdfs:label obo:AEON_0000009 "DEPRECATED_contact person role"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000009 "deprecated_contact person role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000009 "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:AEON_0000009 "true"^^xsd:boolean) SubClassOf(obo:AEON_0000009 ) @@ -1270,7 +1316,7 @@ SubClassOf(obo:AEON_0000011 obo:CRO_0000000) SubClassOf(obo:AEON_0000011 ObjectSomeValuesFrom(obo:BFO_0000054 obo:AEON_0000001)) SubClassOf(obo:AEON_0000011 ObjectAllValuesFrom(obo:RO_0000081 obo:NCBITaxon_9606)) -# Class: obo:AEON_0000012 (DEPRECATED reviewer role) +# Class: obo:AEON_0000012 (deprecated_reviewer role) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000012 "OBSOLETE Evaluation of scientific, academic, or professional work, such as manuscripts or grants by others working in the same field. The reviewer role inheres in a person that contributes to a planned process by reviewing something of interest in a planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000012 "ToDo: use CRO IRI http://purl.obolibrary.org/obo/CRO_0000101"@en) @@ -1279,14 +1325,15 @@ AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000012 "manuscript review role"@en AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000012 obo:IAO_0000228) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000012 obo:CRO_0000101) AnnotationAssertion(rdfs:comment obo:AEON_0000012 "This role was already present in the Contributor Role Ontology CRO"^^xsd:string) -AnnotationAssertion(rdfs:label obo:AEON_0000012 "DEPRECATED reviewer role"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000012 "deprecated_reviewer role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000012 "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:AEON_0000012 "true"^^xsd:boolean) SubClassOf(obo:AEON_0000012 ) # Class: obo:AEON_0000013 (presenter role) -AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000013 "A contributor role that inheres in a person who speaks about a certain topic at an event, either in the form of presenting or teaching information to an audience."@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000013 "A contributor role that inheres in a person who speaks about a certain topic at a social event, either in form of presenting or teaching information to an audience."@en) +AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000013 "Could be replaced with the CRO equivalent, if the proposal made in https://github.com/data2health/contributor-role-ontology/issues/134 is being accepted and merged."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000013 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000013 "invited speaker role"@en) AnnotationAssertion(obo:IAO_0006011 obo:AEON_0000013 "http://purl.obolibrary.org/obo/CRO_0000100"^^xsd:anyURI) @@ -1307,12 +1354,14 @@ SubClassOf(obo:AEON_0000014 obo:AEON_0000013) # Class: obo:AEON_0000015 (event sponsor role) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000015 "A contributor role that inheres in a person or organization who provides money, material ressources or special services needed in the realization of an event in return of being officially credited for this role."@en) -AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000015 "PS 2-9-2020: For me there is still the open question on how to best model the different sponsor types (e.g. gold, silver, bronze...). As the possible sponsor types can have various schemes, it seems best to have named individuals of the aeon:Sponsor class at the moment.") +AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000015 "PS 2-9-2020: For me there is still the open question on how to best model the different sponsor types (e.g. gold, silver, bronze...).") +AnnotationAssertion(obo:IAO_0000116 obo:AEON_0000015 "The difference of this role to the obi:'sponsor role' (http://purl.obolibrary.org/obo/OBI_0000243) is that the latter has the constraint to be a sponsor of scientific studies.Changing the label to something like \"sponsoring a planned process role\" might be more fitting but is quite long."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000015 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000015 "event sponsor role"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000015 "https://github.com/tibonto/aeon/issues/144") SubClassOf(obo:AEON_0000015 obo:CRO_0000000) -SubClassOf(obo:AEON_0000015 ObjectUnionOf(obo:OBI_0000245 ObjectAllValuesFrom(obo:RO_0000081 obo:NCBITaxon_9606))) +SubClassOf(obo:AEON_0000015 ObjectUnionOf(ObjectSomeValuesFrom(obo:RO_0000081 obo:NCBITaxon_9606) ObjectSomeValuesFrom(obo:RO_0000081 obo:OBI_0000245))) +SubClassOf(obo:AEON_0000015 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000097)) SubClassOf(obo:AEON_0000015 ObjectSomeValuesFrom(obo:BFO_0000054 obo:AEON_0000001)) # Class: obo:AEON_0000016 (DOI) @@ -1379,34 +1428,34 @@ AnnotationAssertion(obo:IAO_0006011 obo:AEON_0000021 "\"https://www.wikidata.org AnnotationAssertion(rdfs:label obo:AEON_0000021 "Wikidata QID"@en) SubClassOf(obo:AEON_0000021 obo:IAO_0000578) -# Class: obo:AEON_0000022 (DEPRECATED city) +# Class: obo:AEON_0000022 (deprecated_city) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000022 obo:IAO_0000228) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000022 obo:ENVO_00000856) AnnotationAssertion(rdfs:comment obo:AEON_0000022 "replaced by ENVO:00000856"^^xsd:string) -AnnotationAssertion(rdfs:label obo:AEON_0000022 "DEPRECATED city"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000022 "deprecated_city"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000022 obo:ENVO_00000856) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000022 "https://github.com/tibonto/aeon/issues/142"^^xsd:anyURI) AnnotationAssertion(owl:deprecated obo:AEON_0000022 "true"^^xsd:boolean) SubClassOf(obo:AEON_0000022 ) -# Class: obo:AEON_0000023 (DEPRECATED country) +# Class: obo:AEON_0000023 (deprecated_country) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000023 obo:IAO_0000228) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000023 obo:ENVO_00000009) AnnotationAssertion(rdfs:comment obo:AEON_0000023 "replaced by ENVO term"^^xsd:string) -AnnotationAssertion(rdfs:label obo:AEON_0000023 "DEPRECATED country"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000023 "deprecated_country"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000023 obo:ENVO_00000009) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000023 "https://github.com/tibonto/aeon/issues/142"^^xsd:anyURI) AnnotationAssertion(owl:deprecated obo:AEON_0000023 "true"^^xsd:boolean) SubClassOf(obo:AEON_0000023 ) -# Class: obo:AEON_0000024 (DEPRECATED province) +# Class: obo:AEON_0000024 (deprecated_province) AnnotationAssertion(obo:IAO_0000231 obo:AEON_0000024 obo:IAO_0000228) AnnotationAssertion(obo:IAO_0100001 obo:AEON_0000024 obo:ENVO_00000005) AnnotationAssertion(rdfs:comment obo:AEON_0000024 "replaced by ENVO term"^^xsd:string) -AnnotationAssertion(rdfs:label obo:AEON_0000024 "DEPRECATED province"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000024 "deprecated_province"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000024 obo:ENVO_00000005) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000024 "https://github.com/tibonto/aeon/issues/142"^^xsd:anyURI) AnnotationAssertion(owl:deprecated obo:AEON_0000024 "true"^^xsd:boolean) @@ -1430,7 +1479,7 @@ AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000027 "https://orcid.org/0000-000 AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000027 "academic discipline category"@en) AnnotationAssertion(rdfs:label obo:AEON_0000027 "academic field descriptor"@en) SubClassOf(obo:AEON_0000027 obo:IAO_0000027) -SubClassOf(obo:AEON_0000027 ObjectSomeValuesFrom(obo:academic_field_of obo:OBI_0000011)) +SubClassOf(obo:AEON_0000027 ObjectSomeValuesFrom(obo:AEON_0000175 obo:OBI_0000011)) # Class: obo:AEON_0000028 (event topic descriptor) @@ -1442,7 +1491,7 @@ AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000028 "https://orcid.org/0000-000 AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000028 "event theme description"@en) AnnotationAssertion(obo:IAO_0000600 obo:AEON_0000028 "The instances of this class can be terms from a controlled vocabulary or thesaurus, phrases or just keywords."@en) AnnotationAssertion(rdfs:label obo:AEON_0000028 "event topic descriptor"@en) -SubClassOf(obo:AEON_0000028 ObjectIntersectionOf(obo:IAO_0000027 ObjectSomeValuesFrom(obo:topic_of obo:OBI_0000011))) +SubClassOf(obo:AEON_0000028 ObjectIntersectionOf(obo:IAO_0000027 ObjectSomeValuesFrom(obo:AEON_0000180 obo:OBI_0000011))) # Class: obo:AEON_0000029 (virtual location) @@ -1462,7 +1511,7 @@ AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000030 "An event fee specification AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000030 "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(rdfs:label obo:AEON_0000030 "event fee specification"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000030 ) -EquivalentClasses(obo:AEON_0000030 ObjectIntersectionOf(obo:IAO_0000001 ObjectSomeValuesFrom(obo:specifies_event_fee obo:OBI_0000011) DataExactCardinality(1 obo:fee xsd:decimal) DataExactCardinality(1 obo:fee_currency xsd:normalizedString))) +EquivalentClasses(obo:AEON_0000030 ObjectIntersectionOf(obo:IAO_0000001 ObjectSomeValuesFrom(obo:AEON_0000179 obo:OBI_0000011) DataExactCardinality(1 obo:AEON_0000153 xsd:decimal) DataExactCardinality(1 obo:AEON_0000166 xsd:normalizedString))) DisjointClasses(obo:AEON_0000030 obo:AEON_0000060) # Class: obo:AEON_0000034 (decentralized identifier document) @@ -1480,8 +1529,8 @@ SubClassOf(obo:AEON_0000034 obo:IAO_0020000) # Class: obo:AEON_0000042 (event committee) AnnotationAssertion(obo:IAO_0000114 obo:AEON_0000042 obo:IAO_0000125) -AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000042 "A committe that has the role of being responsible for the organization and realization of an event. -Event committees are usually formed in the planning process of academic events that are, due to their size and objectives, too big or complex to be organized by just a one or few people."@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000042 "A committee that has a role of being responsible for a certain part of the organization and realization of an event. +Event committees are usually formed in the planning process of social events, such as academic events, that are, due to their size and objectives, too big or complex to be organized by just a one or few people."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000042 ) AnnotationAssertion( obo:AEON_0000042 "general event committee"@en) AnnotationAssertion(rdfs:label obo:AEON_0000042 "event committee"@en) @@ -1598,7 +1647,7 @@ SubClassOf(obo:AEON_0000069 obo:AEON_0000067) # Class: obo:AEON_0000070 (call for papers) -AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000070 "A call for papers is an action specification in which the organizers of an academic event describe to prospective presenters the broad theme of the event, list the event's topics and formalities such as what kind of paper has to be submitted, to whom, and by what deadline."@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000070 "A call for submissions that calls for paper submissions."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000070 "https://orcid.org/0000-0002-1595-3213"^^xsd:string) AnnotationAssertion(obo:IAO_0000118 obo:AEON_0000070 "CFP"@en) AnnotationAssertion(obo:IAO_0000119 obo:AEON_0000070 "https://en.wikipedia.org/wiki/Academic_conference#Organizing_an_academic_conference"@en) @@ -1607,19 +1656,19 @@ AnnotationAssertion(rdfs:label obo:AEON_0000070 "call for papers"@en) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000070 ) AnnotationAssertion(ns:term_status obo:AEON_0000070 obo:IAO_0000123) AnnotationAssertion(skos:altLabel obo:AEON_0000070 "CFP"@en) -SubClassOf(obo:AEON_0000070 obo:IAO_0000007) +SubClassOf(obo:AEON_0000070 obo:AEON_0000182) DisjointClasses(obo:AEON_0000070 obo:AEON_0000071) # Class: obo:AEON_0000071 (call for abstracts) -AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000071 "A call for abstracts is an action specification in which the organizers of an academic event describe to prospective presenters the broad theme of the event, list the event's topics and formalities such as what kind of abstract has to be submitted, to whom, and by what deadline."@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000071 "A call for submissions that calls for abstract submissions."@en) AnnotationAssertion(obo:IAO_0000117 obo:AEON_0000071 "https://orcid.org/0000-0002-1595-3213"^^xsd:string) AnnotationAssertion(obo:IAO_0000119 obo:AEON_0000071 "https://en.wikipedia.org/wiki/Academic_conference#Organizing_an_academic_conference"@en) AnnotationAssertion(dce:date obo:AEON_0000071 "2021-07-19T11:24:02Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label obo:AEON_0000071 "call for abstracts"@de) AnnotationAssertion(rdfs:seeAlso obo:AEON_0000071 ) AnnotationAssertion(ns:term_status obo:AEON_0000071 obo:IAO_0000123) -SubClassOf(obo:AEON_0000071 obo:IAO_0000007) +SubClassOf(obo:AEON_0000071 obo:AEON_0000182) # Class: obo:AEON_0000090 (planned process name) @@ -1900,29 +1949,135 @@ AnnotationAssertion(rdfs:label obo:AEON_0000128 "academic event series format sp EquivalentClasses(obo:AEON_0000128 ObjectIntersectionOf(obo:AEON_0000004 ObjectSomeValuesFrom(obo:AEON_0000031 obo:AEON_0000002))) SubClassOf(obo:AEON_0000128 obo:AEON_0000004) +# Class: obo:AEON_0000129 (event sponsor aquisition and management role) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000129 "An event organizer role that inheres in a person or organization who is responsible for aquiring and managing the sponsors of an event.") +AnnotationAssertion(dce:creator obo:AEON_0000129 ) +AnnotationAssertion(dce:date obo:AEON_0000129 "2022-08-08T18:01:10Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label obo:AEON_0000129 "event sponsor aquisition and management role"@en) +SubClassOf(obo:AEON_0000129 obo:AEON_0000006) + +# Class: obo:AEON_0000130 (local event organizer role) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000130 "An event organizer role that inheres in a person or organization responsible for the on-site planning, management and coordination of an event."@en) +AnnotationAssertion(dce:creator obo:AEON_0000130 ) +AnnotationAssertion(dce:date obo:AEON_0000130 "2022-08-08T18:02:56Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label obo:AEON_0000130 "local event organizer role"@en) +SubClassOf(obo:AEON_0000130 obo:AEON_0000006) +SubClassOf(obo:AEON_0000130 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000026)) + +# Class: obo:AEON_0000131 (event program development role) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000131 "An event organizer role that inheres in a person or organization who is responsible for the development of the event program according to the chosen event format specification. This includes such tasks as inviting suitable presenters, evaluating, reviewing, accepting or declining the work submitted for presentation as well as determining the schedule of the event."@en) +AnnotationAssertion(dce:creator obo:AEON_0000131 ) +AnnotationAssertion(dce:date obo:AEON_0000131 "2022-08-08T18:02:56Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label obo:AEON_0000131 "event program development role"@en) +SubClassOf(obo:AEON_0000131 obo:AEON_0000006) +SubClassOf(obo:AEON_0000131 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000101)) +SubClassOf(obo:AEON_0000131 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000104)) +SubClassOf(obo:AEON_0000131 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000106)) + +# Class: obo:AEON_0000132 (event promoter role) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000132 "An event organizer role that inheres in a person or organization who is responsible for the promotion and public relations of an event."@en) +AnnotationAssertion(dce:creator obo:AEON_0000132 ) +AnnotationAssertion(rdfs:label obo:AEON_0000132 "event promoter role"@en) +SubClassOf(obo:AEON_0000132 obo:AEON_0000006) +SubClassOf(obo:AEON_0000132 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000007)) + +# Class: obo:AEON_0000133 (event finances accounting role) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000133 "An event organizer role that is being realized by its bearer in the processes that are associated with the job of balancing the event budged."@en) +AnnotationAssertion(dce:creator obo:AEON_0000133 ) +AnnotationAssertion(dce:date obo:AEON_0000133 "2022-08-08T18:02:56Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label obo:AEON_0000133 "event finances accounting role"@en) +SubClassOf(obo:AEON_0000133 obo:AEON_0000006) +SubClassOf(obo:AEON_0000133 ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000007)) + +# Class: obo:AEON_0000134 (general organizing event committee) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000134 "An event committee that has the role to manage the general/overall organiation of an event."@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000134 ) +AnnotationAssertion(dce:creator obo:AEON_0000134 ) +AnnotationAssertion(dce:date obo:AEON_0000134 "2022-08-08T18:02:56Z"^^xsd:dateTime) +AnnotationAssertion( obo:AEON_0000134 "organizing committee"@en) +AnnotationAssertion(rdfs:label obo:AEON_0000134 "general organizing event committee"@en) +AnnotationAssertion(ns:term_status obo:AEON_0000134 obo:IAO_0000125) +EquivalentClasses(obo:AEON_0000134 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000006))) +SubClassOf(obo:AEON_0000134 obo:AEON_0000042) + +# Class: obo:AEON_0000135 (sponsorship event committee) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000135 "An event committee that has the role to take care of the aquisition and management of the sponsor(s) involved in the organization of an academic event."@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000135 ) +AnnotationAssertion(dce:creator obo:AEON_0000135 ) +AnnotationAssertion(rdfs:label obo:AEON_0000135 "sponsorship event committee"@en) +AnnotationAssertion(ns:term_status obo:AEON_0000135 obo:IAO_0000125) +EquivalentClasses(obo:AEON_0000135 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000129))) +SubClassOf(obo:AEON_0000135 obo:AEON_0000042) + +# Class: obo:AEON_0000136 (local event committee) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000136 "An event committee that has the role to manage all the local organizational aspects associated with the realization of an academic event."@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000136 ) +AnnotationAssertion(dce:creator obo:AEON_0000136 ) +AnnotationAssertion(rdfs:label obo:AEON_0000136 "local event committee"@en) +AnnotationAssertion(ns:term_status obo:AEON_0000136 obo:IAO_0000125) +EquivalentClasses(obo:AEON_0000136 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000130))) +SubClassOf(obo:AEON_0000136 obo:AEON_0000042) + # Class: obo:AEON_0000137 (finance event committee) -AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000137 "An academic event committee that has the role of managing the buget of an event."@en) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000137 "An event committee that has the role of managing the buget of an event."@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000137 ) AnnotationAssertion(dce:creator obo:AEON_0000137 ) AnnotationAssertion(rdfs:label obo:AEON_0000137 "finance event committee"@en) -EquivalentClasses(obo:AEON_0000137 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 ))) +AnnotationAssertion(ns:term_status obo:AEON_0000137 obo:IAO_0000125) +EquivalentClasses(obo:AEON_0000137 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000133))) SubClassOf(obo:AEON_0000137 obo:AEON_0000042) # Class: obo:AEON_0000138 (program event committee) +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000138 "An event committee that has an event program development role."@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000138 ) AnnotationAssertion(dce:creator obo:AEON_0000138 ) AnnotationAssertion(rdfs:label obo:AEON_0000138 "program event committee"@en) -EquivalentClasses(obo:AEON_0000138 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 ))) +AnnotationAssertion(ns:term_status obo:AEON_0000138 obo:IAO_0000125) +EquivalentClasses(obo:AEON_0000138 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000131))) SubClassOf(obo:AEON_0000138 obo:AEON_0000042) # Class: obo:AEON_0000139 (public relations event committee) AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000139 "An event committee that has the role to promote the event and manage all inquiries associated with its public relations."@en) +AnnotationAssertion(obo:IAO_0000233 obo:AEON_0000139 ) AnnotationAssertion(dce:creator obo:AEON_0000139 ) AnnotationAssertion(rdfs:label obo:AEON_0000139 "public relations event committee"@en) -EquivalentClasses(obo:AEON_0000139 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 ))) +AnnotationAssertion(ns:term_status obo:AEON_0000139 obo:IAO_0000125) +EquivalentClasses(obo:AEON_0000139 ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000132))) SubClassOf(obo:AEON_0000139 obo:AEON_0000042) +# Class: obo:AEON_0000182 (call for submissions) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000182 "An action specification in which the organizers of an academic event describe to prospective presenters the broad theme of the event, list the event's topics and submission formalities such as what kind of scientific work is expected to be submitted, to whom, and by what deadline."@en) +AnnotationAssertion(dce:creator obo:AEON_0000182 ) +AnnotationAssertion(rdfs:label obo:AEON_0000182 "call for submissions"@en) +SubClassOf(obo:AEON_0000182 obo:IAO_0000007) +SubClassOf(obo:AEON_0000182 ObjectSomeValuesFrom(obo:BFO_0000051 obo:AEON_0000060)) + +# Class: obo:AEON_0000183 (call for posters) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000183 "A call for submissions that calls for poster submissions."@en) +AnnotationAssertion(dce:creator obo:AEON_0000183 ) +AnnotationAssertion(rdfs:label obo:AEON_0000183 "call for posters"@en) +SubClassOf(obo:AEON_0000183 obo:AEON_0000182) + +# Class: obo:AEON_0000184 (call for videos) + +AnnotationAssertion(obo:IAO_0000115 obo:AEON_0000184 "A call for submissions that calls for video submissions."@en) +AnnotationAssertion(dce:creator obo:AEON_0000184 ) +AnnotationAssertion(rdfs:label obo:AEON_0000184 "call for videos"@en) +SubClassOf(obo:AEON_0000184 obo:AEON_0000182) + # Class: obo:attendance_fee_specification (attendance fee specification) AnnotationAssertion(obo:IAO_0000115 obo:attendance_fee_specification "An attendance fee specification is an event fee specification that, as part of a plan specification, defines the currency and amount of money a person has to pay to attend an event."@en) @@ -1933,7 +2088,7 @@ AnnotationAssertion(rdfs:seeAlso obo:attendance_fee_specification ) -# Class: obo:committee_chair (DEPRECATED event committee chair) +# Class: obo:committee_chair (deprecated_event committee chair) AnnotationAssertion(obo:IAO_0000114 obo:committee_chair obo:IAO_0000423) AnnotationAssertion(obo:IAO_0000115 obo:committee_chair "A committee chair is a committee member that holds a committee chair role which is being realized in a planned process."@en) @@ -1959,24 +2114,24 @@ AnnotationAssertion(obo:IAO_0000116 obo:committee_chair "PS: The contributor rol AnnotationAssertion(obo:IAO_0000117 obo:committee_chair "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:committee_chair obo:IAO_0000103) AnnotationAssertion(obo:IAO_0000600 obo:committee_chair "A committee chair is a committe member that is expected to speak on behalf of and to be responsible for the committee. The person who is in charge of a committee with primary responsibility for carrying out the committee's duties."@en) -AnnotationAssertion(rdfs:label obo:committee_chair "DEPRECATED event committee chair"@en) +AnnotationAssertion(rdfs:label obo:committee_chair "deprecated_event committee chair"@en) AnnotationAssertion(rdfs:seeAlso obo:committee_chair "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:committee_chair "true"^^xsd:boolean) -SubClassOf(obo:committee_chair obo:committee_member) +SubClassOf(obo:committee_chair ) -# Class: obo:committee_member (DEPRECATED event committee member) +# Class: obo:committee_member (deprecated_event committee member) AnnotationAssertion(obo:IAO_0000114 obo:committee_member obo:IAO_0000423) AnnotationAssertion(obo:IAO_0000115 obo:committee_member "A committee member is an organizer that holds a committee member role which is being realized in a planned process."@en) AnnotationAssertion(obo:IAO_0000116 obo:committee_member "PS: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes."^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:committee_member "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:committee_member obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:committee_member "DEPRECATED event committee member"@en) +AnnotationAssertion(rdfs:label obo:committee_member "deprecated_event committee member"@en) AnnotationAssertion(rdfs:seeAlso obo:committee_member "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:committee_member "true"^^xsd:boolean) -SubClassOf(obo:committee_member obo:organizer) +SubClassOf(obo:committee_member ) -# Class: obo:contact_person (DEPRECATED contact person) +# Class: obo:contact_person (deprecated_contact person) AnnotationAssertion(obo:IAO_0000114 obo:contact_person obo:IAO_0000423) AnnotationAssertion(obo:IAO_0000115 obo:contact_person "A contact person is an organizer that holds a contact person role which is being realized in a planned process."@en) @@ -1984,12 +2139,12 @@ AnnotationAssertion(obo:IAO_0000116 obo:contact_person "PS: The contributor role AnnotationAssertion(obo:IAO_0000117 obo:contact_person "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:contact_person obo:IAO_0000103) AnnotationAssertion(obo:IAO_0000600 obo:contact_person "A contact peron is defined by its role to be the person who answers general questions about a planned process and who forwards any further inquiries to the appropriate recipiant."@en) -AnnotationAssertion(rdfs:label obo:contact_person "DEPRECATED contact person"@en) +AnnotationAssertion(rdfs:label obo:contact_person "deprecated_contact person"@en) AnnotationAssertion(rdfs:seeAlso obo:contact_person "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:contact_person "true"^^xsd:boolean) -SubClassOf(obo:contact_person obo:organizer) +SubClassOf(obo:contact_person ) -# Class: obo:contributor (DEPRECATED contributor) +# Class: obo:contributor (deprecated_contributor) AnnotationAssertion(obo:IAO_0000112 obo:contributor "All organizers and participants of the academic event called PIDapalooza 2020 are contributors of that particular event.."@en) AnnotationAssertion(obo:IAO_0000114 obo:contributor obo:IAO_0000423) @@ -2002,12 +2157,12 @@ The contributor ontology (CRO - http://purl.obolibrary.org/obo/cro.owl) seems to AnnotationAssertion(obo:IAO_0000117 obo:contributor "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:contributor obo:IAO_0000103) AnnotationAssertion(obo:IAO_0000600 obo:contributor "A person or organization can only be considered a contributor of some planned process, if and only if the act of contributing has been fulfilled. The contributor role is being realized, when the task (objective specification) attached to this role has been achieved somehow. It can thus be possible for a person or organization to hold multiple roles either in the same or in different planned processes."@en) -AnnotationAssertion(rdfs:label obo:contributor "DEPRECATED contributor"@en) +AnnotationAssertion(rdfs:label obo:contributor "deprecated_contributor"@en) AnnotationAssertion(rdfs:seeAlso obo:contributor "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:contributor "true"^^xsd:boolean) SubClassOf(obo:contributor ) -# Class: obo:finance_committee (DEPRECATED_event finance committee) +# Class: obo:finance_committee (deprecated_event finance committee) AnnotationAssertion(obo:IAO_0000114 obo:finance_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:finance_committee "The finance committee is an academic event committee that has the task of monitoring and managing the budget of an academic event."@en) @@ -2015,12 +2170,12 @@ AnnotationAssertion(obo:IAO_0000116 obo:finance_committee "OBSOLETION REASON: Th AnnotationAssertion(obo:IAO_0000117 obo:finance_committee ) AnnotationAssertion(obo:IAO_0000117 obo:finance_committee "PERSON: Philip Strömert"^^xsd:string) AnnotationAssertion(obo:IAO_0000231 obo:finance_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:finance_committee "DEPRECATED_event finance committee"@en) +AnnotationAssertion(rdfs:label obo:finance_committee "deprecated_event finance committee"@en) AnnotationAssertion(rdfs:seeAlso obo:finance_committee ) AnnotationAssertion(owl:deprecated obo:finance_committee "true"^^xsd:boolean) SubClassOf(obo:finance_committee ) -# Class: obo:general_committee (DEPRECATED_general committee) +# Class: obo:general_committee (deprecated_general committee) AnnotationAssertion(obo:IAO_0000114 obo:general_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:general_committee "The general or steering committee is an academic event committee that is responsible for the entire conceptual design of an academic event. This entails decisions on the content focus, budget, size, choice of venue and time, selection of other responsible persons, etc."@en) @@ -2028,12 +2183,12 @@ AnnotationAssertion(obo:IAO_0000116 obo:general_committee "OBSOLETION REASON: Th AnnotationAssertion(obo:IAO_0000117 obo:general_committee ) AnnotationAssertion(obo:IAO_0000118 obo:general_committee "steering committee"@en) AnnotationAssertion(obo:IAO_0000231 obo:general_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:general_committee "DEPRECATED_general committee"@en) +AnnotationAssertion(rdfs:label obo:general_committee "deprecated_general committee"@en) AnnotationAssertion(rdfs:seeAlso obo:general_committee ) AnnotationAssertion(owl:deprecated obo:general_committee "true"^^xsd:boolean) SubClassOf(obo:general_committee ) -# Class: obo:keynote_speaker (DEPRECATED keynote speaker) +# Class: obo:keynote_speaker (deprecated_keynote speaker) AnnotationAssertion(obo:IAO_0000114 obo:keynote_speaker obo:IAO_0000423) AnnotationAssertion(obo:IAO_0000115 obo:keynote_speaker "A 'keynote speaker' is a presenter that holds a keynote speaker role which is being realized in a planned process."@en) @@ -2041,24 +2196,24 @@ AnnotationAssertion(obo:IAO_0000116 obo:keynote_speaker "PS: The contributor rol AnnotationAssertion(obo:IAO_0000117 obo:keynote_speaker "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:keynote_speaker obo:IAO_0000103) AnnotationAssertion(obo:IAO_0000600 obo:keynote_speaker "An invited person - often a multiplier in his or her (research) field - responsible for delivering a keynote speech."@en) -AnnotationAssertion(rdfs:label obo:keynote_speaker "DEPRECATED keynote speaker"@en) +AnnotationAssertion(rdfs:label obo:keynote_speaker "deprecated_keynote speaker"@en) AnnotationAssertion(rdfs:seeAlso obo:keynote_speaker "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:keynote_speaker "true"^^xsd:boolean) -SubClassOf(obo:keynote_speaker obo:contributor) +SubClassOf(obo:keynote_speaker ) -# Class: obo:local_committee (DEPRECATED_local committee) +# Class: obo:local_committee (deprecated_local committee) AnnotationAssertion(obo:IAO_0000114 obo:local_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:local_committee "The local committee is an academic event committee that is in charge of planning, organizing and carrying out an academic event on site. This entails being in charge of managing the venue, registration, supply, accommodations etc."@en) AnnotationAssertion(obo:IAO_0000116 obo:local_committee "OBSOLETION REASON: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes. PS"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:local_committee ) AnnotationAssertion(obo:IAO_0000231 obo:local_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:local_committee "DEPRECATED_local committee"@en) +AnnotationAssertion(rdfs:label obo:local_committee "deprecated_local committee"@en) AnnotationAssertion(rdfs:seeAlso obo:local_committee ) AnnotationAssertion(owl:deprecated obo:local_committee "true"^^xsd:boolean) SubClassOf(obo:local_committee ) -# Class: obo:moderator (DEPRECATED moderator) +# Class: obo:moderator (deprecated_moderator) AnnotationAssertion(obo:IAO_0000114 obo:moderator obo:IAO_0000423) AnnotationAssertion(obo:IAO_0000115 obo:moderator "A moderator is a contributer that holds a moderating role which is being realized in a planned process."@en) @@ -2066,12 +2221,12 @@ AnnotationAssertion(obo:IAO_0000116 obo:moderator "PS: The contributor roles are AnnotationAssertion(obo:IAO_0000117 obo:moderator "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:moderator obo:IAO_0000103) AnnotationAssertion(obo:IAO_0000600 obo:moderator "A person responsible for facilitating a session at an academic event."@en) -AnnotationAssertion(rdfs:label obo:moderator "DEPRECATED moderator"@en) +AnnotationAssertion(rdfs:label obo:moderator "deprecated_moderator"@en) AnnotationAssertion(rdfs:seeAlso obo:moderator "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:moderator "true"^^xsd:boolean) -SubClassOf(obo:moderator obo:contributor) +SubClassOf(obo:moderator ) -# Class: obo:organizer (DEPRECATED organizer) +# Class: obo:organizer (deprecated_organizer) AnnotationAssertion(obo:IAO_0000112 obo:organizer "DataCite is an organizer of PIDapalooza 2020."@en) AnnotationAssertion(obo:IAO_0000112 obo:organizer "Organizers of academic events or event series are often organizations that form special taks forces, or event committees, in order to plan and manage all aspects related to the realization of the event or event series.") @@ -2081,48 +2236,48 @@ AnnotationAssertion(obo:IAO_0000116 obo:organizer "PS: The contributor roles are AnnotationAssertion(obo:IAO_0000117 obo:organizer "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:organizer obo:IAO_0000103) AnnotationAssertion(obo:IAO_0000600 obo:organizer "A person or organization that is responsible for the planning and realization of a planned process.") -AnnotationAssertion(rdfs:label obo:organizer "DEPRECATED organizer"@en) +AnnotationAssertion(rdfs:label obo:organizer "deprecated_organizer"@en) AnnotationAssertion(rdfs:seeAlso obo:organizer "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:organizer "true"^^xsd:boolean) -SubClassOf(obo:organizer obo:contributor) +SubClassOf(obo:organizer ) -# Class: obo:program_committee (DEPRECATED_program committee) +# Class: obo:program_committee (deprecated_program committee) AnnotationAssertion(obo:IAO_0000114 obo:program_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:program_committee "The programme committee is an academic event committee that is responsible for planning what body of work is to be presented at an academic event. This entails making a call to the scientifiy community to submit their work, to review these submissions and to invite presenters that will fit to the academic event according to its planned scope."@en) AnnotationAssertion(obo:IAO_0000116 obo:program_committee "OBSOLETION REASON: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes. PS"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:program_committee ) AnnotationAssertion(obo:IAO_0000231 obo:program_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:program_committee "DEPRECATED_program committee"@en) +AnnotationAssertion(rdfs:label obo:program_committee "deprecated_program committee"@en) AnnotationAssertion(rdfs:seeAlso obo:program_committee ) AnnotationAssertion(owl:deprecated obo:program_committee "true"^^xsd:boolean) SubClassOf(obo:program_committee ) -# Class: obo:publication_committee (DEPRECATED_publication committee) +# Class: obo:publication_committee (deprecated_publication committee) AnnotationAssertion(obo:IAO_0000114 obo:publication_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:publication_committee "The publication committee is an academic event committee that is responsible for the publication of the proceedings of an academic event."@en) AnnotationAssertion(obo:IAO_0000116 obo:publication_committee "OBSOLETION REASON: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes. PS"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:publication_committee ) AnnotationAssertion(obo:IAO_0000231 obo:publication_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:publication_committee "DEPRECATED_publication committee"@en) +AnnotationAssertion(rdfs:label obo:publication_committee "deprecated_publication committee"@en) AnnotationAssertion(rdfs:seeAlso obo:publication_committee ) AnnotationAssertion(owl:deprecated obo:publication_committee "true"^^xsd:boolean) SubClassOf(obo:publication_committee ) -# Class: obo:publicity_committee (DEPRECATED_publicity committee) +# Class: obo:publicity_committee (deprecated_publicity committee) AnnotationAssertion(obo:IAO_0000114 obo:publicity_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:publicity_committee "The publicity committee is an academic event committee that is responsible for the external communication of an academic event. This entails the promotion, (social) media relations, web presence, further releases, etc."@en) AnnotationAssertion(obo:IAO_0000116 obo:publicity_committee "OBSOLETION REASON: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes. PS"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:publicity_committee ) AnnotationAssertion(obo:IAO_0000231 obo:publicity_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:publicity_committee "DEPRECATED_publicity committee"@en) +AnnotationAssertion(rdfs:label obo:publicity_committee "deprecated_publicity committee"@en) AnnotationAssertion(rdfs:seeAlso obo:publicity_committee ) AnnotationAssertion(owl:deprecated obo:publicity_committee "true"^^xsd:boolean) SubClassOf(obo:publicity_committee ) -# Class: obo:reviewer (DEPRECATED reviewer) +# Class: obo:reviewer (deprecated_reviewer) AnnotationAssertion(obo:IAO_0000112 obo:reviewer "The reviewer of a conference who reviews the submitted papers."@en) AnnotationAssertion(obo:IAO_0000114 obo:reviewer obo:IAO_0000423) @@ -2130,12 +2285,12 @@ AnnotationAssertion(obo:IAO_0000115 obo:reviewer "A reviewer is a contributer th AnnotationAssertion(obo:IAO_0000116 obo:reviewer "PS: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes."^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:reviewer "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:reviewer obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:reviewer "DEPRECATED reviewer"@en) +AnnotationAssertion(rdfs:label obo:reviewer "deprecated_reviewer"@en) AnnotationAssertion(rdfs:seeAlso obo:reviewer "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:reviewer "true"^^xsd:boolean) -SubClassOf(obo:reviewer obo:organizer) +SubClassOf(obo:reviewer ) -# Class: obo:speaker (DEPRECATED presenter) +# Class: obo:speaker (deprecated_presenter) AnnotationAssertion(obo:IAO_0000112 obo:speaker "A presenter is a person who's role it is to present some body of work to an audience."@en) AnnotationAssertion(obo:IAO_0000112 obo:speaker "Philip Strömert is a presenter at PIDapalooza 2021."@en) @@ -2145,12 +2300,12 @@ AnnotationAssertion(obo:IAO_0000116 obo:speaker "PS: The contributor roles are e AnnotationAssertion(obo:IAO_0000117 obo:speaker "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000118 obo:speaker "speaker"@en) AnnotationAssertion(obo:IAO_0000231 obo:speaker obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:speaker "DEPRECATED presenter"@en) +AnnotationAssertion(rdfs:label obo:speaker "deprecated_presenter"@en) AnnotationAssertion(rdfs:seeAlso obo:speaker "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:speaker "true"^^xsd:boolean) -SubClassOf(obo:speaker obo:contributor) +SubClassOf(obo:speaker ) -# Class: obo:sponsor (DEPRECATED sponsor) +# Class: obo:sponsor (deprecated_sponsor) AnnotationAssertion(obo:IAO_0000112 obo:sponsor "An organization or person that promises to fund an academic event is a sponsor of that event the moment the promised funds have been recieved by the organizers of the event."@en) AnnotationAssertion(obo:IAO_0000114 obo:sponsor obo:IAO_0000423) @@ -2159,10 +2314,10 @@ AnnotationAssertion(obo:IAO_0000116 obo:sponsor "PS: The contributor roles are e AnnotationAssertion(obo:IAO_0000116 obo:sponsor "Philip Strömert 2-9-2020: For me there is still the open question on how to best model the different sponsor types (e.g. gold, silver, bronze...), as there are various schemes. At the moment any sponsor type other than gold, silver or bronze can be further specified by using the data property \"sponsor_type\". We could also reuse the \"event type a SKOS:concept\" pattern here. But it seems best to have a clear definition of each sponsor type, in order to be able to subclass them here and add the corresponding roles and properties."@en) AnnotationAssertion(obo:IAO_0000117 obo:sponsor "https://orcid.org/0000-0002-1595-3213"^^xsd:anyURI) AnnotationAssertion(obo:IAO_0000231 obo:sponsor obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:sponsor "DEPRECATED sponsor"@en) +AnnotationAssertion(rdfs:label obo:sponsor "deprecated_sponsor"@en) AnnotationAssertion(rdfs:seeAlso obo:sponsor "https://github.com/tibonto/aeon/issues/144") AnnotationAssertion(owl:deprecated obo:sponsor "true"^^xsd:boolean) -SubClassOf(obo:sponsor obo:contributor) +SubClassOf(obo:sponsor ) # Class: obo:sponsor_fee_specification (sponsor fee specification) @@ -2173,26 +2328,26 @@ AnnotationAssertion(rdfs:label obo:sponsor_fee_specification "sponsor fee specif AnnotationAssertion(rdfs:seeAlso obo:sponsor_fee_specification ) SubClassOf(obo:sponsor_fee_specification obo:AEON_0000030) -# Class: obo:sponsorship_committee (DEPRECATED_sponsorship committee) +# Class: obo:sponsorship_committee (deprecated_sponsorship committee) AnnotationAssertion(obo:IAO_0000114 obo:sponsorship_committee obo:IAO_0000123) AnnotationAssertion(obo:IAO_0000115 obo:sponsorship_committee "The sponsorship committee ia an academic event committee that is responsible for aquireing and managing the sponsorships of an academic event."@en) AnnotationAssertion(obo:IAO_0000116 obo:sponsorship_committee "OBSOLETION REASON: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes. PS"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:sponsorship_committee ) AnnotationAssertion(obo:IAO_0000231 obo:sponsorship_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:sponsorship_committee "DEPRECATED_sponsorship committee"@en) +AnnotationAssertion(rdfs:label obo:sponsorship_committee "deprecated_sponsorship committee"@en) AnnotationAssertion(rdfs:seeAlso obo:sponsorship_committee ) AnnotationAssertion(owl:deprecated obo:sponsorship_committee "true"^^xsd:boolean) SubClassOf(obo:sponsorship_committee ) -# Class: obo:technical_committee (DEPRECATED_technical committee) +# Class: obo:technical_committee (deprecated_technical committee) AnnotationAssertion(obo:IAO_0000114 obo:technical_committee obo:IAO_0000125) AnnotationAssertion(obo:IAO_0000115 obo:technical_committee "The technical committee ia an academic event committee that is responsible for the technical needs associated with the realization of an academic event."@en) AnnotationAssertion(obo:IAO_0000116 obo:technical_committee "OBSOLETION REASON: The contributor roles are enough for the contribution via a role pattern, the bearers of these roles do not need to be defined classes. PS"^^xsd:string) AnnotationAssertion(obo:IAO_0000117 obo:technical_committee ) AnnotationAssertion(obo:IAO_0000231 obo:technical_committee obo:IAO_0000103) -AnnotationAssertion(rdfs:label obo:technical_committee "DEPRECATED_technical committee"@en) +AnnotationAssertion(rdfs:label obo:technical_committee "deprecated_technical committee"@en) AnnotationAssertion(rdfs:seeAlso obo:technical_committee ) AnnotationAssertion(owl:deprecated obo:technical_committee "true"^^xsd:boolean) SubClassOf(obo:technical_committee ) @@ -2207,131 +2362,196 @@ AnnotationAssertion(obo:IAO_0000119 obo:wikiCFP_ID "http://www.wikicfp.com/cfp/" AnnotationAssertion(rdfs:label obo:wikiCFP_ID "wikiCFP identifier"@en) SubClassOf(obo:wikiCFP_ID obo:IAO_0000578) -# Class: (event sponsor aquisition and management role) +# Class: (Twitter account) -AnnotationAssertion(obo:IAO_0000115 "An event organizer role that inheres in a person or organization who is responsible for aquiring and managing the sponsors of an event.") -AnnotationAssertion(dce:creator ) -AnnotationAssertion(dce:date "2022-08-08T18:01:10Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label "event sponsor aquisition and management role"@en) -SubClassOf( obo:AEON_0000006) +AnnotationAssertion(obo:IAO_0000115 "An information content entity that represents the Twitter account of an entity"@en) +AnnotationAssertion(obo:IAO_0000116 "It needs to be discussed where to subsume this class more precisely and in which ontology this should be defined. At present, 2022-08-26, no BFO based ontology that properly represents scocial media plattforms could be identified."@en) +AnnotationAssertion(obo:IAO_0000233 ) +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2022-08-26T13:21:50Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "Twitter account"@en) +AnnotationAssertion(ns:term_status obo:IAO_0000423) +SubClassOf( obo:IAO_0000030) -# Class: (local event organizer role) +# Class: (event series maintainer role) -AnnotationAssertion(obo:IAO_0000115 "An event organizer role that inheres in a person or organization responsible for the on-site planning, management and coordination of an event."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(dce:date "2022-08-08T18:02:56Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label "local event organizer role"@en) -SubClassOf( obo:AEON_0000006) -SubClassOf( ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000026)) +AnnotationAssertion(obo:IAO_0000115 "An event organizer role that inheres in a person or organization who is designated to be responsible for maintaining an event series."@en) +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2022-08-26T16:38:21Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "event series maintainer role"@en) +SubClassOf( obo:AEON_0000006) -# Class: (event program development role) +# Class: (ISO 3166-1 alpha-2 code) -AnnotationAssertion(obo:IAO_0000115 "An event organizer role that inheres in a person or organization who is responsible for the development of the event program according to the chosen event format specification. This includes such tasks as inviting suitable presenters, evaluating, reviewing, accepting or declining the work submitted for presentation as well as determining the schedule of the event."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(dce:date "2022-08-08T18:02:56Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label "event program development role"@en) -SubClassOf( obo:AEON_0000006) -SubClassOf( ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000101)) -SubClassOf( ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000104)) -SubClassOf( ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000106)) +AnnotationAssertion(obo:IAO_0000115 "An identifier that consists of two letters, is part of the ISO 3166-1, and designates countries, dependent territories, and special areas of geographical interest."@en) +AnnotationAssertion(obo:IAO_0000116 "http://purl.obolibrary.org/obo/OBIB_0000620 was not yet used due to the fact that it has a subclassOf axiom that clashes with the used ENVO classes for country (http://purl.obolibrary.org/obo/ENVO_00000009) -# Class: (event promoter role) +see also: https://github.com/OBOFoundry/COB/issues/138 wrt the problem of OBO classes to reuse for country, city and region --> it is still an open question whetehr to consider these a bfo:material entity or a bfo:site, if I (PS) understood it right."@en) +AnnotationAssertion(obo:IAO_0000119 ) +AnnotationAssertion(obo:IAO_0000233 ) +AnnotationAssertion(obo:IAO_0006011 obo:OBIB_0000620) +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2022-08-29T10:26:20Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:comment "Two-letter country codes defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), to designate countries, dependent territories, and special areas of geographical interest."@en) +AnnotationAssertion(rdfs:label "ISO 3166-1 alpha-2 code"@en) +AnnotationAssertion(ns:term_status obo:IAO_0000428) +SubClassOf( obo:IAO_0020000) -AnnotationAssertion(obo:IAO_0000115 "An event organizer role that inheres in a person or organization who is responsible for the promotion and public relations of an event."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(rdfs:label "event promoter role"@en) -SubClassOf( obo:AEON_0000006) -SubClassOf( ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000007)) -# Class: (event finances accounting role) +############################ +# Named Individuals +############################ -AnnotationAssertion(obo:IAO_0000115 "An event organizer role that is being realized by its bearer in the processes that are associated with the job of balancing the event budged."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(dce:date "2022-08-08T18:02:56Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label "event finances accounting role"@en) -SubClassOf( obo:AEON_0000006) -SubClassOf( ObjectSomeValuesFrom(obo:BFO_0000051 obo:CRO_0000007)) +# Individual: ex:_Aysa_Ekanger (ex:_Aysa_Ekanger) -# Class: (general event committee) +AnnotationAssertion(dce:creator ex:_Aysa_Ekanger ) +ClassAssertion(obo:NCBITaxon_9606 ex:_Aysa_Ekanger) +ObjectPropertyAssertion(obo:RO_0002350 ex:_Aysa_Ekanger ex:_Munin2022_general_committee) -AnnotationAssertion(obo:IAO_0000115 "An academic event committee that has the role to manage the general/overall organiation of an event."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(dce:date "2022-08-08T18:02:56Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label "general event committee"@en) -EquivalentClasses( ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 obo:AEON_0000006))) -SubClassOf( obo:AEON_0000042) +# Individual: ex:_Jan_Erik_Frantsvåg (ex:_Jan_Erik_Frantsvåg) -# Class: (sponsorship event committee) +AnnotationAssertion(dce:creator ex:_Jan_Erik_Frantsvåg ) +ClassAssertion(obo:NCBITaxon_9606 ex:_Jan_Erik_Frantsvåg) +ObjectPropertyAssertion(obo:OBI_0000846 ex:_Jan_Erik_Frantsvåg ex:_Munin2022_general_committee) -AnnotationAssertion(obo:IAO_0000115 "An academic event committee that has the role to take care of the aquisition and management of the sponsor(s) involved in the organization of an academic event."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(rdfs:label "sponsorship event committee"@en) -EquivalentClasses( ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 ))) -SubClassOf( obo:AEON_0000042) +# Individual: ex:_Linnea_Nordström (ex:_Linnea_Nordström) -# Class: (local event committee) +AnnotationAssertion(dce:creator ex:_Linnea_Nordström ) +ClassAssertion(obo:NCBITaxon_9606 ex:_Linnea_Nordström) +ObjectPropertyAssertion(obo:OBI_0000846 ex:_Linnea_Nordström ex:_Munin2022_general_committee) -AnnotationAssertion(obo:IAO_0000115 "An academic event committee that has the role to manage all the local organizational aspects associated with the realization of an academic event."@en) -AnnotationAssertion(dce:creator ) -AnnotationAssertion(rdfs:label "local event committee"@en) -EquivalentClasses( ObjectIntersectionOf(obo:AEON_0000042 ObjectSomeValuesFrom(obo:RO_0000087 ))) -SubClassOf( obo:AEON_0000042) +# Individual: ex:_Munin (ex:_Munin) +AnnotationAssertion(dce:creator ex:_Munin ) +ClassAssertion(obo:AEON_0000002 ex:_Munin) -############################ -# Named Individuals -############################ +# Individual: ex:_Munin2022 (ex:_Munin2022) + +AnnotationAssertion(dce:creator ex:_Munin2022 ) +ClassAssertion(obo:AEON_0000103 ex:_Munin2022) +ObjectPropertyAssertion(obo:AEON_0000073 ex:_Munin2022 ex:_Munin2022_abstract_deadline) +ObjectPropertyAssertion(obo:AEON_0000073 ex:_Munin2022 ex:_Munin2022_camera-ready_deadline) +ObjectPropertyAssertion(obo:AEON_0000073 ex:_Munin2022 ex:_Munin2022_notification_deadline) +ObjectPropertyAssertion(obo:AEON_0000084 ex:_Munin2022 ex:_Munin) +ObjectPropertyAssertion(obo:IAO_0000235 ex:_Munin2022 ex:_Munin2022_name) +ObjectPropertyAssertion(obo:RO_0000057 ex:_Munin2022 ex:_Munin2022_general_committee) +ObjectPropertyAssertion( ex:_Munin2022 ) +DataPropertyAssertion(obo:AEON_0000140 ex:_Munin2022 "17"^^rdfs:Literal) +DataPropertyAssertion(obo:AEON_0000141 ex:_Munin2022 "2022-12-01T20:00:00Z"^^xsd:dateTimeStamp) +DataPropertyAssertion(obo:AEON_0000142 ex:_Munin2022 "2022-11-29T09:00:00Z"^^xsd:dateTimeStamp) +DataPropertyAssertion(obo:AEON_0000164 ex:_Munin2022 "https://site.uit.no/muninconf/"^^xsd:anyURI) + +# Individual: ex:_Munin2022_abstract_deadline (ex:_Munin2022_abstract_deadline) + +AnnotationAssertion(dce:creator ex:_Munin2022_abstract_deadline ) +ClassAssertion(obo:AEON_0000061 ex:_Munin2022_abstract_deadline) +DataPropertyAssertion(obo:AEON_0000074 ex:_Munin2022_abstract_deadline "2022-08-22T00:00:00Z"^^xsd:dateTimeStamp) + +# Individual: ex:_Munin2022_camera-ready_deadline (ex:_Munin2022_camera-ready_deadline) + +AnnotationAssertion(dce:creator ex:_Munin2022_camera-ready_deadline ) +ClassAssertion(obo:AEON_0000062 ex:_Munin2022_camera-ready_deadline) +DataPropertyAssertion(obo:AEON_0000074 ex:_Munin2022_camera-ready_deadline "2022-10-31T00:00:00Z"^^xsd:dateTimeStamp) + +# Individual: ex:_Munin2022_general_committee (ex:_Munin2022_general_committee) + +AnnotationAssertion(dce:creator ex:_Munin2022_general_committee ) +AnnotationAssertion( ex:_Munin2022_general_committee "muninconference@ub.uit.no"@en) +ClassAssertion(obo:AEON_0000134 ex:_Munin2022_general_committee) + +# Individual: ex:_Munin2022_name (ex:_Munin2022_name) -# Individual: obo:_Person_1 (_VIVO2020_speaker1) +AnnotationAssertion(dce:creator ex:_Munin2022_name ) +AnnotationAssertion(skos:altLabel ex:_Munin2022_name "The Munin Conference"@en) +AnnotationAssertion(skos:prefLabel ex:_Munin2022_name "17th Munin Conference 2022"@en) +AnnotationAssertion(skos:prefLabel ex:_Munin2022_name "17th Munin Conference on Scholarly Publishing"@en) +ClassAssertion(obo:AEON_0000090 ex:_Munin2022_name) +DataPropertyAssertion(obo:AEON_0000091 ex:_Munin2022_name "MuninConf 2022"^^xsd:string) -AnnotationAssertion(rdfs:label obo:_Person_1 "_VIVO2020_speaker1") -AnnotationAssertion(ns:term_status obo:_Person_1 obo:IAO_0000002) -ClassAssertion(obo:NCBITaxon_9606 obo:_Person_1) -ObjectPropertyAssertion(obo:RO_0000087 obo:_Person_1 obo:_VIVO2020_speaker1_role) +# Individual: ex:_Munin2022_notification_deadline (ex:_Munin2022_notification_deadline) -# Individual: obo:_VIVO2020 (_VIVO2020) +AnnotationAssertion(dce:creator ex:_Munin2022_notification_deadline ) +ClassAssertion(obo:AEON_0000064 ex:_Munin2022_notification_deadline) +DataPropertyAssertion(obo:AEON_0000074 ex:_Munin2022_notification_deadline "2022-09-05T00:00:00Z"^^xsd:dateTimeStamp) -AnnotationAssertion(rdfs:label obo:_VIVO2020 "_VIVO2020") -AnnotationAssertion(ns:term_status obo:_VIVO2020 obo:IAO_0000002) -ClassAssertion(obo:AEON_0000103 obo:_VIVO2020) -ObjectPropertyAssertion(obo:AEON_0000032 obo:_VIVO2020 obo:_VIVO2020_format) -ObjectPropertyAssertion(obo:AEON_0000080 obo:_VIVO2020 ) -ObjectPropertyAssertion(obo:AEON_0000084 obo:_VIVO2020 obo:_VIVO_series) -ObjectPropertyAssertion(obo:IAO_0000235 obo:_VIVO2020 obo:_VIVO2020_name) -ObjectPropertyAssertion(obo:IAO_0000235 obo:_VIVO2020 ) -ObjectPropertyAssertion(obo:RO_0000057 obo:_VIVO2020 obo:_Person_1) -DataPropertyAssertion(obo:end_date obo:_VIVO2020 "2020-06-18T19:00:00Z"^^xsd:dateTimeStamp) -DataPropertyAssertion(obo:start_date obo:_VIVO2020 "2020-06-16T09:00:00Z"^^xsd:dateTimeStamp) +# Individual: ex:_Munin_name (ex:_Munin_name) -# Individual: obo:_VIVO2020_format (_VIVO2020_format) +AnnotationAssertion(dce:creator ex:_Munin_name ) +AnnotationAssertion(skos:prefLabel ex:_Munin_name "The Munin Conference on Scholarly Publishing"@en) +ClassAssertion(obo:AEON_0000090 ex:_Munin_name) -AnnotationAssertion(dce:creator obo:_VIVO2020_format ) -AnnotationAssertion(rdfs:label obo:_VIVO2020_format "_VIVO2020_format") -AnnotationAssertion(ns:term_status obo:_VIVO2020_format obo:IAO_0000002) +# Individual: ex:_Per_Pippin_Aspaas (ex:_Per_Pippin_Aspaas) -# Individual: obo:_VIVO2020_name (_VIVO2020_name) +AnnotationAssertion(dce:creator ex:_Per_Pippin_Aspaas ) +ClassAssertion(obo:NCBITaxon_9606 ex:_Per_Pippin_Aspaas) +ObjectPropertyAssertion(obo:OBI_0000846 ex:_Per_Pippin_Aspaas ex:_Munin2022_general_committee) -AnnotationAssertion(dcterms:source obo:_VIVO2020_name "https://www.wikidata.org/wiki/Q108430463") -AnnotationAssertion(rdfs:label obo:_VIVO2020_name "_VIVO2020_name") -AnnotationAssertion(ns:term_status obo:_VIVO2020_name obo:IAO_0000002) -AnnotationAssertion(skos:altLabel obo:_VIVO2020_name "VIVO Conference 2020"@en) -AnnotationAssertion(skos:prefLabel obo:_VIVO2020_name "11th Annual International VIVO Conference 2020"@en) -ObjectPropertyAssertion(obo:BFO_0000050 obo:_VIVO2020_name ) -DataPropertyAssertion(obo:AEON_0000091 obo:_VIVO2020_name "VIVO 2020"^^xsd:string) +# Individual: ex:_Person_1 (_VIVO2020_speaker1) -# Individual: obo:_VIVO2020_speaker1_role (_VIVO2020_speaker1_role) +AnnotationAssertion(rdfs:label ex:_Person_1 "_VIVO2020_speaker1") +AnnotationAssertion(ns:term_status ex:_Person_1 obo:IAO_0000002) +ClassAssertion(obo:NCBITaxon_9606 ex:_Person_1) +ObjectPropertyAssertion(obo:RO_0000087 ex:_Person_1 ex:_VIVO2020_speaker1_role) -AnnotationAssertion(dce:creator obo:_VIVO2020_speaker1_role ) -AnnotationAssertion(rdfs:label obo:_VIVO2020_speaker1_role "_VIVO2020_speaker1_role") -AnnotationAssertion(ns:term_status obo:_VIVO2020_speaker1_role obo:IAO_0000002) -ClassAssertion(obo:AEON_0000013 obo:_VIVO2020_speaker1_role) -ObjectPropertyAssertion(obo:BFO_0000054 obo:_VIVO2020_speaker1_role obo:_VIVO2020) +# Individual: ex:_StroemPhi (ex:_StroemPhi) -# Individual: obo:_VIVO_series (_VIVO_series) +AnnotationAssertion(ns:term_status ex:_StroemPhi obo:IAO_0000002) -AnnotationAssertion(rdfs:label obo:_VIVO_series "_VIVO_series") -AnnotationAssertion(ns:term_status obo:_VIVO_series obo:IAO_0000002) -ObjectPropertyAssertion(obo:AEON_0000080 obo:_VIVO_series ) +# Individual: ex:_Tanja_Larssen (ex:_Tanja_Larssen) + +AnnotationAssertion(dce:creator ex:_Tanja_Larssen ) +ClassAssertion(obo:NCBITaxon_9606 ex:_Tanja_Larssen) +ObjectPropertyAssertion(obo:OBI_0000846 ex:_Tanja_Larssen ex:_Munin2022_general_committee) + +# Individual: ex:_Terje_Bergli (ex:_Terje_Bergli) + +AnnotationAssertion(dce:creator ex:_Terje_Bergli ) +ClassAssertion(obo:NCBITaxon_9606 ex:_Terje_Bergli) +ObjectPropertyAssertion(obo:OBI_0000846 ex:_Terje_Bergli ex:_Munin2022_general_committee) + +# Individual: ex:_VIVO2020 (_VIVO2020) + +AnnotationAssertion(rdfs:label ex:_VIVO2020 "_VIVO2020") +AnnotationAssertion(ns:term_status ex:_VIVO2020 obo:IAO_0000002) +ClassAssertion(obo:AEON_0000103 ex:_VIVO2020) +ObjectPropertyAssertion(obo:AEON_0000032 ex:_VIVO2020 ex:_VIVO2020_format) +ObjectPropertyAssertion(obo:AEON_0000080 ex:_VIVO2020 ) +ObjectPropertyAssertion(obo:AEON_0000084 ex:_VIVO2020 ex:_VIVO_series) +ObjectPropertyAssertion(obo:IAO_0000235 ex:_VIVO2020 ex:_VIVO2020_name) +ObjectPropertyAssertion(obo:IAO_0000235 ex:_VIVO2020 ) +ObjectPropertyAssertion(obo:RO_0000057 ex:_VIVO2020 ex:_Person_1) +DataPropertyAssertion(obo:AEON_0000141 ex:_VIVO2020 "2020-06-18T19:00:00Z"^^xsd:dateTimeStamp) +DataPropertyAssertion(obo:AEON_0000142 ex:_VIVO2020 "2020-06-16T09:00:00Z"^^xsd:dateTimeStamp) + +# Individual: ex:_VIVO2020_format (_VIVO2020_format) + +AnnotationAssertion(dce:creator ex:_VIVO2020_format ) +AnnotationAssertion(rdfs:label ex:_VIVO2020_format "_VIVO2020_format") +AnnotationAssertion(ns:term_status ex:_VIVO2020_format obo:IAO_0000002) + +# Individual: ex:_VIVO2020_name (_VIVO2020_name) + +AnnotationAssertion(dcterms:source ex:_VIVO2020_name "https://www.wikidata.org/wiki/Q108430463") +AnnotationAssertion(rdfs:label ex:_VIVO2020_name "_VIVO2020_name") +AnnotationAssertion(ns:term_status ex:_VIVO2020_name obo:IAO_0000002) +AnnotationAssertion(skos:altLabel ex:_VIVO2020_name "VIVO Conference 2020"@en) +AnnotationAssertion(skos:prefLabel ex:_VIVO2020_name "11th Annual International VIVO Conference 2020"@en) +ObjectPropertyAssertion(obo:BFO_0000050 ex:_VIVO2020_name ) +DataPropertyAssertion(obo:AEON_0000091 ex:_VIVO2020_name "VIVO 2020"^^xsd:string) + +# Individual: ex:_VIVO2020_speaker1_role (_VIVO2020_speaker1_role) + +AnnotationAssertion(dce:creator ex:_VIVO2020_speaker1_role ) +AnnotationAssertion(rdfs:label ex:_VIVO2020_speaker1_role "_VIVO2020_speaker1_role") +AnnotationAssertion(ns:term_status ex:_VIVO2020_speaker1_role obo:IAO_0000002) +ClassAssertion(obo:AEON_0000013 ex:_VIVO2020_speaker1_role) +ObjectPropertyAssertion(obo:BFO_0000054 ex:_VIVO2020_speaker1_role ex:_VIVO2020) + +# Individual: ex:_VIVO_series (_VIVO_series) + +AnnotationAssertion(rdfs:label ex:_VIVO_series "_VIVO_series") +AnnotationAssertion(ns:term_status ex:_VIVO_series obo:IAO_0000002) +ObjectPropertyAssertion(obo:AEON_0000080 ex:_VIVO_series ) # Individual: (_VIVO2020_ConfIDentID) @@ -2339,10 +2559,17 @@ AnnotationAssertion(rdfs:label obo:IAO_0000002) ClassAssertion(obo:AEON_0000003 ) -# Individual: (_0000-0002-1595-3213) +# Individual: (ORCID:Philip Strömert) + +AnnotationAssertion(rdfs:label "ORCID:Philip Strömert") -AnnotationAssertion(obo:IAO_0000114 obo:IAO_0000002) -AnnotationAssertion(rdfs:label "_0000-0002-1595-3213") +# Individual: (_Munin2022_call_for submissions) + +AnnotationAssertion(rdfs:label "_Munin2022_call_for submissions"@en) +ClassAssertion(obo:IAO_0000007 ) +ObjectPropertyAssertion(obo:BFO_0000051 ex:_Munin2022_abstract_deadline) +ObjectPropertyAssertion(obo:BFO_0000051 ex:_Munin2022_camera-ready_deadline) +ObjectPropertyAssertion(obo:BFO_0000051 ex:_Munin2022_notification_deadline) # Individual: (_VIVO2020_QID) @@ -2356,7 +2583,4 @@ AnnotationAssertion(ns:term_status obo DisjointClasses(obo:AEON_0000061 obo:AEON_0000062 obo:AEON_0000063 obo:AEON_0000065 obo:AEON_0000066 obo:AEON_0000068 obo:AEON_0000069) -AnnotationAssertion(rdfs:comment obo:BFO_0000027 "For a better understanding why the examples of \"object aggregate\" that include \"organizations\" is misleading, see also this discussion: https://github.com/BFO-ontology/BFO-2020/issues/19 - -TLDR: BFO 2020 dropped these examples, but this has not been adjusted in the OBO-BFO-Classes-only version yet.") ) \ No newline at end of file diff --git a/src/ontology/imports/bfo_import.owl b/src/ontology/imports/bfo_import.owl index b7161ce..71ce6f0 100644 --- a/src/ontology/imports/bfo_import.owl +++ b/src/ontology/imports/bfo_import.owl @@ -12,8 +12,8 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:terms="http://purl.org/dc/terms/"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/cro_import.owl b/src/ontology/imports/cro_import.owl index be07c5b..5ab4d16 100644 --- a/src/ontology/imports/cro_import.owl +++ b/src/ontology/imports/cro_import.owl @@ -11,8 +11,8 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/envo_import.owl b/src/ontology/imports/envo_import.owl index b5a64d6..69cb2f1 100644 --- a/src/ontology/imports/envo_import.owl +++ b/src/ontology/imports/envo_import.owl @@ -11,8 +11,8 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> - - 2022-08-15 + + 2022-08-22 @@ -369,7 +369,7 @@ A political association with effective dominion over a geographic area. - https://en.wikipedia.org/wiki/State + https://en.wikipedia.org/wiki/State diff --git a/src/ontology/imports/iao_import.owl b/src/ontology/imports/iao_import.owl index 10a507c..398678c 100644 --- a/src/ontology/imports/iao_import.owl +++ b/src/ontology/imports/iao_import.owl @@ -11,8 +11,8 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:terms="http://purl.org/dc/terms/"> - - 2022-08-15 + + 2022-08-22 @@ -1139,67 +1139,6 @@ every c that is a concretization of g specifically denotes r - - - - - object-aggregate - ObjectAggregate - a collection of cells in a blood biobank. - a swarm of bees is an aggregate of members who are linked together through natural bonds - a symphony orchestra - an organization is an aggregate whose member parts have roles of specific types (for example in a jazz band, a chess club, a football team) - defined by fiat: the aggregate of members of an organization - defined through physical attachment: the aggregate of atoms in a lump of granite - defined through physical containment: the aggregate of molecules of carbon dioxide in a sealed container - defined via attributive delimitations such as: the patients in this hospital - the aggregate of bearings in a constant velocity axle joint - the aggregate of blood cells in your body - the nitrogen atoms in the atmosphere - the restaurants in Palo Alto - your collection of Meissen ceramic plates. - An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects - BFO 2 Reference: object aggregates may gain and lose parts while remaining numerically identical (one and the same individual) over time. This holds both for aggregates whose membership is determined naturally (the aggregate of cells in your body) and aggregates determined by fiat (a baseball team, a congressional committee). - ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158. - b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004]) - (forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] - - - object aggregate - - - - - An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects - - - - - - An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects - - - - - - ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158. - - - - - - b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004]) - - - - - - (forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] - - - - - @@ -1273,78 +1212,6 @@ every c that is a concretization of g specifically denotes r - - - - - - material - MaterialEntity - a flame - a forest fire - a human being - a hurricane - a photon - a puff of smoke - a sea wave - a tornado - an aggregate of human beings. - an energy wave - an epidemic - the undetached arm of a human being - An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time. - BFO 2 Reference: Material entities (continuants) can preserve their identity even while gaining and losing material parts. Continuants are contrasted with occurrents, which unfold themselves in successive temporal parts or phases [60 - BFO 2 Reference: Object, Fiat Object Part and Object Aggregate are not intended to be exhaustive of Material Entity. Users are invited to propose new subcategories of Material Entity. - BFO 2 Reference: ‘Matter’ is intended to encompass both mass and energy (we will address the ontological treatment of portions of energy in a later version of BFO). A portion of matter is anything that includes elementary particles among its proper or improper parts: quarks and leptons, including electrons, as the smallest particles thus far discovered; baryons (including protons and neutrons) at a higher level of granularity; atoms and molecules at still higher levels, forming the cells, organs, organisms and other material entities studied by biologists, the portions of rock studied by geologists, the fossils studied by paleontologists, and so on.Material entities are three-dimensional entities (entities extended in three spatial dimensions), as contrasted with the processes in which they participate, which are four-dimensional entities (entities extended also along the dimension of time).According to the FMA, material entities may have immaterial entities as parts – including the entities identified below as sites; for example the interior (or ‘lumen’) of your small intestine is a part of your body. BFO 2.0 embodies a decision to follow the FMA here. - A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002]) - Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) - every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) - (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] - (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] - (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] - - - material entity - - - - - A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002]) - - - - - - Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) - - - - - - every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) - - - - - - (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] - - - - - - (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] - - - - - - (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] - - - - - diff --git a/src/ontology/imports/ico_import.owl b/src/ontology/imports/ico_import.owl index 2e2a1ad..1a4a032 100644 --- a/src/ontology/imports/ico_import.owl +++ b/src/ontology/imports/ico_import.owl @@ -8,8 +8,8 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/obi_import.owl b/src/ontology/imports/obi_import.owl index 84e3101..c806b75 100644 --- a/src/ontology/imports/obi_import.owl +++ b/src/ontology/imports/obi_import.owl @@ -10,8 +10,8 @@ xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/obib_import.owl b/src/ontology/imports/obib_import.owl index d7e1af1..59905a5 100644 --- a/src/ontology/imports/obib_import.owl +++ b/src/ontology/imports/obib_import.owl @@ -10,8 +10,8 @@ xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2022-08-15 + + 2022-08-22 @@ -468,21 +468,13 @@ for now. - - - + - - - - - - diff --git a/src/ontology/imports/omo_import.owl b/src/ontology/imports/omo_import.owl index 8b45930..1e16f8d 100644 --- a/src/ontology/imports/omo_import.owl +++ b/src/ontology/imports/omo_import.owl @@ -11,8 +11,8 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/omrse_import.owl b/src/ontology/imports/omrse_import.owl index 4b39538..59fcb98 100644 --- a/src/ontology/imports/omrse_import.owl +++ b/src/ontology/imports/omrse_import.owl @@ -10,8 +10,8 @@ xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/oostt_import.owl b/src/ontology/imports/oostt_import.owl index 1832599..3df5c91 100644 --- a/src/ontology/imports/oostt_import.owl +++ b/src/ontology/imports/oostt_import.owl @@ -10,8 +10,8 @@ xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/ro_import.owl b/src/ontology/imports/ro_import.owl index 8696bfc..a150301 100644 --- a/src/ontology/imports/ro_import.owl +++ b/src/ontology/imports/ro_import.owl @@ -14,8 +14,8 @@ xmlns:terms="http://purl.org/dc/terms/" xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> - - 2022-08-15 + + 2022-08-22 diff --git a/src/ontology/imports/txpo_import.owl b/src/ontology/imports/txpo_import.owl index a10cfde..8467c82 100644 --- a/src/ontology/imports/txpo_import.owl +++ b/src/ontology/imports/txpo_import.owl @@ -10,8 +10,8 @@ xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2022-08-15 + + 2022-08-22