@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .

<https://data.hooray.media/vocab/institutions/204884> a schema:EducationalOrganization, skos:Concept ;
    schema:name "East Ohio College" ;
    skos:prefLabel "East Ohio College" ;
    skos:inScheme <https://data.hooray.media/vocab/institutions> ;
    schema:url <https://eastohio.edu/> ;
    schema:sameAs <https://nces.ed.gov/ipeds/institution-profile/204884> ;
    skos:note "Accredited by: Accrediting Bureau of Health Education Schools" ;
    schema:address [ a schema:PostalAddress ;
        schema:addressLocality "East Liverpool" ;
        schema:addressRegion "OH" ;
        schema:postalCode "43920-9585" ] ;
    schema:geo [ a schema:GeoCoordinates ;
        schema:latitude 40.6796 ;
        schema:longitude -80.572063 ] ;
    schema:identifier [ a schema:PropertyValue ;
        schema:propertyID "OPEID6" ;
        schema:name "OPEID6" ;
        schema:description "Six-digit base OPE ID (without the two-digit branch suffix)" ;
        schema:value "23014" ] ;
    schema:identifier [ a schema:PropertyValue ;
        schema:propertyID "OPEID" ;
        schema:name "OPEID" ;
        schema:description "Office of Postsecondary Education Identifier, used for federal financial aid program participation" ;
        schema:value "2301400" ] ;
    schema:identifier [ a schema:PropertyValue ;
        schema:propertyID "IPEDS UNITID" ;
        schema:name "IPEDS UNITID" ;
        schema:description "Integrated Postsecondary Education Data System identifier assigned by the National Center for Education Statistics (NCES)" ;
        schema:url <https://nces.ed.gov/ipeds/institution-profile/204884> ;
        schema:value "204884" ] ;
    schema:identifier [ a schema:PropertyValue ;
        schema:propertyID "DAPIP ID" ;
        schema:name "DAPIP ID" ;
        schema:description "Database of Accredited Postsecondary Institutions and Programs identifier from the U.S. Department of Education" ;
        schema:url <https://ope.ed.gov/dapip/#/institution-profile/136570> ;
        schema:value "136570" ] .