<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY void "http://vocab.deri.ie/void#" >
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<rdf:RDF xmlns="http://83.212.121.124/schemas/geovoid#"
     xml:base="http://83.212.121.124/schemas/geovoid"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:void="http://vocab.deri.ie/void#">
    <owl:Ontology rdf:about="http://83.212.121.124/schemas/geovoid">
        <rdfs:label>Geographical Vocabulary of Interlinked Datasets (GeoVoID)</rdfs:label>
        <rdfs:comment>GeoVoID extents VoID to describe spatial metadata about RDF datasets</rdfs:comment>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://83.212.121.124/schemas/geovoid#classes -->

    <owl:DatatypeProperty rdf:about="http://83.212.121.124/schemas/geovoid#classes">
        <rdfs:comment>The total number of distinct spatial classes in a void:Dataset Spatial classes are classes containing at least one spatial entity</rdfs:comment>
		<rdfs:domain rdf:resource="http://rdfs.org/ns/void#Dataset"/>
        <rdfs:range rdf:resource="&xsd;integer"/>
    </owl:DatatypeProperty>
    


    <!-- http://83.212.121.124/schemas/geovoid#entities -->

    <owl:DatatypeProperty rdf:about="http://83.212.121.124/schemas/geovoid#entities">
        <rdfs:comment>The total number of spatial entities that are described in a void:Dataset or void:Class. Spatial entities are instances which their location is georefernced using a Coordinate Reference System</rdfs:comment>
		<rdfs:domain rdf:resource="http://rdfs.org/ns/void#Dataset"/>
        <rdfs:range rdf:resource="&xsd;integer"/>
    </owl:DatatypeProperty>
    


    <!-- http://83.212.121.124/schemas/geovoid#vocabulary -->

    <owl:DatatypeProperty rdf:about="http://83.212.121.124/schemas/geovoid#vocabulary">
        <rdfs:comment>A spatial vocabulary that is used in the dataset A spatial vocabulary contains properties allowing instance georeferencing in a Coordinate Reference System </rdfs:comment>
		<rdfs:domain rdf:resource="http://rdfs.org/ns/void#Dataset"/>
    </owl:DatatypeProperty>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->

