oegov.n3

The following Ontologies make up the oeGOV Schemas. oeGOV.n3 is the main schema of the oeGOV Ontologies.

Schema Description Details
cc Creative Commons (in RDF)

Namespace URI: http://creativecommons.org/schema.rdf

RDF Format: http://creativecommons.org/schema.rdf

Dependencies: none

dc Dublin Core

Namespace URI: http://purl.org/dc/elements/1.1/

Dependencies: none

gc Government Core

Namespace URI: http://www.oegov.org/democracy/core/models/owl/gc#

N3 Format: gc.n3

RDF/OWL Format: gc.owl

Dependencies: cc, dc

gov Democracy Ontology

Namespace URI: http://www.oegov.org/democracy/core/models/owl/gov#

N3 Format:oegov.n3

RDF/OWL Format: oegov.owl

Dependencies: cc, dc, gc

For a full calalog of ontologies go here.

The following are N3 fragments of the model.

owl:Ontology

<http://www.oegov.org/models/owl/gov.owl>
  a       owl:Ontology ;
  dc:creator "Ralph Hodgson"^^xsd:string ;
  dc:date "$Date: 2009-06-22 21:20:13 -0700 (Mon, 22 Jun 2009) $"^^xsd:string ;
  dc:description "An ontology of a democratic Government modeled after the US."^^xsd:string ;
  dc:rights "Creative Commons Attribution 3.0 United States License"^^xsd:string ;
  dc:title "oeGOV Ontology"^^xsd:string ;
  gov:image "http://i.creativecommons.org/l/by/3.0/us/88x31.png" ;
  gov:revision "$Revision: 1154 $"^^xsd:string ;
  owl:imports dc: ;
  owl:versionInfo "$Id: oegov.n3 1154 2009-06-23 04:20:13Z RalphHodgson $"^^xsd:string .

gov:Body

gov:Body
      a       owl:Class ;
      rdfs:label "Body"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:reportsTo
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:reportsTo
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Directorate ;
                owl:onProperty gov:directorate
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Partnership ;
                owl:onProperty gov:partnerOf
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Center ;
                owl:onProperty gov:center
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:mission
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:creationDate
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:url
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Office ;
                owl:onProperty gov:office
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:suborganization
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty dc:description
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Service ;
                owl:onProperty gov:service
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:cessationDate
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Administration ;
                owl:onProperty gov:adminstration
              ] .

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Comments »

 
 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>