@prefix ocrer: <http://purl.org/net/OCRe/research.owl#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix scires: <http://vivoweb.org/ontology/scientific-research#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ocresd: <http://purl.org/net/OCRe/study_design.owl#> .
@prefix swo:   <http://www.ebi.ac.uk/efo/swo/> .
@prefix cito:  <http://purl.org/spar/cito/> .
@prefix geo:   <http://aims.fao.org/aos/geopolitical.owl#> .
@prefix ocresst: <http://purl.org/net/OCRe/statistics.owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vivo:  <http://vivoweb.org/ontology/core#> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix c4o:   <http://purl.org/spar/c4o/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix thkoeln: <http://cris.nrw/hisinone#> .
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix vitro-public: <http://vitro.mannlib.cornell.edu/ns/vitro/public#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ocresp: <http://purl.org/net/OCRe/study_protocol.owl#> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix obo:   <http://purl.obolibrary.org/obo/> .
@prefix ro:    <http://purl.obolibrary.org/obo/ro.owl#> .

thkoeln:Verlag  a   owl:Class ;
        rdfs:label  "Verlag"@de-DE , "Publisher"@en-US .

foaf:Agent  a       owl:Class ;
        rdfs:label  "Akteur"@de-DE , "Agent"@en-US , "Agent"@en .

obo:BFO_0000001  a  owl:Class ;
        rdfs:label  "Entität"@de-DE , "Entity"@en-US , "Entity"@en .

vivo:Publisher  a   owl:Class ;
        rdfs:label  "Verlag"@de-DE , "Publisher"@en-US , "Publisher"@en .

foaf:Organization  a  owl:Class ;
        rdfs:label  "Organisation"@de-DE , "Organization"@en-US , "Organization"@en .

<https://fis.th-koeln.de/vivo/individual/vg_instituteofresearchadvances>
        a                       obo:BFO_0000004 , thkoeln:Verlag , foaf:Document , foaf:Organization , vivo:Publisher , obo:BFO_0000002 , obo:BFO_0000001 , foaf:Agent , owl:Thing ;
        rdfs:label              "RDF description of Institute of Research Advances - https://fis.th-koeln.de/vivo/individual/vg_instituteofresearchadvances" , "Institute of Research Advances" ;
        thkoeln:verlagOrt       "Chandigarh" ;
        <http://purl.org/dc/elements/1.1/date>
                "2026-04-04T01:41:09"^^xsd:dateTime ;
        <http://purl.org/dc/elements/1.1/publisher>
                <https://fis.th-koeln.de/vivo> ;
        <http://purl.org/dc/elements/1.1/rights>
                <https://fis.th-koeln.de/vivo/termsOfUse> ;
        vitro:mostSpecificType  thkoeln:Verlag , vivo:Publisher ;
        vivo:publisherOf        <https://fis.th-koeln.de/vivo/individual/journal_2398> .

obo:BFO_0000004  a  owl:Class ;
        rdfs:label  "Unabhängiger Kontinuant"@de-DE , "Independent Continuant"@en-US , "Independent Continuant"@en .

obo:BFO_0000002  a  owl:Class ;
        rdfs:label  "Kontinuant"@de-DE , "Continuant"@en-US , "Continuant"@en .

<https://fis.th-koeln.de/vivo/individual/journal_2398>
        a               obo:BFO_0000002 , thkoeln:Zeitschrift , obo:BFO_0000001 , bibo:Periodical , bibo:Journal , owl:Thing , bibo:Collection , obo:BFO_0000031 , obo:IAO_0000030 ;
        rdfs:label      "IRA international journal of applied sciences" ;
        vivo:publisher  <https://fis.th-koeln.de/vivo/individual/vg_instituteofresearchadvances> .

owl:Thing  a    owl:Class .
