ontology:philosurfical.owl#ORGANIZATION-UNIT


URI

http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT

Label

ORGANIZATION-UNIT

Description

AKT - An organization may have a number of units. Units may themselves have sub-units. ++Philosurfical: we have taken out all the address related slots, cause actors already have the has-contact slot. Same as above, for has-size and has-affiliated-person

Implementation

@prefix ontology: <http://philosurfical.open.ac.uk/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owl11: <http://www.w3.org/2006/12/owl11#> .
@prefix owl11xml: <http://www.w3.org/2006/12/owl11-xml#> .
@prefix phideas: <http://purl.com/net/phideas#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> a rdfs:Class ;
    rdfs:comment """AKT - An organization may have a number of units. Units may themselves have sub-units.
++Philosurfical: we have taken out all the address related slots, cause actors already have the has-contact slot. Same as above, for has-size and has-affiliated-person""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIT-OF-ORGANIZATION> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUB-UNIT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUB-UNIT-OF-ORGANIZATION-UNIT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEGAL-BODY> .