http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP
Instances of ontology:philosurfical.owl#GROUP can have the following properties:
PROPERTY | DESCRIPTION | RANGE |
---|---|---|
From class ontology:philosurfical.owl#GROUP | ||
ontology:philosurfical.owl#HAS-MEMBER | -- | owl:Thing |
From class ontology:philosurfical.owl#ACTOR | ||
ontology:philosurfical.owl#HAS-CONTACT-POINT | -- | owl:Thing |
ontology:philosurfical.owl#HAS-RESIDENCE | -- | owl:Thing |
ontology:philosurfical.owl#IS-IDENTIFIED-BY | -- | owl:Thing |
ontology:philosurfical.owl#POSSESSES | -- | owl:Thing |
From class owl:Thing | ||
ontology:philosurfical.owl#HAS-ALTERNATIVE-FORM | -- | owl:Thing |
ontology:philosurfical.owl#HAS-ALTITUDE | -- | owl:Thing |
ontology:philosurfical.owl#HAS-BBOXEAST | -- | owl:Thing |
ontology:philosurfical.owl#HAS-BBOXNORTH | -- | owl:Thing |
ontology:philosurfical.owl#HAS-BBOXSOUTH | -- | owl:Thing |
ontology:philosurfical.owl#HAS-BBOXWEST | -- | owl:Thing |
ontology:philosurfical.owl#HAS-LATITUDE | -- | owl:Thing |
ontology:philosurfical.owl#HAS-LONGITUDE | -- | owl:Thing |
ontology:philosurfical.owl#TYPICAL-OF-AREA | -- | owl:Thing |
@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#GROUP> a rdfs:Class ;
rdfs:comment """E74-CIDOC - This class comprises any gatherings or organizations of two or more people that act collectively or in a similar way due to any form of unifying relationship. A gathering of people becomes an E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together.
++Philosurfical : Has current or former member has been changed to present tense. Since we can have groups of people and organization, we introduces also the subclass group-of-people. (for groups of objects there is already the class collection""" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MEMBER> ],
<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .