bio:Event

A life event from the bio vocabulary. It is recommended to include timestamp properties from the sem vocabulary. If the exact date is known, sem:hasTimeStamp can be used. If dates are uncertain, use the other properties: - sem:hasTimeStamp - sem:hasBeginTimeStamp - sem:hasEarliestBeginTimeStamp - sem:hasLatestBeginTimeStamp - sem:hasEndTimeStamp - sem:hasEarliestEndTimeStamp - sem:hasLatestEndTimeStamp To make a bio:Event compliant to a sem:Event, also define a role (next to the bio:principal or bio:partner) by defining a sem:hasRole: ```ttl _:event1 a bio:Event ; rdfs:label "Living on the Keizersgracht" bio:principal _:person1 ; sem:hasActor [ a sem:Role ; sem:roleType [ a sem:RoleType ; rdfs:label "Resident" ] ; rdf:value _:person1 ] . ```

bio:Event

A life event from the bio vocabulary. It is recommended to include timestamp properties from the sem vocabulary. If the exact date is known, sem:hasTimeStamp can be used. If dates are uncertain, use the other properties: - sem:hasTimeStamp - sem:hasBeginTimeStamp - sem:hasEarliestBeginTimeStamp - sem:hasLatestBeginTimeStamp - sem:hasEndTimeStamp - sem:hasEarliestEndTimeStamp - sem:hasLatestEndTimeStamp To make a bio:Event compliant to a sem:Event, also define a role (next to the bio:principal or bio:partner) by defining a sem:hasRole: ```ttl _:event1 a bio:Event ; rdfs:label "Living on the Keizersgracht" bio:principal _:person1 ; sem:hasActor [ a sem:Role ; sem:roleType [ a sem:RoleType ; rdfs:label "Resident" ] ; rdf:value _:person1 ] . ```