made by pyLODE 2.13.2

Ontology for building permit authorities

Metadata

URI
https://w3id.org/obpa#
Creator(s)
Judith Fauth
Sebastian Seiss
Modified
09.12.2022
Version Information
0.3
Version URI
https://w3id.org/obpa/0.3
Ontology RDF
RDF (turtle)

Description

Vocabulary for describing organizational structures of building permit authorities

Further detailed information can be found in the paper "Ontology for building permit authorities (OBPA) for advanced building permit processes".

Table of Contents

  1. Overview
  2. Specification
  3. Modules
  4. Classes
  5. Object Properties
  6. Functional Properties
  7. Datatype Properties
  8. Annotation Properties
  9. Namespaces
  10. Legend

Overview

Italian Trulli
Figure 1: Ontology overview: Diagram of main classes for representing a building officaial in relation to building authority and building application

Specification

Ontology Requirements Specification Document

1

Purpose

 

The purpose of the OBPA is to provide a structural basis for representing the organizational structure of building permit authorities and to support decision making for a process that is either supported or automated. The objective is to ensure a transparent, objective, and rule-based process for assigning building permit applications.

2

Scope

 

The scope of the OBPA includes the quality-assured and seamless exchange of information between building permit authorities, building officials, and applicants. The OBPA allows the representation of building permit authorities, related entities, and the relationships and attributes of entities relevant to building permit processing. Additionally, the OBPA represents data in different contexts to meet the needs of all end-users. The scope presented here is limited to the assignment process, although more subprocesses exist in the building permit process. To meet the objectives, general rules that apply to all building permit authorities are developed along with authority-specific rules (which apply to individual building permit authorities).

3

Implementation Language

 

The implementation language for the OBPA is OWL for the T-Box and SHACL for business rules (i.e., the R-Box). This approach provides the necessary flexibility and expressiveness for modeling the complex relationships between building permit authorities, building officials, and building applications. The OBPA is operating bilingually in English and German.

4

Intended End-Users

 

The intended end-users of this ontology are supervisory building officials, operating building officials, and applicants. It must be noted that the ontology itself is not directly used by end-users but is rather implemented as an application in a software tool.

5

Intended Uses

 

The OBPA is used to support the following use cases:

  1. Description of the organizational structure and resources of BPAs
  2. Support for decision making in the assignment process
  3. Automated assignment of building applications to building officials.

6

Ontology Requirements

 

  1. Non-Functional Requirements

 

In addition to these use cases, the following nonfunctional requirements have been identified as crucial for the OBPA:

  1. Clear and concise terminology
  2. Consistency
  3. Extensibility
  4. Reliability
  5. Adherence to the FAIR principles (Findable, Accessible, Interoperable, and Reusable)
  6. Usability
  7. Coverage

 

  1. Functional Requirements: Lists or tables of requirements written as Competency Questions and sentences 

 

Use Case 1: Description of the organizational structure of building permit authorities

  1. What are the entities and resources of building applications?
      1. How many building applications are processed by a building official?
      2. What kind of construction project does the building application consist of related to the type of building?
      3. Where is the construction project located?
      4. What building official processes or has processed which building applications?
  2. What are the entities and resources related to building officials?
      1. How much experience does a building official have in years?
      2. Which building official specializes in the subject area of building law?
      3. What kind of building (expertise) is the building official familiar with?
      4. In what territorial sector does the building official operate?
      5. In what department is the building official employed?

 

Use Case 2: Support for decision making in the assignment process

  1. Is the building application reviewed properly according to a) sector; b) subject area; c) expertise; d) experience; and e) role of the building official?

 

Use Case 3: Automated assignment of building application to building official

  1. Who should process the building application(considering the sector, subject area, expertise, and experience)?
  2. How long should the building application review take time?

 

Modules

Agent module

The central component of the agent module is the obpa:Agent class. This class has two subclasses, namely obpa:Person and obpa:Organization. The obpa:Organization subclass is further described in the organization module, while the obpa:Person subclass is directly assigned to activities and building applications in the OBPA. Activities describe the specific activity performed by a person in relation to a building application. Persons can be assigned to different roles within the OBPA through obpa:hasRole, such as applicant, building official, or supervisory building official, and they can be further classified into more specific subclasses based on their roles, such as obpa:BuildingOfficialRole. The role functions can also be used to enforce constraints, as certain process activities may only be performed by certain roles.

In addition to roles, expertise is introduced to the ontology by obpa:Expertise, which refers to the skills and knowledge that make a person an expert in a certain field. For example, a building official may possess expertise in inspecting a particular type of building. To determine whether the authority staff is administrative or technical, obpa:SubjectArea as introduced in addition to obpa:Expertise and obpa:hasRole. Each person assigned the role of obpa:BuildingOfficialRole is assigned a processing obpa:Sector in a territorial manner. In our example, the processing obpa:Sector is defined by an address range. The building official’s work experience is a crucial aspect for stating the years of experience a person has which relates in some cases to their skills or assigned tasks. In the OBPA, work experience is represented as a data property called obpa:work_experience, which is linked to the individual representing the building official.

Italian Trulli
Figure 2: Illustration of the person module

Organization module

As previously explained, organizations are a subclass of agents. Given that different authorities are involved in a building permit process, they are represented as a distinct subclass of organization (as depicted in Figure 3). In the OBPA, organizations are, for example, the building permit authority, heritage office, or environmental authority. The authorities are further structured into departments, which are modeled as obpa:Department and represent organizations themselves. A building authority can be linked to different departments through the obpa:hasDepartment relation.

Each authority is allocated a specific sector within the OBPA, which is represented by a postal code. This sector, also known as the processing territorial area, defines the boundaries within which the authority operates. The processing area ensures that the relevant building application falls within the authority’s area of responsibility. The obpa:Organization class is linked to the organization ontology and vCard ontology through owl:equivalentClass to org:Organization and vcard:Organization, respectively.

Italian Trulli
Figure 3: Illustration of the organization module

Building application module

The core module of the OBPA is the building application module, which is depicted in Figure 4. This module is crucial to the ontology and is submitted by the building owner or applicant. Once submitted, a supervisory building official assigns it to anadministrative or technical building official. The building application itself refers to one or more construction projects. Each construction project contains one or more buildings, which can be classified into different types of buildings, such as commercial construction, heritage, or public construction. Building classification is critical for ensuring the appropriate assignment of building officials, who can process specific building classes based on their expertise. To facilitate further processing of the building application, building information is aligned to IfcOWL and BOT. This alignment is achieved by establishing an owl:equivalentClass relationship between obpa:Building and ifc:IfcBuilding or bot:Building. Additional building ontologies can be used and referenced based on the application and building model used.

Italian Trulli
Figure 4: Illustration of the building application module

Classes

Expertisec # Classes

URI http://w3id.org/saro#Expertise
Description

An advanced or exceptional knowledge or skill in an area or topic

In range of hasExpertiseop

pointc # Classes

URI http://www.w3.org/2003/01/geo/wgs84_pos#Point
Description

Uniquely identified by lat/long/alt. i.e.

spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), lat(P2, LAT), long(P2, LONG), alt(P2, ALT).

sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).

Super-classes geo:SpatialThingc

SpatialThingc # Classes

URI http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing
Description

Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes.

Sub-classes geo:Pointc

Addressc # Classes

URI http://www.w3.org/2006/vcard/ns#Address

vcard:Locationc # Classes

URI http://www.w3.org/2006/vcard/ns#Location

vcard:Organizationc # Classes

URI http://www.w3.org/2006/vcard/ns#Organization
Is Defined By http://www.w3.org/2006/vcard/ns
Description

An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.

Super-classes Agentsc
foaf:Agentc
Sub-classes building authorityc
Historic preservation authorityc
ProofingStructuralEngineeringOfficec
Departmentc
NatureConservationAuthority_Erfurtc
PublicAuthorityAgencyc

org:Organizationc # Classes

URI http://www.w3.org/ns/org#Organization
Super-classes foaf:Agentc
Agentsc
Sub-classes Departmentc
building authorityc
NatureConservationAuthority_Erfurtc
PublicAuthorityAgencyc
Historic preservation authorityc
ProofingStructuralEngineeringOfficec

org:Rolec # Classes

URI http://www.w3.org/ns/org#Role
Sub-classes ExaminerRolec
external rolec

foaf:Agentc # Classes

URI http://xmlns.com/foaf/0.1/Agent
Sub-classes Personc
foaf:Organizationc
org:Organizationc
Organizationc
vcard:Organizationc
sdo:Organizationc
foaf:Personc
In domain of foaf:agefp
foaf:genderfp
foaf:birthdayfp

foaf:Organizationc # Classes

URI http://xmlns.com/foaf/0.1/Organization
Super-classes foaf:Agentc
Agentsc
Sub-classes building authorityc
ProofingStructuralEngineeringOfficec
Historic preservation authorityc
Departmentc
NatureConservationAuthority_Erfurtc
PublicAuthorityAgencyc

foaf:Personc # Classes

URI http://xmlns.com/foaf/0.1/Person
Super-classes Agentsc
foaf:Agentc
In domain of foaf:firstNamedp
foaf:lastNamedp

schema:Organizationc # Classes

URI https://schema.org/Organization
Super-classes Agentsc
foaf:Agentc
Sub-classes Historic preservation authorityc
Departmentc
ProofingStructuralEngineeringOfficec
NatureConservationAuthority_Erfurtc
PublicAuthorityAgencyc
building authorityc

owl:ifcBuildingc # Classes

URI https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL#IfcBuilding
Sub-classes https://w3id.org/ocqa#CommercialConstructionc
IndustialConstructionc
ResidentialConstructionc
SpecialConstructionc
Heritagec

bot:Buildingc # Classes

URI https://w3id.org/bot#Building
Sub-classes IndustialConstructionc
ResidentialConstructionc
SpecialConstructionc
Heritagec
https://w3id.org/ocqa#CommercialConstructionc

Activityc # Classes

URI https://w3id.org/obpa#Activity
Sub-classes BuildingPermittingActivityc
In domain of hasBuildingApplicationop
hasSubActivityop
In range of hasAgentop
hasResponsibleop
hasSubActivityop

Administrative subject areac # Classes

URI https://w3id.org/obpa#AdministrativeSubjectArea
Super-classes Subject areac

Agentsc # Classes

URI https://w3id.org/obpa#Agent
Description

Agents are actors or stakeholders associated with the building permitting process

Sub-classes foaf:Personc
vcard:Organizationc
sdo:Organizationc
foaf:Organizationc
org:Organizationc
Organizationc
Personc
In domain of hasResponsibleop
holdsop
hasRoleop
hasAgentop

Buildingc # Classes

URI https://w3id.org/obpa#Building
Sub-classes Heritagec
https://w3id.org/ocqa#CommercialConstructionc
IndustialConstructionc
SpecialConstructionc
ResidentialConstructionc
In domain of isKindOfop
distanceToNaturalConservationdp
BGFdp
In range of hasBuildingop

Building Applicationc # Classes

URI https://w3id.org/obpa#BuildingApplication
In domain of prcessed_byop
assigned_byop
includesop
In range of hasBuildingApplicationop

building authorityc # Classes

URI https://w3id.org/obpa#BuildingAuthority
Super-classes vcard:Organizationc
org:Organizationc
foaf:Organizationc
sdo:Organizationc
Organizationc

BuildingOfficialRolec # Classes

URI https://w3id.org/obpa#BuildingOfficialRole
Super-classes ExaminerRolec

BuildingPermittingActivityc # Classes

URI https://w3id.org/obpa#BuildingPermittingActivity
Super-classes Activityc
Restrictions hasAgentop only ()

construction projectc # Classes

URI https://w3id.org/obpa#ConstructionProject
In domain of hasBuildingop
In range of includesop

Departmentc # Classes

URI https://w3id.org/obpa#Department
Super-classes sdo:Organizationc
org:Organizationc
Organizationc
vcard:Organizationc
foaf:Organizationc
In range of hasDepartmentop

ExaminerRolec # Classes

URI https://w3id.org/obpa#ExaminerRole
Description

Describes roles to examine building applications

Super-classes org:Rolec
Rolec
Sub-classes FireProtectionEngineerRolec
PublicOfficerRolec
BuildingOfficialRolec
ProofingStructuralEngineerRolec

capabilityc # Classes

URI https://w3id.org/obpa#Expertise
Description

Describes the capability of a person or building official

external rolec # Classes

URI https://w3id.org/obpa#ExternalRole
Super-classes org:Rolec
Rolec

FireProtectionEngineerRolec # Classes

URI https://w3id.org/obpa#FireOfficialRole
Super-classes ExaminerRolec

Heritagec # Classes

URI https://w3id.org/obpa#Heritage
Super-classes Buildingc
bot:Buildingc
https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL#IfcBuildingc

Historic preservation authorityc # Classes

URI https://w3id.org/obpa#HistoricPreservationAuthority
Super-classes sdo:Organizationc
vcard:Organizationc
Organizationc
org:Organizationc
foaf:Organizationc

IndustialConstructionc # Classes

URI https://w3id.org/obpa#IndustrialConstruction
Super-classes bot:Buildingc
Buildingc
https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL#IfcBuildingc

NatureConservationAuthority_Erfurtc # Classes

URI https://w3id.org/obpa#NatureConservationAuthority_Erfurt
Super-classes sdo:Organizationc
org:Organizationc
Organizationc
vcard:Organizationc
foaf:Organizationc

Organizationc # Classes

URI https://w3id.org/obpa#Organization
Super-classes foaf:Agentc
Agentsc
Sub-classes Historic preservation authorityc
Departmentc
ProofingStructuralEngineeringOfficec
NatureConservationAuthority_Erfurtc
PublicAuthorityAgencyc
building authorityc
In domain of hastPostop
hasSectorop
hasDepartmentop
In range of employed_byop

Personc # Classes

URI https://w3id.org/obpa#Person
Description

A human being involved in the building permitting process.

Super-classes foaf:Agentc
Agentsc
Restrictions hasRoleop some Rolec
In domain of coversSectorop
employed_byop
hasExpertiseop
In range of assigned_byop
prcessed_byop

Plot of landc # Classes

URI https://w3id.org/obpa#Plotofland
Description

A plot of land describes a area in which the building will be placed. The plot of land is an important part of the building permit

Positionc # Classes

URI https://w3id.org/obpa#Post
In domain of definesRoleop
In range of hastPostop
holdsop

ProofingStructuralEngineerRolec # Classes

URI https://w3id.org/obpa#ProofingStructuralEngineerRole
Super-classes ExaminerRolec

ProofingStructuralEngineeringOfficec # Classes

URI https://w3id.org/obpa#ProofingStructuralEngineeringOffice
Super-classes sdo:Organizationc
vcard:Organizationc
Organizationc
foaf:Organizationc
org:Organizationc

PublicAuthorityAgencyc # Classes

URI https://w3id.org/obpa#PublicAuthorityAgency
Super-classes sdo:Organizationc
org:Organizationc
Organizationc
vcard:Organizationc
foaf:Organizationc

PublicOfficerRolec # Classes

URI https://w3id.org/obpa#PublicOfficerRole
Super-classes ExaminerRolec

regulationsc # Classes

URI https://w3id.org/obpa#Regulations

ResidentialConstructionc # Classes

URI https://w3id.org/obpa#ResidentialConstruction
Super-classes bot:Buildingc
https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL#IfcBuildingc
Buildingc

Rolec # Classes

URI https://w3id.org/obpa#Role
Sub-classes external rolec
ExaminerRolec
In range of hasRoleop
definesRoleop

Sectorc # Classes

URI https://w3id.org/obpa#Sector
In range of hasSectorop
coversSectorop

SpecialConstructionc # Classes

URI https://w3id.org/obpa#SpecialConstruction
Super-classes bot:Buildingc
Buildingc
https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL#IfcBuildingc

Subject areac # Classes

URI https://w3id.org/obpa#SubjectArea
Description

Describes which subject areas can be processed by an building official

Sub-classes Administrative subject areac
Technical subject areac
In range of hasSubjectAreaop

Technical subject areac # Classes

URI https://w3id.org/obpa#TechnicalSubjectArea
Super-classes Subject areac

CommercialConstrucionsc # Classes

URI https://w3id.org/ocqa#CommercialConstruction
Super-classes Buildingc
https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL#IfcBuildingc
bot:Buildingc

Object Properties

locationop # OPs

URI http://www.w3.org/2003/01/geo/wgs84_pos#location

adrop # OPs

URI http://www.w3.org/2006/vcard/ns#adr
Equivalent properties vcard:hasAddressop

hasAddressop # OPs

URI http://www.w3.org/2006/vcard/ns#hasAddress
Is Defined By http://www.w3.org/2006/vcard/ns
Description

To specify the components of the delivery address for the object

hasCountryNameop # OPs

URI http://www.w3.org/2006/vcard/ns#hasCountryName
Is Defined By http://www.w3.org/2006/vcard/ns
Description

Used to support property parameters for the country name data property

hasOrganizationNameop # OPs

URI http://www.w3.org/2006/vcard/ns#hasOrganizationName
Is Defined By http://www.w3.org/2006/vcard/ns
Description

Used to support property parameters for the organization name data property

hasPostalCodeop # OPs

URI http://www.w3.org/2006/vcard/ns#hasPostalCode
Is Defined By http://www.w3.org/2006/vcard/ns
Description

Used to support property parameters for the postal code data property

hasStreetAddressop # OPs

URI http://www.w3.org/2006/vcard/ns#hasStreetAddress
Is Defined By http://www.w3.org/2006/vcard/ns
Description

Used to support property parameters for the street address data property

hasValueop # OPs

URI http://www.w3.org/2006/vcard/ns#hasValue
Is Defined By http://www.w3.org/2006/vcard/ns
Description

Used to indicate the resource value of an object property that requires property parameters

foaf:memberop # OPs

URI http://xmlns.com/foaf/0.1/member
Equivalent properties employed_byop

coversSectorop # OPs

URI https://w3id.org/obpa#CoversSector
Domain(s) Personc
Range(s) Sectorc

assigned_byop # OPs

URI https://w3id.org/obpa#assigned_by
Domain(s) Building Applicationc
Range(s) Personc

definesRoleop # OPs

URI https://w3id.org/obpa#definesRole
Description

Indicates the role that any holder of the Post plays in the organization.

Domain(s) Positionc
Range(s) Rolec

employed_byop # OPs

URI https://w3id.org/obpa#employed_by
Domain(s) Personc
Range(s) Organizationc

hasAgentop # OPs

URI https://w3id.org/obpa#hasAgent
Domain(s) Agentsc
Range(s) Activityc

hasBuildingop # OPs

URI https://w3id.org/obpa#hasBuilding
Domain(s) construction projectc
Range(s) Buildingc

hasBuildingApplicationop # OPs

URI https://w3id.org/obpa#hasBuildingApplication
Domain(s) Activityc
Range(s) BuildingApplicationc

hasDepartmentop # OPs

URI https://w3id.org/obpa#hasDepartment
Domain(s) Organizationc
Range(s) Departmentc

hasExpertiseop # OPs

URI https://w3id.org/obpa#hasExpertise
Super-properties owl:topObjectProperty
Domain(s) Personc
Range(s) http://w3id.org/saro#Expertisec

hastPostop # OPs

URI https://w3id.org/obpa#hasPost
Domain(s) Organizationc
Range(s) Postc

hasResponsibleop # OPs

URI https://w3id.org/obpa#hasResponsible
Description

Describes the responsable Agents for an activity

Domain(s) Agentsc
Range(s) Activityc

hasRoleop # OPs

URI https://w3id.org/obpa#hasRole
Description

Indicates the role that a person has in an organisation.

Super-properties owl:topObjectProperty
Domain(s) Agentsc
Range(s) Rolec

hasSectorop # OPs

URI https://w3id.org/obpa#hasSector
Domain(s) Organizationc
Range(s) Sectorc

hasSubActivityop # OPs

URI https://w3id.org/obpa#hasSubActivity
Domain(s) Activityc
Range(s) Activityc

hasSubjectAreaop # OPs

URI https://w3id.org/obpa#hasSubjectArea
Domain(s) ()
Range(s) SubjectAreac

holdsop # OPs

URI https://w3id.org/obpa#holds
Domain(s) Agentsc
Range(s) Postc

includesop # OPs

URI https://w3id.org/obpa#includes
Super-properties owl:topObjectProperty
Domain(s) Building Applicationc
Range(s) ConstructionProjectc

isKindOfop # OPs

URI https://w3id.org/obpa#isKindOf
Domain(s) Buildingc

processop # OPs

URI https://w3id.org/obpa#process
Inverse properties prcessed_byop

prcessed_byop # OPs

URI https://w3id.org/obpa#processed_by
Super-properties owl:topObjectProperty
Domain(s) Building Applicationc
Range(s) Personc

Functional Properties

agefp # FPs

URI http://xmlns.com/foaf/0.1/age
Is Defined By http://xmlns.com/foaf/0.1/
Description

The age in years of some agent.

Domain(s) foaf:Agentc
Range(s) rdfs:Literalc

birthdayfp # FPs

URI http://xmlns.com/foaf/0.1/birthday
Is Defined By http://xmlns.com/foaf/0.1/
Description

The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.

Domain(s) foaf:Agentc
Range(s) rdfs:Literalc

genderfp # FPs

URI http://xmlns.com/foaf/0.1/gender
Is Defined By http://xmlns.com/foaf/0.1/
Description

The gender of this Agent (typically but not necessarily 'male' or 'female').

Domain(s) foaf:Agentc
Range(s) rdfs:Literalc

Datatype Properties

organization namedp # DPs

URI http://www.w3.org/2006/vcard/ns#organization-name
Is Defined By http://www.w3.org/2006/vcard/ns
Description

To specify the organizational name associated with the object

Range(s) xsd:stringc

postal codedp # DPs

URI http://www.w3.org/2006/vcard/ns#postal-code
Is Defined By http://www.w3.org/2006/vcard/ns
Description

The postal code associated with the address of the object

Range(s) xsd:integerc

regiondp # DPs

URI http://www.w3.org/2006/vcard/ns#region
Is Defined By http://www.w3.org/2006/vcard/ns
Description

The region (e.g. state or province) associated with the address of the object

Range(s) xsd:stringc

street addressdp # DPs

URI http://www.w3.org/2006/vcard/ns#street-address
Is Defined By http://www.w3.org/2006/vcard/ns
Description

The street address associated with the address of the object

Range(s) xsd:stringc

firstNamedp # DPs

URI http://xmlns.com/foaf/0.1/firstName
Is Defined By http://xmlns.com/foaf/0.1/
Description

The first name of a person.

Domain(s) foaf:Personc
Range(s) rdfs:Literalc

lastNamedp # DPs

URI http://xmlns.com/foaf/0.1/lastName
Is Defined By http://xmlns.com/foaf/0.1/
Description

The last name of a person.

Domain(s) foaf:Personc
Range(s) rdfs:Literalc

titledp # DPs

URI http://xmlns.com/foaf/0.1/title
Is Defined By http://xmlns.com/foaf/0.1/
Description

Title (Mr, Mrs, Ms, Dr. etc)

BGFdp # DPs

URI https://w3id.org/obpa#BGF
Domain(s) Buildingc
Range(s) xsd:doublec

distanceToNaturalConservationdp # DPs

URI https://w3id.org/obpa#dinstanceToNaturalConservation
Domain(s) Buildingc
Range(s) xsd:doublec

WorkExperiencedp # DPs

URI https://w3id.org/obpa#work_experience
Super-properties owl:topDataProperty
Range(s) xsd:integerc

Annotation Properties

dateap # APs

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

descriptionap # APs

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

titleap # APs

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

creatorap # APs

URI http://purl.org/dc/terms/creator

modifiedap # APs

URI http://purl.org/dc/terms/modified

titleap # APs

URI http://purl.org/dc/terms/title

term_statusap # APs

URI http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

based_nearap # APs

URI http://xmlns.com/foaf/0.1/based_near

Namespaces

default (:)
https://w3id.org/obpa#
bot
https://w3id.org/bot#
dc
http://purl.org/dc/elements/1.1/
dct
http://purl.org/dc/terms/
foaf
http://xmlns.com/foaf/0.1/
geo
http://www.w3.org/2003/01/geo/wgs84_pos#
obpa
https://w3id.org/obpa/0.3#
org
http://www.w3.org/ns/org#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
sdo
https://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
vcard
http://www.w3.org/2006/vcard/ns#
vs
http://www.w3.org/2003/06/sw-vocab-status/ns#
xsd
http://www.w3.org/2001/XMLSchema#

Legend

cClasses
opObject Properties
fpFunctional Properties
dpData Properties
apAnnotation Properties
pProperties
niNamed Individuals