@prefix :      <http://ldf.fi/schema/tour-rdf/> .
@prefix m_schema: <http://ldf.fi/schema/narc-menehtyneet1939-45/> .
@prefix formats: <http://www.w3.org/ns/formats/> .
@prefix l_talvisota: <http://ldf.fi/narc-luovutetut1939-55/talvisota/> .
@prefix l_schema: <http://ldf.fi/schema/narc-luovutetut1939-55/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix kulsa: <http://kulttuurisampo.fi/annotaatio#> .
@prefix void-ext: <http://ldf.fi/void-ext#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix poi:   <http://schema.onki.fi/poi#> .
@prefix saha3: <http://seco.tkk.fi/saha3/> .
@prefix geo:   <http://www.w3.org/2003/01/geo/> .
@prefix s_lisat: <http://ldf.fi/narc-sotasurmat1918-22/lisatieto/> .
@prefix s_schema: <http://ldf.fi/schema/narc-sotasurmat1918-22/> .
@prefix l_miehikkala: <http://ldf.fi/narc-luovutetut1939-55/miehikkala/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix wgs84_pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix adms-status: <http://www.w3.org/ns/adms/status/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix s_lahde: <http://ldf.fi/narc-sotasurmat1918-22/lahde/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix l_jatkosota: <http://ldf.fi/narc-luovutetut1939-55/jatkosota/> .
@prefix gr:    <http://purl.org/goodrelations/v1> .
@prefix m:     <http://ldf.fi/narc-menehtyneet1939-45/> .
@prefix time-schema: <http://www.yso.fi/onto/time-schema#> .
@prefix s:     <http://ldf.fi/narc-sotasurmat1918-22/> .
@prefix l_internoidut: <http://ldf.fi/narc-luovutetut1939-55/internoidut/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix blue_route: <http://ldf.fi/poi/suomenlinna/blue_route/> .
@prefix l_saksalais: <http://ldf.fi/narc-luovutetut1939-55/saksalais/> .
@prefix koko:  <http://www.yso.fi/onto/koko/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://ldf.fi/schema/bioc/Entity>
        a                owl:Class ;
        rdfs:label       "Entity" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity> , owl:Thing .

<http://ldf.fi/schema/bioc/Entity_Role>
        a                owl:Class ;
        rdfs:label       "Entity Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/Gender>
        a                owl:Class ;
        rdfs:label       "Gender" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Unary_Role> .

<http://ldf.fi/schema/bioc/Thing>
        a                owl:Class ;
        rdfs:label       "Thing" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E70_Thing> , <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/Social_Relationship_Role>
        a                owl:Class ;
        rdfs:label       "Social Relationship Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Person_Relationship_Role> .

<http://ldf.fi/schema/bioc/Unary_Role>
        a                owl:Class ;
        rdfs:comment     "This is an atemporal role, i.e., the role exists for the duration of its bearer's existence." ;
        rdfs:label       "Unary Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Actor_Role> .

<http://ldf.fi/schema/bioc/Actor_Appellation>
        a                owl:Class ;
        rdfs:label       "Actor Appellation" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation> , <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/Group>
        a                owl:Class ;
        rdfs:label       "Group" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E74_Group> , <http://ldf.fi/schema/bioc/Actor> .

<http://ldf.fi/schema/bioc/in_relation_to>
        a              owl:ObjectProperty ;
        rdfs:domain    <http://ldf.fi/schema/bioc/Actor_Role> ;
        rdfs:label     "in relation to" ;
        rdfs:range     <http://ldf.fi/schema/bioc/Actor> ;
        owl:inverseOf  <http://ldf.fi/schema/bioc/has_relation> .

<http://ldf.fi/schema/bioc/Time-Span>
        a                owl:Class ;
        rdfs:label       "Time-Span" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span> , <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/Official_Name>
        a                owl:Class ;
        rdfs:label       "Official Name" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Actor_Appellation> .

<http://ldf.fi/schema/bioc/inheres_in>
        a              owl:ObjectProperty ;
        rdfs:domain    <http://ldf.fi/schema/bioc/Entity_Role> ;
        rdfs:label     "inheres in" ;
        rdfs:range     <http://ldf.fi/schema/bioc/Entity> ;
        owl:inverseOf  <http://ldf.fi/schema/bioc/bearer_of> .

<http://ldf.fi/schema/bioc/Group_Relationship_Role>
        a                owl:Class ;
        rdfs:label       "Group Relationship Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Binary_Relationship_Role> .

<http://ldf.fi/schema/bioc/has_gender>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has gender" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Gender> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/bearer_of> .

<http://ldf.fi/schema/bioc/occurred_in_the_presence_of_in_role>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://ldf.fi/schema/bioc/Event> ;
        rdfs:label   "occurred in the presence of in role" ;
        rdfs:range   <http://ldf.fi/schema/bioc/Thing_Role> .

<http://ldf.fi/schema/bioc/Actor_Role>
        a                owl:Class ;
        rdfs:label       "Actor Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Entity_Role> .

<http://ldf.fi/schema/bioc/>
        a                owl:Ontology ;
        rdfs:label       "Bio CRM schema" ;
        owl:imports      <http://www.cidoc-crm.org/cidoc-crm/> ;
        owl:versionInfo  "Created with TopBraid Composer" .

<http://ldf.fi/schema/bioc/Binary_Relationship_Role>
        a                owl:Class ;
        rdfs:comment     "This is an atemporal role, i.e., the role exists for the duration of its bearer's existence." ;
        rdfs:label       "Binary Relationship Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Actor_Role> .

<http://ldf.fi/schema/bioc/Event_Role>
        a                owl:Class ;
        rdfs:comment     "This is a temporal role, i.e., the role exists only for the duration of the event the it (its bearer) participates in." ;
        rdfs:label       "Event Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Actor_Role> .

<http://ldf.fi/schema/bioc/Place>
        a                owl:Class ;
        rdfs:label       "Place" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E53_Place> , <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/has_occupation>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has occupation" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Occupation> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/bearer_of> .

<http://ldf.fi/schema/bioc/has_family_relation>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has family relation" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Family_Relationship_Role> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/has_person_relation> .

<http://ldf.fi/schema/bioc/Family_Relationship_Role>
        a                owl:Class ;
        rdfs:label       "Family Relationship Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Person_Relationship_Role> .

<http://ldf.fi/schema/bioc/has_intergroup_relation>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Group> ;
        rdfs:label          "has intergroup relation" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Intergroup_Relationship_Role> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/has_relation> .

<http://ldf.fi/schema/bioc/Alternative_Name>
        a                owl:Class ;
        rdfs:label       "Alternative Name" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Actor_Appellation> .

<http://ldf.fi/schema/bioc/Thing_Role>
        a                owl:Class ;
        rdfs:label       "Thing Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Entity_Role> .

<http://ldf.fi/schema/bioc/had_participant_in_role>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://ldf.fi/schema/bioc/Event> ;
        rdfs:label   "had participant in role" ;
        rdfs:range   <http://ldf.fi/schema/bioc/Actor_Role> .

<http://ldf.fi/schema/bioc/Intergroup_Relationship_Role>
        a                owl:Class ;
        rdfs:label       "Inter Group Relationship Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Binary_Relationship_Role> .

<http://ldf.fi/schema/bioc/has_social_relation>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has social relation" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Social_Relationship_Role> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/has_person_relation> .

<http://ldf.fi/schema/bioc/has_relation>
        a              owl:ObjectProperty ;
        rdfs:domain    <http://ldf.fi/schema/bioc/Actor> ;
        rdfs:label     "has relation" ;
        rdfs:range     <http://ldf.fi/schema/bioc/Binary_Relationship_Role> ;
        owl:inverseOf  <http://ldf.fi/schema/bioc/in_relation_to> .

<http://ldf.fi/schema/bioc/Nationality>
        a                owl:Class ;
        rdfs:label       "Nationality" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Unary_Role> .

<http://ldf.fi/schema/bioc/bearer_of>
        a              owl:ObjectProperty ;
        rdfs:domain    <http://ldf.fi/schema/bioc/Entity> ;
        rdfs:label     "bearer of" ;
        rdfs:range     <http://ldf.fi/schema/bioc/Entity_Role> ;
        owl:inverseOf  <http://ldf.fi/schema/bioc/inheres_in> .

<http://ldf.fi/schema/bioc/has_group_relation>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has group relation" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Group_Relationship_Role> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/has_relation> .

<http://ldf.fi/schema/bioc/Event>
        a                owl:Class ;
        rdfs:label       "Event" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E5_Event> , <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/Occupation>
        a                owl:Class ;
        rdfs:label       "Occupation" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Unary_Role> .

<http://ldf.fi/schema/bioc/Document>
        a                owl:Class ;
        rdfs:label       "Document" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Entity> , <http://www.cidoc-crm.org/cidoc-crm/E31_Document> .

<http://ldf.fi/schema/bioc/Actor>
        a                owl:Class ;
        rdfs:label       "Actor" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E39_Actor> , <http://ldf.fi/schema/bioc/Entity> .

<http://ldf.fi/schema/bioc/Person>
        a                owl:Class ;
        rdfs:label       "Person" ;
        rdfs:subClassOf  <http://www.cidoc-crm.org/cidoc-crm/E21_Person> , <http://ldf.fi/schema/bioc/Actor> .

<http://ldf.fi/schema/bioc/has_person_relation>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has person relation" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Person_Relationship_Role> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/has_relation> .

<http://ldf.fi/schema/bioc/has_nationality>
        a                   owl:ObjectProperty ;
        rdfs:domain         <http://ldf.fi/schema/bioc/Person> ;
        rdfs:label          "has nationality" ;
        rdfs:range          <http://ldf.fi/schema/bioc/Nationality> ;
        rdfs:subPropertyOf  <http://ldf.fi/schema/bioc/bearer_of> .

<http://ldf.fi/schema/bioc/Person_Relationship_Role>
        a                owl:Class ;
        rdfs:label       "Person Relationship Role" ;
        rdfs:subClassOf  <http://ldf.fi/schema/bioc/Binary_Relationship_Role> .
