@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://semanticscience.org/resource/SIO_000087>
    rdfs:label "publication"@en .

<http://semanticscience.org/resource/SIO_000164>
    ns0:identifier "SIO_000164" ;
    dc:description "A technical report is a publication published by a school or other institution, usually numbered within a series."@en ;
    dc:identifier "SIO:000164" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "technical report"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000087> ;
    owl:EquivalentClass <http://semanticscience.org/resource/technical-report> .

<http://semanticscience.org/resource/SIO_000164.rdf>
    dc:subject <http://semanticscience.org/resource/SIO_000164> ;
    a owl:Ontology ;
    rdfs:label "Summary document for SIO_000164" ;
    owl:imports <http://semanticscience.org/ontology/sio.owl> .

<http://semanticscience.org/resource/technical-report>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000164> .

