@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://osf.io/vocab/2022/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/wbm5f> a ns1:File ;
    dcterms:created "2020-01-21"^^rdf:string ;
    dcterms:identifier "https://osf.io/wbm5f"^^rdf:string ;
    dcterms:modified "2020-01-21"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/f3a42a5a-096f-4817-8321-b6d1d0860028> ;
    ns1:fileName "dffpipe_0f9.tdf"^^rdf:string ;
    ns1:filePath "/DE2_115_D8M_RTL/db/dffpipe_0f9.tdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/wbm5f?revision=1> ;
    ns1:isContainedBy <https://osf.io/n2dey> .

<http://www.gnu.org/licenses/gpl-3.0.txt> dcterms:identifier "http://www.gnu.org/licenses/gpl-3.0.txt"^^rdf:string ;
    foaf:name "GNU General Public License (GPL) 3.0"^^rdf:string .

<https://api.osf.io/v2/regions/us/> skos:prefLabel "United States"@en .

<https://osf.io/n2dey> a ns1:Project ;
    dcterms:created "2020-01-19"^^rdf:string ;
    dcterms:creator <https://osf.io/v6ze7> ;
    dcterms:dateCopyrighted "2020"^^rdf:string ;
    dcterms:identifier "https://osf.io/n2dey"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <http://www.gnu.org/licenses/gpl-3.0.txt> ;
    dcterms:title "A Low-Power, Cost-Effective FPGA-Based Handwritten Digit Classifier"^^rdf:string .

<https://osf.io/wbm5f?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-01-21"^^rdf:string ;
    dcterms:creator <https://osf.io/v6ze7> ;
    dcterms:extent "0.003 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-01-21"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::9aef0d19dfc8433674a7c03e5d0dc3bbb24593d03275eb46638fbe57a0fdd4ca> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .

<https://osf.io/v6ze7> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/v6ze7"^^rdf:string ;
    foaf:name "Grant Yu"^^rdf:string .